@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:wght@400;500;600;700&display=swap";:root{--bg: #080C14;--surface: #0F1420;--text1: #FFFFFF;--text2: #A8B3C4;--text3: #6B7A90;--accent: #5E8BFF;--accent-bg: rgba(94, 139, 255, .1);--line: rgba(255,255,255,.07);--serif: "Instrument Serif", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif;--ease: cubic-bezier(.16, 1, .3, 1);--wrap: 1080px;--narrow: 620px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text2);font:400 1rem/1.7 var(--sans);-webkit-font-smoothing:antialiased;overflow-x:hidden}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lang-switcher{display:inline-flex;align-items:center}.lang-switcher__select{font:inherit;font-size:.75rem;font-weight:500;color:var(--text2);background:#ffffff0f;border:1px solid var(--line);border-radius:8px;padding:.35rem .5rem;max-width:min(160px,38vw);cursor:pointer}.lang-switcher__select:hover{color:var(--text1);border-color:#ffffff1f}.lang-switcher__select:focus{outline:2px solid var(--accent);outline-offset:2px}img{display:block;max-width:100%}button{font:inherit;cursor:pointer}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{font-family:var(--serif);font-weight:400;color:var(--text1);line-height:1.15}.label{font-family:var(--sans);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem}.arrow-link{font-size:.9375rem;font-weight:500}.arrow-link:hover{text-decoration:none;opacity:.85}@keyframes badge-glow{0%,to{box-shadow:0 0 #5e8bff00}50%{box-shadow:0 0 18px 4px #5e8bff2e}}.badge{display:inline-block;border-radius:10px;animation:badge-glow 3.5s ease-in-out infinite;transition:opacity .2s,transform .2s var(--ease)}.badge img{height:44px;width:auto}.badge:hover{text-decoration:none;opacity:.9;transform:translateY(-2px)}.device{width:100%;max-width:320px;margin:0 auto}.device__screen{position:relative;border-radius:32px;overflow:hidden;aspect-ratio:393 / 852;background:#000;box-shadow:0 0 0 3px #2a2a2e,0 20px 50px -10px #0009}.device--light .device__screen{background:#f2f2f7;box-shadow:0 0 0 3px #bbbbc1,0 20px 50px -10px #0000002e}.device__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .7s var(--ease)}.device__img.is-active{opacity:1}.device__dots{display:flex;justify-content:center;gap:7px;padding-top:14px}.device__dot{width:8px;height:8px;border-radius:50%;border:none;padding:8px;background-clip:content-box;background-color:var(--text3);opacity:.5;transition:all .3s}.device__dot.is-active{background-color:var(--accent);opacity:1;transform:scale(1.25)}.site-header{position:sticky;top:0;z-index:50;background:#080c14d1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.site-header__inner{max-width:var(--wrap);margin:0 auto;padding:.7rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.site-header__brand{font-family:var(--serif);font-size:1.2rem;color:var(--text1);text-decoration:none}.site-header__brand:hover{text-decoration:none;opacity:.8}.site-header__nav{display:flex;gap:1.25rem}.site-header__link{font-size:.8125rem;font-weight:500;color:var(--text2);text-decoration:none;transition:color .2s var(--ease)}.site-header__link:hover,.site-header__link--active{color:var(--text1);text-decoration:none}.hero{padding:clamp(3rem,8vw,6rem) 1.25rem clamp(4rem,10vw,7rem);position:relative}.hero:before{content:"";position:absolute;top:0;left:0;width:55%;height:100%;background:radial-gradient(ellipse at 20% 50%,rgba(94,139,255,.07) 0%,transparent 65%);pointer-events:none;z-index:0}.hero__inner{max-width:var(--wrap);margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1.5rem,5vw,3.5rem);position:relative;z-index:1}.hero__copy{max-width:520px}.hero__title{font-size:clamp(3rem,10vw,5.5rem);letter-spacing:-.03em;line-height:1;margin-bottom:.25em}.hero__sub{font-family:var(--serif);font-style:italic;font-size:clamp(1.1rem,2.5vw,1.4rem);color:var(--text1);opacity:.92;margin-bottom:1.25rem}.hero__body{font-size:clamp(1rem,2vw,1.125rem);color:var(--text2);margin-bottom:2rem;line-height:1.75}.hero__device{position:relative;width:100%;max-width:300px}.hero__device:before{content:"";position:absolute;top:10%;right:5%;bottom:10%;left:5%;background:radial-gradient(ellipse,rgba(94,139,255,.12) 0%,transparent 70%);filter:blur(40px);pointer-events:none;z-index:-1}.problem{padding:clamp(4rem,10vw,7rem) 1.25rem;text-align:center;border-top:1px solid var(--line)}.problem__inner{max-width:var(--narrow);margin:0 auto}.problem__line{font-size:clamp(1.35rem,3.5vw,2.5rem);line-height:1.25;margin-bottom:.6rem}.problem__line em{font-style:italic;color:var(--accent);font-size:1.15em;display:inline-block;text-shadow:0 0 28px rgba(94,139,255,.45)}.problem__sub{font-size:clamp(1rem,1.8vw,1.125rem);color:var(--text2)}.steps{padding:clamp(4rem,10vw,7rem) 1.25rem;max-width:var(--wrap);margin:0 auto}.steps__header{text-align:center;margin-bottom:clamp(3rem,7vw,5rem)}.steps__title{font-size:clamp(1.35rem,3.5vw,2.1rem);max-width:460px;margin:0 auto}.step{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;margin-bottom:clamp(3.5rem,7vw,5rem)}.step:last-child{margin-bottom:0}.step__copy{text-align:center}.step__num{display:inline-block;font-family:var(--serif);font-size:3rem;font-weight:400;letter-spacing:-.03em;color:var(--accent);opacity:.35;margin-bottom:.25rem;line-height:1}.step__title{font-size:clamp(1.2rem,2.5vw,1.55rem);line-height:1.25;margin-bottom:.6rem}.step__body{font-size:1rem;line-height:1.75;max-width:360px;margin:0 auto}.step__device{display:flex;justify-content:center}.step__device .device{max-width:260px}.feat{padding:clamp(4rem,10vw,7rem) 1.25rem;max-width:var(--narrow);margin:0 auto;border-top:1px solid var(--line)}.feat__title{font-size:clamp(1.35rem,3.5vw,1.9rem);margin-bottom:1.75rem}.feat__list{list-style:none}.feat__list li{padding:.65em .5rem .65em 1.75rem;border-bottom:1px solid var(--line);position:relative;font-size:1rem;border-radius:6px;transition:background .18s var(--ease),padding-left .18s var(--ease)}.feat__list li:hover{background:#5e8bff0d;padding-left:2rem}.feat__list li:before{content:"✓";position:absolute;left:.25rem;top:50%;width:auto;height:auto;border-radius:0;background:none;color:var(--accent);font-size:.75rem;font-weight:700;transform:translateY(-50%)}.feat__list li:last-child{border-bottom:none}.feat__accent{margin-top:1.5rem;font-weight:600;color:var(--accent);font-size:.9375rem;padding:.75rem 1rem;background:var(--accent-bg);border-left:3px solid var(--accent);border-radius:0 8px 8px 0}.priv{padding:clamp(4rem,10vw,7rem) 1.25rem;max-width:var(--narrow);margin:0 auto;border-top:1px solid var(--line)}.priv__title{font-size:clamp(1.35rem,3.5vw,1.9rem);margin-bottom:.75rem}.priv__body{font-size:1rem;line-height:1.75;margin-bottom:1rem}.foot{text-align:center;padding:clamp(3rem,6vw,5rem) 1.25rem;border-top:1px solid var(--line)}.foot .badge{margin-bottom:1.25rem}.foot__credit{font-size:.8125rem;color:var(--text3)}.foot__credit a{color:var(--text2)}.foot__credit a:hover{color:var(--text1)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.reveal--visible{opacity:1;transform:none}.reveal--delay-1{transition-delay:.1s}.reveal--delay-2{transition-delay:.2s}.reveal--delay-3{transition-delay:.3s}.footer--compact{text-align:center;padding:2rem 1.25rem;border-top:1px solid var(--line)}.footer--compact .footer__cta{margin-bottom:1rem}.footer--compact .footer__cta img{height:40px;width:auto;display:inline-block}.footer--compact .footer__credit{font-size:.8125rem;color:var(--text3)}.footer--compact .footer__credit a{color:var(--text2)}.privacy-page{min-height:100vh;padding:clamp(2rem,5vw,4rem) 1.25rem}.privacy-page .container{max-width:var(--narrow);margin:0 auto}.privacy-page h1{font-size:clamp(1.75rem,4vw,2.25rem);margin-bottom:.25em}.privacy-page .updated{font-size:.8125rem;color:var(--text3);margin-bottom:2rem}.privacy-page h2{font-size:1.15rem;margin-top:2.5rem;margin-bottom:.5em}.privacy-page p,.privacy-page li{font-size:.9375rem}.privacy-page ul{padding-left:1.25rem;margin-bottom:1rem}.privacy-page li{margin-bottom:.5em}.privacy-page .short-version{background:var(--accent-bg);border-left:3px solid var(--accent);padding:1rem 1.25rem;margin:1.5rem 0;border-radius:0 6px 6px 0}.privacy-page .back-link,.help-page .back-link{display:inline-block;margin-bottom:2rem;font-size:.875rem}.not-found{min-height:70vh;padding:clamp(3rem,8vw,5rem) 1.25rem;display:flex;align-items:center;justify-content:center}.not-found__inner{max-width:var(--narrow);margin:0 auto;text-align:center}.not-found__code{font-family:var(--sans);font-size:.75rem;font-weight:700;letter-spacing:.12em;color:var(--accent);margin-bottom:.75rem}.not-found__title{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:.75em}.not-found__body{font-size:.975rem;line-height:1.7;margin-bottom:1.5rem;color:var(--text2)}.help-page{min-height:100vh;padding:clamp(2rem,5vw,4rem) 1.25rem}.help-page__container{max-width:var(--narrow);margin:0 auto}.help-page__title{font-size:clamp(1.75rem,4vw,2.25rem);margin-bottom:.25em}.help-page__lead{font-size:1rem;margin-bottom:2.5rem}.help-section{margin-bottom:2.5rem}.help-section h2{font-size:1.15rem;margin-bottom:.75em}.help-section p{font-size:.9375rem}.help-faq{list-style:none}.help-faq__item{padding:1.25rem 0;border-bottom:1px solid var(--line)}.help-faq__item:last-child{border-bottom:0}.help-faq__q{font-family:var(--serif);font-size:1.0625rem;color:var(--text1);margin-bottom:.4em}.help-faq__a{font-size:.9375rem;line-height:1.65}.help-section--contact{padding-top:.5rem}@media (min-width: 768px){.hero__inner{flex-direction:row;text-align:start;gap:clamp(2rem,4vw,4rem)}.hero__copy{flex:1 1 0;min-width:0}.hero__device{flex:0 0 42%}.hero__device .device{max-width:100%}.step{grid-template-columns:1fr 1fr;gap:clamp(2.5rem,4vw,4rem)}.step__copy{text-align:start;display:flex;flex-direction:column;justify-content:center}.step__body{margin:0}.step--flip .step__copy{order:2}.step--flip .step__device{order:1}.step__device .device{max-width:240px}}@media (min-width: 1024px){.hero__device .device{max-width:100%}.step__device .device{max-width:280px}}
