:root{--color-bg:#ffffff;--color-bg-soft:#f7f9fb;--color-ink:#12263a;--color-accent:#0fb5a6;--color-secondary:#2e75b6;--color-hero-dark:#0c1a2b;--font-display:"Space Grotesk",sans-serif;--font-body:"Inter",sans-serif;--max-width:1240px;--section-pad:96px;--section-pad-tablet:64px;--section-pad-mobile:48px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--color-ink);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:1.5rem}.section-pad{padding-block:var(--section-pad)}@media (max-width:768px){.section-pad{padding-block:var(--section-pad-mobile)}.container{padding-inline:1rem}}@media (min-width:769px) and (max-width:1024px){.section-pad{padding-block:var(--section-pad-tablet)}}.skip-link{position:absolute;top:-40px;left:0;background:var(--color-accent);color:#fff;padding:.5rem 1rem;font-size:14px;font-weight:600;z-index:9999;transition:top .2s}.skip-link:focus{top:0}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.2;color:inherit}::selection{background:var(--color-accent);color:#fff}.nav-link{opacity:.75;transition:opacity .15s ease}.nav-link:hover{opacity:1}@media (max-width:768px){.desktop-cta,.desktop-nav{display:none!important}.mobile-menu-btn{display:block!important;margin-left:auto!important}}.platform-card{display:block;border:1px solid #e2eaf3;border-radius:12px;padding:1.75rem;text-decoration:none;color:var(--color-ink);transition:box-shadow .2s ease,transform .2s ease}.platform-card:hover{box-shadow:0 6px 24px rgba(15,181,166,.1);transform:translateY(-2px)}.footer-link{display:block;font-size:14px;margin-bottom:8px;opacity:.7;transition:opacity .15s ease}.footer-link:hover{opacity:1}.flow-card{border:1px solid #e2eaf3;border-radius:12px;padding:1.75rem;background:#fff;transition:box-shadow .2s ease,transform .2s ease}.flow-card:hover{box-shadow:0 6px 24px rgba(15,181,166,.12);transform:translateY(-2px)}@keyframes card-reveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.card-reveal{animation:card-reveal .5s ease both}@media (prefers-reduced-motion:reduce){.card-reveal{animation:none}}.reveal-ready [data-reveal]{opacity:0;transform:translateY(32px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);will-change:opacity,transform}.reveal-ready [data-reveal=left]{transform:translateX(-40px)}.reveal-ready [data-reveal=right]{transform:translateX(40px)}.reveal-ready [data-reveal=scale]{transform:scale(.92)}.reveal-ready [data-reveal].in-view{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal-ready [data-reveal]{opacity:1!important;transform:none!important;transition:none}}.hero-aurora{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.hero-aurora:after,.hero-aurora:before{content:"";position:absolute;width:65vw;height:65vw;max-width:900px;max-height:900px;border-radius:50%;filter:blur(90px)}.hero-aurora:before{background:radial-gradient(circle,rgba(15,181,166,.55),transparent 62%);top:-25%;left:-12%;animation:aurora-a 16s ease-in-out infinite alternate}.hero-aurora:after{background:radial-gradient(circle,rgba(46,117,182,.5),transparent 62%);bottom:-30%;right:-12%;animation:aurora-b 20s ease-in-out infinite alternate}@keyframes aurora-a{0%{transform:translate(0) scale(1)}to{transform:translate(14%,12%) scale(1.18)}}@keyframes aurora-b{0%{transform:translate(0) scale(1)}to{transform:translate(-12%,-10%) scale(1.22)}}@keyframes hero-rise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}.hero-rise{opacity:0;animation:hero-rise .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--rise-delay,0s)}.family-graph-line{stroke-dasharray:400;stroke-dashoffset:400;animation:graph-draw 1.6s ease forwards;animation-delay:var(--line-delay,0s)}@keyframes graph-draw{to{stroke-dashoffset:0}}.graph-node{transform-box:fill-box;transform-origin:center;animation:node-pulse 3.2s ease-in-out infinite;animation-delay:var(--node-delay,0s)}@keyframes node-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.35)}}.btn-primary{position:relative;transition:transform .2s ease,box-shadow .2s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(15,181,166,.35)}.btn-primary:active{transform:translateY(0)}.btn-ghost{transition:background .2s ease,border-color .2s ease,transform .2s ease}.btn-ghost:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.65);transform:translateY(-2px)}.proof-card{transition:transform .25s ease,box-shadow .25s ease}.proof-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(18,38,58,.1)}.proof-icon{width:48px;height:48px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(15,181,166,.16),rgba(46,117,182,.12));color:var(--color-accent)}.lift{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.lift:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(18,38,58,.09);border-color:#cfe0ee}.arrow-link span{display:inline-block;transition:transform .2s ease}.arrow-link:hover span{transform:translateX(4px)}@media (prefers-reduced-motion:reduce){.family-graph-line,.graph-node,.hero-aurora:after,.hero-aurora:before,.hero-rise{animation:none}.hero-rise{opacity:1}.family-graph-line{stroke-dashoffset:0}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_dd5b2f{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_dd5b2f{--font-space-grotesk:"Space Grotesk","Space Grotesk Fallback"}