@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url('/assets/fonts/manrope-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url('/assets/fonts/manrope-cyrillic.woff2') format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
:root{--ink:#173b30;--muted:#53665d;--paper:#f8faf6;--white:#fefefc;--line:#d8e0d5;--green:#dceaca;--lime:#c3e98e;--soft:#edf2e8;--radius:20px;--space:clamp(56px,7vw,108px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}p,h1,h2,h3,figure{margin:0}p{color:var(--muted)}p+p{margin-top:18px}h1,h2,h3{font-weight:650;line-height:1.17;letter-spacing:-.04em}h1{font-size:clamp(42px,4.6vw,70px);line-height:1.12;letter-spacing:-.055em}h1 span{display:block}h2{font-size:clamp(30px,3.1vw,46px);max-width:820px}h3{font-size:23px;line-height:1.3}ul,ol{margin:0;padding:0}::selection{background:var(--lime);color:var(--ink)}:focus-visible{outline:3px solid #53753c;outline-offset:5px;border-radius:4px}.wrap{width:min(1344px,calc(100% - 96px));margin-inline:auto}.section{padding-block:var(--space)}.section-copy{max-width:830px;margin-bottom:42px}.section-copy>p{font-size:18px;max-width:680px;margin-top:20px}.large-copy{font-size:clamp(18px,1.6vw,23px);line-height:1.7}.muted{color:var(--muted)}.accent-line{color:#537747}.sr-only{position:absolute!important;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:1000;left:18px;top:-70px;background:var(--ink);color:white;padding:12px 20px;border-radius:10px}.skip-link:focus{top:12px}
.site-header{position:sticky;z-index:100;top:0;background:rgba(248,250,246,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.header-inner{height:80px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:inline-flex;align-items:center;gap:12px;font-size:31px;line-height:1;font-weight:800;letter-spacing:-.07em;flex-shrink:0}.brand-mark{width:29px;height:29px;position:relative;display:block}.brand-mark i{position:absolute;display:block;background:var(--ink);border-radius:50%;width:15px;height:15px}.brand-mark i:nth-child(1){left:0;top:0}.brand-mark i:nth-child(2){right:0;top:7px;background:#72945a}.brand-mark i:nth-child(3){left:0;bottom:0;background:var(--lime)}.desktop-nav{display:flex;align-items:center;gap:clamp(20px,2.5vw,40px);font-size:14px;font-weight:650;margin-left:auto}.desktop-nav a{position:relative;padding-block:25px;white-space:nowrap}.desktop-nav a:after{content:"";position:absolute;bottom:15px;height:2px;background:var(--ink);left:0;right:0;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.desktop-nav a:hover:after,.desktop-nav a[aria-current="page"]:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:18px;flex-shrink:0}.lang-switch{font-size:13px;font-weight:800;border:1px solid var(--line);border-radius:9px;width:43px;height:40px;display:grid;place-items:center}.header-cta{padding:10px 17px;background:var(--ink);color:white;border-radius:9px;font-size:13px;font-weight:650;white-space:nowrap}.header-cta:hover{background:#285344}.menu-button{display:none;position:relative;background:transparent;border:1px solid var(--line);width:44px;height:44px;border-radius:10px;padding:12px;cursor:pointer}.menu-button i{position:absolute;left:12px;right:12px;height:1.5px;background:var(--ink);top:17px;transition:transform .2s,top .2s}.menu-button i:last-child{top:25px}.menu-button[aria-expanded="true"] i{top:21px;transform:rotate(45deg)}.menu-button[aria-expanded="true"] i:last-child{transform:rotate(-45deg)}.mobile-menu[hidden]{display:none!important}.mobile-menu{border-top:1px solid var(--line);padding:16px 28px 28px}.mobile-menu nav{display:grid}.mobile-menu a{font-size:24px;font-weight:600;padding:13px 0;display:flex;gap:25px;align-items:center}.mobile-menu span{font-size:12px;color:var(--muted)}.actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;justify-content:center;align-items:center;gap:24px;min-height:52px;padding:14px 21px;border:1px solid transparent;border-radius:11px;font-size:14px;font-weight:700;line-height:1.3;white-space:nowrap;cursor:pointer;transition:background .2s,transform .2s,border-color .2s}.button:active{transform:scale(.98)}.button--primary{background:var(--ink);color:white}.button--primary:hover{background:#2a5443}.button--ghost{border-color:var(--line);background:transparent}.button--ghost:hover{border-color:var(--ink);background:#f0f5eb}.button--light{background:var(--paper);color:var(--ink);border-color:var(--paper)}.button--light:hover{background:var(--white);border-color:var(--ink)}.button span{font-size:22px;line-height:1}.text-link{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:750;gap:24px;min-height:44px}.text-link span{font-size:27px;font-weight:400;transition:transform .2s}.text-link:hover span{transform:translate(3px,-3px)}
.home-hero{padding-block:60px 64px;display:grid;grid-template-columns:1.23fr 1fr;gap:44px;align-items:center;min-height:640px}.home-hero__copy{padding-block:20px}.eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);font-weight:750;margin-bottom:28px}.lead{font-size:18px;line-height:1.75;max-width:565px;margin-top:27px}.hero-photo{position:relative;align-self:stretch;min-height:430px;overflow:hidden;border-radius:24px;background:#e8eee1}.hero-photo img{height:100%;width:100%;object-fit:cover;mix-blend-mode:multiply}.hero-photo figcaption{position:absolute;left:24px;bottom:22px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink);background:rgba(255,255,255,.8);padding:8px 12px;border-radius:7px;font-weight:750}.audience-strip{border-block:1px solid var(--line);padding-block:23px}.audience-strip>.wrap{display:flex;align-items:center;gap:48px}.audience-strip p{font-size:12px;max-width:170px;flex-shrink:0}.audience-strip>.wrap>div{display:flex;flex:1;justify-content:space-between;gap:20px}.audience-strip span{font-size:13px;font-weight:650;position:relative}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.product-card{background:var(--soft);border:1px solid var(--line);padding:32px;border-radius:var(--radius);min-height:422px;display:flex;flex-direction:column}.product-card--featured{background:#e2edda}.product-card__meta{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:11px;font-weight:650}.product-card__meta>span:first-child{letter-spacing:.09em;text-transform:uppercase}.status{display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:650;padding:6px 10px;line-height:1.2;border:1px solid rgba(23,59,48,.2);border-radius:20px;white-space:nowrap}.status i{width:5px;height:5px;background:#688952;border-radius:100%}.product-card__body{margin-top:38px}.product-card__short{font-size:13px;color:#526846;margin-bottom:9px;font-weight:650}.product-card h3{font-size:clamp(25px,2.3vw,34px);max-width:500px;letter-spacing:-.04em}.product-card__body>p:last-child{font-size:15px;max-width:510px;margin-top:18px}.tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-block:26px 18px}.tag-row span{border-radius:6px;font-size:10px;padding:5px 8px;background:rgba(255,255,255,.48);color:#475e41}.product-card>.text-link{border-top:1px solid rgba(23,59,48,.16);padding-top:15px;margin-top:auto}.human-section{background:#f0f4eb;border-block:1px solid var(--line)}.human-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.human-photo{aspect-ratio:1/.95;border-radius:var(--radius);overflow:hidden;background:#e8eee2}.human-photo img{height:100%;width:100%;object-fit:cover}.human-copy>p{margin-top:22px}.plain-list{margin-top:35px;display:grid;gap:24px}.plain-list h3{font-size:17px;letter-spacing:-.02em}.plain-list p{font-size:14px;margin-top:6px}.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line);padding-block:25px;gap:32px}.capability-grid article>span{font-size:12px;color:#637a50}.capability-grid h3{font-size:20px;margin-top:36px}.capability-grid p{font-size:14px;margin-top:12px}.wide-link{max-width:260px;margin-top:23px}.faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;border-top:1px solid var(--line)}.faq .section-copy{margin:0}.faq h2{font-size:clamp(28px,2.8vw,40px)}.faq details{border-bottom:1px solid var(--line)}.faq details:first-child{border-top:1px solid var(--line)}.faq summary{list-style:none;font-size:16px;font-weight:650;line-height:1.6;cursor:pointer;display:flex;justify-content:space-between;gap:26px;padding-block:22px}.faq summary::-webkit-details-marker{display:none}.faq summary span{position:relative;width:14px;height:14px;flex-shrink:0;margin-top:7px}.faq summary span:before,.faq summary span:after{content:"";position:absolute;inset:6px 0 auto;height:1px;background:var(--ink)}.faq summary span:after{transform:rotate(90deg);transition:transform .2s}.faq details[open] summary span:after{transform:rotate(0)}.faq details>p{padding:0 32px 26px 0;font-size:14px;line-height:1.8}
.breadcrumbs{display:flex;align-items:center;gap:14px;font-size:11px;margin-top:30px;color:var(--muted);flex-wrap:wrap}.breadcrumbs b{font-weight:400;color:#819275}.breadcrumbs a:hover{text-decoration:underline}.page-hero{display:grid;grid-template-columns:1.45fr .55fr;align-items:center;gap:50px;padding-block:64px 70px;min-height:425px;border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(38px,4.5vw,68px)}.page-hero__copy>p{font-size:18px;max-width:650px;margin-top:24px}.product-kicker{display:flex;gap:18px;align-items:center;margin-bottom:22px}.product-kicker>span:first-child{font-size:12px;letter-spacing:.09em;text-transform:uppercase}.orbital{height:250px;width:250px;position:relative;justify-self:center;display:grid;place-items:center}.orbital__ring{position:absolute;border:1px solid #c4d5b5;border-radius:50%;inset:18px}.ring-b{inset:0 58px;transform:rotate(35deg);border-color:#8da67d}.orbital strong{font-size:105px;font-weight:700;line-height:1;color:#60874c}.orb-dot{position:absolute;border-radius:50%;height:27px;width:27px;background:#c6e0aa}.dot-a{top:18px;left:76px}.dot-b{bottom:20px;right:46px;background:#3e674b}.dot-c{bottom:70px;left:2px;height:14px;width:14px;background:#8eae73}.answer-section{display:grid;grid-template-columns:1fr 2.5fr;gap:60px}.answer-section .section-copy{margin:0}.answer-section h2{font-size:32px}.big-index{font-size:110px;line-height:1;letter-spacing:-.075em;color:#c4d4b6}.steps-section{background:var(--soft);border-block:1px solid var(--line)}.steps{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.steps li{display:flex;flex-direction:column;gap:29px}.step-no{display:block;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--lime);font-size:12px;font-weight:700}.steps h3{font-size:21px}.steps p{font-size:14px;line-height:1.8;margin-top:13px}.steps:has(li:last-child:nth-child(3)){grid-template-columns:repeat(3,1fr)}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.result-grid article{border-top:1px solid var(--line);padding-top:23px}.result-grid article>span{width:38px;height:38px;display:grid;place-items:center;font-size:24px;margin-bottom:30px;border-radius:12px;background:var(--soft)}.result-grid h3{font-size:23px}.result-grid p{margin-top:14px;font-size:15px}.partner-panel{padding:48px;border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;gap:70px;background:var(--green);margin-bottom:35px}.partner-panel>div{max-width:760px}.partner-panel h2{font-size:32px}.partner-panel p{font-size:16px;margin-top:18px}.partner-panel .button{flex-shrink:0}.source-note{display:grid;grid-template-columns:110px 1fr;gap:24px;font-size:13px;margin-block:35px 80px}.source-note strong{font-size:12px}.source-note p{max-width:850px}.dark-panel{background:var(--soft);border-block:1px solid var(--line)}.three-points{display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.three-points article>span{font-size:12px;color:#5d7550}.three-points h3{font-size:25px;margin-top:25px}.three-points p{font-size:15px;margin-top:15px}.intro-block{max-width:960px}.intro-block h2{font-size:38px;max-width:840px}.intro-block p{margin-top:28px}.intro-block+.section{padding-top:0}.group-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:20px}.group-grid article{padding:32px;background:#edf2e8;border-radius:var(--radius);min-height:275px;border:1px solid var(--line)}.group-grid article:nth-child(2){background:#e4eddc}.group-grid article:nth-child(3){background:#d9e7ce}.group-grid span{font-size:12px;color:#5b724e}.group-grid h3{font-size:25px;margin-top:37px}.group-grid p{font-size:14px;margin-top:14px}.story{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:80px}.story-photo{border-radius:var(--radius);overflow:hidden;background:#e5edde}.story-photo img{width:100%}.story h2{margin-bottom:24px}.story p{font-size:18px}.roadmap article{display:grid;grid-template-columns:50px 190px 1fr 1fr;gap:34px;padding-block:27px;border-top:1px solid var(--line);align-items:start}.roadmap article>span{font-size:14px}.roadmap article>p{font-size:13px;margin:0}.roadmap article h3{font-size:24px}.principle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px 70px}.principle-grid article{border-top:1px solid var(--line);padding-top:22px}.principle-grid article>span{font-size:12px;color:#687e59}.principle-grid h2{font-size:27px;margin-top:24px}.principle-grid p{margin-top:18px;max-width:540px;font-size:15px}.privacy-panel{border-radius:var(--radius);padding:42px;background:var(--soft);display:grid;grid-template-columns:1fr 180px;gap:70px;margin-bottom:var(--space)}.privacy-panel h2{font-size:30px;margin-bottom:23px}.privacy-panel p{font-size:14px}.privacy-panel small{font-size:11px;line-height:1.5;color:var(--muted)}.contact-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:80px}.contact-card{padding:35px;border:1px solid var(--line);background:var(--soft);border-radius:var(--radius)}.contact-card>p:first-child{font-size:13px}.email{font-size:clamp(21px,2.4vw,34px);font-weight:650;display:block;letter-spacing:-.035em;overflow-wrap:anywhere;margin-top:20px}.contact-card small{display:block;font-size:11px;margin-top:20px;max-width:430px;color:var(--muted)}.copy-status{font-size:12px;min-height:20px;margin-top:10px}.contact-layout aside{padding-block:15px}.contact-layout aside h2{font-size:27px}.contact-layout ul{padding-left:19px;display:grid;gap:12px;margin-top:25px;font-size:14px;color:var(--muted)}.contact-note{font-size:13px;border-top:1px solid var(--line);padding-top:25px;margin-top:30px}.contact-layout .actions{gap:10px}.contact-layout .button{font-size:12px;padding-inline:17px}.not-found{padding-block:100px}.not-found>span{font-size:70px;color:#82986a}.not-found h1{font-size:45px}.not-found p{margin-block:25px}.not-found .button{margin-top:10px}
.cta-banner{padding-block:52px;background:var(--lime);border-block:1px solid #b6d885}.cta-banner>.wrap{display:flex;align-items:center;justify-content:space-between;gap:55px}.cta-banner h2{font-size:clamp(26px,2.5vw,36px);max-width:760px}.cta-banner p{font-size:14px;color:#3e5d38;margin-top:16px;max-width:670px}.cta-banner .button{flex-shrink:0}.site-footer{padding-top:62px;background:var(--paper)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr .65fr;gap:70px;padding-bottom:60px}.brand--footer{font-size:36px}.footer-grid>div>p{max-width:290px;font-size:14px;margin-top:23px;color:var(--ink)}.footer-grid>div>p.muted{font-size:12px;color:var(--muted);margin-top:12px}.footer-grid nav{display:flex;flex-direction:column;align-items:flex-start;gap:12px;font-size:12px}.footer-grid nav strong{font-size:11px;text-transform:uppercase;letter-spacing:.09em;margin-bottom:9px}.footer-grid nav a:hover{text-decoration:underline;text-underline-offset:4px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:22px;font-size:10px;color:var(--muted);border-top:1px solid var(--line);padding-block:22px}.footer-bottom a{font-weight:700}.footer-bottom a:hover{text-decoration:underline}
@media(min-width:1600px){.home-hero{min-height:680px}.home-hero h1{font-size:72px}.hero-photo{max-height:530px}}
@media(max-width:1200px){.wrap{width:calc(100% - 64px)}.header-inner{gap:25px}.header-cta{display:none}.desktop-nav{gap:24px}.home-hero{gap:30px;grid-template-columns:1.2fr 1fr;min-height:580px}.home-hero h1{font-size:clamp(41px,4.8vw,59px)}.hero-photo{min-height:395px}.human-grid{gap:45px}.steps{gap:24px}.steps h3{font-size:19px}.roadmap article{grid-template-columns:35px 130px 1fr 1fr;gap:23px}.contact-layout{gap:38px}.partner-panel{gap:35px;padding:38px}.partner-panel h2{font-size:30px}.page-hero h1{font-size:clamp(42px,5vw,60px)}}
@media(max-width:1023px){.desktop-nav{display:none}.menu-button{display:block}.header-inner{height:72px}.header-actions{margin-left:auto;gap:12px}.header-cta{display:block}.home-hero{min-height:auto;gap:25px;padding-block:45px}.home-hero h1{font-size:42px;letter-spacing:-.055em}.home-hero .lead{font-size:16px}.hero-photo{min-height:380px}.home-hero .actions{flex-direction:column;align-items:flex-start;gap:9px}.hero-photo figcaption{left:15px;bottom:15px;right:15px;font-size:9px}.audience-strip>.wrap{gap:25px}.audience-strip>.wrap>div{display:grid;grid-template-columns:1fr 1fr;gap:10px 26px}.audience-strip p{max-width:120px}.product-card{padding:26px}.product-card__meta{align-items:flex-start}.product-card h3{font-size:28px}.product-card__meta>span:first-child{font-size:10px}.human-grid{gap:34px}.human-photo{aspect-ratio:1/1.4}.human-copy h2{font-size:34px}.human-copy .large-copy{font-size:18px}.faq{gap:40px}.page-hero{grid-template-columns:1fr .35fr;gap:10px}.page-hero h1{font-size:45px}.orbital{transform:scale(.75);transform-origin:center;width:220px;height:220px}.page-hero__copy>p{font-size:17px}.steps{grid-template-columns:1fr 1fr;gap:38px}.steps h3{font-size:21px}.partner-panel{align-items:flex-start;flex-direction:column;gap:25px}.three-points{gap:30px}.three-points h3{font-size:23px}.story{gap:38px;grid-template-columns:.8fr 1.2fr}.story p{font-size:16px}.story h2{font-size:34px}.group-grid{gap:14px}.group-grid article{padding:24px}.group-grid h3{font-size:23px}.roadmap article{grid-template-columns:30px 1fr 1.8fr;gap:22px}.roadmap article>p:last-child{grid-column:3}.principle-grid{gap:45px 35px}.privacy-panel{gap:35px;grid-template-columns:1fr}.contact-layout{grid-template-columns:1.25fr 1fr;gap:32px}.contact-card{padding:25px}.contact-layout .actions{align-items:flex-start;flex-direction:column}.cta-banner>.wrap{gap:30px}.footer-grid{gap:35px}}
@media(max-width:767px){:root{--space:58px}.wrap{width:calc(100% - 40px)}.header-inner{height:66px}.brand{font-size:28px;gap:10px}.brand-mark{transform:scale(.88)}.header-cta{display:none}.lang-switch{width:40px;height:40px}.home-hero{grid-template-columns:1fr;padding-top:35px;gap:32px}.home-hero__copy{padding-block:12px 0}.home-hero h1{font-size:clamp(34px,7.6vw,54px);letter-spacing:-.047em}.eyebrow{font-size:10px;margin-bottom:24px;letter-spacing:.12em}.home-hero .lead{font-size:16px;max-width:480px;margin-top:22px;line-height:1.7}.home-hero .actions{flex-direction:row;gap:10px;margin-top:26px}.button{font-size:12px;min-height:48px;padding:12px 16px;gap:13px}.hero-photo{min-height:0;height:auto;aspect-ratio:1.35;max-height:430px;border-radius:18px}.hero-photo img{object-position:50% 50%}.hero-photo figcaption{right:auto;font-size:9px;padding:7px 9px}.audience-strip{padding-block:22px}.audience-strip>.wrap{display:block}.audience-strip p{max-width:none;font-size:10px;margin-bottom:15px}.audience-strip>.wrap>div{grid-template-columns:1fr 1fr;gap:14px 18px}.audience-strip span{font-size:12px}.section-copy{margin-bottom:28px}.section-copy>p{font-size:16px;margin-top:16px}h2{font-size:31px}h3{font-size:22px}.product-grid{grid-template-columns:1fr;gap:18px}.product-card{padding:25px;min-height:388px}.product-card__body{margin-top:28px}.product-card h3{font-size:28px}.product-card__body>p:last-child{font-size:14px}.product-card__short{font-size:12px}.tag-row{margin-top:22px}.human-grid{grid-template-columns:1fr;gap:32px}.human-photo{aspect-ratio:1.4;max-height:360px}.human-copy h2{font-size:32px}.human-copy .large-copy{font-size:18px}.plain-list{margin-top:25px;gap:20px}.capability-grid{grid-template-columns:1fr 1fr;gap:30px 24px}.capability-grid h3{margin-top:22px;font-size:19px}.capability-grid p{font-size:13px}.capability-grid article>span{font-size:11px}.faq{grid-template-columns:1fr;gap:28px}.faq h2{font-size:31px}.faq summary{font-size:14px;gap:20px;padding-block:20px}.faq details>p{font-size:13px;padding-right:15px}.breadcrumbs{margin-top:22px;font-size:10px;gap:10px}.page-hero{grid-template-columns:1fr;padding-block:40px 45px;gap:24px;min-height:0}.page-hero h1{font-size:clamp(32px,7.8vw,48px);letter-spacing:-.04em}.page-hero__copy>p{font-size:16px;margin-top:23px}.orbital{display:none}.page-hero .actions{margin-top:24px}.product-kicker{margin-bottom:23px}.product-kicker>span:first-child{font-size:10px}.answer-section{grid-template-columns:1fr;gap:25px}.big-index{font-size:65px}.answer-section h2{font-size:30px}.large-copy{font-size:18px}.steps{grid-template-columns:1fr;gap:30px}.steps li{flex-direction:row;align-items:flex-start;gap:22px}.step-no{flex-shrink:0;width:36px;height:36px;border-radius:10px;font-size:10px}.steps h3{font-size:21px}.steps p{font-size:14px;margin-top:10px}.steps:has(li:last-child:nth-child(3)){grid-template-columns:1fr}.result-grid{grid-template-columns:1fr;gap:28px}.result-grid article{padding-top:20px}.result-grid article>span{margin-bottom:18px}.result-grid h3{font-size:22px}.result-grid p{font-size:14px;margin-top:11px}.partner-panel{padding:28px;gap:24px}.partner-panel h2{font-size:29px}.partner-panel p{font-size:14px}.source-note{grid-template-columns:1fr;gap:10px;font-size:12px;margin-block:28px 50px}.three-points{grid-template-columns:1fr;gap:32px}.three-points article{padding-top:18px;border-top:1px solid var(--line)}.three-points h3{margin-top:16px;font-size:25px}.three-points p{font-size:14px;margin-top:12px}.group-grid{grid-template-columns:1fr;gap:16px}.group-grid article{min-height:0;padding:25px}.group-grid h3{margin-top:22px;font-size:26px}.group-grid p{font-size:14px}.intro-block h2{font-size:31px}.intro-block p{margin-top:22px;font-size:18px}.story{grid-template-columns:1fr;gap:30px}.story-photo{max-height:360px;aspect-ratio:1.25}.story-photo img{width:100%;height:100%;object-fit:cover}.story h2{font-size:31px}.story p{font-size:17px}.roadmap article{grid-template-columns:28px 1fr;gap:13px 18px;padding-block:24px}.roadmap article h3{grid-column:2;font-size:24px}.roadmap article>p:last-child{grid-column:2;font-size:14px}.roadmap article>p{font-size:11px}.principle-grid{grid-template-columns:1fr;gap:34px}.principle-grid h2{font-size:26px;margin-top:20px}.principle-grid p{font-size:14px;margin-top:15px}.privacy-panel{padding:26px;gap:25px}.privacy-panel h2{font-size:27px}.privacy-panel p{font-size:13px}.contact-layout{grid-template-columns:1fr;gap:25px}.email{font-size:clamp(20px,5.7vw,32px);line-height:1.5}.contact-layout .actions{flex-direction:row;align-items:center}.contact-card{padding:24px}.contact-layout aside h2{font-size:26px}.contact-layout ul{font-size:14px}.contact-note{font-size:12px}.cta-banner{padding-block:38px}.cta-banner>.wrap{flex-direction:column;align-items:flex-start;gap:24px}.cta-banner h2{font-size:28px}.cta-banner p{font-size:13px}.site-footer{padding-top:42px}.footer-grid{grid-template-columns:1.2fr 1fr;gap:35px 28px;padding-bottom:34px}.footer-grid>div{grid-column:1/-1}.footer-grid>div>p{max-width:320px}.footer-grid nav{font-size:11px}.footer-grid nav strong{font-size:10px}.footer-bottom{align-items:flex-start;flex-wrap:wrap;gap:13px;font-size:9px}.footer-bottom>span:first-child{flex-basis:100%}.footer-bottom>a{margin-left:auto}.not-found{padding-block:70px}.not-found h1{font-size:35px}}
@media(max-width:359px){.wrap{width:calc(100% - 32px)}.home-hero h1{font-size:31px}.home-hero .actions{flex-direction:column;align-items:flex-start}.hero-photo{aspect-ratio:1.1}.page-hero h1{font-size:30px}.status{font-size:9px;padding:5px 8px}.product-card{padding:21px}.product-card h3{font-size:26px}.contact-card{padding:20px}.email{font-size:20px}.footer-grid{column-gap:22px}.home-hero{padding-top:30px}.eyebrow{font-size:9px}.capability-grid{gap:28px 18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
