/* VictorySumGroup — fixed mobile/header/footer */
:root {
  --bg: #fbfcfe;
  --bg-soft: #f1f7ff;
  --bg-cool: #eef7f4;
  --bg-accent: #fff5e9;
  --text: #14212b;
  --muted: #566775;
  --line: #d7e2e8;
  --accent: #007991;
  --accent-dark: #005a6b;
  --accent-soft: #daf3f8;
  --warm: #ff9f43;
  --warm-soft: #fff0dc;
  --pink-soft: #fff0f3;
  --dark: #0f1822;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(20, 33, 43, 0.09);
  --radius: 28px;
  --container: 1240px;
  --header-height: 84px;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(0,121,145,.08), transparent 26%),
    radial-gradient(circle at 85% 20%, rgba(255,159,67,.08), transparent 24%),
    linear-gradient(180deg, #fbfcfe 0%, #f7fafc 56%, #fbfcfe 100%);
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  backdrop-filter: blur(14px);
  background: rgba(251,252,254,.92);
  border-bottom: 1px solid rgba(215,226,232,.95);
}

.header-row {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  min-width: 220px;
}

.brand-title {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -.03em;
}

.brand-subtitle {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: #70818f;
  line-height: 1.45;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  flex-wrap: nowrap;
  min-width: 0;
}

.nav a {
  font-size: .92rem;
  color: #566775;
  transition: color .25s ease;
  white-space: nowrap;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--text);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn,
.contact-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--text);
  transition: transform .25s ease, background .25s ease;
  cursor: pointer;
}

.btn:hover,
.contact-chip:hover {
  transform: translateY(-1px);
  background: #f7fbfd;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, #009fb7 100%);
  border-color: transparent;
  color: var(--white);
  font-weight: 600;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #006e84 0%, #008aa0 100%);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--white);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
}

.menu-toggle svg:last-child,
.menu-toggle.active svg:first-child {
  display: none;
}

.menu-toggle.active svg:last-child {
  display: block;
}

.mobile-panel {
  display: none;
  width: 100%;
  border-top: 1px solid var(--line);
  padding: 10px 0 18px;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-nav a,
.mobile-nav .mobile-link {
  padding: 14px 16px;
  border-radius: 18px;
  color: #33424d;
  background: transparent;
}

.mobile-nav a:hover,
.mobile-nav .mobile-link:hover {
  background: #f0f7fa;
}

.mobile-contacts {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.section {
  padding: 96px 0;
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.section-soft {
  background: linear-gradient(180deg, rgba(241,247,255,.95) 0%, rgba(250,252,255,.96) 100%);
}

.section-cool {
  background: linear-gradient(180deg, rgba(238,247,244,.95) 0%, rgba(248,253,251,.96) 100%);
}

.section-accent {
  background: linear-gradient(180deg, rgba(255,245,233,.95) 0%, rgba(255,250,243,.96) 100%);
}

.hero {
  padding-top: 56px;
  padding-bottom: 96px;
}

.hero-grid,
.contacts-grid,
.footer-grid,
.alt-grid,
.split-stage,
.process-grid,
.benefits-photo-grid {
  display: grid;
  gap: 28px;
}

.hero-grid {
  grid-template-columns: minmax(0,1.03fr) minmax(0,.97fr);
  align-items: stretch;
}

.alt-grid {
  grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr);
  align-items: stretch;
}

.split-stage {
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  align-items: stretch;
  margin-top: 44px;
}

.contacts-grid,
.footer-grid {
  grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr);
  align-items: start;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0,1fr));
  margin-top: 40px;
}

.benefits-photo-grid {
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin-top: 42px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--accent-soft);
  border: 1px solid #bfe6ee;
  color: var(--accent-dark);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .22em;
}

.hero-copy,
.content-col,
.stage-card {
  display: flex;
  flex-direction: column;
}

.hero h1 {
  margin: 18px 0 0;
  max-width: 760px;
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.hero-lead {
  max-width: 700px;
  margin: 20px 0 0;
  font-size: 1.03rem;
  line-height: 1.75;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  margin-top: 30px;
}

.metric-card {
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcfd 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.metric-title {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--accent-dark);
}

.metric-text {
  margin-top: 12px;
  color: #33424d;
  line-height: 1.6;
}

.card,
.image-panel,
.contact-card,
.timeline-card,
.benefit-photo-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card {
  padding: 24px;
}

.card:hover {
  transform: translateY(-2px);
}

.card,
.timeline-card,
.image-panel img,
.benefit-photo-card img {
  transition: transform .3s ease, box-shadow .3s ease;
}

.section-title {
  max-width: 760px;
}

.section-title.center {
  margin: 0 auto;
  text-align: center;
}

.section-title.narrow {
  max-width: 920px;
}

.section-title h2 {
  margin: 16px 0 0;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.section-title p {
  margin: 16px 0 0;
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.78;
}

.label-chip {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--warm-soft);
  border: 1px solid #ffd5aa;
  color: #b96500;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.list-stack,
.feature-list {
  margin-top: 24px;
  display: grid;
  gap: 14px;
}

.list-row,
.feature-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  width: 100%;
}

.list-row svg,
.feature-item svg {
  flex: 0 0 auto;
  color: var(--accent-dark);
}

.list-row span,
.feature-item span {
  color: #33424d;
  line-height: 1.6;
}

.image-panel {
  position: relative;
  overflow: hidden;
  min-height: 460px;
}

.hero-media,
.media-col,
.stage-media {
  height: 100%;
  width: 100%;
}

.hero-media .image-panel,
.media-col .image-panel,
.stage-media .image-panel {
  height: 100%;
  min-height: 100%;
}

.image-top-align {
  margin-top: 0;
  height: 100%;
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-panel:hover img {
  transform: scale(1.04);
}

.image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,24,34,.04), rgba(15,24,34,.76));
}

.image-badge,
.image-title {
  position: absolute;
  z-index: 2;
}

.image-badge {
  top: 20px;
  left: 20px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(15,24,34,.60);
  color: var(--white);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.image-title {
  left: 26px;
  right: 26px;
  bottom: 24px;
  color: var(--white);
  font-size: clamp(1.3rem,2vw,1.8rem);
  line-height: 1.22;
  font-weight: 600;
}

.stage-card {
  padding-top: 22px;
}

.stage-media .image-panel {
  min-height: 420px;
}

.services-photo {
  margin-bottom: 28px;
}

.full-bleed-photo {
  min-height: 0;
  height: clamp(240px, 32vw, 400px);
  border-radius: 34px;
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 34px;
  align-items: start;
}

.services-bullets {
  display: grid;
  gap: 14px;
}

.service-bullet {
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
  border: 1px solid #ffe3bf;
  color: #2f4450;
  line-height: 1.65;
  box-shadow: 0 12px 28px rgba(20, 33, 43, 0.05);
  width: 100%;
}

.benefit-photo-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.benefit-photo-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  display: block;
}

.benefit-photo-content {
  padding: 20px 20px 22px;
}

.benefit-photo-content h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
}

.benefit-photo-content p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.timeline-card {
  position: relative;
  padding: 24px 22px 22px;
  min-height: 100%;
}

.timeline-step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pink-soft);
  border: 1px solid #ffd2dc;
  color: #b94b6d;
  font-size: .88rem;
  font-weight: 700;
}

.contact-shell {
  padding: 10px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #daf3f8 0%, #ffffff 45%, #fff0dc 100%);
  box-shadow: var(--shadow);
}

.contact-shell-inner {
  padding: 34px;
  border-radius: 26px;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.contact-card {
  padding: 28px;
}

.contact-list {
  margin: 18px 0 0;
  display: grid;
  gap: 14px;
  color: var(--muted);
}

.footer {
  background: linear-gradient(180deg, #101923 0%, #162736 100%);
  border-top: 1px solid rgba(154,176,189,.14);
  color: rgba(227,235,240,.9);
  width: 100%;
}

.footer-grid {
  padding: 54px 0;
}

.footer-side {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0,1fr));
  max-width: 100%;
}

.footer .brand-title,
.footer .footer-title {
  color: var(--white);
}

.footer .brand-subtitle,
.footer p,
.footer a,
.footer .footer-note {
  color: rgba(209,221,228,.82);
}

.footer-links {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  max-width: 100%;
}

.footer-links a {
  max-width: 100%;
}

.footer-links a:hover {
  color: var(--white);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: .06s; }
.delay-2 { transition-delay: .12s; }
.delay-3 { transition-delay: .18s; }
.delay-4 { transition-delay: .24s; }

.icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

.mobile-inline-image {
  margin-top: 22px;
}

@media (max-width: 1280px) {
  .header-row {
    gap: 18px;
  }

  .nav {
    gap: 18px;
  }

  .nav a {
    font-size: .88rem;
  }

  .contact-chip {
    padding: 12px 18px;
  }
}

@media (max-width: 1180px) {
  .benefits-photo-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 980px) {
  :root {
    --header-height: 76px;
  }

  .nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-panel.open {
    display: block;
  }

  .hero-grid,
  .alt-grid,
  .split-stage,
  .contacts-grid,
  .footer-grid,
  .process-grid,
  .services-layout,
  .benefits-photo-grid,
  .footer-side {
    grid-template-columns: 1fr !important;
  }

  .hero-media,
  .media-col,
  .stage-media {
    height: auto;
    width: 100%;
  }

  .hero-media .image-panel,
  .media-col .image-panel,
  .stage-media .image-panel {
    height: auto;
    min-height: 360px;
  }

  .full-bleed-photo {
    height: clamp(220px, 42vw, 340px);
  }

  .hero {
    padding-top: 24px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .image-top-align {
    margin-top: 0;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 72px 0;
  }

  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .site-header,
  .mobile-panel {
    width: 100%;
    max-width: 100%;
  }

  .header-row {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand-title,
  .brand-subtitle {
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero {
    padding-top: 10px;
  }

  .hero h1 {
    margin-top: 14px;
    font-size: 30px;
    line-height: 1;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .hero-lead,
  .section-title p,
  .card p,
  .timeline-card p,
  .contact-card p,
  .list-row span,
  .feature-item span,
  .service-bullet {
    line-height: 1.68;
  }

  .hero-actions,
  .contact-links {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .contact-chip {
    width: 100%;
  }

  .contact-shell-inner,
  .contact-card,
  .card,
  .timeline-card,
  .benefit-photo-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-list,
  .list-stack,
  .services-bullets {
    gap: 12px;
  }

  .list-row,
  .feature-item,
  .service-bullet {
    width: 100%;
  }

  .image-panel {
    min-height: 300px;
  }

  .full-bleed-photo {
    height: 240px;
  }

  .benefit-photo-card img {
    aspect-ratio: 16 / 10;
  }

  .mobile-inline-image {
    margin-top: 20px;
  }

  .footer-grid {
    padding: 40px 0;
    grid-template-columns: 1fr !important;
  }

  .footer-side {
    grid-template-columns: 1fr !important;
    gap: 22px;
  }

  .footer-links,
  .footer-side > div,
  .footer-grid > div {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .footer-title {
    margin-bottom: 8px;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    padding: 40px 0;
    gap: 28px;
  }

  .footer-side {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  .footer-side > div,
  .footer-grid > div,
  .footer-links {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .footer-links a,
  .footer-note {
    font-size: 15px;
    line-height: 1.5;
  }
}