*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}img{display:block;max-width:100%}:root{--khaki:#b2aa8e;--navy:#0c1b33;--purple:#7a306c;--teal:#03b5aa;--teal-text:#005c57;--lime:#dbfe87;--white:#fff;--off-white:#f7f6f2;--navy-muted:#364e68;--font-head:"Plus Jakarta Sans",sans-serif;--font-body:"Inter",sans-serif;--max:1140px;--gutter:clamp(1.25rem,4vw,2.5rem);--radius:4px;--radius-lg:8px}body{background:var(--white);color:var(--navy);font-family:var(--font-body);font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{color:var(--navy);font-family:var(--font-head);font-weight:700;line-height:1.15}h1{font-size:clamp(2.4rem,5.5vw,4rem);letter-spacing:-.02em}h2{font-size:clamp(1.75rem,3.5vw,2.6rem);letter-spacing:-.015em}h3{font-size:clamp(1.2rem,2.2vw,1.6rem)}h4{font-size:1.1rem;font-weight:600}p{max-width:68ch}p+p{margin-top:1rem}a{color:var(--teal-text);text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}.container{margin:0 auto;max-width:var(--max);padding:0 var(--gutter);width:100%}section{padding:clamp(3.5rem,8vw,6rem) 0}.section--khaki{background:var(--khaki)}.section--navy{background:var(--navy)}.section--navy,.section--navy h1,.section--navy h2,.section--navy h3,.section--navy h4{color:var(--white)}.section--offwhite{background:var(--off-white)}.tagline-strip{background:var(--navy);border-bottom:1px solid hsla(0,0%,100%,.08);padding:.55rem 0;text-align:center}.tagline-strip p{color:var(--lime);font-family:var(--font-head);font-size:.72rem;font-weight:600;letter-spacing:.12em;margin:0;max-width:none;text-transform:uppercase}.nav{background:var(--navy);border-bottom:2px solid hsla(0,0%,100%,.06);position:sticky;top:0;z-index:100}.nav__inner{gap:2rem;height:64px;justify-content:space-between}.nav__inner,.nav__logo{align-items:center;display:flex}.nav__logo{flex-shrink:0;line-height:1;text-decoration:none}.nav__logo img{display:block;max-height:36px;width:auto}.nav__links{align-items:center;display:flex;flex-wrap:wrap;gap:clamp(1rem,2.5vw,2rem)}.nav__links a{color:hsla(0,0%,100%,.75);font-family:var(--font-head);font-size:.875rem;font-weight:500;letter-spacing:.02em;text-decoration:none;transition:color .15s}.nav__links a.active,.nav__links a:hover{color:var(--white)}.nav__cta{align-items:center;background:var(--teal);border-radius:var(--radius);color:var(--navy)!important;display:inline-flex;flex-shrink:0;font-size:.875rem!important;font-weight:700!important;letter-spacing:.01em;padding:.45rem 1.1rem;text-decoration:none!important;transition:background .15s,transform .1s}.nav__cta:hover{background:#02a09a;transform:translateY(-1px)}.btn{align-items:center;border:none;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-family:var(--font-head);font-size:.95rem;font-weight:700;letter-spacing:.01em;padding:.75rem 1.75rem;transition:transform .12s,background .15s}.btn,.btn:hover{text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn--teal{background:var(--teal);color:var(--navy)}.btn--teal:hover{background:#02a09a}.btn--lime{background:var(--lime);color:var(--navy)}.btn--lime:hover{background:#c8ed70}.btn--outline{background:transparent;border:2px solid var(--navy);color:var(--navy)}.btn--outline:hover{background:var(--navy);color:var(--white)}.btn--outline-white{background:transparent;border:2px solid hsla(0,0%,100%,.4);color:var(--white)}.btn--outline-white:hover{border-color:var(--white)}.hero{background:var(--khaki);padding:clamp(4rem,10vw,8rem) 0}.hero--navy{background:var(--navy)}.hero__label{display:inline-block;font-family:var(--font-head);font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.25rem;text-transform:uppercase}.hero:not(.hero--navy) .hero__label{color:var(--navy)}.hero--navy .hero__label{color:var(--teal)}.hero__headline{font-size:clamp(2.6rem,6vw,4.5rem);letter-spacing:-.025em;line-height:1.08;margin-bottom:1.5rem;max-width:18ch}.hero--navy .hero__headline{color:var(--white)}.hero--navy .hero__sub{color:hsla(0,0%,100%,.8)}.hero__sub{color:rgba(12,27,51,.8);font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.6;margin-bottom:2.25rem;max-width:54ch}.hero__actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.section-label{color:var(--teal-text);display:inline-block;font-family:var(--font-head);font-size:.72rem;font-weight:600;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.hero--navy .hero__label,.section--navy .section-label{color:var(--teal)}.section--khaki .section-label{color:var(--navy)}.section__head{margin-bottom:2.75rem}.section__head .section-label{margin-bottom:.5rem}.section__head h2{margin-top:0}.grid-2{display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr)}.grid-3{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.grid-2--wide{grid-template-columns:1.1fr .9fr}@media (max-width:900px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.grid-2,.grid-2--wide,.grid-3{grid-template-columns:1fr}}.pillar-card{background:var(--white);border:1.5px solid rgba(12,27,51,.1);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:.75rem;padding:2rem 2rem 1.75rem;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.pillar-card:hover{border-color:hsla(78,98%,76%,.55);box-shadow:0 16px 40px rgba(12,27,51,.1);transform:translateY(-6px)}.pillar-card__tag{color:var(--purple);font-family:var(--font-head);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.pillar-card h3{font-size:1.35rem}.pillar-card p{color:rgba(12,27,51,.75);font-size:.95rem;max-width:52ch}.pillar-card__link{align-items:center;color:var(--teal-text);display:inline-flex;font-family:var(--font-head);font-size:.875rem;font-weight:600;gap:.3rem;margin-top:auto;padding-top:.5rem;text-decoration:none}.pillar-card__link:hover{gap:.6rem;text-decoration:none}.proof-callout{background:var(--navy);border-radius:var(--radius-lg);color:var(--white);overflow:hidden;padding:2.5rem;position:relative}.proof-callout:before{background:var(--lime);content:"";height:100%;left:0;position:absolute;top:0;width:5px}.proof-callout p{color:hsla(0,0%,100%,.92);font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.55;max-width:66ch}.steps{display:flex;flex-direction:column;gap:2rem}.step{display:flex;gap:1.5rem}.step__num{align-items:center;background:var(--teal);border-radius:50%;color:var(--navy);display:flex;flex-shrink:0;font-family:var(--font-head);font-size:.85rem;font-weight:700;height:2.2rem;justify-content:center;margin-top:.2rem;width:2.2rem}.step__body h4{margin-bottom:.35rem}.step__body p{color:rgba(12,27,51,.75);font-size:.95rem}.feature-list{display:flex;flex-direction:column;gap:.6rem;padding:0}.feature-list li{align-items:flex-start;color:rgba(12,27,51,.85);display:flex;font-size:.975rem;gap:.65rem;line-height:1.5}.feature-list li:before{background:var(--teal);border-radius:50%;content:"";flex-shrink:0;height:6px;margin-top:.55rem;width:6px}.feature-list--white li{color:hsla(0,0%,100%,.85)}.feature-list--white li:before{background:var(--lime)}.tier-card{background:var(--off-white);border-radius:var(--radius-lg);border-top:3px solid var(--teal);padding:1.75rem;transition:transform .22s ease,box-shadow .22s ease}.tier-card:hover{box-shadow:0 14px 36px rgba(12,27,51,.09);transform:translateY(-5px)}.tier-card h3{font-size:1.25rem;margin-bottom:.5rem}.tier-card p{color:var(--navy-muted);font-size:.925rem;max-width:38ch}.cta-section{background:var(--navy);padding:clamp(3.5rem,8vw,6rem) 0;text-align:center}.cta-section h2{color:var(--white);margin-bottom:1rem}.cta-section p{color:hsla(0,0%,100%,.75);font-size:1.05rem;margin:0 auto 2rem;max-width:52ch}.callout-card{background:var(--off-white);border-left:4px solid var(--khaki);border-radius:var(--radius-lg);color:rgba(12,27,51,.75);font-size:.925rem;padding:1.5rem 1.75rem}.callout-card p{max-width:64ch}.founder-card{border-top:1.5px solid rgba(12,27,51,.1);padding:2rem 0}.founder-card:last-child{border-bottom:1.5px solid rgba(12,27,51,.1)}.founder-card h3{font-size:1.3rem;margin-bottom:.25rem}.founder-card__role{color:var(--purple);font-family:var(--font-head);font-size:.8rem;font-weight:600;letter-spacing:.08em;margin-bottom:.9rem;text-transform:uppercase}.founder-card p{color:rgba(12,27,51,.8);font-size:.975rem}.diff-item{align-items:start;border-top:1.5px solid rgba(12,27,51,.1);display:grid;gap:2rem;grid-template-columns:.35fr .65fr;padding:1.5rem 0}@media (max-width:580px){.diff-item{gap:.5rem;grid-template-columns:1fr}}.diff-item__label{font-family:var(--font-head);font-size:1rem;font-weight:700}.diff-item p{color:rgba(12,27,51,.75);font-size:.95rem}.pilot-spec{background:var(--off-white);border-radius:var(--radius-lg);padding:2rem 2.25rem}.pilot-row{align-items:baseline;border-bottom:1px solid rgba(12,27,51,.08);display:grid;gap:1.25rem;grid-template-columns:140px 1fr;padding:.9rem 0}.pilot-row:last-child{border-bottom:none}.pilot-row__key{color:rgba(12,27,51,.5);font-family:var(--font-head);font-size:.825rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.pilot-row__val{color:var(--navy);font-size:.95rem}.footer{background:var(--navy);color:hsla(0,0%,100%,.8);padding:2.5rem 0}.footer__inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer__logo{align-items:center;display:inline-flex;line-height:1;text-decoration:none}.footer__logo img{display:block;max-height:28px;width:auto}.footer__tagline{color:hsla(0,0%,100%,.4);font-family:var(--font-head);font-size:.75rem;letter-spacing:.08em;margin-top:.2rem;text-transform:uppercase}.footer__links{display:flex;flex-wrap:wrap;gap:1.5rem}.footer__links a{color:hsla(0,0%,100%,.8);font-size:.85rem;text-decoration:none}.footer__links a:hover{color:var(--white)}.footer__right{text-align:right}.footer__right p{font-size:.8rem}.scroll-bar{background:var(--lime);box-shadow:0 0 14px hsla(78,98%,76%,.8),0 0 4px #dbfe87;height:4px;left:0;pointer-events:none;position:fixed;top:0;transition:width .08s linear;width:0;z-index:200}.hero{overflow:hidden;position:relative}.hero__orb{animation:orbReveal 1.6s ease .1s both;background:radial-gradient(circle,hsla(78,98%,76%,.18) 0,transparent 65%);border-radius:50%;height:560px;right:-120px;top:-120px;width:560px}.hero__dots,.hero__orb{pointer-events:none;position:absolute;will-change:transform}.hero__dots{animation:dotsReveal 1.6s ease .5s both;background-image:radial-gradient(circle,hsla(78,98%,76%,.3) 1.5px,transparent 0);background-size:28px 28px;inset:0;-webkit-mask-image:radial-gradient(ellipse 55% 75% at 78% 38%,#000 5%,transparent 68%);mask-image:radial-gradient(ellipse 55% 75% at 78% 38%,#000 5%,transparent 68%)}.hero__ring{animation:ringReveal 1.4s cubic-bezier(.16,1,.3,1) .25s both;border:2px solid hsla(78,98%,76%,.35);border-radius:50%;height:480px;right:-110px;top:-90px;width:480px}.hero__ring,.hero__ring-sm{pointer-events:none;position:absolute;will-change:transform}.hero__ring-sm{animation:ringReveal 1.4s cubic-bezier(.16,1,.3,1) .45s both;border:1.5px solid hsla(78,98%,76%,.22);border-radius:50%;height:220px;right:80px;top:30px;width:220px}@keyframes orbReveal{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes dotsReveal{0%{opacity:0}to{opacity:1}}@keyframes ringReveal{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}@media (max-width:640px){.hero__orb,.hero__ring,.hero__ring-sm{display:none}.hero__dots{-webkit-mask-image:none;mask-image:none;opacity:.15}}.hero__label{animation:heroIn .9s cubic-bezier(.16,1,.3,1) .05s both}.hero__headline{animation:heroIn 1s cubic-bezier(.16,1,.3,1) .2s both}.hero__sub{animation:heroIn 1s cubic-bezier(.16,1,.3,1) .38s both}.hero__actions{animation:heroIn .9s cubic-bezier(.16,1,.3,1) .56s both}@keyframes heroIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.js-ready section:not(.hero){transform:translateY(70px);transition:transform 1s cubic-bezier(.16,1,.3,1)}.js-ready section.is-visible{transform:translateY(0)}.js-ready section:not(.hero) .section-label{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.js-ready section:not(.hero) .section__head h2{opacity:0;transform:translateY(24px);transition:opacity .8s cubic-bezier(.16,1,.3,1) .1s,transform .8s cubic-bezier(.16,1,.3,1) .1s}.js-ready section.is-visible .section-label,.js-ready section.is-visible .section__head h2{opacity:1;transform:translateY(0)}.js-ready section:not(.hero) .section__head h2:after{background:var(--lime);border-radius:2px;content:"";display:block;height:3px;margin-top:.7rem;transition:width .9s cubic-bezier(.16,1,.3,1) .35s;width:0}.js-ready section.is-visible .section__head h2:after{width:56px}.js-ready section:not(.hero) .pillar-card{opacity:0;transform:translateY(50px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.js-ready section.is-visible .pillar-card{opacity:1;transform:translateY(0);transition-delay:.12s}.js-ready section.is-visible .pillar-card:nth-child(2){transition-delay:.26s}.js-ready section.is-visible .pillar-card:nth-child(3){transition-delay:.4s}.js-ready section:not(.hero) .tier-card{opacity:0;transform:translateY(50px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.js-ready section.is-visible .tier-card{opacity:1;transform:translateY(0);transition-delay:.12s}.js-ready section.is-visible .tier-card:nth-child(2){transition-delay:.26s}.js-ready section.is-visible .tier-card:nth-child(3){transition-delay:.4s}.js-ready section:not(.hero) .step{opacity:0;transform:translateX(-40px);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}.js-ready section.is-visible .step{opacity:1;transform:translateX(0);transition-delay:.08s}.js-ready section.is-visible .step:nth-child(2){transition-delay:.18s}.js-ready section.is-visible .step:nth-child(3){transition-delay:.28s}.js-ready section.is-visible .step:nth-child(4){transition-delay:.38s}.js-ready section:not(.hero) .step__num{opacity:0;transform:scale(.4);transition:opacity .4s ease,transform .5s cubic-bezier(.34,1.56,.64,1)}.js-ready section.is-visible .step:first-child .step__num{opacity:1;transform:scale(1);transition-delay:.08s}.js-ready section.is-visible .step:nth-child(2) .step__num{opacity:1;transform:scale(1);transition-delay:.18s}.js-ready section.is-visible .step:nth-child(3) .step__num{opacity:1;transform:scale(1);transition-delay:.28s}.js-ready section.is-visible .step:nth-child(4) .step__num{opacity:1;transform:scale(1);transition-delay:.38s}.js-ready .proof-callout{opacity:0;transform:translateY(40px) scale(.98);transition:opacity .85s cubic-bezier(.16,1,.3,1) .12s,transform .85s cubic-bezier(.16,1,.3,1) .12s}.js-ready section.is-visible .proof-callout{opacity:1;transform:translateY(0) scale(1)}.js-ready section:not(.hero) .grid-2>div{opacity:0;transform:translateY(40px);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1)}.js-ready section.is-visible .grid-2>div{opacity:1;transform:translateY(0);transition-delay:.06s}.js-ready section.is-visible .grid-2>div:nth-child(2){transition-delay:.22s}.js-ready .cta-section{opacity:0;transform:translateY(50px) scale(.97);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.js-ready .cta-section.is-visible{opacity:1;transform:translateY(0) scale(1)}.divider{background:var(--lime);height:3px;margin:1rem 0 1.5rem;width:48px}.mt-sm{margin-top:1rem}.mt-md{margin-top:1.75rem}.mt-lg{margin-top:2.5rem}.mb-sm{margin-bottom:.75rem}.mb-md{margin-bottom:1.5rem}.text-teal{color:var(--teal-text)}.text-purple{color:var(--purple)}.text-lime{color:var(--lime)}.text-muted{color:var(--navy-muted)}.text-muted--white{color:hsla(0,0%,100%,.85)}.nav__burger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;flex-shrink:0;gap:5px;height:36px;justify-content:center;padding:4px;width:36px}.nav__burger span{background:hsla(0,0%,100%,.85);border-radius:2px;display:block;height:2px;transition:transform .22s ease,opacity .15s ease;width:22px}.nav__burger[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.nav__burger[aria-expanded=true] span:nth-child(2){opacity:0;transform:scaleX(0)}.nav__burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:640px){.hero__actions{align-items:flex-start;flex-direction:column}.nav__inner{gap:1rem}.footer__right{text-align:left}.nav__burger{display:flex}.nav__links{background:var(--navy);border-top:1px solid hsla(0,0%,100%,.08);box-shadow:0 8px 24px rgba(0,0,0,.25);display:none;flex-direction:column;gap:0;left:0;padding:.5rem var(--gutter) 1.5rem;position:absolute;right:0;top:64px;z-index:99}.nav__links.is-open{display:flex}.nav__links a{border-bottom:1px solid hsla(0,0%,100%,.06);font-size:1rem;padding:.85rem 0;width:100%}.nav__links a:last-child{border-bottom:none}.nav__cta{display:block;margin-top:.75rem;padding:.75rem 1rem!important;text-align:center}}.proof-strip{background:var(--lime);padding:1.25rem 0}.proof-strip__inner{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.proof-strip p{font-size:.95rem;font-weight:600;margin:0;max-width:none}.proof-strip p,.proof-strip__link{color:var(--navy);font-family:var(--font-head)}.proof-strip__link{border-bottom:2px solid rgba(12,27,51,.3);flex-shrink:0;font-size:.875rem;font-weight:700;padding-bottom:1px;text-decoration:none;transition:border-color .15s;white-space:nowrap}.proof-strip__link:hover{border-color:var(--navy);text-decoration:none}@media (max-width:640px){.proof-strip__inner{align-items:flex-start;flex-direction:column;gap:.75rem}}.cs-metric{background:var(--navy);border-radius:var(--radius-lg);padding:1.75rem}.cs-metric__num{color:var(--lime);font-family:var(--font-head);font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;line-height:1;margin-bottom:.4rem}.cs-metric__label{color:hsla(0,0%,100%,.72);font-size:.875rem;margin:0;max-width:none}.cs-file-tree{background:var(--navy);border-radius:var(--radius-lg);color:hsla(0,0%,100%,.8);font-family:Courier New,Courier,monospace;font-size:.85rem;line-height:1.8;overflow-x:auto;padding:1.75rem 2rem}.cs-file-tree .tree-dim{color:hsla(0,0%,100%,.3)}.cs-file-tree .tree-lime{color:var(--lime)}.cs-file-tree .tree-teal{color:var(--teal)}.cs-compare{display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-top:2rem}@media (max-width:760px){.cs-compare{grid-template-columns:1fr}}.cs-compare__col{border-radius:var(--radius-lg);padding:1.75rem}.cs-compare__col--without{background:var(--off-white);border:1.5px solid rgba(12,27,51,.1)}.cs-compare__col--with{background:var(--navy)}.cs-compare__label{font-family:var(--font-head);font-size:.72rem;font-weight:700;letter-spacing:.1em;margin-bottom:1.25rem;text-transform:uppercase}.cs-compare__col--without .cs-compare__label{color:rgba(12,27,51,.45)}.cs-compare__col--with .cs-compare__label{color:var(--teal)}.cs-compare__stat{font-family:var(--font-head);font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;line-height:1.1;margin-bottom:.35rem}.cs-compare__col--without .cs-compare__stat{color:var(--navy)}.cs-compare__col--with .cs-compare__stat{color:var(--lime)}.cs-compare__desc{font-size:.9rem;margin:0;max-width:none}.cs-compare__col--without .cs-compare__desc{color:rgba(12,27,51,.6)}.cs-compare__col--with .cs-compare__desc{color:hsla(0,0%,100%,.65)}.cs-compare__divider{border:none;border-top:1px solid rgba(12,27,51,.08);margin:1rem 0}.cs-compare__col--with .cs-compare__divider{border-top-color:hsla(0,0%,100%,.1)}.cs-detail-row{align-items:baseline;border-bottom:1px solid rgba(12,27,51,.07);display:flex;font-size:.9rem;gap:1rem;justify-content:space-between;padding:.6rem 0}.cs-detail-row:last-child{border-bottom:none}.cs-detail-row__key{color:rgba(12,27,51,.55);font-family:var(--font-head);font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.cs-detail-row__val{color:var(--navy);font-weight:500;text-align:right}.cs-detail-row--white .cs-detail-row__key{color:hsla(0,0%,100%,.45)}.cs-detail-row--white .cs-detail-row__val{color:hsla(0,0%,100%,.9)}