:root{color-scheme:dark;--paper:#08090d;--ink:#f1f3f7;--muted:#a5acbc;--accent:#8facff;--line:#272b35;--surface:#11131a;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Avenir Next',Avenir,'Segoe UI',sans-serif;font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-underline-offset:5px}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.skip{position:absolute;left:20px;top:-80px;background:var(--ink);color:var(--paper);padding:12px;z-index:10}.skip:focus{top:8px}.wrap{width:min(1200px,calc(100% - 80px));margin:auto}header{height:108px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #ffffff0d}.logo{display:flex;align-items:center;gap:11px;font-size:25px;font-weight:650;text-decoration:none;letter-spacing:-1.1px}.logo img{height:44px;width:44px;border-radius:12px}nav{display:flex;align-items:center;gap:32px;font-size:13px;font-weight:500}nav a{text-decoration:none;color:#b9c0cd;transition:color .2s}nav a:hover{color:white}.nav-download{border:1px solid #4b5060;padding:10px 19px;border-radius:100px;color:var(--ink);background:linear-gradient(140deg,#252a36,#13151c)}.eyebrow{letter-spacing:.17em;text-transform:uppercase;font-size:10px;font-weight:650;display:flex;align-items:center;gap:10px;color:#b5bdcd}.dot{width:5px;height:5px;border-radius:100%;background:#87a4ff;box-shadow:0 0 12px #7a92ff60;display:inline-block;flex:none}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(60px,6.6vw,91px);line-height:1.035;letter-spacing:-5px;font-weight:500;margin:30px 0}h1 em,h2 em{font-style:normal;font-weight:inherit;color:#aeb8ce}h2{font-size:clamp(37px,4vw,54px);font-weight:500;line-height:1.12;letter-spacing:-2px}h3{font-size:21px;letter-spacing:-.7px;font-weight:500;margin-bottom:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:23px;background:linear-gradient(155deg,#fff 4%,#d7dce6 54%,#aab5c9 100%);color:#171a22;border:1px solid #ffffffb3;border-radius:100px;padding:15px 25px;font-weight:650;font-size:14px;text-decoration:none;box-shadow:inset 0 1px 0 #fff,0 4px 20px #0005;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 4px 26px #97adff40,inset 0 1px 0 #fff}.trust{display:grid;grid-template-columns:repeat(3,1fr);padding:31px 0;gap:30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px}.trust>div:not(:first-child){padding-left:35px;border-left:1px solid var(--line)}.trust span{color:var(--muted)}.trust strong{display:block;font-size:14px;margin-bottom:5px;font-weight:550;letter-spacing:-.2px}.section{padding:108px 0}.section-intro,.preview-heading{display:flex;justify-content:space-between;align-items:end;gap:70px;margin-bottom:50px}.section-intro h2,.preview-heading h2{margin-bottom:0}.section-intro>p,.preview-heading>p{max-width:390px;color:var(--muted);font-size:15px;margin-bottom:3px}.product-preview{padding-top:88px}.preview-heading .eyebrow{margin-bottom:20px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}.number{font-size:11px;letter-spacing:.12em;font-weight:600;color:var(--accent);border-top:1px solid var(--line);padding-top:25px;margin-bottom:24px}.steps p,.features p{color:var(--muted);font-size:14px;line-height:1.85}.privacy{background:linear-gradient(120deg,#151923 0%,#0d0f16 55%,#050609 100%);border:1px solid #303746;border-radius:var(--radius);padding:65px;display:grid;grid-template-columns:1fr .85fr;gap:60px;align-items:center;overflow:hidden;position:relative}.privacy p{font-size:14px;color:var(--muted);max-width:450px;line-height:1.9}.privacy h2{margin:22px 0}.privacy a{font-size:13px;color:#d7e2fd}.privacy-art{position:relative;display:flex;align-items:center;flex-direction:column}.privacy-art img{display:block;width:100%;max-width:270px;height:auto;mix-blend-mode:screen}.privacy-seal{display:inline-flex;gap:8px;align-items:center;border:1px solid #424b5f;border-radius:100px;padding:8px 14px;font-size:8px;letter-spacing:.1em;color:#c1cde4;margin-top:10px;white-space:nowrap}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:38px 80px}.features article{border-top:1px solid var(--line);padding-top:26px}.faq{max-width:820px;margin:20px auto 0}details{border-bottom:1px solid var(--line);padding:25px 0}summary{cursor:pointer;font-weight:500;list-style:none;display:flex;justify-content:space-between;gap:20px;font-size:15px}summary::-webkit-details-marker{display:none}details p{margin:17px 0 0;color:var(--muted);font-size:14px;line-height:1.85}.closing{text-align:center;padding:86px 25px;background:radial-gradient(ellipse at 50% 110%,#27396466,transparent 65%),#0e1118;border:1px solid #303746;border-radius:var(--radius);margin-bottom:70px}.closing .eyebrow{justify-content:center;margin-bottom:23px}.closing h2{margin:0 auto 22px;font-size:64px;letter-spacing:-3px;line-height:1.07}.closing p{color:var(--muted);font-size:14px;margin-bottom:25px}.closing .small{font-size:11px;margin-bottom:0}.closing h2 em{color:#abbade}footer{border-top:1px solid var(--line);padding:35px 0 44px;display:flex;justify-content:space-between;gap:30px;font-size:10px;color:#929bad}footer .links{display:flex;flex-wrap:wrap;gap:18px}footer a{text-decoration:none}footer a:hover{color:var(--ink)}.article{max-width:760px;margin:80px auto 100px}.article h1{font-size:69px;letter-spacing:-3.8px}.article h2{font-size:29px;letter-spacing:-1px;margin-top:44px}.article p,.article li{color:var(--muted);font-size:16px;line-height:1.9}.article li{padding-left:8px;margin-bottom:13px}.article strong{color:var(--ink);font-weight:500}.article .small{font-size:11px}.landing .steps h2{font-size:22px;font-weight:500;line-height:1.3;letter-spacing:-.7px}.related{display:flex;gap:15px;flex-wrap:wrap}.related a{font-size:14px}.tag{font-size:12px;background:#1c2231;padding:5px 10px;border-radius:6px}
/* Centered, transparent wordmark hero. */
.hero-centered{display:flex;flex-direction:column;align-items:center;text-align:center;padding:45px 0 64px}
.hero-centered>.eyebrow{justify-content:center;margin:0 0 8px}
.hero-wordmark{width:min(880px,100%);margin:0 auto 15px}
.hero-wordmark img{display:block;width:100%;height:auto}
.hero-copy{width:100%;max-width:960px}
.hero h1{font-size:clamp(39px,4.5vw,62px);line-height:1.09;letter-spacing:-2.8px;margin:0 0 23px;font-weight:500}
.hero-copy>p{max-width:590px;margin:0 auto 26px;color:var(--muted);font-size:16px;line-height:1.8}
.small,.hero-copy>p.small{font-size:11px;color:#919bae;margin:14px 0 0;line-height:1.6}
.landing .hero-wordmark{width:min(660px,82%);margin-bottom:20px}
.landing .hero{padding-bottom:64px}
.landing .hero h1{font-size:clamp(38px,4.8vw,66px)}
.landing .hero+.section{padding-top:25px}
/* Native screenshots stay intact; the surrounding stage carries the brand. */
.screenshot-tabs{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}
.screenshot-tabs button{background:transparent;border:1px solid #343a4a;color:#abb4c8;border-radius:100px;padding:10px 20px;cursor:pointer;font-size:13px;transition:background .15s,color .15s}
.screenshot-tabs button[aria-pressed=true]{color:#151a25;background:#dce3ef;border-color:#edf2fc}
.screenshot-tabs button:hover{border-color:#b0bdd8}
.screenshot-panel figure,.landing-screenshot{margin:0}
.screenshot-stage{padding:65px 60px;background:linear-gradient(125deg,#0a0d168a,#07080de0 48%,#10183296),url('/assets/polyglot-chrome-ribbon-v1.png') center/cover;border:1px solid #30394d;border-radius:24px;overflow:hidden;box-shadow:inset 0 1px 0 #ccd7ff1a}
.screenshot-stage a{display:block;border-radius:13px;box-shadow:0 25px 70px #000b,0 0 0 1px #b2c8ff4a;transition:transform .25s}
.screenshot-stage a:hover{transform:translateY(-3px)}
.screenshot-stage img{display:block;width:100%;height:auto;border-radius:13px}
.screenshot-panel figcaption{display:flex;justify-content:space-between;gap:24px;margin:22px 0 0;font-size:13px;color:var(--muted)}
.screenshot-panel figcaption a{white-space:nowrap;color:#c6d2ec}
.screenshot-note{font-size:11px;color:#919bae;margin:10px 0 0}
[hidden]{display:none!important}
@media(max-width:1000px){
 .wrap{width:calc(100% - 64px)}
 .hero-centered{padding-top:36px}.hero-wordmark{width:92%;margin-bottom:20px}
 .hero h1{font-size:48px;letter-spacing:-2px}.hero-copy>p{max-width:560px}
 .steps{gap:28px}.privacy{padding:45px;gap:35px}.section-intro,.preview-heading{gap:30px}
 .screenshot-stage{padding:44px 30px}
}
@media(max-width:700px){
 .wrap{width:calc(100% - 40px)}header{height:85px}nav{gap:15px}nav .nav-optional{display:none}.logo{font-size:23px}.logo img{width:38px;height:38px}.nav-download{padding:9px 16px;font-size:11px}
 .hero-centered,.landing .hero{padding:38px 0 42px}.hero-centered>.eyebrow{font-size:9px;letter-spacing:.13em;margin-bottom:20px}
 .hero-wordmark,.landing .hero-wordmark{width:calc(100% + 16px);max-width:none;margin:0 -8px 25px}
 .hero h1,.landing .hero h1{font-size:clamp(33px,7.7vw,48px);line-height:1.12;letter-spacing:-1.5px;margin-bottom:20px}
 .hero-copy>p{font-size:14px;line-height:1.8;margin-bottom:24px;max-width:460px}.hero-copy>p.small{font-size:10px}
 .trust{grid-template-columns:1fr;gap:20px;padding:26px 0}.trust>div:not(:first-child){border-left:0;padding-left:0}.trust strong{font-size:13px;margin-bottom:2px}.trust span{font-size:12px}
 .product-preview{padding-top:60px}.section{padding:65px 0}.section-intro,.preview-heading{display:block;margin-bottom:30px}.section-intro h2,.preview-heading h2{font-size:35px;letter-spacing:-1.4px;margin-bottom:20px}.section-intro>p,.preview-heading>p{font-size:14px;max-width:440px}
 .screenshot-tabs{gap:6px;margin-bottom:18px}.screenshot-tabs button{font-size:11px;padding:8px 11px}.screenshot-stage{padding:28px 12px;border-radius:15px}.screenshot-stage a,.screenshot-stage img{border-radius:5px}.screenshot-panel figcaption{flex-direction:column;gap:10px;font-size:12px;margin-top:17px}.screenshot-note{font-size:10px}
 .steps,.features{grid-template-columns:1fr;gap:24px}.number{margin-bottom:18px}.privacy{grid-template-columns:1fr;padding:28px;gap:22px}.privacy-art img{max-width:190px}.privacy-seal{margin-top:0}.privacy h2{font-size:37px;letter-spacing:-1.6px}.privacy .eyebrow{font-size:8px}.privacy a{font-size:12px}
 .closing{padding:50px 20px;margin-bottom:50px}.closing h2{font-size:39px;letter-spacing:-1.7px}.closing .eyebrow{font-size:9px}
 footer{flex-direction:column;gap:22px;line-height:1.8}footer .links{gap:12px 18px}.article{margin:48px auto 70px}.article h1{font-size:46px;letter-spacing:-2px}.article h2{font-size:28px}.article p,.article li{font-size:15px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* Phosphor Regular: one weight and consistent optical sizing throughout. */
.icon{display:inline-block;vertical-align:-.2em;width:20px;height:20px;flex:none;fill:currentColor}
nav a,footer a,.screenshot-tabs button{display:inline-flex;align-items:center;gap:8px}
nav .icon{width:17px;height:17px}footer .icon{width:14px;height:14px}
.button .icon{width:21px;height:21px}
.eyebrow .icon{width:17px;height:17px;color:var(--accent)}
.trust strong{display:flex;align-items:center;gap:10px}
.trust strong .icon{color:var(--accent);width:21px;height:21px}
.number{display:flex;align-items:center;justify-content:space-between;gap:15px}
.number .icon{width:29px;height:29px;color:#bbc9e6}
.feature-icon{margin-bottom:21px;color:var(--accent)}
.feature-icon .icon{width:30px;height:30px}
.screenshot-tabs .icon{width:18px;height:18px}
.screenshot-panel figcaption a .icon,.privacy a .icon{width:16px;height:16px;margin-left:4px}
.privacy-seal .icon{width:15px;height:15px;color:#a9bcf0}
.disclosure-icons{display:flex;align-items:center;flex:none;color:#aab8d2;margin-top:2px}
.disclosure-icons .icon{width:20px;height:20px}
.disclosure-icons [data-icon=minus],details[open] .disclosure-icons [data-icon=plus]{display:none}
 details[open] .disclosure-icons [data-icon=minus]{display:block}
.article strong .icon{width:14px;height:14px;margin:0 2px}
@media(max-width:700px){.screenshot-tabs{gap:6px}.screenshot-tabs button{gap:6px;padding:9px 10px;font-size:11px}.screenshot-tabs .icon{width:16px;height:16px}.trust strong{margin-bottom:5px}.number .icon{width:26px;height:26px}.feature-icon{margin-bottom:16px}}

@media(max-width:450px){.screenshot-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.screenshot-tabs button{flex-direction:column;gap:6px;padding:10px 4px;font-size:10px;border-radius:13px}.screenshot-tabs .icon{width:19px;height:19px}}

/* Clear navigation, distinct editorial rhythm, readable supporting text. */
:root{--space-section:88px;--text-small:12px;--motion-ease:cubic-bezier(.22,1,.36,1)}
h1,h2,h3{text-wrap:balance}.hero-copy>p,.section-intro>p,.preview-heading>p{text-wrap:pretty}
.site-header{display:block;position:relative;z-index:20;height:auto;border-bottom:1px solid var(--line);background:var(--paper)}
.header-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.desktop-nav{display:flex;gap:27px;align-items:center;font-size:14px}
.desktop-nav>a,.use-case-menu>summary{min-height:44px}
.desktop-nav [aria-current=page],.desktop-nav .current-section{color:var(--ink);text-decoration:underline;text-underline-offset:7px}
.use-case-menu{position:relative;padding:0;border:0}
.use-case-menu>summary{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:500;color:#c1c9d7;list-style:none}
.use-case-menu>summary .icon{width:15px;height:15px;transition:transform .2s}
.use-case-menu[open]>summary .icon{transform:rotate(180deg)}
.use-case-dropdown{position:absolute;top:calc(100% + 12px);left:-24px;width:365px;background:#11151e;border:1px solid #3a4354;border-radius:16px;padding:20px 12px 12px;box-shadow:0 20px 50px #0007;animation:dropdown-in .2s var(--motion-ease)}
.use-case-dropdown .dropdown-label{margin:0 12px 12px;color:#929eb3;font-size:11px;letter-spacing:.08em}
.use-case-dropdown>a{display:flex;gap:13px;align-items:center;padding:15px 12px;min-height:76px;border-radius:8px;text-decoration:none}
.use-case-dropdown>a:hover,.use-case-dropdown>a:focus-visible{background:#202838}
.use-case-dropdown>a>.icon:first-child{width:23px;height:23px;color:#a2baf1}
.use-case-dropdown>a>.icon:last-child{margin-left:auto;width:17px}
.use-case-dropdown strong{display:block;color:#f1f3f7;font-size:14px;font-weight:550}
.use-case-dropdown small{display:block;color:#a5afc3;font-size:12px;line-height:1.5;margin-top:3px}
.use-case-dropdown>a[aria-current=page]{background:#1e2738;text-decoration:none}
.mobile-menu-toggle,.mobile-fallback{display:none}
.mobile-menu:not([open]){display:none}
.mobile-menu{inset:0;margin:0;width:100%;height:100dvh;max-width:none;max-height:none;border:0;padding:24px max(24px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(24px,env(safe-area-inset-left));color:var(--ink);background:#0b0e15;overflow-y:auto;overscroll-behavior:contain}
.mobile-menu[open]{display:flex;flex-direction:column;animation:menu-in .35s var(--motion-ease)}
.mobile-menu::backdrop{background:#08090d}
.mobile-menu-top{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:25px;border-bottom:1px solid #303747}
.mobile-menu-toggle,.mobile-menu-close{align-items:center;justify-content:center;gap:9px;min-height:44px;background:transparent;border:1px solid #485165;border-radius:100px;color:var(--ink);padding:9px 16px;font-size:13px;cursor:pointer}
.mobile-menu-close{display:inline-flex}.mobile-menu-close .icon{width:19px;height:19px}
.mobile-menu-content{padding:46px 0 30px;flex:1}
.mobile-menu-content>.eyebrow{color:#b5c7f5;font-size:12px;letter-spacing:.1em;margin-bottom:35px}
.mobile-menu nav{display:block}
.mobile-section-label{font-size:11px;letter-spacing:.12em;color:#8d9bb4;margin-bottom:10px}
.mobile-menu .mobile-use-case{display:flex;align-items:center;gap:14px;padding:20px 0;border-bottom:1px solid #303747;min-height:76px;color:var(--ink);font-size:clamp(23px,5vw,36px);letter-spacing:-.7px;line-height:1.25;opacity:0;transform:translateY(20px);transition:opacity .4s var(--motion-ease),transform .5s var(--motion-ease)}
.mobile-menu .mobile-use-case:nth-of-type(2){transition-delay:50ms}.mobile-menu .mobile-use-case:nth-of-type(3){transition-delay:100ms}
.mobile-menu.is-open .mobile-use-case{opacity:1;transform:translateY(0)}
.mobile-index{font-size:11px;color:#8da5d4;letter-spacing:.08em;align-self:center}
.mobile-use-case>.icon{margin-left:auto;width:23px;height:23px;color:#98add6}
.mobile-use-case[aria-current=page]>span:nth-child(2){text-decoration:underline;text-underline-offset:7px}
.mobile-secondary{display:flex;gap:28px;flex-wrap:wrap;margin-top:23px}.mobile-secondary a{min-height:44px;font-size:16px}
.mobile-menu-download{margin-top:35px}.mobile-menu-download .button{color:#171a22}.mobile-menu-download p{margin:12px 0 0;font-size:12px;color:#929fb7}
.mobile-menu-bottom{display:flex;justify-content:space-between;color:#94a3bd;font-size:12px;border-top:1px solid #303747;padding-top:18px}
body.menu-open{overflow:hidden}
.hero-centered{padding-top:32px;padding-bottom:48px}.hero-wordmark{position:relative;width:min(820px,100%);aspect-ratio:3;margin-bottom:12px}
.landing .hero-wordmark{width:min(560px,85%)}
.hero-copy>p{font-size:17px}.hero-copy>p.small,.small{font-size:12px}
.trust{gap:24px}.trust span{font-size:13px}.trust strong{font-size:15px}
.section{padding:var(--space-section) 0}.section-intro>p,.preview-heading>p,.steps p,.features p,.privacy p,details p{font-size:16px;line-height:1.75}
.screenshot-note,.screenshot-panel figcaption,footer{font-size:12px}.eyebrow{font-size:11px}
.screenshot-stage{padding:44px;border-radius:18px}.screenshot-tabs button{min-height:44px;font-size:13px}
.steps{display:block}.steps article{display:grid;grid-template-columns:170px 1fr 1.25fr;gap:32px;align-items:start;border-top:1px solid var(--line);padding:30px 0}
.steps .number{border:0;padding:0;margin:0;display:flex;justify-content:flex-start;gap:15px;align-items:center;min-height:30px;font-size:11px}
.steps .number .icon{width:23px;height:23px;order:-1}.steps h3,.steps h2{margin:0;font-size:22px;letter-spacing:-.6px;line-height:1.3}.steps p{margin:0}
.privacy{border-radius:0;border-width:1px 0;background:none;padding:56px 0;grid-template-columns:1.1fr 1fr;gap:90px}
.privacy-facts{margin:0}.privacy-facts>div{padding:22px 0;border-bottom:1px solid var(--line)}.privacy-facts>div:first-child{border-top:1px solid var(--line)}
.privacy-facts dt{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:10px}.privacy-facts dt .icon{width:19px;height:19px;color:#9fbae9}.privacy-facts dd{margin:8px 0 0 29px;font-size:24px;letter-spacing:-.6px}
.closing{display:flex;justify-content:space-between;align-items:center;gap:40px;text-align:left;border-width:1px 0 0;border-radius:0;background:none;padding:58px 0;margin-bottom:35px}
.closing .eyebrow{justify-content:flex-start;margin-bottom:16px}.closing h2{font-size:42px;letter-spacing:-1.6px;margin-bottom:16px}.closing p{font-size:16px;margin-bottom:0}.closing-action{flex:none;text-align:center}.closing-action .small{font-size:12px;margin-top:14px}
@keyframes dropdown-in{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
@keyframes menu-in{from{opacity:0;transform:translateY(-25px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1000px){.desktop-nav{gap:18px}.privacy{gap:45px}.steps article{grid-template-columns:145px 1fr 1.2fr;gap:22px}.closing h2{font-size:36px}}
@media(max-width:800px){.header-inner{height:76px}.desktop-nav{display:none}.mobile-menu-toggle:not([hidden]){display:inline-flex}.mobile-fallback{display:flex;flex-wrap:wrap;gap:14px;padding:16px 0;font-size:13px}.steps article{grid-template-columns:120px 1fr}.steps p{grid-column:2}.privacy{gap:35px}.closing{display:block}.closing-action{text-align:left;margin-top:28px}.closing h2{font-size:37px}}
@media(max-width:700px){.hero-centered,.landing .hero{padding:30px 0 38px}.hero-wordmark,.landing .hero-wordmark{width:calc(100% + 16px);margin-bottom:23px}.hero-copy>p{font-size:16px}.hero-copy>p.small{font-size:12px}.trust span{font-size:13px}.trust strong{font-size:15px}.section{padding:60px 0}.section-intro>p,.preview-heading>p{font-size:16px}.screenshot-stage{padding:23px 10px;border-radius:12px}.screenshot-tabs button{font-size:11px}.screenshot-note{font-size:12px;line-height:1.6}.steps article{grid-template-columns:1fr;gap:15px;padding:26px 0}.steps p{grid-column:auto}.steps .number{font-size:11px}.steps h3,.steps h2{font-size:22px}.privacy{padding:38px 0;grid-template-columns:1fr;gap:22px}.privacy-facts dd{font-size:23px}.privacy a{font-size:14px}.features{gap:30px}.features article{padding-top:24px}.closing{padding:44px 0}.closing h2{font-size:34px}.closing .eyebrow{font-size:11px}.article p,.article li{font-size:16px}footer .links{gap:10px 18px}footer a{min-height:36px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}.mobile-menu .mobile-use-case{transform:none;opacity:1}}

.skip{z-index:40}

/* Bold minimalism: space and solid surfaces define groups, not rules. */
:root{--space-section:112px;--card:#12151d;--radius:30px}
.site-header,footer,.trust,.trust>div:not(:first-child),.mobile-menu-top,.mobile-menu-bottom,.mobile-menu .mobile-use-case{border:0}
.nav-download,.mobile-menu-toggle,.mobile-menu-close{border:0;background:#1a1e28}
.use-case-dropdown{border:0;border-radius:24px;padding:24px 14px 14px;background:#191e29}
.hero-centered{padding-top:42px;padding-bottom:64px}
.hero h1,.landing .hero h1{font-size:clamp(42px,5.25vw,72px);font-weight:600;letter-spacing:-.045em;line-height:1.07}
.hero-copy{max-width:1080px}.hero-copy>p{font-size:18px;line-height:1.7;max-width:610px}
.hero h1 em,h2 em{color:#b7c0d1}
h2{font-size:clamp(42px,4.8vw,66px);font-weight:600;letter-spacing:-.045em;line-height:1.06}
h3{font-weight:600}
.trust{gap:32px;padding:38px 8px 0}
.trust>div:not(:first-child){padding-left:0}.trust strong{font-size:18px;margin-bottom:9px}.trust span{font-size:15px}
.product-preview{padding-top:112px}
.section-intro,.preview-heading{gap:64px;margin-bottom:44px}
.section-intro>p,.preview-heading>p{font-size:18px;line-height:1.7;max-width:340px}
.screenshot-stage{border:0;border-radius:30px;box-shadow:none;padding:48px}
.screenshot-tabs button{border:0;background:#171b25;padding:12px 20px}
.screenshot-tabs button:hover{background:#272f40}.screenshot-tabs button[aria-pressed=true]{background:#e0e6f1;color:#151a25}
.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.steps article{display:flex;flex-direction:column;align-items:stretch;gap:0;min-width:0;border:0;border-radius:var(--radius);padding:34px;background:var(--card)}
.steps .number{margin:0 0 42px;justify-content:space-between;gap:12px;font-size:12px;letter-spacing:.03em;color:#9eacc8}
.steps .number .icon{order:0;width:30px;height:30px;color:var(--accent)}
.steps h3,.steps h2,.landing .steps h2{font-size:30px;font-weight:600;letter-spacing:-1px;line-height:1.16;margin:0 0 20px}
.steps p{font-size:16px;line-height:1.75;margin:0;grid-column:auto}
.privacy{border:0;border-radius:36px;background:#151c2b;padding:64px;grid-template-columns:1.2fr 1fr;gap:80px}
.privacy h2{margin:26px 0}.privacy p{font-size:18px;line-height:1.75}.privacy a{font-size:15px}
.privacy-facts{display:grid;gap:36px}.privacy-facts>div,.privacy-facts>div:first-child{border:0;padding:0}
.privacy-facts dt{font-size:14px}.privacy-facts dd{font-size:36px;line-height:1.2;font-weight:550;letter-spacing:-1.2px;margin:10px 0 0}
.features{gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}
.features article{border:0;border-radius:var(--radius);padding:44px;background:var(--card)}
.features h3{font-size:32px;line-height:1.16;letter-spacing:-1px;max-width:400px;margin-bottom:20px}
.features p{font-size:17px;margin-bottom:0;max-width:430px}
.feature-icon{margin-bottom:36px}.feature-icon .icon{width:34px;height:34px}
.faq{max-width:none;margin-top:40px;display:grid;gap:12px}
.faq details{border:0;background:var(--card);border-radius:22px;padding:0}
.faq summary{padding:27px 32px;align-items:center;font-size:20px;font-weight:550;letter-spacing:-.35px;line-height:1.4}
.faq details p{padding:0 32px 28px;margin:0;max-width:850px;font-size:17px}
.faq summary:hover{color:#b7caff}
.closing{border:0;background:none;display:block;text-align:center;padding:44px 0 88px;margin-bottom:0}
.closing .eyebrow{justify-content:center}.closing h2{font-size:clamp(44px,6vw,80px);font-weight:600;letter-spacing:-.045em;max-width:850px;margin:0 auto 24px}
.closing p{font-size:18px}.closing-action{text-align:center;margin-top:32px}
footer{padding:32px 0 44px;gap:35px}footer .links{gap:18px 24px}footer .icon{display:none}
.article{max-width:860px;margin:90px auto 110px}.article h1{font-size:clamp(48px,6vw,80px);font-weight:600;letter-spacing:-.045em;line-height:1.05}
.article h2{font-size:36px;font-weight:600;letter-spacing:-1.1px;margin-top:56px}.article p{font-size:18px;line-height:1.8}
.install-steps{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:16px}
.article .install-steps li{padding:30px 34px;margin:0;background:var(--card);border-radius:24px;font-size:17px}
.install-steps strong{display:block;font-size:25px;letter-spacing:-.5px;margin-bottom:10px;font-weight:600}
.mobile-index,.mobile-section-label{display:none}
.mobile-menu .mobile-use-case{padding:20px 0;min-height:88px;font-size:clamp(26px,7vw,40px);font-weight:600;letter-spacing:-1px}
.mobile-menu-content{padding-top:48px}.mobile-menu-content>.eyebrow{margin-bottom:24px}
.mobile-use-case[aria-current=page]>span:nth-child(2){text-decoration:none;color:#adc6ff}
@media(max-width:1100px){
 .steps article{padding:28px}.steps h3,.steps h2,.landing .steps h2{font-size:26px}
 .privacy{padding:44px;gap:40px}.privacy-facts dd{font-size:30px}
 .section-intro,.preview-heading{gap:36px}.features article{padding:34px}
}
@media(max-width:800px){
 :root{--space-section:80px}
 .steps{grid-template-columns:1fr}.steps article{padding:36px;min-height:0}.steps .number{margin-bottom:28px}
 .steps h3,.steps h2,.landing .steps h2{font-size:32px;max-width:550px}.steps p{max-width:600px}
 .privacy{grid-template-columns:1fr;gap:40px}.privacy-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.privacy-facts dd{font-size:25px}.privacy-facts dt{font-size:12px}
 .features h3{font-size:28px}.section-intro,.preview-heading{display:block}.section-intro>p,.preview-heading>p{max-width:550px;margin-top:24px}
}
@media(max-width:600px){
 .hero-centered,.landing .hero{padding:32px 0 44px}.hero h1,.landing .hero h1{font-size:clamp(36px,9vw,52px);letter-spacing:-.045em}
 .hero-copy>p{font-size:17px}.trust{padding:26px 0 0;gap:26px;grid-template-columns:1fr}.trust strong{font-size:19px}.trust span{font-size:15px}
 h2,.section-intro h2,.preview-heading h2,.privacy h2{font-size:clamp(38px,9vw,52px);letter-spacing:-.045em;line-height:1.08}
 .product-preview{padding-top:80px}.section-intro>p,.preview-heading>p{font-size:17px}
 .screenshot-stage{padding:24px 12px;border-radius:22px}.screenshot-tabs button{padding:12px 8px;font-size:11px}
 .steps article,.features article{padding:30px 26px;border-radius:26px}.steps h3,.steps h2,.landing .steps h2,.features h3{font-size:29px}.steps p,.features p{font-size:16px}
 .privacy{padding:36px 26px;border-radius:28px;gap:36px}.privacy p{font-size:17px}.privacy-facts{grid-template-columns:1fr;gap:28px}.privacy-facts dt{font-size:14px}.privacy-facts dd{font-size:30px}
 .features{grid-template-columns:1fr;gap:16px}.feature-icon{margin-bottom:28px}
 .faq{margin-top:30px;gap:12px}.faq summary{padding:24px;font-size:18px}.faq details p{padding:0 24px 24px;font-size:16px}
 .closing{padding:16px 0 56px}.closing h2{font-size:46px}.closing p{font-size:17px}
 .article{margin:52px auto 80px}.article h1{font-size:clamp(43px,11vw,64px)}.article h2{font-size:31px}.article p{font-size:17px}
 .article .install-steps li{padding:28px 24px;font-size:16px}.install-steps strong{font-size:24px}
}

/* Keep the compatibility caption centered below every hero download button. */
.hero-copy>p.small{margin:14px auto 0;text-align:center;width:100%}

/* Editorial system: generous type, quiet cards, real app imagery. */
.hub-hero{padding:82px 0 70px;max-width:1000px}.hub-hero h1{font-size:clamp(48px,7vw,94px);letter-spacing:-.055em;font-weight:600;line-height:1.04}.hub-hero>p:last-child{max-width:620px;font-size:21px;color:var(--muted)}
.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-bottom:64px}.content-card{background:var(--card);border-radius:30px;overflow:hidden}.content-card>a{display:block;text-decoration:none}.content-card img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}.content-card-copy{padding:34px}.content-card h2{font-size:36px;letter-spacing:-1.2px;line-height:1.12}.content-card p{color:var(--muted);font-size:16px}.content-card .eyebrow{font-size:11px}.card-action{display:flex;gap:10px;align-items:center;margin-top:28px;color:#c4d5ff}.content-card:hover{background:#1a2030}
.core-cases{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:64px}.core-cases>a{display:block;text-decoration:none;padding:32px;background:var(--card);border-radius:28px}.core-cases .icon{width:32px;height:32px;color:var(--accent);margin-bottom:30px}.core-cases h2{font-size:28px;letter-spacing:-1px}.core-cases p{font-size:16px;color:var(--muted);margin-bottom:0}.hub-footnote{color:var(--muted);margin-bottom:80px}
.editorial{padding:40px 0 80px}.breadcrumb{font-size:13px;gap:14px;color:var(--muted);margin-bottom:54px}.editorial-heading{max-width:960px;margin-bottom:44px}.editorial h1{font-size:clamp(44px,6.5vw,84px);letter-spacing:-.05em;line-height:1.05;font-weight:600}.editorial .lede{max-width:770px;font-size:23px;color:var(--muted);line-height:1.6}.article-meta{color:var(--muted);font-size:13px}.editorial-cover{margin:0 0 72px}.editorial-cover img{display:block;width:100%;height:auto;max-height:620px;object-fit:cover;border-radius:30px}.editorial-cover figcaption{font-size:12px;color:var(--muted);margin-top:12px}.reading-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:90px}.reading-layout aside nav{display:flex;flex-direction:column;align-items:flex-start;gap:18px;font-size:14px;line-height:1.5}.reading-layout aside{align-self:start;position:sticky;top:30px}.reading-body{max-width:780px;min-width:0}.reading-body section{margin-bottom:52px;scroll-margin-top:32px}.reading-body h2{font-size:36px;letter-spacing:-1.1px;line-height:1.15}.reading-body p{font-size:18px;color:#b5becf;line-height:1.9}.reading-body pre{overflow:auto;background:var(--card);padding:24px;border-radius:20px;font-size:15px}.source-note{padding:30px;background:var(--card);border-radius:26px}.reading-body .source-note h2{font-size:24px}.reading-body .source-note p{font-size:14px;margin-bottom:14px}.source-note .icon,.related .icon{width:16px;height:16px}.related{display:grid;gap:18px}.related a{font-size:18px}.article-cta{background:#151c2b;border-radius:28px;padding:38px}.article-cta .small{font-size:12px}.legal-nav{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:36px;font-size:14px}.legal-meta{font-size:13px!important}.article .legal-note{padding:24px;background:var(--card);border-radius:20px;font-size:16px}
@media(max-width:900px){.reading-layout{grid-template-columns:1fr;gap:40px}.reading-layout aside{position:static}.reading-layout aside nav{flex-direction:row;flex-wrap:wrap}.core-cases{grid-template-columns:1fr}.hub-hero{padding:55px 0}.content-card h2{font-size:30px}}
@media(max-width:600px){.content-grid{grid-template-columns:1fr}.content-card-copy{padding:26px}.hub-hero h1{font-size:49px}.hub-hero>p:last-child{font-size:18px}.editorial{padding-top:24px}.breadcrumb{margin-bottom:36px}.editorial .lede{font-size:19px}.editorial-cover{margin-bottom:40px}.editorial-cover img{border-radius:22px}.reading-body h2{font-size:30px}.reading-body p{font-size:17px}.article-cta{padding:28px}.source-note{padding:24px}.editorial-cover figcaption{line-height:1.5}.hub-footnote{font-size:14px}}

.content-card:focus-within{outline:3px solid var(--accent);outline-offset:5px}

/* Optional analytics: equally weighted choices, always reversible in the footer. */
.analytics-choice{position:fixed;z-index:1000;bottom:24px;left:24px;right:24px;max-width:780px;margin:auto;padding:24px;border-radius:24px;background:#1a1d27;box-shadow:0 12px 80px #0009;display:flex;gap:24px;align-items:center}
.analytics-choice[hidden]{display:none}.analytics-choice strong{font-size:18px}.analytics-choice p{font-size:14px;line-height:1.6;margin:8px 0 0}.analytics-actions{display:flex;gap:10px;flex-shrink:0}.analytics-actions button{background:#303747;color:#fff;border:0;border-radius:30px;padding:13px 18px;font:inherit;cursor:pointer}.analytics-actions button:disabled{opacity:.5;cursor:default}.analytics-settings{border:0;background:none;color:inherit;font:inherit;cursor:pointer;padding:0}.analytics-settings:focus-visible,.analytics-actions button:focus-visible{outline:3px solid var(--accent);outline-offset:4px}@media(max-width:800px){.analytics-choice{left:12px;right:12px;bottom:12px;padding:20px;display:block}.analytics-actions{margin-top:18px}.analytics-actions button{flex:1}}

/* A quiet, navigable closing: chrome identity, generous columns, no divider stack. */
.site-footer{display:block;background:#0d1017;padding:76px 0 28px;margin-top:64px;border:0;border-radius:48px 48px 0 0;color:var(--muted)}
.footer-main{display:grid;grid-template-columns:1fr 1.7fr;gap:70px;padding-bottom:64px}.footer-brand>a:first-child{display:block;max-width:310px}.footer-brand img{display:block;width:100%;height:auto}.footer-brand>p{font-size:30px;line-height:1.2;letter-spacing:-1px;color:var(--ink);margin:20px 0 28px}.site-footer .footer-download{font-size:15px;font-weight:600;color:var(--ink);gap:18px;min-height:44px}.site-footer .icon{display:inline-block;width:18px;height:18px}.footer-system{display:block;font-size:12px;margin-top:6px}.footer-navigation{display:grid;grid-template-columns:1fr 1.2fr 1.1fr;align-items:start;gap:30px}.footer-group h2{font-size:13px;font-weight:600;letter-spacing:0;line-height:1.5;color:#f1f3f7;margin:0 0 18px}.site-footer .footer-group a{display:flex;font-size:14px;font-weight:400;line-height:1.4;min-height:44px;padding:9px 0;color:#aeb7c8}.site-footer a:hover{color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-bottom>p{font-size:12px;margin:0;flex-shrink:0}.footer-legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px 20px}.footer-legal a,.footer-legal button{font-size:12px;font-weight:400;min-height:44px;color:#aeb7c8}.footer-legal button{border:0;padding:0;background:none;cursor:pointer;text-decoration:none}
.workflow-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin:26px 0}.workflow-actions .small{font-size:12px;color:var(--muted);margin:0}.workflow-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0 0 42px}.workflow-summary>div{padding:26px;border-radius:24px;background:var(--card)}.workflow-summary h2{font-size:21px;letter-spacing:-.5px;line-height:1.25;margin:0 0 12px}.workflow-summary p{color:var(--muted);font-size:15px;margin:0}.workflow-summary .eyebrow{margin-bottom:20px;color:var(--accent)}.audience-jumps{display:flex;flex-wrap:wrap;gap:12px;margin:48px 0}.audience-jumps a{padding:12px 20px;border-radius:100px;background:var(--card);text-decoration:none;font-size:14px}.audience-group>h2{margin:60px 0 30px}.audience-group .content-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.audience-group .content-card h3{font-size:27px;line-height:1.15;letter-spacing:-.8px}.audience-group .content-card-copy{padding:27px}.audience-group .content-card img{aspect-ratio:1299/768;object-fit:contain;background:#10141f}.editorial-cover.app-screenshot-cover img{max-height:none;object-fit:contain}
@media(max-width:1000px){.footer-main{grid-template-columns:1fr;gap:48px}.footer-brand{max-width:420px}.footer-navigation{gap:32px}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-legal{justify-content:flex-start}.audience-group .content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.site-footer{border-radius:30px 30px 0 0;padding-top:44px}.footer-main{padding-bottom:32px;gap:42px}.footer-brand>a:first-child{max-width:250px}.footer-brand>p{font-size:28px}.footer-navigation{grid-template-columns:1fr 1fr;gap:32px 24px}.footer-group:last-child{grid-column:1/-1}.footer-group h2{margin-bottom:12px}.footer-legal{gap:0 19px}.footer-bottom{gap:12px}.workflow-summary,.audience-group .content-grid{grid-template-columns:1fr}.workflow-summary{gap:12px}.workflow-summary>div{padding:24px}.workflow-summary .eyebrow{margin-bottom:12px}.audience-jumps{gap:8px;margin:32px 0}.audience-jumps a{font-size:13px;padding:10px 15px}.audience-group>h2{font-size:35px;margin-top:44px}}

/* Color stages for real app captures. Mask scales with the native 1299×768 window. */
.app-mockup{display:block;padding:clamp(24px,5.5vw,76px);border-radius:30px;overflow:hidden;background:var(--mockup-color);isolation:isolate}
.mockup-cobalt{--mockup-color:#4056e8;background:linear-gradient(135deg,#668bff 0%,#425be9 48%,#293ccc 100%)}
.mockup-iris{--mockup-color:#a68af2;background:linear-gradient(135deg,#d4b9ff 0%,#aa8af0 48%,#7860dc 100%)}
.mockup-coral{--mockup-color:#f57b62;background:linear-gradient(135deg,#ffc29a 0%,#f68c70 48%,#e66051 100%)}
.app-window{display:block;filter:drop-shadow(0 18px 26px #11133740)}
.app-mockup .app-window>img{display:block;width:100%;height:auto;max-height:none;aspect-ratio:auto;object-fit:contain;border:0;border-radius:0;background:transparent;clip-path:inset(.16% round 1.8% / 3.05%)}
.mockup-image-link{display:block;border-radius:20px;text-decoration:none}
.mockup-image-link:focus-visible{outline:3px solid #fff;outline-offset:10px}
.content-card .app-mockup{padding:28px 22px;border-radius:0;aspect-ratio:1299/768;display:flex;align-items:center}
.content-card .app-window{width:100%;filter:drop-shadow(0 8px 12px #11133738)}
@media(max-width:700px){.app-mockup{padding:30px 16px;border-radius:22px}.content-card .app-mockup{padding:28px 22px;border-radius:0}.app-window{filter:drop-shadow(0 10px 16px #11133740)}}
