:root{--paper:#f8f6f1;--paper-2:#f1ece2;--white:#ffffff;--line:#e7e1d6;--ink:#18160f;--fg-2:#6e6757;--fg-3:#9a927f;--evergreen:#15604a;--evergreen-on-dark:#45d7a2;--espresso:#1b1813;--cream:#f1ece2;--cream-fg:#b6ad9b;--line-on-dark:rgba(241,236,226,0.14);--accent:#c8453e;--accent-strong:#a93630;--accent-soft:rgba(200,69,62,0.08);--accent-on-dark:#e0716b;--radius-sm:8px;--radius-md:12px;--display:var(--font-display),"Space Grotesk",sans-serif;--body:var(--font-body),"Inter",sans-serif;--mono:var(--font-mono),"JetBrains Mono",monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation:none!important;transition:none!important}}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--display);font-weight:600;line-height:1.15;letter-spacing:-.01em}h1,h2,h3,h4,p{margin:0 0 1rem}a{text-decoration:none}a,a:hover{color:var(--accent-strong)}a:hover{text-decoration:underline}img{max-width:100%;height:auto}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}::selection{background:var(--accent);color:var(--white)}.container{max-width:1120px;margin:0 auto;padding:0 1.5rem}.skip-link{position:absolute;left:-9999px;top:0;background:var(--ink);color:var(--paper);padding:.6rem 1rem;z-index:100}.skip-link:focus{left:0;color:var(--paper)}.section{padding:5rem 0}.eyebrow{font-family:var(--mono);font-size:.8125rem;letter-spacing:.02em;color:var(--accent-strong);display:block;margin-bottom:.875rem}.on-dark .eyebrow{color:var(--accent-on-dark)}.section-title{font-size:clamp(1.75rem,3.5vw,2.375rem);max-width:36ch}.section-lead{color:var(--fg-2);font-size:1.125rem;max-width:62ch;margin-bottom:0}.section-head{margin-bottom:3rem}.center{text-align:center}.center .section-lead,.center .section-title{margin-left:auto;margin-right:auto}.btn,.btn:hover{text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--display);font-weight:500;font-size:1rem;line-height:1;padding:.875rem 1.5rem;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.btn-primary{background:var(--accent);color:var(--white)}.btn-primary:hover{background:var(--accent-strong);color:var(--white)}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}.btn-ghost:hover{border-color:var(--fg-3);color:var(--ink)}.on-dark .btn-ghost{color:var(--cream);border-color:var(--line-on-dark)}.on-dark .btn-ghost:hover{border-color:var(--cream-fg);color:var(--white)}.btn-sm{padding:.625rem 1.125rem;font-size:.9375rem}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(248,246,241,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.site-header .container{display:flex;align-items:center;gap:2rem;height:72px}.brand{color:var(--accent);display:inline-flex;align-items:center}.brand:hover{color:var(--accent-strong)}.site-nav{display:flex;align-items:center;gap:1.75rem;margin-left:auto}.site-nav>a{color:var(--fg-2);font-size:.9375rem;font-weight:500}.site-nav>a:hover{color:var(--ink);text-decoration:none}.header-ctas{display:flex;align-items:center;gap:.75rem}.menu-toggle{display:none;margin-left:auto;background:none;border:1px solid var(--line);border-radius:var(--radius-sm);padding:.5rem .75rem;font-family:var(--mono);font-size:.8125rem;color:var(--ink);cursor:pointer}@media (max-width:860px){.menu-toggle{display:inline-flex}.site-nav{display:none}.site-nav.open{display:flex;position:absolute;top:72px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--paper);padding:.5rem 1.5rem 1.25rem}.site-nav.open,.site-nav.open>a{border-bottom:1px solid var(--line)}.site-nav.open>a{padding:.75rem 0}.site-nav.open>a:last-of-type{border-bottom:0}.site-nav.open .header-ctas{margin-top:1rem;flex-direction:column;align-items:stretch}.header-ctas .btn{width:100%}}.hero{padding:5.5rem 0 5rem;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--paper) 0,var(--paper-2) 100%)}.hero .container{display:grid;grid-template-columns:minmax(0,11fr) minmax(0,9fr);grid-gap:4rem;gap:4rem;align-items:center}.hero h1{font-size:clamp(2.25rem,5vw,3.375rem);font-weight:700;margin-bottom:1.25rem}.hero h1 em{font-style:normal;color:var(--accent)}.hero-sub{color:var(--fg-2);font-size:1.1875rem;max-width:56ch;margin-bottom:2rem}.hero-ctas{display:flex;flex-wrap:wrap;gap:.875rem;margin-bottom:2rem}.hero-trust{font-family:var(--mono);font-size:.78rem;color:var(--fg-3);margin:0}.hero-trust span{white-space:nowrap}@media (max-width:960px){.hero .container{grid-template-columns:1fr;gap:3rem}}.terminal{background:var(--espresso);border:1px solid var(--line-on-dark);border-radius:var(--radius-md);box-shadow:0 24px 48px -24px rgba(24,22,15,.45);overflow:hidden}.terminal-bar{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--line-on-dark)}.terminal-bar i{width:10px;height:10px;border-radius:50%;background:var(--line-on-dark)}.terminal-bar i:first-child{background:var(--accent)}.terminal-title{margin-left:auto;font-family:var(--mono);font-size:.7rem;color:var(--cream-fg)}.terminal-body{margin:0;padding:1.25rem 1.25rem 1.5rem;font-family:var(--mono);font-size:.8125rem;line-height:2;color:var(--cream);overflow-x:auto}.terminal-body .t-tag{color:var(--cream-fg);display:inline-block;min-width:5.5rem}.terminal-body .t-prompt .t-tag{color:var(--accent-on-dark);min-width:auto;margin-right:.5rem}.terminal-body .t-ok{color:var(--evergreen-on-dark)}.terminal-body .t-crit{color:var(--accent-on-dark)}.logo-bar{background:var(--white);border-bottom:1px solid var(--line);padding:2.5rem 0}.logo-bar p{text-align:center;font-family:var(--mono);font-size:.78rem;color:var(--fg-3);margin-bottom:1.75rem}.logo-row{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;justify-items:center;grid-gap:2rem 3rem;gap:2rem 3rem}.logo-row img{height:24px;width:auto;max-width:100%;object-fit:contain;filter:grayscale(1) brightness(.55);opacity:.75}@media (min-width:1120px){.logo-row{grid-template-columns:repeat(6,1fr)}}@media (max-width:480px){.logo-row{grid-template-columns:repeat(2,1fr);gap:1.75rem 2rem}}.steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem;counter-reset:step}.step{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:1.75rem 1.5rem}.step-n{font-family:var(--mono);font-size:.8125rem;color:var(--accent-strong);display:block;margin-bottom:1.25rem}.step h3{font-size:1.1875rem;margin-bottom:.5rem}.step p{color:var(--fg-2);font-size:.9375rem;margin:0}@media (max-width:960px){.steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.steps{grid-template-columns:1fr}}.band{background:var(--espresso)}.band,.band .section-title{color:var(--cream)}.stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.stat{border:1px solid var(--line-on-dark);border-radius:var(--radius-md);padding:1.75rem 1.5rem}.stat-value{font-family:var(--display);font-weight:700;font-size:clamp(2.25rem,4vw,3rem);line-height:1;color:var(--white);display:block;margin-bottom:.625rem}.stat-value .unit{color:var(--accent-on-dark)}.stat p{margin:0}.gaman-note,.stat p{color:var(--cream-fg);font-size:.9375rem}.gaman-note{margin:2.5rem 0 0;padding-top:2rem;border-top:1px solid var(--line-on-dark);max-width:72ch}.gaman-note strong{color:var(--cream);font-weight:500}@media (max-width:720px){.stats{grid-template-columns:1fr}}.adv-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.adv{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:1.625rem 1.5rem}.adv h3{font-size:1.0625rem;margin-bottom:.5rem;display:flex;align-items:baseline;gap:.625rem}.adv h3:before{content:"//";font-family:var(--mono);font-size:.8125rem;color:var(--accent-strong)}.adv p{color:var(--fg-2);font-size:.9375rem;margin:0}@media (max-width:960px){.adv-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.adv-grid{grid-template-columns:1fr}}.compliance-section{background:var(--paper-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.compliance-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.compliance-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:1.75rem 1.5rem}.compliance-card img{height:72px;width:72px;object-fit:contain;margin-bottom:1.25rem}.compliance-card h3{font-size:1.125rem;margin-bottom:.5rem}.compliance-card p{color:var(--fg-2);font-size:.9rem;margin:0}@media (max-width:860px){.compliance-grid{grid-template-columns:1fr}}.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.quote-card{display:flex;flex-direction:column;border:1px solid var(--line-on-dark);border-radius:var(--radius-md);padding:1.75rem 1.5rem}.quote-card img{height:22px;width:auto;align-self:flex-start;margin-bottom:1.25rem;filter:brightness(1.55)}.quote-card blockquote{margin:0 0 1.25rem;color:var(--cream);font-size:.9375rem;flex:1 1}.quote-attr{font-size:.8125rem;color:var(--cream-fg)}.quote-attr strong{display:block;color:var(--cream);font-weight:500}@media (max-width:960px){.quote-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.quote-grid{grid-template-columns:1fr}}.media-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2.5rem 4rem}.media-row img{height:28px;width:auto;filter:grayscale(1) brightness(.45);opacity:.8}.faq-list{display:grid;grid-gap:.75rem;gap:.75rem;max-width:860px}.faq{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md)}.faq summary{cursor:pointer;list-style:none;display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:1.125rem 1.5rem;font-family:var(--display);font-weight:500;font-size:1.0625rem}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-family:var(--mono);color:var(--accent-strong);flex-shrink:0}.faq[open] summary:after{content:"−"}.faq p{padding:0 1.5rem 1.25rem;margin:0;color:var(--fg-2);font-size:.9375rem;max-width:72ch}.cta-panel{background:var(--espresso);border-radius:var(--radius-md);padding:3.5rem 3rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:2rem}.cta-panel h2{color:var(--cream);font-size:clamp(1.5rem,3vw,2rem);margin:0;max-width:24ch}.cta-panel .hero-ctas{margin:0}@media (max-width:720px){.cta-panel{padding:2.5rem 1.75rem}}.site-footer{background:var(--espresso);color:var(--cream-fg);padding:4rem 0 2.5rem;font-size:.9rem}.footer-grid{display:grid;grid-template-columns:minmax(0,5fr) repeat(3,minmax(0,2fr));grid-gap:3rem;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--line-on-dark)}.footer-brand .brand{color:var(--cream);margin-bottom:1rem}.footer-brand .brand:hover{color:var(--white)}.footer-brand p{max-width:38ch}.footer-col h4{font-family:var(--mono);font-weight:400;font-size:.75rem;color:var(--fg-3);margin-bottom:1rem}.footer-col ul{list-style:none;margin:0;padding:0}.footer-col li{margin-bottom:.625rem}.footer-col a{color:var(--cream)}.footer-col a:hover{color:var(--white)}.footer-badges{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;padding:2.5rem 0 0}.footer-badges img,.footer-badges svg{height:64px;width:auto}.footer-legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-top:2.5rem;font-size:.8125rem}.footer-legal a{color:var(--cream-fg);margin-left:1.25rem}.footer-legal a:first-child{margin-left:0}.footer-legal a:hover{color:var(--cream)}@media (max-width:860px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}.page-hero{padding:4.5rem 0 3rem;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--paper) 0,var(--paper-2) 100%)}.page-hero h1{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:.75rem}.page-hero p{color:var(--fg-2);font-size:1.125rem;max-width:60ch;margin:0}.page-body{padding:3.5rem 0 5rem}.embed-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:2rem;max-width:760px}.embed-card-wide{max-width:none}.contact-aside{margin-top:1.5rem;color:var(--fg-3);font-size:.9rem;max-width:760px}@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-display:"Space Grotesk","Space Grotesk Fallback"}@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-body:"Inter","Inter Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/886030b0b59bc5a7-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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/0aa834ed78bf6d07-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/67957d42bae0796d-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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/f911b923c6adde36-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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/939c4f875ee75fbb-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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/bb3ef058b751a6ad-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:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_3c557b{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_3c557b{--font-mono:"JetBrains Mono","JetBrains Mono Fallback"}