:root {
  color-scheme: light;
  --navy: #0b1726;
  --navy-2: #13243a;
  --ink: #14202d;
  --muted: #64717f;
  --lime: #a3ef36;
  --lime-deep: #71b71b;
  --lime-soft: #effbdc;
  --paper: #fbfcf8;
  --white: #fff;
  --surface: #f0f3ed;
  --line: #dce3d8;
  --shadow: 0 24px 70px rgba(11, 23, 38, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; padding: 10px 14px; background: var(--lime); color: var(--navy); font-weight: 700; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; min-height: 78px; padding: 14px max(20px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: rgba(251, 252, 248, .9); border-bottom: 1px solid rgba(220, 227, 216, .8); backdrop-filter: blur(18px); }
.brand { width: 160px; display: block; }
.brand img { display: block; width: 100%; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { position: relative; text-decoration: none; color: #42505f; font-size: .9rem; font-weight: 700; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--lime-deep); transition: right .2s ease; }
.site-header nav a:hover::after { right: 0; }
.site-header > .button { justify-self: end; }
.menu-button { display: none; }

.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid var(--lime); border-radius: 999px; background: var(--lime); color: var(--navy); box-shadow: 0 12px 28px rgba(113, 183, 27, .2); font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #b6f45d; box-shadow: 0 16px 34px rgba(113, 183, 27, .28); }
.button-small { min-height: 44px; padding-inline: 17px; font-size: .82rem; }
.button-light { color: var(--navy); background: var(--white); border-color: var(--white); box-shadow: 0 12px 30px rgba(0, 0, 0, .18); }
.button-light:hover { background: var(--lime); border-color: var(--lime); }
.text-link { padding: 12px 0; font-weight: 800; text-decoration: none; border-bottom: 1px solid #9ca99c; }
.text-link span { margin-left: 5px; color: var(--lime-deep); }

.hero { position: relative; overflow: hidden; padding: 84px 0 94px; background: linear-gradient(180deg, #f9fbf5, var(--paper)); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .42; background-image: linear-gradient(rgba(11,23,38,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(11,23,38,.045) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-glow { position: absolute; width: 520px; height: 520px; right: -160px; top: -170px; border-radius: 50%; background: rgba(163, 239, 54, .2); filter: blur(30px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.hero-grid > * { min-width: 0; }
.hero-copy { width: 100%; max-width: 100%; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 9px; color: #4c662a; text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; font-weight: 800; }
.eyebrow span { width: 11px; height: 11px; flex: 0 0 11px; background: var(--lime); clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); }
.eyebrow-light { color: #d7e5c6; }
h1, h2, h3 { font-family: "Sora", sans-serif; }
h1 { margin: 0; max-width: 720px; overflow-wrap: break-word; color: var(--navy); font-size: clamp(3rem, 5.6vw, 5.4rem); line-height: .99; letter-spacing: -.065em; }
h1 em { color: var(--lime-deep); font-style: normal; }
.hero-lead { max-width: 670px; margin: 27px 0 30px; color: var(--muted); font-size: 1.12rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; color: #52606e; font-size: .82rem; font-weight: 700; }
.trust-row li::before { content: "✓"; width: 19px; height: 19px; margin-right: 7px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--lime-soft); color: #5f951d; font-size: .68rem; }

.hero-product { position: relative; padding: 42px 0 42px 30px; }
.product-window { width: 100%; min-width: 0; overflow: hidden; border: 1px solid #26374b; border-radius: 24px; background: var(--navy); box-shadow: 0 40px 90px rgba(11, 23, 38, .26); transform: rotate(1deg); }
.window-bar { height: 44px; padding: 0 16px; display: flex; align-items: center; gap: 7px; color: #8794a4; background: #101f31; border-bottom: 1px solid #26374b; font-size: .68rem; font-weight: 700; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #405064; }
.window-bar i:first-child { background: var(--lime); }
.window-bar span { margin-left: auto; }
.product-content { padding: 27px; }
.report-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.report-heading small { display: block; color: #94a3b5; text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; font-weight: 800; }
.report-heading strong { margin: 7px 0 3px; display: block; color: #fff; font: 700 3rem/1 "Sora", sans-serif; letter-spacing: -.06em; }
.report-heading strong span { color: #7f8da0; font-size: .9rem; letter-spacing: normal; }
.report-heading b { display: inline-block; padding: 5px 8px; color: var(--lime); background: rgba(163,239,54,.1); border-radius: 999px; font-size: .62rem; }
.score-ring { width: 105px; height: 105px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--lime) 72%, rgba(255,255,255,.1) 0); }
.score-ring::before { content: ""; position: absolute; width: 82px; height: 82px; border-radius: 50%; background: var(--navy); }
.score-ring span { position: relative; z-index: 1; color: white; font: 700 1.6rem "Sora", sans-serif; }
.signal-list { display: grid; gap: 14px; margin-top: 28px; }
.signal-list div { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 8px; color: #c2ccda; font-size: .72rem; }
.signal-list b { color: white; }
.signal-list i { grid-column: 1/-1; height: 5px; overflow: hidden; background: #25364a; border-radius: 99px; }
.signal-list i::before { content: ""; display: block; width: var(--value); height: 100%; background: linear-gradient(90deg, #6fae1f, var(--lime)); border-radius: inherit; }
.priority-preview { margin-top: 25px; padding: 18px; display: grid; gap: 7px; background: #172941; border: 1px solid #2b3e56; border-radius: 15px; }
.priority-preview small { color: var(--lime); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.priority-preview strong { color: white; font-family: "Sora", sans-serif; font-size: .8rem; line-height: 1.45; }
.priority-preview span { color: #92a2b6; font-size: .68rem; }
.floating-proof { position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow); }
.floating-proof > span { width: 31px; height: 31px; display: grid; place-items: center; background: var(--lime); color: var(--navy); border-radius: 9px; font: 700 .8rem "Sora", sans-serif; }
.floating-proof div { display: grid; }
.floating-proof small { color: #7b8793; font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; }
.floating-proof strong { color: var(--navy); font-size: .71rem; }
.proof-one { left: -4px; top: 4px; }
.proof-two { right: -18px; bottom: 3px; }

.context-band { padding: 64px 0; color: white; background: var(--navy); }
.context-grid { display: grid; grid-template-columns: .35fr 1.65fr; gap: 70px; align-items: start; }
.context-grid p { margin: 5px 0 0; color: var(--lime); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.context-grid h2 { max-width: 930px; margin: 0; font-size: clamp(1.65rem, 3.2vw, 3.05rem); line-height: 1.22; letter-spacing: -.04em; }

.section { padding: 118px 0; }
.section-heading { max-width: 780px; margin-bottom: 55px; }
.section-heading h2, .outcome-top h2, .principles-copy h2 { margin: 0; color: var(--navy); font-size: clamp(2.15rem, 4.2vw, 4.1rem); line-height: 1.08; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.65; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }

.process { background: #fff; }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; counter-reset: process; }
.process-grid li { min-height: 330px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(150deg, #fff, #f7f9f5); transition: transform .22s ease, box-shadow .22s ease; }
.process-grid li:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.process-grid li > span { color: #879486; font: 700 .7rem "Sora", sans-serif; }
.step-icon { width: 57px; height: 57px; margin: 46px 0 24px; display: grid; place-items: center; color: var(--navy); background: var(--lime); border-radius: 16px; font: 700 1.35rem "Sora", sans-serif; }
.process-grid h3 { margin: 0 0 12px; color: var(--navy); font-size: 1.08rem; }
.process-grid p { margin: 0; color: var(--muted); line-height: 1.6; }

.diagnosis { overflow: hidden; color: white; background: var(--navy); }
.diagnosis-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.diagnosis-copy { position: sticky; top: 130px; align-self: start; }
.diagnosis-copy h2 { margin: 0; color: white; font-size: clamp(2.3rem, 4.3vw, 4.2rem); line-height: 1.05; letter-spacing: -.055em; }
.diagnosis-copy > p:not(.eyebrow) { margin: 24px 0 30px; color: #b2becb; line-height: 1.7; font-size: 1.03rem; }
.dimension-stack { display: grid; gap: 10px; }
.dimension-stack article { min-height: 106px; padding: 21px 22px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 15px; border: 1px solid #293b50; border-radius: 16px; background: rgba(255,255,255,.035); transition: background .2s ease, border .2s ease, transform .2s ease; }
.dimension-stack article:hover { transform: translateX(-5px); background: rgba(163,239,54,.06); border-color: rgba(163,239,54,.35); }
.dimension-stack article > span { color: var(--lime); font: 700 .72rem "Sora", sans-serif; }
.dimension-stack h3 { margin: 0 0 5px; color: white; font-size: .95rem; }
.dimension-stack p { margin: 0; color: #93a3b4; font-size: .8rem; }
.dimension-stack b { color: #a9b8c8; text-transform: uppercase; letter-spacing: .1em; font-size: .58rem; }

.outcome { background: var(--surface); }
.outcome-top { margin-bottom: 55px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.outcome-top > p { margin: 0 0 7px; color: var(--muted); line-height: 1.65; }
.outcome-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.outcome-feature { position: relative; min-height: 250px; padding: 32px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 20px; }
.outcome-feature::after { content: attr(data-number); }
.outcome-feature > span { position: absolute; right: 22px; top: 13px; color: #edf2e8; font: 700 4.2rem "Sora", sans-serif; }
.outcome-feature h3 { position: relative; max-width: 360px; margin: 78px 0 12px; color: var(--navy); font-size: 1.3rem; }
.outcome-feature p { position: relative; max-width: 490px; margin: 0; color: var(--muted); line-height: 1.6; }

.audiences { background: white; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.audience-grid article { min-height: 220px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.audience-grid article > span { color: #849184; font-size: .68rem; font-weight: 800; }
.audience-grid h3 { margin: auto 0 10px; color: var(--navy); font-size: 1rem; }
.audience-grid p { margin: 0; color: var(--muted); line-height: 1.5; font-size: .86rem; }
.audience-grid .featured { color: white; background: var(--navy); border-color: var(--navy); box-shadow: 0 22px 50px rgba(11,23,38,.14); }
.audience-grid .featured > span { color: var(--lime); }
.audience-grid .featured h3 { color: white; }
.audience-grid .featured p { color: #b1bfcc; }

.principles { background: #f3f6ef; }
.principles-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.principles-copy { position: sticky; top: 130px; }
.principles-copy > p:last-child { margin: 24px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.principle-list { border-top: 1px solid #ccd6c9; }
.principle-list > div { padding: 27px 0; display: grid; grid-template-columns: 44px 1fr; column-gap: 16px; border-bottom: 1px solid #ccd6c9; }
.principle-list span { grid-row: 1/3; color: var(--lime-deep); font: 700 .72rem "Sora", sans-serif; }
.principle-list h3 { margin: 0 0 7px; color: var(--navy); font-size: 1rem; }
.principle-list p { margin: 0; color: var(--muted); line-height: 1.55; }

.final-cta { padding: 70px 0; background: #fff; }
.cta-card { min-height: 430px; padding: 60px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; color: white; background: radial-gradient(circle at 82% 18%, rgba(163,239,54,.22), transparent 28%), var(--navy); border-radius: 30px; box-shadow: 0 35px 80px rgba(11,23,38,.16); }
.cta-card h2 { max-width: 800px; margin: 0; color: white; font-size: clamp(2.3rem, 4.5vw, 4.2rem); line-height: 1.05; letter-spacing: -.055em; }
.cta-card > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.cta-card small { color: #9eacbb; }

footer { padding: 65px 0 22px; background: var(--paper); }
.footer-grid { padding-bottom: 50px; display: grid; grid-template-columns: 1fr auto auto; gap: 90px; }
.footer-grid img { width: 170px; }
.footer-grid p { color: var(--muted); }
.footer-grid > div:not(:first-child) { min-width: 130px; display: flex; flex-direction: column; gap: 11px; }
.footer-grid strong { margin-bottom: 5px; color: var(--navy); font-size: .8rem; }
.footer-grid a { color: var(--muted); text-decoration: none; font-size: .86rem; }
.footer-grid a:hover { color: var(--navy); }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: #829080; border-top: 1px solid var(--line); font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.process-grid .reveal:nth-child(2), .audience-grid .reveal:nth-child(2), .outcome-grid .reveal:nth-child(2) { transition-delay: .08s; }
.process-grid .reveal:nth-child(3), .audience-grid .reveal:nth-child(3), .outcome-grid .reveal:nth-child(3) { transition-delay: .16s; }
.audience-grid .reveal:nth-child(4), .outcome-grid .reveal:nth-child(4) { transition-delay: .08s; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav, .site-header > .button { display: none; }
  .menu-button { width: 43px; height: 43px; display: grid; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 50%; background: white; }
  .menu-button span { width: 18px; height: 2px; background: var(--navy); transition: transform .2s ease; }
  .site-header.menu-open nav { position: absolute; left: 0; right: 0; top: 77px; padding: 22px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-header.menu-open nav a { padding: 13px; }
  .hero-grid, .diagnosis-grid, .principles-grid { grid-template-columns: 1fr; }
  .hero-product { max-width: 620px; margin-inline: auto; }
  .context-grid { grid-template-columns: 1fr; gap: 20px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 245px; }
  .step-icon { margin: 25px 0 20px; }
  .diagnosis-copy, .principles-copy { position: static; }
  .outcome-top { grid-template-columns: 1fr; gap: 22px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-card { grid-template-columns: 1fr; align-items: end; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 68px; padding: 12px 15px; }
  .brand { width: 143px; }
  .site-header.menu-open nav { top: 67px; }
  .hero { padding: 60px 0 68px; }
  h1 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  h1 em { display: block; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: center; }
  .hero-product { padding: 35px 0 45px; }
  .product-content { padding: 21px; }
  .proof-one { left: -5px; }
  .proof-two { right: -5px; }
  .floating-proof { transform: scale(.88); }
  .section { padding: 82px 0; }
  .context-band { padding: 50px 0; }
  .dimension-stack article { grid-template-columns: 32px 1fr; }
  .dimension-stack article b { grid-column: 2; }
  .outcome-grid, .audience-grid { grid-template-columns: 1fr; }
  .outcome-feature { min-height: 230px; }
  .cta-card { width: min(100% - 20px, 1180px); min-height: 520px; padding: 34px 27px; border-radius: 25px; }
  .cta-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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