:root {
  --navy-950: #061827;
  --navy-900: #0a2540;
  --navy-800: #123a5a;
  --blue: #1677ff;
  --blue-600: #0666e5;
  --cyan: #22c7b8;
  --ink: #102a43;
  --muted: #5d7183;
  --line: #dbe7ef;
  --surface: #f3f8fb;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(10, 37, 64, 0.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--white); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(219,231,239,.8);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 1.25rem; font-weight: 760; letter-spacing: -.035em; }
.brand strong { color: var(--blue); font-weight: 760; }
.brand-mark { width: 43px; height: 36px; fill: var(--blue); }
.brand-mark rect:last-child { fill: var(--cyan); }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a { text-decoration: none; color: #3f5669; font-weight: 600; font-size: .94rem; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--blue); }
.main-nav .nav-cta { color: var(--white); background: var(--navy-900); padding: 10px 18px; border-radius: 10px; }
.main-nav .nav-cta:hover { background: var(--blue); color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--navy-900); margin: 5px auto; transition: transform .2s, opacity .2s; }

.hero {
  position: relative; overflow: hidden; min-height: 700px; display: grid; align-items: center;
  background:
    radial-gradient(circle at 75% 30%, rgba(34,199,184,.13), transparent 27%),
    linear-gradient(180deg, #f8fbfd 0%, #fff 80%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .28; pointer-events: none;
  background-image: linear-gradient(rgba(22,119,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(22,119,255,.08) 1px, transparent 1px);
  background-size: 52px 52px; mask-image: linear-gradient(to right, transparent, black 60%, transparent);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 78px; padding-block: 92px 108px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--blue-600); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow span { width: 28px; height: 2px; background: var(--cyan); }
.eyebrow.light { color: #76e0d6; }
.hero h1 { margin: 0; max-width: 670px; color: var(--navy-950); font-size: clamp(3rem, 5.7vw, 5.2rem); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 1.15rem; line-height: 1.75; }
.hero-actions { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 12px; padding: 12px 21px; text-decoration: none; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 13px 28px rgba(22,119,255,.25); }
.button-primary:hover { background: var(--blue-600); box-shadow: 0 16px 34px rgba(22,119,255,.32); }
.button-secondary { border-color: var(--line); background: var(--white); color: var(--navy-900); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 38px; color: #607587; font-size: .84rem; font-weight: 650; }
.trust-row span::first-letter { color: var(--cyan); }

.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.progress-card { position: relative; z-index: 2; width: min(100%, 470px); padding: 28px; border: 1px solid rgba(255,255,255,.8); border-radius: 26px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.card-topline { display: flex; justify-content: space-between; gap: 20px; color: var(--navy-900); font-weight: 760; font-size: .88rem; }
.status { color: #187568; font-weight: 700; }
.status i { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(34,199,184,.12); }
.steps-graphic { height: 250px; margin: 35px 0 24px; display: flex; align-items: end; gap: 13px; border-bottom: 1px solid var(--line); }
.step { position: relative; flex: 1; border-radius: 12px 12px 0 0; background: linear-gradient(180deg, var(--blue), #75adfb); }
.step-one { height: 34%; opacity: .58; }
.step-two { height: 62%; opacity: .78; }
.step-three { height: 91%; background: linear-gradient(180deg, var(--cyan), #14968a); }
.step span { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%) rotate(-90deg); color: rgba(255,255,255,.9); font-size: .72rem; font-weight: 760; letter-spacing: .05em; }
.impact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.impact-row div { display: flex; flex-direction: column; }
.impact-row strong { color: var(--navy-900); font-size: 1.25rem; }
.impact-row span { color: var(--muted); font-size: .78rem; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(22,119,255,.16); }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 390px; height: 390px; border-color: rgba(34,199,184,.25); }

.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.section-heading h2, .fit-copy h2, .case-copy h2, .contact-box h2 { margin: 0; color: var(--navy-950); font-size: clamp(2.2rem, 4vw, 3.45rem); line-height: 1.08; letter-spacing: -.05em; }
.section-heading > p { margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 440px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); border-color: #b8d3e6; box-shadow: 0 22px 45px rgba(10,37,64,.09); }
.service-card.featured { background: var(--surface); border-color: #cde5ee; }
.service-number { position: absolute; right: 24px; top: 20px; color: #d5e2eb; font-size: 3.5rem; font-weight: 850; letter-spacing: -.08em; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 48px; border-radius: 15px; background: #eaf3ff; color: var(--blue); font-size: 1.8rem; font-weight: 500; }
.featured .service-icon { color: #117f75; background: #dbf5f2; }
.service-card h3 { margin: 0 0 13px; color: var(--navy-900); font-size: 1.55rem; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); }
.service-card ul { list-style: none; padding: 0; margin: 26px 0 0; border-top: 1px solid var(--line); }
.service-card li { position: relative; padding: 12px 0 0 20px; color: #405a6d; font-size: .9rem; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 20px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); }

.fit-section { color: var(--white); background: var(--navy-950); }
.fit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.fit-copy h2, .contact-box h2 { color: var(--white); }
.fit-copy > p:not(.eyebrow) { margin: 24px 0; color: #a9bdcc; max-width: 520px; }
.text-link { display: inline-flex; gap: 18px; color: #7ee5db; font-weight: 760; text-decoration: none; border-bottom: 1px solid rgba(126,229,219,.4); padding-bottom: 3px; }
.pain-list { border-top: 1px solid #24445c; }
.pain-list div { display: grid; grid-template-columns: 60px 1fr; gap: 14px; align-items: center; padding: 23px 0; border-bottom: 1px solid #24445c; }
.pain-list span { color: var(--cyan); font-size: .78rem; font-weight: 800; }
.pain-list p { margin: 0; font-size: 1.05rem; color: #dbe8f0; }

.method { background: var(--surface); }
.method-track { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.method-track::before { content: ""; position: absolute; top: 23px; left: 4%; right: 4%; height: 1px; background: #bfd3df; }
.method-track li { position: relative; z-index: 1; padding-right: 12px; }
.method-track li > span { width: 47px; height: 47px; display: grid; place-items: center; margin-bottom: 22px; border: 5px solid var(--surface); outline: 1px solid #c5d9e5; border-radius: 50%; background: var(--white); color: var(--blue); font-size: .75rem; font-weight: 850; }
.method-track strong { display: block; color: var(--navy-900); font-size: 1.05rem; }
.method-track p { margin: 8px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }

.case-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; }
.case-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.case-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.case-tags span { padding: 7px 11px; border-radius: 999px; background: #edf5fb; color: #456176; font-size: .76rem; font-weight: 750; }
.results-panel { padding: 36px; color: var(--white); border-radius: 28px; background: linear-gradient(135deg, var(--navy-900), #0c4160); box-shadow: var(--shadow); }
.results-panel > p { margin: 0; color: #a9c0cf; font-size: .8rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.result-main { display: flex; align-items: center; gap: 18px; margin: 22px 0 0; }
.result-main span { color: #b8cbd8; font-size: 1.45rem; text-decoration: line-through; text-decoration-thickness: 1px; }
.result-main i { color: var(--cyan); font-style: normal; font-size: 1.7rem; }
.result-main strong { color: var(--white); font-size: 3.35rem; line-height: 1; letter-spacing: -.055em; }
.results-panel .result-caption { margin-top: 8px; color: #a9c0cf; text-transform: none; letter-spacing: 0; font-weight: 500; }
.result-details { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); }
.result-details div { display: flex; flex-direction: column; }
.result-details strong { color: #7ee5db; font-size: 1.1rem; }
.result-details span { color: #aec2cf; font-size: .8rem; }

.contact { padding-top: 28px; }
.contact-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; padding: 64px; border-radius: 30px; color: var(--white); background: var(--blue); box-shadow: 0 24px 55px rgba(22,119,255,.2); }
.contact-box p:not(.eyebrow) { max-width: 700px; margin: 20px 0 0; color: #dbeaff; }
.button-white { flex-shrink: 0; color: var(--navy-900); background: var(--white); }

.site-footer { padding: 44px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; }
.footer-grid p { margin: 0; color: var(--muted); font-size: .85rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 940px) {
  .section { padding: 82px 0; }
  .hero { min-height: auto; }
  .hero-grid, .fit-grid, .case-grid { grid-template-columns: 1fr; gap: 58px; }
  .hero-grid { padding-block: 72px 90px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 430px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: auto; }
  .section-heading { gap: 40px; }
  .method-track { grid-template-columns: repeat(3,1fr); row-gap: 35px; }
  .method-track::before { display: none; }
  .contact-box { grid-template-columns: 1fr; }
  .button-white { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid p:last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 72px 0; }
  .menu-toggle { display: block; cursor: pointer; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: absolute; left: 14px; right: 14px; top: 68px; display: none; align-items: stretch; gap: 2px;
    padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; flex-direction: column; }
  .main-nav a { padding: 12px; border-radius: 8px; }
  .main-nav .nav-cta { text-align: center; }
  .hero-grid { padding-block: 62px 76px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .hero-lead { font-size: 1.02rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .trust-row { display: grid; gap: 8px; }
  .hero-visual { min-height: 390px; }
  .progress-card { padding: 20px; }
  .steps-graphic { height: 205px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 300px; height: 300px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 36px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: auto; }
  .fit-grid { gap: 44px; }
  .pain-list div { grid-template-columns: 42px 1fr; }
  .method-track { grid-template-columns: 1fr; }
  .method-track li { display: grid; grid-template-columns: 55px 1fr; column-gap: 10px; }
  .method-track li > span { grid-row: 1 / 3; }
  .method-track p { grid-column: 2; }
  .result-main { flex-wrap: wrap; }
  .result-main strong { font-size: 2.9rem; }
  .contact { padding-top: 18px; }
  .contact-box { padding: 38px 24px; border-radius: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid p:last-child { grid-column: auto; }
}
