:root{
  --green:#40ac26;
  --green-dark:#2d821b;
  --ink:#0b1921;
  --ink-soft:#263841;
  --muted:#647078;
  --paper:#ffffff;
  --soft:#f4f8f3;
  --soft-green:#ebf7e8;
  --line:#dce5df;
  --amber:#a86500;
  --red:#bd3a36;
  --shadow:0 24px 70px rgba(11,25,33,.12);
  --shell:min(1440px,calc(100% - 64px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;color:var(--ink);background:var(--paper);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,input,select,textarea{font:inherit}
a{color:inherit;text-decoration:none}
button{color:inherit}
img,svg{display:block;max-width:100%}
.shell{width:var(--shell);margin-inline:auto}
.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;z-index:999;left:18px;top:12px;padding:12px 16px;background:var(--ink);color:#fff;transform:translateY(-150%)}
.skip-link:focus{transform:none}

.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(18px);transition:box-shadow .25s ease}
.site-header.scrolled{box-shadow:0 10px 32px rgba(11,25,33,.08)}
.header-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding-block:14px}
.brand{display:flex;align-items:center;height:64px;flex:0 0 auto}
.brand img{width:222px;height:64px;object-fit:contain}
.site-nav{display:flex;align-items:center;gap:38px;font-size:14px;font-weight:700}
.site-nav>a:not(.button){padding-block:12px;position:relative}
.site-nav>a:not(.button)::after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:2px;background:var(--green);transition:right .25s ease}
.site-nav>a:not(.button):hover::after{right:0}
.menu-toggle{display:none;border:0;background:none;width:44px;height:44px;padding:10px;cursor:pointer}
.menu-toggle span:not(.sr-only){display:block;height:2px;background:var(--ink);margin:7px 0;transition:.2s ease}

.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:54px;padding:0 24px;border:1px solid transparent;border-radius:5px;font-size:14px;font-weight:800;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}
.button:hover{transform:translateY(-2px)}
.button-dark{background:var(--ink);color:#fff;box-shadow:0 8px 24px rgba(11,25,33,.15)}
.button-dark:hover{background:#122a36;box-shadow:0 12px 30px rgba(11,25,33,.22)}
.button-outline{border-color:#8e9a93;background:#fff;color:var(--ink)}
.button-outline:hover{border-color:var(--green);background:var(--soft-green)}
.button-small{min-height:46px;padding-inline:19px}
.button-compact{min-height:42px;padding-inline:18px;margin-top:auto;align-self:flex-start}

.hero{overflow:hidden;background:linear-gradient(110deg,#fff 0%,#fff 58%,#f0faed 100%);border-bottom:1px solid var(--line)}
.hero-layout{display:grid;grid-template-columns:minmax(540px,.95fr) minmax(650px,1.15fr);align-items:center;gap:50px;min-height:720px;padding:74px 0 82px}
.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 22px;color:var(--ink);font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.eyebrow span{width:10px;height:10px;border:3px solid #bfe6b5;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(64,172,38,.08)}
.hero h1{font-size:clamp(54px,4.8vw,78px);line-height:.98;letter-spacing:-.065em;margin:0;max-width:760px}
.hero h1 em{font-style:normal;color:var(--green)}
.hero-intro{font-size:19px;line-height:1.55;color:var(--muted);max-width:590px;margin:30px 0 0}
.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:34px}
.hero-benefits{display:flex;gap:24px 30px;flex-wrap:wrap;margin-top:34px;color:var(--ink-soft);font-size:13px;font-weight:650}
.hero-benefits span{display:flex;align-items:center;gap:8px}
.hero-benefits i{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--soft-green);color:var(--green-dark);font-size:11px;font-style:normal;font-weight:900}

.product-stage{position:relative;min-height:500px;display:flex;align-items:center}
.dashboard-window{position:relative;width:calc(100% - 88px);min-height:492px;background:#fff;border:1px solid #cfdad3;border-radius:12px;box-shadow:var(--shadow);overflow:hidden}
.dashboard-brand{height:62px;padding:0 20px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line);font-size:12px;line-height:.82;letter-spacing:-.02em}
.dashboard-brand img{width:27px;height:30px}
.dashboard-brand strong{font-size:12px}.dashboard-brand strong span{display:block;color:var(--green)}
.dashboard-shell{display:grid;grid-template-columns:152px 1fr;min-height:428px}
.dashboard-nav{padding:18px 14px;border-right:1px solid var(--line);font-size:10px;color:var(--ink-soft)}
.dashboard-nav span{display:flex;align-items:center;gap:10px;padding:11px 10px;border-radius:5px;margin-bottom:5px}
.dashboard-nav span.active{background:var(--soft-green);color:var(--green-dark);font-weight:800}
.dashboard-nav b{width:14px;text-align:center}
.dashboard-main{padding:24px 24px 22px;min-width:0}
.dashboard-main h2{font-size:16px;margin:0 0 20px}
.dashboard-overview{display:grid;grid-template-columns:.8fr 1.45fr .9fr;border:1px solid var(--line);border-radius:8px;overflow:hidden}
.dashboard-overview>article{padding:18px;border-right:1px solid var(--line)}
.dashboard-overview>article:last-child{border-right:0}
.readiness-summary span,.readiness-summary small{display:block;font-size:9px;color:var(--muted)}
.readiness-summary strong{display:block;font-size:40px;line-height:1;color:var(--green-dark);margin:14px 0 21px;letter-spacing:-.05em}
.progress{height:5px;background:#dce2df;border-radius:10px;margin:8px 0 13px;overflow:hidden}.progress i{display:block;width:64%;height:100%;background:var(--green);border-radius:inherit}
.status-list{padding-top:11px!important;padding-bottom:11px!important}
.status-list div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid var(--line);font-size:9px}.status-list div:last-child{border-bottom:0}
.status-list strong{text-transform:uppercase;font-size:8px;letter-spacing:.06em}.complete{color:var(--green-dark)}.partial{color:var(--amber)}.missing{color:var(--red)}
.coverage-card h3{font-size:10px;margin:0 0 12px}.coverage-chart{width:84px;height:84px;margin:0 auto 12px;border-radius:50%;background:conic-gradient(var(--green) 0 62%,#e4a42f 62% 88%,var(--red) 88% 100%);display:grid;place-items:center;position:relative}.coverage-chart::before{content:"";position:absolute;inset:12px;border-radius:50%;background:#fff}.coverage-chart span{position:relative;font-size:18px;font-weight:850;text-align:center}.coverage-chart small{display:block;font-size:7px;color:var(--muted);font-weight:600}.coverage-card ul{list-style:none;padding:0;margin:0}.coverage-card li{display:flex;align-items:center;font-size:8px;margin:7px 0;color:var(--muted)}.coverage-card li b{margin-left:auto;color:var(--ink)}.dot{width:6px;height:6px;border-radius:50%;margin-right:7px}.dot.green{background:var(--green)}.dot.amber{background:#e4a42f}.dot.red{background:var(--red)}.coverage-card button{width:100%;height:28px;border:1px solid var(--line);background:#fff;border-radius:4px;font-size:7px;font-weight:750;margin-top:8px}
.activity-card{border:1px solid var(--line);border-radius:8px;margin-top:14px;padding:14px 16px}.activity-card h3{font-size:10px;margin:0 0 8px}.activity-card div{display:grid;grid-template-columns:1.25fr 1fr auto;gap:12px;padding:8px 0;border-top:1px solid var(--line);font-size:8px}.activity-card small,.activity-card time{color:var(--muted)}
.passport-phone{position:absolute;right:0;top:73px;width:168px;height:382px;background:#fff;border:5px solid var(--ink);border-radius:25px;box-shadow:0 22px 50px rgba(11,25,33,.18);padding:19px 12px 14px;text-align:center;overflow:hidden}
.phone-speaker{width:62px;height:11px;border-radius:0 0 10px 10px;background:var(--ink);position:absolute;top:-1px;left:50%;transform:translateX(-50%)}
.phone-brand{display:flex;justify-content:center;align-items:center;gap:4px;margin-top:7px}.phone-brand img{width:17px;height:19px}.phone-brand strong{font-size:8px;line-height:.82;text-align:left}.phone-brand strong span{display:block;color:var(--green)}
.verified-line{font-size:9px;color:var(--green-dark);font-weight:750;margin:15px 0 9px}.verified-line i{display:inline-grid;place-items:center;width:15px;height:15px;background:var(--soft-green);border-radius:50%;font-style:normal}
.passport-phone h3{font-size:10px;margin:0}.passport-phone>p{font-size:7px;color:var(--muted);margin:3px 0 10px}.qr-code{width:92px;height:92px;margin:0 auto 12px;display:grid;grid-template-columns:repeat(21,1fr);grid-template-rows:repeat(21,1fr);background:#fff;border:4px solid #fff;box-shadow:0 0 0 1px var(--line)}.qr-code span{background:transparent}.qr-code span.on{background:var(--ink)}
.passport-phone ul{list-style:none;padding:0;margin:0;text-align:left;border-top:1px solid var(--line)}.passport-phone li{display:flex;justify-content:space-between;padding:7px 2px;border-bottom:1px solid var(--line);font-size:7px}.passport-phone>a{display:block;color:var(--green-dark);font-size:7px;font-weight:800;margin-top:12px}

.early-access{padding:22px 0;background:#fff}
.early-access-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid #d6e7d3;background:linear-gradient(90deg,#f5fbf3,#fff);border-radius:9px;padding:18px 24px}
.early-copy{display:flex;align-items:center;gap:16px;min-width:340px}.early-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:var(--green);color:var(--ink);font-size:25px;font-weight:900}.early-copy h2{font-size:14px;margin:0 0 4px}.early-copy p{font-size:11px;color:var(--muted);margin:0;max-width:370px;line-height:1.4}
.category-chips{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.category-chips span{padding:10px 14px;background:#fff;border:1px solid #dce7df;border-radius:6px;font-size:11px;font-weight:700;white-space:nowrap}

.overview-section{padding:0 0 88px;background:#fff}
.overview-grid{display:grid;grid-template-columns:.95fr 1.3fr 1fr;gap:18px}
.overview-card{min-height:292px;display:flex;flex-direction:column;padding:28px;background:#fff;border:1px solid var(--line);border-radius:9px;box-shadow:0 12px 35px rgba(11,25,33,.045)}
.card-top{display:flex;align-items:center;gap:13px}.card-top p{font-size:12px;color:var(--muted);margin:0}.round-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--soft-green);color:var(--green-dark);font-size:20px;font-weight:900}.overview-card h2{font-size:24px;letter-spacing:-.035em;margin:18px 0 9px}.overview-card>p{color:var(--muted);font-size:13px;line-height:1.55;margin:0 0 22px}.large-score{font-size:60px;line-height:1;color:var(--green-dark);letter-spacing:-.06em;margin-top:12px}.proof-card{min-width:0}.proof-steps{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:14px 0 23px}.proof-steps span{display:flex;flex-direction:column;min-width:0}.proof-steps i{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--green);color:var(--ink);font-style:normal;font-weight:900;font-size:10px;margin-bottom:6px}.proof-steps b{font-size:10px}.proof-steps small{font-size:8px;color:var(--muted)}.proof-steps em{font-style:normal;color:#9aa49e;font-size:12px}

.platform-section{padding:102px 0;background:var(--soft)}
.section-heading{max-width:770px}.section-heading.centered{text-align:center;margin:0 auto 58px}.section-heading.centered .eyebrow{justify-content:center}.section-heading h2{font-size:clamp(42px,4.4vw,66px);line-height:1.02;letter-spacing:-.055em;margin:0}.section-heading>p:last-child{font-size:17px;color:var(--muted);line-height:1.6;margin:22px auto 0;max-width:680px}
.platform-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:#fff;border-radius:10px;overflow:hidden}
.platform-item{padding:34px 30px;min-height:290px;border-right:1px solid var(--line)}.platform-item:last-child{border-right:0}.feature-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--green);color:var(--ink);font-size:20px;font-weight:900}.platform-item h3{font-size:20px;letter-spacing:-.025em;margin:28px 0 12px}.platform-item p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}

.company-section{padding:112px 0;background:var(--green);color:var(--ink)}
.company-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:110px;align-items:center}.eyebrow-on-dark span{border-color:rgba(11,25,33,.2);box-shadow:none}.company-copy h2{font-size:clamp(48px,5.5vw,82px);line-height:1.02;letter-spacing:-.06em;margin:0;max-width:800px}.company-details{font-size:20px;line-height:1.6}.company-details p{margin:0}.company-note{margin-top:34px!important;padding-top:28px;border-top:1px solid rgba(11,25,33,.25);font-size:14px;font-weight:800}

.faq-section{padding:110px 0;background:#fff}.faq-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:100px}.faq-heading h2{font-size:clamp(40px,4vw,62px);line-height:1.04;letter-spacing:-.05em;margin:0}.faq-heading>p:last-child{font-size:16px;line-height:1.65;color:var(--muted);margin-top:24px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:27px 0;border:0;background:none;text-align:left;font-weight:800;cursor:pointer}.faq-item button i{font-style:normal;font-size:19px;color:var(--green-dark);transition:transform .35s ease}.faq-panel{height:0;overflow:hidden;transition:height .42s cubic-bezier(.4,0,.2,1)}.faq-panel>div{padding:0 54px 28px 0}.faq-panel p{color:var(--muted);line-height:1.7;margin:0}.faq-item.open button i{transform:rotate(0deg)}

.assessment-section{padding:110px 0;background:var(--ink);color:#fff}.assessment-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:start}.assessment-copy .eyebrow{color:#fff}.assessment-copy h2{font-size:clamp(48px,5vw,74px);line-height:1.02;letter-spacing:-.055em;margin:0}.assessment-copy>p{font-size:18px;line-height:1.65;color:#c6d0d4;max-width:580px}.contact-points{display:flex;gap:20px;flex-wrap:wrap;margin-top:34px}.contact-points span{padding:10px 13px;border:1px solid rgba(255,255,255,.2);border-radius:4px;font-size:12px;color:#dfe6e9}
.assessment-form{background:#fff;color:var(--ink);padding:34px;border-radius:10px}.assessment-form label{display:grid;gap:8px;font-size:12px;font-weight:800;margin-bottom:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.assessment-form input,.assessment-form select,.assessment-form textarea{width:100%;border:1px solid #cfd9d3;background:#fff;border-radius:4px;padding:14px 15px;color:var(--ink);outline:0;transition:border .2s ease,box-shadow .2s ease}.assessment-form textarea{resize:vertical;min-height:110px}.assessment-form input:focus,.assessment-form select:focus,.assessment-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px rgba(64,172,38,.13)}.assessment-form .button{width:100%}.form-note,.form-status{font-size:11px!important;color:var(--muted)!important;margin:13px 0 0!important;line-height:1.5!important}.form-status{font-weight:750!important;color:var(--green-dark)!important}

.site-footer{padding:54px 0 28px;background:#fff;border-top:1px solid var(--line)}.footer-main{display:grid;grid-template-columns:auto 1fr auto;gap:40px;align-items:center}.footer-brand img{width:185px;height:66px;object-fit:contain}.footer-main>p{color:var(--muted);font-size:13px}.footer-links{display:flex;gap:25px;font-size:13px;font-weight:750}.footer-bottom{display:flex;justify-content:space-between;gap:30px;margin-top:34px;padding-top:22px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay{transition-delay:.12s}.reveal-delay-small{transition-delay:.08s}.reveal-delay-medium{transition-delay:.16s}.reveal-delay-large{transition-delay:.24s}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.site-nav>a::after,.faq-panel{transition:none}}
@media (max-width:1180px){:root{--shell:min(100% - 40px,1120px)}.site-nav{gap:23px}.hero-layout{grid-template-columns:1fr;min-height:auto;padding-top:70px}.hero-copy{max-width:760px}.product-stage{max-width:980px;width:100%;margin:0 auto}.overview-grid{grid-template-columns:1fr 1fr}.overview-card:nth-child(2){grid-column:span 2}.platform-grid{grid-template-columns:1fr 1fr}.platform-item:nth-child(2){border-right:0}.platform-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.company-layout,.faq-layout,.assessment-layout{gap:60px}}
@media (max-width:900px){.header-inner{min-height:80px;padding-block:8px}.brand{height:58px}.brand img{width:195px;height:58px}.menu-toggle{display:block}.site-nav{position:fixed;inset:80px 0 auto;background:#fff;border-bottom:1px solid var(--line);padding:28px 24px 34px;display:grid;gap:6px;transform:translateY(-130%);opacity:0;pointer-events:none;transition:.3s ease;box-shadow:0 20px 40px rgba(11,25,33,.12)}.site-nav.open{transform:none;opacity:1;pointer-events:auto}.site-nav>a:not(.button){padding:14px}.site-nav .button{margin-top:8px}.hero-layout{gap:45px}.product-stage{min-height:470px}.dashboard-window{width:calc(100% - 72px)}.dashboard-shell{grid-template-columns:120px 1fr}.dashboard-nav{padding-inline:8px}.dashboard-overview{grid-template-columns:1fr 1.6fr}.coverage-card{display:none}.passport-phone{width:156px}.early-access-inner{align-items:flex-start;flex-direction:column}.category-chips{justify-content:flex-start}.overview-grid{grid-template-columns:1fr}.overview-card:nth-child(2){grid-column:auto}.company-layout,.faq-layout,.assessment-layout{grid-template-columns:1fr}.company-section{padding:85px 0}.faq-heading{max-width:720px}.footer-main{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}.footer-bottom{flex-direction:column}}
@media (max-width:650px){:root{--shell:calc(100% - 28px)}.brand img{width:172px}.hero-layout{padding:54px 0 64px}.hero h1{font-size:49px}.hero-intro{font-size:17px}.hero-actions{display:grid}.button{width:100%}.hero-benefits{display:grid;gap:12px}.product-stage{min-height:420px;margin-top:8px}.dashboard-window{width:100%;min-height:400px}.dashboard-brand{height:50px}.dashboard-shell{grid-template-columns:1fr}.dashboard-nav{display:none}.dashboard-main{padding:17px}.dashboard-overview{grid-template-columns:.8fr 1.4fr}.dashboard-overview>article{padding:12px}.status-list div{font-size:7px}.activity-card div{grid-template-columns:1fr auto}.activity-card small{display:none}.passport-phone{display:none}.early-copy{min-width:0}.category-chips span{font-size:10px;padding:9px 10px}.overview-card{min-height:0}.proof-steps{display:grid;grid-template-columns:1fr 1fr}.proof-steps em{display:none}.platform-grid{grid-template-columns:1fr}.platform-item{border-right:0;border-bottom:1px solid var(--line)!important;min-height:0}.platform-item:last-child{border-bottom:0!important}.company-copy h2{font-size:49px}.company-details{font-size:17px}.form-row{grid-template-columns:1fr}.assessment-form{padding:24px}.footer-bottom{gap:12px}}
