:root{--navy:#061635;--navy-deep:#05122e;--navy-soft:#0a2149;--green:#22a06b;--green-deep:#137a50;--green-light:#35c684;--green-pale:#eaf8f1;--white:#fff;--ink:#0b1733;--text:#2a363f;--muted:#667085;--muted-light:#8a97a0;--line:#dfe5ec;--surface:#f6f8fb;--surface-dark:#15222e;--surface-dark-soft:#1c2e3c;--content:1180px;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}main{min-height:100vh}a{color:inherit;text-underline-offset:.2em}a:hover{text-decoration-thickness:2px}button,input,select,textarea{font:inherit}img,svg{max-width:100%}h1,h2,h3,p,blockquote{overflow-wrap:anywhere}h1,h2,h3{color:inherit;margin-top:0}h1,h2{letter-spacing:-.035em;line-height:1.04}h1{max-width:980px;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,7rem)}h2{max-width:960px;margin-bottom:1.5rem;font-size:clamp(2.2rem,4.8vw,4.25rem)}h3{margin-bottom:.75rem;font-size:1.3rem;line-height:1.2}.eyebrow{color:var(--green-deep);letter-spacing:.13em;text-transform:uppercase;margin:0 0 1rem;font-size:.82rem;font-weight:800}.hero .eyebrow,.feature-demo-label,.platforms .eyebrow,.gnaww-prod .eyebrow{color:var(--green-light)}.button{border:2px solid var(--green);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:.85rem 1.45rem;font-weight:800;line-height:1.2;text-decoration:none;transition:transform .16s,background-color .16s,border-color .16s,color .16s;display:inline-flex}.button:hover{text-decoration:none;transform:translateY(-1px)}.button-primary{background:var(--green);color:var(--white)}.button-primary:hover{background:var(--green-deep);border-color:var(--green-deep)}.button-secondary{color:inherit;background:0 0}.text-link{color:var(--green-deep);font-weight:800}.button:focus-visible,.site-header a:focus-visible,.site-footer a:focus-visible,.site-footer button:focus-visible,.use-case-card a:focus-visible,.menu-toggle:focus-visible{outline:3px solid var(--green-light);outline-offset:4px}.site-header{z-index:100;background:var(--navy-deep);color:var(--white);position:sticky;top:0;box-shadow:0 1px #ffffff0f}.site-header-inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1440px;min-height:116px;margin:0 auto;padding:.8rem clamp(1.25rem,5vw,5rem);transition:min-height .24s,padding .24s;display:flex}.site-header .brand{flex:none;align-items:center;width:min(235px,50vw);transition:width .24s;display:flex}.site-header .brand img{width:100%;height:auto;display:block}.site-header nav{justify-content:flex-end;align-items:center;gap:clamp(1rem,2.2vw,1.8rem);display:flex}.site-header nav a{color:#ffffffeb;font-size:.98rem;font-weight:750;text-decoration:none}.site-header nav a:hover{color:var(--green-light)}.site-header-compact .site-header-inner{min-height:72px;padding-top:.45rem;padding-bottom:.45rem}.site-header-compact .brand{width:min(175px,46vw)}.menu-toggle{width:44px;height:44px;color:var(--white);cursor:pointer;background:0 0;border:0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:none}.menu-toggle span{background:currentColor;border-radius:999px;width:23px;height:2px;transition:transform .18s,opacity .18s}.site-header-open .menu-toggle span:first-child{transform:translateY(7px)rotate(45deg)}.site-header-open .menu-toggle span:nth-child(2){opacity:0}.site-header-open .menu-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{color:var(--white);background:radial-gradient(circle at 85% 0%, var(--navy-soft), var(--navy) 58%);padding:clamp(4.5rem,9vw,8.5rem) clamp(1.25rem,7vw,7rem)}.hero>*{max-width:var(--content)}.hero-copy{color:#ffffffeb;max-width:800px;margin:0;font-size:clamp(1.15rem,2.1vw,1.6rem);line-height:1.55}.powered-line{color:#ffffffb3;margin:1rem 0 0;font-weight:700}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2.25rem;display:flex}.hero .button-secondary{color:var(--white)}.hero .button-secondary:hover{background:#22a06b24}.bridge,.use-case-section,.feature-story,.platforms,.truth{padding:clamp(4rem,7vw,7rem) clamp(1.25rem,7vw,7rem)}.bridge{background:var(--white)}.flow{max-width:var(--content);flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:2.75rem;font-size:clamp(1rem,1.5vw,1.2rem);display:flex}.flow>span:not(.flow-arrow),.flow>strong{border:1px solid var(--line);background:var(--surface);white-space:nowrap;border-radius:999px;padding:.8rem 1.1rem}.flow>strong{color:var(--green-deep);font-weight:850}.flow-arrow{width:2.3rem;height:2.3rem;color:var(--ink);justify-content:center;align-items:center;font-size:1.25rem;display:inline-flex}.use-case-section{background:var(--surface)}.use-case-section>h2{max-width:880px}.use-case-grid{max-width:var(--content);grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:3rem;display:grid}.use-case-card{border:1px solid var(--line);background:var(--white);border-radius:20px;flex-direction:column;min-height:235px;padding:1.6rem;display:flex}.use-case-card:first-child{background:linear-gradient(145deg, var(--white), var(--green-pale));grid-column:span 2}.use-case-card p{color:#344054;margin:0 0 1.5rem;line-height:1.65}.use-case-card a{width:fit-content;color:var(--green-deep);margin-top:auto;font-size:.92rem;font-weight:800}.coming-soon{color:#667085;background:#eef1f4;border-radius:999px;width:fit-content;margin-top:auto;padding:.35rem .65rem;font-size:.78rem;font-weight:750;display:inline-flex}.feature-story{background:var(--green-pale);grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.feature-story-copy{max-width:720px}.feature-story-copy>p:not(.eyebrow){font-size:1.08rem;line-height:1.72}.feature-story blockquote,.content-page blockquote{border-left:4px solid var(--green);color:#243552;background:#fffc;margin:2rem 0;padding:1.4rem 1.6rem;font-size:1.08rem;font-weight:650;line-height:1.65}.feature-story .button{margin-top:.75rem}.feature-demo{border-radius:var(--radius);background:var(--navy);color:var(--white);padding:clamp(1.5rem,3vw,2.25rem)}.feature-demo-label{letter-spacing:.12em;text-transform:uppercase;margin:0 0 1.5rem;font-size:.78rem;font-weight:800}.feature-demo-step{border-top:1px solid #ffffff26;grid-template-columns:42px minmax(0,1fr);gap:1rem;padding:1.25rem 0;display:grid}.feature-demo-step>span{width:36px;height:36px;color:var(--green-light);border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}.feature-demo-step strong{margin-bottom:.4rem;font-size:1.05rem;display:block}.feature-demo-step p{color:#ffffffc2;margin:0;line-height:1.55}.feature-demo-step-accent strong{color:var(--green-light)}.audience-grid{background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.audience{background:var(--white);padding:clamp(3.5rem,6vw,6.5rem);scroll-margin-top:7rem}.audience p{max-width:760px;font-size:1.08rem;line-height:1.7}.audience ol{margin:2rem 0;padding-left:1.25rem}.audience li{margin-bottom:.75rem;line-height:1.55}.audience .button-secondary{color:var(--green-deep)}.platforms{color:var(--white);background:var(--navy)}.platforms>div{max-width:900px}.platforms p:not(.eyebrow){color:#ffffffd1;max-width:780px;font-size:1.08rem;line-height:1.72}.truth{background:var(--surface)}.truth p:not(.eyebrow){color:#344054;max-width:800px;font-size:1.08rem;line-height:1.7}.truth .text-link{margin-top:1rem;display:inline-block}.content-page{max-width:var(--content);margin:0 auto;padding:clamp(4rem,7vw,7rem) clamp(1.25rem,5vw,3rem)}.content-page h1{max-width:950px;font-size:clamp(3rem,6vw,5.5rem)}.content-page h2{margin-top:3.5rem;font-size:clamp(1.8rem,3.2vw,3rem)}.content-page>p:not(.eyebrow),.content-page li{color:#344054;max-width:820px;font-size:1.05rem;line-height:1.75}.lede{color:#243552!important;max-width:850px!important;font-size:clamp(1.15rem,2vw,1.45rem)!important;line-height:1.65!important}.legal-page h1{font-size:clamp(2.8rem,5vw,4.8rem)}.legal-page h2{margin-top:2.75rem;font-size:clamp(1.55rem,2.7vw,2.35rem)}.use-case-list{border-top:1px solid var(--line);margin-top:3rem}.use-case-list article{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem;padding:2rem 0;scroll-margin-top:7rem;display:grid}.use-case-list h2{margin:0 0 .75rem;font-size:clamp(1.7rem,3vw,2.5rem)}.use-case-list p{margin:0}.use-case-list a{color:var(--green-deep);white-space:nowrap;font-weight:800}.about-intro{padding-bottom:5rem}.gnaww-trust-inner{max-width:1200px;margin:0 auto;padding:96px 40px}.gnaww-trust h2{max-width:16ch}.gnaww-trust-intro{max-width:56ch;margin:0;font-size:clamp(17px,1.5vw,20px);line-height:1.55}.gnaww-team{background:var(--white);color:var(--text);border-top:1px solid var(--line)}.gnaww-team .gnaww-trust-intro{color:#54636d}.gnaww-team-people{border-top:1px solid var(--line);margin-top:56px}.gnaww-team-person{border-bottom:1px solid var(--line);grid-template-columns:minmax(180px,260px) 1fr;gap:8px 48px;padding:28px 0;display:grid}.gnaww-team-name{color:var(--surface-dark);margin:0;font-size:20px;font-weight:700;line-height:1.3}.gnaww-team-role{color:#54636d;margin:0;font-size:16px;line-height:1.6}.gnaww-prod{background:var(--surface-dark);color:var(--white);scroll-margin-top:6rem}.gnaww-prod .gnaww-trust-intro{color:#b7c2cc}.gnaww-prod-items{gap:20px;margin-top:56px;display:grid}.gnaww-prod-item{background:var(--surface-dark-soft);border:1px solid #ffffff0f;border-radius:16px;padding:28px 32px}.gnaww-prod-item h3{color:var(--white);margin:16px 0 8px;font-size:21px}.gnaww-prod-item p{color:#b7c2cc;max-width:62ch;margin:0;font-size:16px;line-height:1.6}.gnaww-prod-pill{background:var(--green-pale);min-height:26px;color:var(--green-deep);border-radius:999px;align-items:center;gap:7px;padding:4px 11px;font-size:12px;font-weight:700;display:inline-flex}.gnaww-prod-pill:before{content:"";background:var(--green);border-radius:50%;width:7px;height:7px}.gnaww-prod-item .gnaww-prod-note{color:var(--muted-light);margin-top:10px;font-size:14px}.gnaww-prod-footnote{color:var(--muted-light);margin:32px 0 0;font-size:14px;line-height:1.6}.contact-form{gap:1.25rem;max-width:760px;margin-top:3rem;display:grid}.contact-form label{color:var(--ink);gap:.5rem;font-weight:750;display:grid}.contact-form input,.contact-form select,.contact-form textarea{background:var(--white);width:100%;color:var(--ink);border:1px solid #cfd7e2;border-radius:12px;padding:.9rem 1rem;font-weight:450}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--green-deep);outline:3px solid #22a06b2e}.consent-row{align-items:flex-start;grid-template-columns:auto 1fr!important;gap:.75rem!important;font-weight:450!important}.consent-row input{width:18px;height:18px;margin-top:.2rem}.consent-row a{color:var(--green-deep);font-weight:750}.contact-form .button{width:fit-content}.honeypot{opacity:0!important;width:1px!important;height:1px!important;position:absolute!important;left:-9999px!important}.form-status{margin:0;font-weight:700}.form-status.success{color:var(--green-deep)}.form-status.error{color:#b42318}.cookie-banner{z-index:200;background:var(--navy-deep);max-width:1100px;color:var(--white);border:1px solid #ffffff1f;border-radius:18px;justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:1.4rem 1.5rem;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 18px 60px #05122e47}.cookie-banner strong{margin-bottom:.35rem;display:block}.cookie-banner p{color:#ffffffc7;max-width:720px;margin:0 0 .35rem;line-height:1.55}.cookie-banner a{color:var(--green-light);font-weight:750}.cookie-actions{flex-wrap:wrap;flex:none;gap:.75rem;display:flex}.cookie-actions .button-secondary{color:var(--white)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-footer{border-top:1px solid var(--line);background:var(--white);color:#626f7f;padding:clamp(3.5rem,6vw,5.5rem) clamp(1.25rem,6vw,6.5rem) 2.25rem}.footer-main{grid-template-columns:minmax(260px,1.5fr) repeat(4,minmax(130px,.75fr));gap:clamp(2rem,4vw,4.5rem);max-width:1440px;margin:0 auto;display:grid}.footer-brand-name{color:var(--ink);letter-spacing:-.03em;margin:0 0 1.2rem;font-size:1.65rem;font-weight:850}.footer-brand-name span{color:var(--green-deep)}.footer-brand-tagline{color:var(--ink);margin:0 0 .7rem;font-size:1.02rem;font-weight:750}.footer-brand-copy{color:#7a8594;max-width:360px;margin:0;line-height:1.6}.footer-column{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.footer-column strong{color:#20242b;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.35rem;font-size:.86rem}.footer-column a{color:#778292;text-decoration:none}.footer-column a:hover{color:var(--green-deep)}.footer-rule{background:var(--line);max-width:1440px;height:1px;margin:3.75rem auto 2rem}.footer-lower{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1440px;margin:0 auto;display:flex}.footer-socials{align-items:center;gap:1.35rem;display:flex}.footer-socials a{color:#7a8594;width:22px;height:22px;display:inline-flex}.footer-socials a:hover{color:var(--green-deep)}.footer-socials svg{width:100%;height:100%}.footer-legal-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}.footer-legal-links a,.footer-link-button{color:#778292;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none}.footer-legal-links a:hover,.footer-link-button:hover{color:var(--green-deep)}.footer-trademark{color:#7a8594;max-width:1440px;margin:2.2rem auto 0;font-size:.9rem;line-height:1.6}.footer-trademark p{margin:.15rem 0}@media (max-width:1050px){.footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand{grid-column:1/-1}.use-case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.use-case-card:first-child{grid-column:span 2}}@media (max-width:800px){h1{font-size:clamp(2.8rem,13vw,5rem)}h2{font-size:clamp(2rem,9vw,3.5rem)}.site-header-inner{min-height:88px;padding-top:.55rem;padding-bottom:.55rem}.site-header .brand{width:min(185px,55vw)}.site-header-compact .site-header-inner{min-height:68px}.site-header-compact .brand{width:min(150px,50vw)}.menu-toggle{display:inline-flex}.site-header nav{background:var(--navy-deep);opacity:0;pointer-events:none;gap:0;max-height:0;transition:max-height .22s,opacity .18s;display:grid;position:absolute;top:100%;left:0;right:0;overflow:hidden}.site-header-open nav{opacity:1;pointer-events:auto;border-top:1px solid #ffffff14;max-height:320px}.site-header nav a{border-bottom:1px solid #ffffff12;padding:1rem clamp(1.25rem,5vw,5rem)}.flow{flex-direction:column;align-items:stretch}.flow>span:not(.flow-arrow),.flow>strong{white-space:normal;width:fit-content}.flow-arrow{transform:rotate(90deg)}.feature-story,.audience-grid{grid-template-columns:1fr}.feature-demo{margin-top:1rem}.use-case-list article{grid-template-columns:1fr;align-items:start;gap:1rem}.use-case-list a{white-space:normal}.gnaww-trust-inner{padding:64px 22px}.gnaww-team-person{grid-template-columns:1fr;gap:6px;padding:24px 0}.cookie-banner{flex-direction:column;align-items:stretch;gap:1rem}.cookie-actions{width:100%}.cookie-actions .button{flex:180px}.footer-lower{flex-direction:column;align-items:flex-start}.footer-legal-links{justify-content:flex-start}}@media (max-width:600px){.hero,.bridge,.use-case-section,.feature-story,.platforms,.truth{padding-left:1.25rem;padding-right:1.25rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.use-case-grid{grid-template-columns:1fr}.use-case-card:first-child{grid-column:auto}.audience{padding:3.5rem 1.25rem}.footer-main{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:auto}.footer-column{border-top:1px solid var(--line);padding-top:1.25rem}.footer-rule{margin-top:2.5rem}.footer-socials,.footer-legal-links{gap:1rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
