:root{color-scheme:light;--paper: #fbfcff;--surface: #ffffff;--muted: #f3f5fa;--line: #e4e8f0;--text: #172033;--soft-text: #647089;--dark: #101827;--dark-soft: #162237;--shadow: 0 24px 70px rgba(26, 39, 67, .1);--radius: 24px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--paper);color:var(--text);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--text);line-height:1.6}body::selection{background:var(--accent);color:#fff}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,a{-webkit-tap-highlight-color:transparent}.container{width:min(1160px,calc(100% - 48px));margin:0 auto}.site-header{position:sticky;z-index:20;top:0;border-bottom:1px solid rgba(228,232,240,.8);background:#fbfcffe0;backdrop-filter:blur(18px)}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;min-width:0}.brand img{width:42px;height:42px;flex:0 0 auto;border-radius:13px;box-shadow:0 8px 18px color-mix(in srgb,var(--accent) 22%,transparent)}.brand span{display:grid;gap:1px;min-width:0}.brand strong{overflow:hidden;font-size:15px;font-weight:760;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.brand small{overflow:hidden;color:var(--soft-text);font-size:10px;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap}.desktop-nav{display:flex;align-items:center;gap:26px;margin-left:auto;color:var(--soft-text);font-size:13px;font-weight:600}.desktop-nav a{transition:color .2s ease}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:var(--accent)}.language-link{color:var(--text)}.header-cta,.primary-button,.outline-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;font-size:13px;font-weight:750;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.header-cta{padding:11px 15px;background:var(--text);color:#fff}.header-cta:hover,.primary-button:hover,.outline-button:hover{transform:translateY(-2px)}.header-cta span,.primary-button span{font-size:16px}.hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);align-items:center;gap:70px;padding-top:40px;padding-bottom:60px}.hero-copy{position:relative;z-index:1}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow{margin-bottom:22px}.eyebrow-dot,.pulse{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px color-mix(in srgb,var(--accent) 13%,transparent)}.hero h1{max-width:680px;margin:0 0 24px;color:var(--ink);font-size:clamp(42px,5.4vw,76px);font-weight:820;letter-spacing:-.065em;line-height:.99}.hero-description{max-width:590px;margin:0 0 30px;color:var(--soft-text);font-size:18px;line-height:1.7}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px;width:100%}.primary-button{min-height:48px;padding:0 19px;background:var(--accent);color:#fff;box-shadow:0 12px 26px color-mix(in srgb,var(--accent) 25%,transparent)}.text-link{display:inline-flex;align-items:center;gap:9px;color:var(--text);font-size:13px;font-weight:750}.text-link span{color:var(--accent);font-size:18px}.hero-note{display:flex;align-items:center;gap:9px;margin:24px 0 0;color:var(--soft-text);font-size:12px}.hero-note span{color:var(--accent)}.hero-meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px 18px;margin-top:20px;color:var(--soft-text);font-size:11px;font-weight:700}.hero-meta span{display:inline-flex;align-items:center;gap:7px}.hero-meta-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 12%,transparent)}.hero-visual{position:relative;min-height:480px;display:grid;place-items:center}.visual-frame{position:relative;z-index:2;width:min(100%,540px);overflow:hidden;border:9px solid rgba(255,255,255,.94);border-radius:34px;box-shadow:0 34px 90px color-mix(in srgb,var(--accent) 25%,transparent),0 7px #1018270f;transform:rotate(2deg)}.visual-frame--phone{width:min(74%,370px);border-width:11px;border-radius:38px;transform:rotate(3deg)}.visual-frame img{width:100%;height:auto;aspect-ratio:900 / 620;object-fit:cover}.visual-orbit{position:absolute;border:1px solid color-mix(in srgb,var(--accent) 28%,transparent);border-radius:999px;transform:rotate(-25deg)}.visual-orbit--one{width:91%;height:60%}.visual-orbit--two{width:77%;height:83%;transform:rotate(58deg);opacity:.55}.visual-label{position:absolute;z-index:3;right:1%;bottom:10%;display:inline-flex;align-items:center;gap:9px;padding:10px 13px;border:1px solid rgba(255,255,255,.65);border-radius:12px;background:#ffffffdb;box-shadow:0 13px 28px #1018271f;color:var(--text);font-size:11px;font-weight:800}.visual-label .pulse{width:7px;height:7px;box-shadow:none}.store-buttons{display:flex;flex-wrap:wrap;gap:10px}.store-button{min-width:148px;display:inline-flex;align-items:center;gap:10px;padding:9px 13px;border-radius:12px;background:#111827;color:#fff;box-shadow:0 10px 20px #10182721;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease}.store-button:hover{transform:translateY(-2px);box-shadow:0 14px 28px #10182738}.store-button--soon{background:#e7eaf1;color:#707a90;box-shadow:none;cursor:not-allowed}.store-mark{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto}.store-mark svg{width:21px;height:21px}.store-button span:last-child{display:grid;line-height:1.1}.store-button small{font-size:9px;font-weight:500;opacity:.75}.store-button strong{font-size:14px}.store-buttons--hero{display:flex;flex-wrap:wrap;gap:14px;width:100%}.store-buttons--hero .store-button{flex:1 1 200px;min-width:0;min-height:56px;padding:12px 18px;border-radius:14px;justify-content:center}.store-buttons--hero .store-mark{width:26px;height:26px}.store-buttons--hero .store-mark svg{width:24px;height:24px}.store-buttons--hero .store-button strong{font-size:15px;font-weight:750}.store-buttons--hero .store-button small{font-size:10px;opacity:.85}.hero-download-panel{width:100%;max-width:620px;padding:20px 22px;border:1px solid color-mix(in srgb,var(--accent) 22%,var(--line));border-radius:22px;background:color-mix(in srgb,var(--accent-soft) 72%,#fff);box-shadow:0 16px 38px color-mix(in srgb,var(--accent) 12%,transparent)}.hero-download-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.hero-download-heading>div{display:grid;gap:2px}.hero-download-kicker{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.hero-download-heading strong{color:var(--ink);font-size:16px;letter-spacing:-.02em}.hero-download-count{padding:6px 11px;border:1px solid color-mix(in srgb,var(--accent) 22%,transparent);border-radius:999px;color:var(--accent);font-size:11px;font-weight:800;white-space:nowrap}.hero-download-note{display:flex;align-items:center;gap:7px;margin:13px 0 0;color:var(--soft-text);font-size:12px}.hero-download-note span{color:var(--accent);font-weight:900}.mobile-showcase{overflow:hidden;background:var(--surface)}.mobile-showcase-grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(360px,.8fr);align-items:center;gap:76px}.mobile-showcase-copy{max-width:590px}.mobile-showcase-copy h2{max-width:570px;margin:13px 0 15px;color:var(--ink);font-size:clamp(34px,4vw,54px);font-weight:800;letter-spacing:-.06em;line-height:1.02}.mobile-showcase-description{max-width:540px;margin:0;color:var(--soft-text);font-size:16px;line-height:1.75}.mobile-benefit-list{display:grid;gap:0;margin:30px 0 27px;padding:0;list-style:none;border-top:1px solid var(--line)}.mobile-benefit-list li{display:flex;gap:15px;padding:16px 0;border-bottom:1px solid var(--line)}.mobile-benefit-number{min-width:26px;color:var(--accent);font-size:11px;font-weight:850;letter-spacing:.1em}.mobile-benefit-list li>span:last-child{display:grid;gap:3px}.mobile-benefit-list strong{color:var(--ink);font-size:14px;letter-spacing:-.01em}.mobile-benefit-list small{color:var(--soft-text);font-size:12px;line-height:1.55}.mobile-showcase-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px}.mobile-showcase-stage{position:relative;min-height:590px;display:grid;place-items:center}.mobile-showcase-glow{position:absolute;width:76%;height:70%;border-radius:50%;background:color-mix(in srgb,var(--accent) 15%,transparent);filter:blur(35px)}.mobile-device{position:relative;z-index:1;width:min(66%,310px);padding:10px;border:1px solid rgba(255,255,255,.75);border-radius:39px;background:linear-gradient(145deg,#25324a,#0b1220);box-shadow:0 36px 80px color-mix(in srgb,var(--accent) 22%,transparent),0 12px 20px #11182738;transform:rotate(4deg)}.mobile-device-camera{position:absolute;z-index:2;top:17px;left:50%;width:74px;height:20px;border-radius:999px;background:#080d17;transform:translate(-50%)}.mobile-device-screen{overflow:hidden;min-height:520px;border-radius:30px;background:var(--dark)}.mobile-device-screen img{width:100%;height:520px;object-fit:cover;object-position:center}.mobile-showcase-note{position:absolute;z-index:2;display:grid;gap:3px;padding:12px 14px;border:1px solid rgba(255,255,255,.7);border-radius:14px;background:#ffffffe0;box-shadow:0 15px 35px #1118271f;color:var(--text);font-size:11px;font-weight:750;backdrop-filter:blur(12px)}.mobile-showcase-note--top{top:17%;right:1%;display:flex;align-items:center;gap:8px}.mobile-showcase-note--bottom{bottom:15%;left:1%}.mobile-showcase-note span{color:var(--soft-text);font-size:10px;font-weight:600}.mobile-showcase-note-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--accent) 14%,transparent)}.mobile-sticky-download{display:none}[data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .72s cubic-bezier(.2,.7,.2,1),transform .72s cubic-bezier(.2,.7,.2,1);transition-delay:var(--reveal-delay, 0ms)}[data-reveal=left]{transform:translate(-34px)}[data-reveal=right]{transform:translate(34px)}[data-reveal=scale]{transform:scale(.97)}[data-reveal=small]{transform:translateY(13px)}[data-reveal].is-visible{opacity:1;transform:none}.hero{position:relative;isolation:isolate}.hero:before{position:absolute;z-index:-2;inset:20px -8% 30px;border:1px solid color-mix(in srgb,var(--accent) 9%,transparent);border-radius:48px;background-image:linear-gradient(color-mix(in srgb,var(--accent) 6%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--accent) 6%,transparent) 1px,transparent 1px);background-size:42px 42px;content:"";mask-image:radial-gradient(ellipse at center,#000 10%,transparent 76%);pointer-events:none;animation:gridDrift 18s linear infinite}.hero:after{position:absolute;z-index:-1;top:16%;right:28%;width:180px;height:180px;border-radius:50%;background:color-mix(in srgb,var(--accent) 13%,transparent);content:"";filter:blur(40px);animation:glowPulse 5s ease-in-out infinite;pointer-events:none}.hero-copy>*{animation:heroRise .72s cubic-bezier(.2,.7,.2,1) both}.hero-copy>:nth-child(1){animation-delay:80ms}.hero-copy>:nth-child(2){animation-delay:.15s}.hero-copy>:nth-child(3){animation-delay:.22s}.hero-copy>:nth-child(4){animation-delay:.29s}.hero-copy>:nth-child(5){animation-delay:.36s}.hero-visual{animation:heroVisualIn .9s cubic-bezier(.2,.7,.2,1) .18s both}.visual-frame{animation:visualFloat 6s ease-in-out infinite}.visual-frame--phone{animation-name:visualPhoneFloat}.visual-orbit--one{animation:orbitOne 18s linear infinite}.visual-orbit--two{animation:orbitTwo 22s linear infinite}.mobile-showcase-glow{animation:glowPulse 6s ease-in-out infinite}.mobile-showcase-note--top{animation:noteFloat 5s ease-in-out infinite}.mobile-showcase-note--bottom{animation:noteFloat 5s ease-in-out 1.3s infinite}@keyframes heroRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes heroVisualIn{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:none}}@keyframes visualFloat{0%,to{transform:rotate(2deg) translateY(0)}50%{transform:rotate(1deg) translateY(-9px)}}@keyframes visualPhoneFloat{0%,to{transform:rotate(3deg) translateY(0)}50%{transform:rotate(2deg) translateY(-10px)}}@keyframes orbitOne{0%{transform:rotate(-25deg)}to{transform:rotate(335deg)}}@keyframes orbitTwo{0%{transform:rotate(58deg)}to{transform:rotate(-302deg)}}@keyframes gridDrift{0%{background-position:0 0,0 0}to{background-position:42px 42px,42px 42px}}@keyframes glowPulse{0%,to{opacity:.65;transform:scale(.94)}50%{opacity:1;transform:scale(1.08)}}@keyframes noteFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:16px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--line)}.highlight{display:grid;gap:3px;padding:22px 25px;background:var(--surface)}.highlight strong{color:var(--ink);font-size:24px;font-weight:800;letter-spacing:-.04em}.highlight span{color:var(--soft-text);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.section{padding:112px 0}.section-muted{background:var(--muted)}.section-dark{position:relative;overflow:hidden;background:var(--dark);color:#fff}.section-dark:before{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;content:"";mask-image:linear-gradient(to bottom,#000,transparent 85%);pointer-events:none;animation:gridDrift 24s linear infinite}.section-heading{max-width:670px;margin:0 auto 48px;text-align:center}.section-heading--split{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:40px;text-align:left}.section-heading--split>div{max-width:620px}.section-heading--split p{max-width:380px;margin:0}.section-heading--light h2,.section-heading--light p{color:#fff}.section-heading h2,.legal-hero h1{margin:13px 0 12px;color:var(--ink);font-size:clamp(32px,4vw,52px);font-weight:800;letter-spacing:-.055em;line-height:1.03}.section-heading p{margin:0;color:var(--soft-text);font-size:16px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card{position:relative;min-height:275px;padding:28px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.feature-card:after{position:absolute;top:-70%;right:-35%;width:48%;height:190%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);content:"";opacity:0;transform:rotate(22deg);transition:opacity .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.feature-card:hover:after{opacity:.65;animation:cardShine .8s ease both}.feature-number{position:absolute;top:26px;right:28px;color:var(--line);font-size:13px;font-weight:800}.feature-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:36px;border-radius:15px;background:var(--accent-soft);color:var(--accent);font-size:22px;font-weight:800}.feature-card h3,.step-card h3,.pricing-card h3{margin:0 0 9px;color:var(--ink);font-size:19px;letter-spacing:-.03em}.feature-card p,.step-card p,.pricing-card p{margin:0;color:var(--soft-text);font-size:14px;line-height:1.7}.section-use-cases{background:var(--surface)}.use-case-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.use-case-card{position:relative;min-height:190px;padding:25px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,var(--accent-soft),var(--surface));transition:transform .25s ease,box-shadow .25s ease}.use-case-card:after{content:"";position:absolute;right:-36px;bottom:-44px;width:120px;height:120px;border:1px solid color-mix(in srgb,var(--accent) 22%,transparent);border-radius:50%}.use-case-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.use-case-number{display:inline-block;margin-bottom:32px;color:var(--accent);font-size:11px;font-weight:850;letter-spacing:.12em}.use-case-card h3{margin:0 0 8px;color:var(--ink);font-size:17px;letter-spacing:-.03em}.use-case-card p{margin:0;color:var(--soft-text);font-size:13px;line-height:1.65}.screenshot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.screenshot-card{margin:0;overflow:hidden;border-radius:22px;background:var(--dark);box-shadow:0 14px 35px #1018271f}.screenshot-card img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.screenshot-card--landscape{grid-column:span 2}.screenshot-card--landscape img{aspect-ratio:16 / 9}.screenshot-card figcaption{padding:13px 16px 16px;color:#dce3f1;font-size:12px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:var(--radius);background:#ffffff21}.step-card{position:relative;min-height:235px;padding:29px;background:#ffffff0a;transition:background .3s ease,transform .3s ease}.step-card:after{position:absolute;top:51px;right:-13px;width:26px;height:1px;background:var(--accent);content:"";opacity:.55}.step-card:last-child:after{display:none}.step-card:hover{background:#ffffff14;transform:translateY(-4px)}.step-card>span{display:inline-block;margin-bottom:48px;color:var(--accent);font-size:13px;font-weight:800;letter-spacing:.1em}.step-card h3{color:#fff}.step-card p{color:#aab8cf}.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:880px;margin:0 auto;gap:16px}.pricing-card{position:relative;padding:31px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.pricing-card--featured{border-color:var(--accent);box-shadow:0 18px 45px color-mix(in srgb,var(--accent) 16%,transparent)}.pricing-badge{position:absolute;top:18px;right:18px;padding:5px 8px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:10px;font-weight:800;text-transform:uppercase}.pricing-price{margin:22px 0 5px;color:var(--ink);font-size:38px;font-weight:800;letter-spacing:-.06em}.pricing-price small{margin-left:7px;color:var(--soft-text);font-size:12px;font-weight:600;letter-spacing:0}.pricing-card ul{display:grid;gap:10px;margin:24px 0;padding:0;list-style:none;color:var(--soft-text);font-size:13px}.pricing-card li{display:flex;gap:9px}.pricing-card li span{color:var(--accent);font-weight:800}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;align-items:start;gap:80px}.faq-layout .section-heading{margin:0;text-align:left}.faq-list{display:grid;gap:10px}.faq-item{border:1px solid var(--line);border-radius:16px;background:var(--surface)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;cursor:pointer;list-style:none;color:var(--ink);font-size:15px;font-weight:750}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{color:var(--accent);font-size:22px;font-weight:400}.faq-item[open] summary span{transform:rotate(45deg)}.faq-item p{margin:-3px 22px 21px;color:var(--soft-text);font-size:14px}.final-cta{padding:88px 0;background:var(--accent);color:#fff}.final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.final-cta .section-kicker{color:#ffffffb3}.final-cta h2{max-width:600px;margin:12px 0 10px;font-size:clamp(30px,4vw,50px);line-height:1.05;letter-spacing:-.055em}.final-cta p{margin:0;color:#ffffffc7}.final-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:end;gap:12px}.primary-button--light{background:#fff;color:var(--accent);box-shadow:none}.outline-button{min-height:48px;padding:0 18px;border:1px solid rgba(255,255,255,.45);color:#fff}.final-cta .store-button{background:#101827cc}.site-footer{padding:70px 0 22px;background:var(--dark);color:#aab8cf}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:45px;padding-bottom:55px}.brand--footer strong{color:#fff}.brand--footer small{color:#8998b1}.footer-brand>p{max-width:260px;margin:20px 0 5px;font-size:12px;line-height:1.6}.footer-brand>a{color:var(--accent-soft);font-size:12px}.footer-grid h3{margin:4px 0 18px;color:#fff;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.footer-grid>div:not(.footer-brand)>a{display:block;margin-bottom:11px;font-size:13px;transition:color .2s ease}.footer-grid>div>a:hover{color:#fff}.footer-address{max-width:180px;margin:0;font-size:12px;line-height:1.7}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#71819a;font-size:11px}@keyframes cardShine{0%{transform:translate(-120%) rotate(22deg)}to{transform:translate(260%) rotate(22deg)}}.legal-hero{padding:90px 0 72px;border-bottom:1px solid var(--line);background:var(--muted)}.legal-hero .container{max-width:820px}.legal-hero h1{font-size:clamp(38px,5vw,64px)}.legal-hero p{max-width:680px;margin:0;color:var(--soft-text);font-size:17px}.legal-prose{max-width:780px}.legal-prose article{padding:26px 0;border-bottom:1px solid var(--line)}.legal-prose h2{margin:0 0 8px;color:var(--ink);font-size:22px;letter-spacing:-.03em}.legal-prose p{margin:0;color:var(--soft-text);font-size:15px;line-height:1.8}.legal-note{margin-top:32px!important;padding:18px 20px;border-radius:14px;background:var(--muted)}.legal-note a{color:var(--accent);font-weight:750}:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 60%,#fff);outline-offset:3px}@media(max-width:900px){.desktop-nav{display:none}.hero{grid-template-columns:1fr;gap:20px;padding-top:60px}.hero-copy{max-width:720px}.hero-visual{min-height:460px}.feature-grid,.use-case-grid{grid-template-columns:1fr 1fr}.mobile-showcase-grid{grid-template-columns:1fr;gap:32px}.mobile-showcase-copy{max-width:720px}.mobile-showcase-stage{min-height:540px}.mobile-device{width:min(50%,310px)}.section-dark:before{opacity:.7}.faq-layout{grid-template-columns:1fr;gap:35px}.faq-layout .section-heading{max-width:600px}.final-cta-inner{align-items:start;flex-direction:column}.final-actions{justify-content:start}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2 / -1}}@media(max-width:620px){.container{width:min(100% - 32px,1160px)}.header-inner{min-height:72px}.header-cta{padding:9px 11px;font-size:12px}.brand small{display:none}.hero{min-height:auto;padding:54px 0 65px}.hero h1{font-size:clamp(40px,12vw,58px)}.hero-description{font-size:16px}.hero-actions,.hero-actions .store-buttons{align-items:stretch;flex-direction:column}.hero-actions .store-buttons,.store-button,.primary-button,.hero-download-panel{width:100%}.hero-download-heading{align-items:flex-start;flex-direction:column;gap:8px}.text-link{justify-content:center}.mobile-showcase{padding-top:66px;padding-bottom:66px}.mobile-showcase-copy h2{font-size:clamp(32px,10vw,46px)}.mobile-showcase-description{font-size:15px}.mobile-showcase-actions,.mobile-showcase-actions .store-buttons{width:100%;align-items:stretch;flex-direction:column}.mobile-showcase-actions .store-button{width:100%}.hero-meta{margin-top:17px}.hero-visual{min-height:340px;margin-top:18px}.visual-frame{width:94%;border-width:6px;border-radius:24px}.visual-frame--phone{width:76%;border-width:8px;border-radius:27px}.visual-label{right:0;bottom:2%}.highlights{grid-template-columns:1fr}.highlight{padding:16px 19px}.section{padding:78px 0}.section-heading{margin-bottom:31px}.section-heading--split{display:block}.section-heading--split p{margin-top:18px}.feature-grid,.use-case-grid,.screenshot-grid,.steps-grid,.pricing-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.screenshot-card--landscape{grid-column:auto}.step-card{min-height:auto}.step-card>span{margin-bottom:24px}.final-cta{padding:70px 0}.final-actions,.final-actions .store-buttons{width:100%;flex-direction:column;align-items:stretch}.outline-button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:32px 22px}.footer-grid>div:last-child{grid-column:1 / -1}.footer-bottom{align-items:start;flex-direction:column;gap:5px}.legal-hero{padding:68px 0 52px}body:has(.mobile-sticky-download){padding-bottom:82px}.mobile-sticky-download{position:fixed;z-index:30;right:12px;bottom:max(12px,env(safe-area-inset-bottom));left:12px;display:block;padding:9px;border:1px solid rgba(255,255,255,.8);border-radius:18px;background:#101827eb;box-shadow:0 16px 40px #10182747;color:#fff;backdrop-filter:blur(18px)}.mobile-sticky-download__inner{display:flex;align-items:center;gap:10px}.mobile-sticky-download img{width:38px;height:38px;flex:0 0 auto;border-radius:11px;object-fit:cover}.mobile-sticky-download span{min-width:0;display:grid;gap:1px}.mobile-sticky-download strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.mobile-sticky-download small{overflow:hidden;color:#aab8cf;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.mobile-sticky-download a{display:inline-flex;align-items:center;gap:4px;margin-left:auto;padding:9px 12px;border-radius:11px;background:var(--accent);color:#fff;font-size:12px;font-weight:800;white-space:nowrap}.mobile-sticky-download a span{font-size:14px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1!important;transform:none!important}}.mobile-site-header{position:absolute;z-index:20;top:0;right:0;left:0;color:#fff;border-bottom:1px solid rgba(255,255,255,.12);background:#020d2047;backdrop-filter:blur(14px)}.mobile-header-inner{min-height:74px;display:flex;align-items:center;gap:24px}.mobile-brand{display:inline-flex;align-items:center;gap:10px;min-width:0;color:#fff}.mobile-brand img{width:42px;height:42px;flex:0 0 auto;border-radius:12px;object-fit:cover;box-shadow:0 8px 18px #0003}.mobile-brand span{display:grid;gap:1px;min-width:0}.mobile-brand strong{overflow:hidden;font-size:15px;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.mobile-brand small{overflow:hidden;color:#9fb0ca;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.mobile-desktop-nav{display:flex;align-items:center;gap:29px;margin:0 auto;color:#d7e0ef;font-size:12px;font-weight:700}.mobile-desktop-nav a{transition:color .2s ease,opacity .2s ease}.mobile-desktop-nav a:hover,.mobile-desktop-nav a:focus-visible{color:#86dcff}.mobile-header-actions{display:flex;align-items:center;gap:14px}.mobile-language-link{color:#aebcd1;font-size:11px;font-weight:800}.mobile-header-cta,.mobile-menu-cta{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 17px;border-radius:10px;background:linear-gradient(100deg,#3477ff,#9850f8);color:#fff;font-size:11px;font-weight:800;box-shadow:0 10px 25px #4b67f947}.mobile-menu{display:none;position:relative}.mobile-menu summary{width:38px;height:38px;display:grid;place-content:center;gap:4px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:#ffffff14;cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{width:17px;height:1.5px;display:block;background:#fff}.mobile-menu[open] summary span:nth-child(2){opacity:0}.mobile-menu[open] summary span:first-child{transform:translateY(5.5px) rotate(45deg)}.mobile-menu[open] summary span:last-child{transform:translateY(-5.5px) rotate(-45deg)}.mobile-menu nav{position:absolute;top:49px;right:0;width:225px;display:grid;gap:2px;padding:8px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:#071a39;box-shadow:0 20px 55px #0000004d}.mobile-menu nav a{padding:11px 10px;border-radius:8px;color:#d9e4f4;font-size:12px;font-weight:700}.mobile-menu nav a:hover,.mobile-menu nav a:focus-visible{background:#ffffff14;color:#fff}.mobile-menu .mobile-menu-cta{margin-top:5px;color:#fff}.mobile-hero{position:relative;min-height:700px;overflow:hidden;padding:142px 0 68px;isolation:isolate;background:linear-gradient(122deg,#020d20,#061633 47%,#04122b);color:#fff}.mobile-hero:after{position:absolute;z-index:-1;right:-6%;bottom:-15%;width:56%;height:62%;border-radius:50%;background:#16c6ff45;content:"";filter:blur(85px)}.mobile-hero-glow{position:absolute;z-index:-1;border-radius:50%;pointer-events:none;filter:blur(75px)}.mobile-hero-glow--one{top:125px;right:24%;width:300px;height:300px;background:#3849ff66}.mobile-hero-glow--two{right:-60px;bottom:-90px;width:300px;height:300px;background:#0ecdff5c}.mobile-hero-dots{position:absolute;top:145px;left:0;width:43%;height:305px;opacity:.6;background-image:radial-gradient(circle,rgba(79,143,255,.65) 1px,transparent 1px);background-size:22px 22px;mask-image:linear-gradient(90deg,#000,transparent);pointer-events:none}.mobile-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:.94fr 1.06fr;align-items:center;gap:48px}.mobile-hero-copy{max-width:590px}.mobile-app-kicker{display:flex;align-items:center;gap:12px;margin-bottom:13px}.mobile-app-kicker img{width:48px;height:48px;border-radius:13px;background:#fff;object-fit:cover;box-shadow:0 12px 28px #0000003d}.mobile-app-kicker span{display:grid;gap:3px}.mobile-app-kicker strong{font-size:16px}.mobile-app-kicker small,.mobile-hero-type{color:#30cfff;font-size:11px;font-weight:800}.mobile-hero-type{display:block;margin-bottom:12px;text-transform:uppercase;letter-spacing:.12em}.mobile-hero h1{max-width:650px;margin:0;color:#fff;font-size:clamp(42px,5vw,68px);font-weight:820;letter-spacing:-.06em;line-height:.99}.mobile-hero-copy>p{max-width:560px;margin:23px 0 26px;color:#cbd7ea;font-size:15px;line-height:1.75}.mobile-hero-actions{display:flex;flex-wrap:wrap;gap:11px}.mobile-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 20px;border-radius:11px;font-size:12px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mobile-button:hover{transform:translateY(-2px)}.mobile-button--gradient{background:linear-gradient(100deg,#3477ff,#9850f8);color:#fff;box-shadow:0 12px 30px #4b67f947}.mobile-button--outline{border:1px solid rgba(255,255,255,.5);color:#fff;background:#ffffff08}.mobile-button--dark{background:#071838;color:#fff}.mobile-download-label{margin:24px 0 9px;color:#afbdd2;font-size:11px;font-weight:700}.mobile-hero .store-buttons--hero{gap:11px}.mobile-hero .store-buttons--hero .store-button{flex:0 1 160px;min-width:150px;min-height:53px;padding:9px 13px;border:1px solid rgba(255,255,255,.3);border-radius:10px;background:#010b1c85}.mobile-hero .store-buttons--hero .store-button--soon{background:#ffffff1f;color:#b7c5d9}.mobile-hero-note{display:flex;align-items:center;gap:8px;margin:16px 0 0!important;color:#b8c7dc!important;font-size:11px!important}.mobile-hero-note span{color:#7fdcff}.mobile-hero-phones{min-height:500px;position:relative;perspective:1200px}.mobile-phone{position:absolute;bottom:10px;width:207px;height:426px;padding:8px;overflow:hidden;border:1px solid rgba(255,255,255,.55);border-radius:35px;background:linear-gradient(145deg,#f9fbff,#aebacb 45%,#fff 57%,#5e6978);box-shadow:0 32px 70px #0000005c,inset 0 0 0 2px #fff6}.mobile-phone:before{position:absolute;z-index:4;inset:2px;border:1px solid rgba(12,21,36,.52);border-radius:33px;content:"";pointer-events:none}.mobile-phone-island{position:absolute;z-index:6;top:14px;left:50%;width:63px;height:17px;border-radius:20px;background:#090b0f;transform:translate(-50%)}.mobile-phone-status{position:absolute;z-index:7;top:12px;right:22px;left:22px;display:flex;justify-content:space-between;color:#101827;font-size:7px;font-weight:800}.mobile-phone-screen{width:100%;height:100%;overflow:hidden;border-radius:28px;background:#f8fafc}.mobile-phone-screen img{width:100%;height:100%;object-fit:cover;object-position:center}.mobile-phone--1{left:3%;z-index:1;transform:rotateY(9deg) rotate(-2deg) scale(.93)}.mobile-phone--2{left:34%;z-index:3;width:225px;height:465px;transform:translateY(-10px)}.mobile-phone--3{right:0;z-index:2;transform:rotateY(-7deg) rotate(2deg) scale(.93)}.mobile-hero-phones--1 .mobile-phone--1{left:29%}.mobile-hero-phones--2 .mobile-phone--1{left:12%}.mobile-hero-phones--2 .mobile-phone--2{left:42%}.mobile-phone-floor{position:absolute;z-index:0;right:-5%;bottom:17px;left:9%;height:55px;border-radius:50%;background:#1ca9ff4d;filter:blur(27px)}.mobile-section{padding:76px 0}.mobile-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%)}.mobile-features-section{position:relative;z-index:2;padding-top:18px;padding-bottom:48px;background:#fff}.mobile-feature-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.mobile-feature-card{min-height:172px;padding:20px 14px 16px;border:1px solid #edf0f5;border-radius:13px;background:#fff;box-shadow:0 14px 35px #233a5e17;text-align:center}.mobile-feature-icon{width:43px;height:43px;display:grid;place-items:center;margin:0 auto 13px;border-radius:50%;color:#316cf4;background:#e9f0ff;font-size:20px;font-weight:900}.mobile-feature-icon--1{color:#7b4ee7;background:#f0e9ff}.mobile-feature-icon--2{color:#12a67b;background:#e6f8f2}.mobile-feature-icon--3{color:#e69612;background:#fff4dc}.mobile-feature-card h3{margin:0 0 8px;color:#12203d;font-size:13px;line-height:1.25}.mobile-feature-card p{margin:0;color:#6c7890;font-size:10px;line-height:1.55}.mobile-screens-section{background:#fbfcff}.mobile-section-heading{margin:0 auto 32px}.mobile-section-heading--center{max-width:680px;text-align:center}.mobile-section-heading>span,.mobile-section-kicker{color:#356df7;font-size:10px;font-weight:850;letter-spacing:.14em}.mobile-section-heading h2,.mobile-subdomains-copy h2{margin:8px 0 9px;color:#12203d;font-size:clamp(30px,3vw,42px);letter-spacing:-.045em;line-height:1.07}.mobile-screens-section .mobile-section-heading h2:after{display:block;width:42px;height:3px;margin:9px auto 0;border-radius:999px;background:linear-gradient(90deg,#3477ff,#9850f8);content:""}.mobile-section-heading p,.mobile-subdomains-copy p{margin:0;color:#6c7890;font-size:13px;line-height:1.7}.mobile-screen-gallery-wrap{position:relative}.mobile-screen-gallery{display:flex;align-items:stretch;gap:13px;overflow-x:auto;padding:3px 3px 13px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}.mobile-screen-gallery::-webkit-scrollbar{display:none}.mobile-screen-card{width:180px;min-width:180px;flex:0 0 180px;min-height:305px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin:0;padding:17px 12px 12px;border:1px solid #e8edf5;border-radius:14px;background:linear-gradient(180deg,#f4f7fc,#edf1f8);scroll-snap-align:start}.mobile-screen-card--landscape{width:245px;min-width:245px;flex-basis:245px}.mobile-screen-device{width:135px;height:222px;overflow:hidden;border:5px solid #15223b;border-radius:25px;background:#fff;box-shadow:0 15px 35px #2638552b}.mobile-screen-card--landscape .mobile-screen-device{width:219px;height:174px;margin-top:24px;border-width:4px;border-radius:18px}.mobile-screen-device img{width:100%;height:100%;object-fit:contain;background:#fff}.mobile-screen-card figcaption{max-width:100%;margin-top:12px;color:#12203d;font-size:11px;font-weight:800;line-height:1.35;text-align:center}.mobile-gallery-arrow{position:absolute;z-index:2;top:44%;width:36px;height:36px;display:grid;place-items:center;border:1px solid #e0e7f1;border-radius:50%;background:#fff;color:#325ea9;box-shadow:0 10px 30px #3248691f;cursor:pointer;font-size:20px;transition:opacity .2s ease,transform .2s ease}.mobile-gallery-arrow:hover:not(:disabled){transform:scale(1.05)}.mobile-gallery-arrow:disabled{cursor:default;opacity:.38}.mobile-gallery-arrow--prev{left:-18px}.mobile-gallery-arrow--next{right:-18px}.mobile-metrics-section{padding:0 0 21px;background:#fbfcff}.mobile-metrics-bar{display:grid;grid-template-columns:repeat(4,1fr);min-height:78px;overflow:hidden;border-radius:12px;background:linear-gradient(100deg,#061635,#071b43);color:#fff;box-shadow:0 15px 35px #071d472b}.mobile-metric{position:relative;display:flex;align-items:center;justify-content:center;gap:12px}.mobile-metric:not(:last-child):after{position:absolute;top:22%;right:0;bottom:22%;width:1px;background:#ffffff2e;content:""}.mobile-metric-icon{color:#5b82ff;font-size:28px;font-weight:900}.mobile-metric-icon--1{color:#3c9cff}.mobile-metric-icon--2{color:#23aaff}.mobile-metric-icon--3{color:#9053f3}.mobile-metric>span:last-child{display:grid}.mobile-metric strong{font-size:24px;letter-spacing:-.04em;line-height:1}.mobile-metric small{margin-top:5px;color:#c1cee1;font-size:9px}.mobile-subdomains-section{background:#fff}.mobile-subdomains-grid{display:grid;grid-template-columns:.85fr 2.15fr;align-items:center;gap:42px}.mobile-subdomains-copy h2{max-width:360px}.mobile-subdomains-copy p{max-width:400px}.mobile-domain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mobile-domain-card{min-height:145px;padding:17px;border:1px solid #e2e8f1;border-radius:12px;background:#fff;box-shadow:0 10px 26px #2b42610f}.mobile-domain-card--new{border-style:dashed;background:#fbfcff}.mobile-domain-icon{display:block;margin-bottom:13px;color:#3571f5;font-size:25px}.mobile-domain-card strong{display:block;color:#12203d;font-size:12px;letter-spacing:-.02em}.mobile-domain-url{display:block;margin-top:2px;color:#235eca;font-size:9px;word-break:break-word}.mobile-domain-card p{margin:7px 0 0;color:#6c7890;font-size:9px;line-height:1.55}.mobile-domain-card-link{display:inline-block;margin-top:8px;color:#3571f5;font-size:9px;font-weight:800}.mobile-testimonials-section{background:#fbfcff}.mobile-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mobile-testimonial-card{padding:19px;border:1px solid #e5eaf2;border-radius:13px;background:#fff;box-shadow:0 12px 34px #283e5e12}.mobile-quote-mark{color:#bcd0ff;font-size:40px;line-height:.7}.mobile-testimonial-card>p{min-height:58px;margin:8px 0 16px;color:#4f5d75;font-size:11px;line-height:1.65}.mobile-testimonial-user{display:flex;align-items:center;gap:9px}.mobile-testimonial-user>img,.mobile-testimonial-user>span{width:34px;height:34px;display:grid;flex:0 0 auto;place-items:center;border-radius:50%;background:linear-gradient(135deg,#dbe6ff,#f0e5ff);color:#3159aa;font-size:10px;font-weight:800;object-fit:cover}.mobile-testimonial-user div{display:grid;gap:2px}.mobile-testimonial-user strong{font-size:10px}.mobile-testimonial-user small{color:#8a94a5;font-size:8px}.mobile-testimonial-rating{margin-left:auto;color:#f7ab16;font-size:11px;letter-spacing:1px;white-space:nowrap}.mobile-testimonial-dots{display:flex;justify-content:center;gap:7px;margin-top:16px}.mobile-testimonial-dots span{width:6px;height:6px;border-radius:50%;background:#d9e0eb}.mobile-testimonial-dots span.is-active{background:#3477ff}.mobile-faq-section{background:#fff}.mobile-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;align-items:start}.mobile-faq-item{overflow:hidden;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.mobile-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;color:#25324a;cursor:pointer;list-style:none;font-size:10px;font-weight:700}.mobile-faq-item summary::-webkit-details-marker{display:none}.mobile-faq-item summary span{color:#56709b;font-size:17px;transition:transform .2s ease}.mobile-faq-item[open] summary span{transform:rotate(180deg)}.mobile-faq-item p{margin:0;padding:0 15px 13px;color:#6c7890;font-size:9.5px;line-height:1.6}.mobile-final-cta-section{padding:20px 0 24px;background:#fff}.mobile-final-cta{position:relative;min-height:157px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;overflow:hidden;padding:25px 26px 25px 245px;border-radius:14px;background:linear-gradient(100deg,#2f75ff,#5256e9 54%,#9c42ef);color:#fff;box-shadow:0 20px 45px #4253dc2e}.mobile-final-cta-orbit{position:absolute;top:-105px;left:-80px;width:250px;height:250px;border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:0 0 0 34px #ffffff09,0 0 0 68px #ffffff06}.mobile-final-cta-device{position:absolute;z-index:1;bottom:-133px;left:55px;width:130px;height:265px;overflow:hidden;border:7px solid #15223b;border-radius:25px;background:#fff;box-shadow:0 22px 45px #00000047;transform:rotate(-14deg)}.mobile-final-cta-device img{width:100%;height:100%;object-fit:cover}.mobile-final-cta-copy{min-width:0;position:relative;z-index:2}.mobile-final-cta-copy>span{color:#fffc;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.mobile-final-cta-copy h2{max-width:550px;margin:5px 0 6px;color:#fff;font-size:27px;letter-spacing:-.04em;line-height:1.05}.mobile-final-cta-copy p{margin:0;color:#e7eaff;font-size:10px}.mobile-final-cta-actions{min-width:0;position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:9px}.mobile-final-cta-actions .store-buttons{gap:8px}.mobile-final-cta-actions .store-button{min-height:42px;padding:0 12px;border-radius:9px;background:#061330c7}.mobile-final-cta-actions .store-button strong{font-size:11px}.mobile-final-cta-actions .store-button small{font-size:8px}.mobile-final-cta-actions .mobile-button{min-height:42px;padding:0 15px;font-size:10px}.mobile-site-footer{padding:46px 0 0;background:#041431;color:#fff}.mobile-footer-grid{display:grid;grid-template-columns:1.35fr .7fr 1fr .75fr;gap:42px;padding-bottom:36px}.mobile-brand--footer small{color:#8998b1}.mobile-footer-brand>p{max-width:280px;margin:15px 0 5px;color:#9cadc7;font-size:10px;line-height:1.7}.mobile-footer-brand>a{color:#d7e5ff;font-size:10px}.mobile-footer-grid h3{margin:4px 0 13px;color:#fff;font-size:11px}.mobile-footer-grid>div:not(.mobile-footer-brand)>a{display:block;margin-bottom:9px;color:#aab9cf;font-size:9px}.mobile-footer-grid>div>a:hover{color:#fff}.mobile-footer-address{max-width:180px;margin:0;color:#aab9cf;font-size:9px;line-height:1.7}.mobile-footer-bottom{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid rgba(255,255,255,.12);color:#7489a8;font-size:8px}.mobile-footer-socials{display:flex;gap:7px;margin-top:12px}.mobile-footer-socials a{width:27px;height:27px;display:grid!important;place-items:center;margin:0!important;border-radius:50%;background:#fff;color:#10254c!important;font-size:9px!important;font-weight:850}@media(max-width:1100px){.mobile-feature-grid{grid-template-columns:repeat(3,1fr)}.mobile-domain-grid{grid-template-columns:repeat(2,1fr)}.mobile-hero-grid{grid-template-columns:1fr 1fr;gap:20px}.mobile-hero h1{font-size:54px}.mobile-hero-phones{transform:scale(.9);transform-origin:center right}}@media(min-width:901px)and (max-width:1100px){.mobile-site-header .container,.mobile-landing .container,.mobile-site-footer .container{width:min(910px,calc(100% - 48px))}.mobile-header-inner{min-height:58px}.mobile-brand img{width:34px;height:34px;border-radius:10px}.mobile-desktop-nav{gap:22px;font-size:11px}.mobile-header-cta{min-height:34px;padding:0 13px}.mobile-hero{min-height:470px;padding:82px 0 30px}.mobile-hero-grid{gap:28px}.mobile-hero h1{max-width:450px;font-size:clamp(36px,4vw,46px);line-height:1.02}.mobile-app-kicker{margin-bottom:8px}.mobile-app-kicker img{width:40px;height:40px;border-radius:11px}.mobile-app-kicker strong{font-size:14px}.mobile-hero-type{margin-bottom:9px;font-size:9px}.mobile-hero-copy>p{max-width:455px;margin:15px 0 18px;font-size:12px;line-height:1.55}.mobile-button{min-height:40px;padding:0 16px;font-size:10px}.mobile-download-label{margin:16px 0 7px;font-size:9px}.mobile-hero .store-buttons--hero .store-button{min-width:130px;min-height:44px;padding:7px 10px}.mobile-hero-note{margin-top:10px!important;font-size:9px!important}.mobile-hero-phones{min-height:365px;transform:scale(.76);transform-origin:center right}.mobile-features-section{padding-top:14px;padding-bottom:22px}.mobile-feature-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.mobile-feature-card{min-height:132px;padding:14px 9px 11px;border-radius:11px}.mobile-feature-icon{width:35px;height:35px;margin-bottom:9px;font-size:16px}.mobile-feature-card h3{margin-bottom:5px;font-size:10px}.mobile-feature-card p{font-size:8px;line-height:1.4}.mobile-section{padding:34px 0}.mobile-section-heading{margin-bottom:18px}.mobile-section-heading h2,.mobile-subdomains-copy h2{margin:6px 0 7px;font-size:30px}.mobile-section-heading p,.mobile-subdomains-copy p{font-size:10px;line-height:1.5}.mobile-screen-gallery{gap:8px;padding:2px 2px 8px}.mobile-screen-card,.mobile-screen-card--landscape{width:calc((100% - 32px)/5);min-width:calc((100% - 32px)/5);flex-basis:calc((100% - 32px)/5);min-height:178px;padding:10px 7px 8px;border-radius:10px}.mobile-screen-card:not(.mobile-screen-card--landscape) .mobile-screen-device{width:calc(100% - 8px);height:120px;margin-top:3px;border-width:3px;border-radius:12px}.mobile-screen-card--landscape .mobile-screen-device{width:100%;height:88px;margin-top:8px;border-width:3px;border-radius:11px}.mobile-screen-card figcaption{margin-top:8px;font-size:8px;line-height:1.25}.mobile-gallery-arrow{width:30px;height:30px;font-size:16px}.mobile-gallery-arrow--prev{left:-14px}.mobile-gallery-arrow--next{right:-14px}.mobile-domain-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.mobile-domain-card{min-height:114px;padding:12px;border-radius:10px}.mobile-domain-icon{margin-bottom:8px;font-size:20px}.mobile-domain-card strong{font-size:9px}.mobile-domain-url{font-size:8px}.mobile-domain-card p{margin-top:5px;font-size:8px}.mobile-domain-card-link{margin-top:6px;font-size:7px}.mobile-testimonial-grid{gap:10px}.mobile-testimonial-card{padding:13px;border-radius:10px}.mobile-testimonial-card>p{min-height:47px;margin:6px 0 11px;font-size:9px;line-height:1.45}.mobile-quote-mark{font-size:30px}.mobile-testimonial-user{gap:6px}.mobile-testimonial-user>img,.mobile-testimonial-user>span{width:27px;height:27px;font-size:8px}.mobile-testimonial-user strong{font-size:8px}.mobile-testimonial-user small{font-size:7px}.mobile-testimonial-rating{font-size:9px}.mobile-faq-grid{gap:7px 9px}.mobile-faq-item summary{padding:10px 12px;font-size:9px}.mobile-faq-item summary span{font-size:14px}.mobile-final-cta-section{padding-top:10px;padding-bottom:22px}.mobile-final-cta{min-height:126px;gap:14px;padding:17px 18px 17px 175px;border-radius:11px}.mobile-final-cta-device{left:35px;bottom:-120px;width:95px;height:195px;border-width:5px}.mobile-final-cta-copy h2{font-size:19px}.mobile-final-cta-copy p{font-size:8px}.mobile-final-cta-copy>span{font-size:7px}.mobile-final-cta-actions{gap:6px}.mobile-final-cta-actions .store-buttons{gap:5px}.mobile-final-cta-actions .store-button{min-height:34px;padding:0 8px}.mobile-final-cta-actions .store-button strong{font-size:8px}.mobile-final-cta-actions .store-button small{font-size:6px}.mobile-final-cta-actions .mobile-button{min-height:34px;padding:0 10px;font-size:8px}.mobile-site-footer{padding-top:28px}.mobile-footer-grid{gap:22px;padding-bottom:21px}.mobile-footer-grid h3{margin-bottom:9px;font-size:9px}.mobile-footer-grid>div:not(.mobile-footer-brand)>a,.mobile-footer-brand>a,.mobile-footer-address{margin-bottom:6px;font-size:8px}.mobile-footer-brand>p{margin:10px 0 3px;font-size:8px}.mobile-footer-socials{margin-top:8px}.mobile-footer-socials a{width:22px;height:22px;font-size:7px!important}.mobile-footer-bottom{min-height:38px;font-size:7px}}@media(max-width:900px){.mobile-desktop-nav,.mobile-header-actions{display:none}.mobile-menu{display:block;margin-left:auto}.mobile-hero{min-height:auto;padding-top:122px}.mobile-hero-grid{grid-template-columns:1fr}.mobile-hero-copy{max-width:none;text-align:center}.mobile-app-kicker,.mobile-hero-actions,.mobile-hero .store-buttons{justify-content:center}.mobile-app-kicker{width:max-content;margin-inline:auto}.mobile-hero-copy>p{margin-inline:auto}.mobile-hero-phones{width:100%;max-width:620px;height:500px;margin:10px auto 0;transform:none}.mobile-subdomains-grid{grid-template-columns:1fr}.mobile-subdomains-copy{text-align:center}.mobile-subdomains-copy h2,.mobile-subdomains-copy p{margin-inline:auto}.mobile-testimonial-grid{grid-template-columns:1fr}.mobile-final-cta{padding-left:180px}.mobile-final-cta-device{left:27px}.mobile-footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.mobile-header-inner{min-height:68px}.mobile-brand small{display:none}.mobile-hero{padding-bottom:45px}.mobile-hero h1{font-size:43px}.mobile-hero-copy>p{font-size:13px}.mobile-hero-actions .mobile-button{flex:1;min-width:145px}.mobile-hero .store-buttons{width:100%}.mobile-hero .store-buttons--hero .store-button{flex:1;min-width:140px}.mobile-hero-phones{height:410px;margin-top:20px}.mobile-phone{width:155px;height:319px;padding:6px;border-radius:28px}.mobile-phone:before{border-radius:26px}.mobile-phone-screen{border-radius:22px}.mobile-phone-island{top:11px;width:44px;height:11px}.mobile-phone-status{top:9px;right:17px;left:17px;font-size:5px}.mobile-phone--2{left:31%;width:170px;height:350px}.mobile-phone--1{left:1%}.mobile-phone--3{right:0}.mobile-hero-phones--1 .mobile-phone--1{left:28%}.mobile-hero-phones--2 .mobile-phone--1{left:1%}.mobile-hero-phones--2 .mobile-phone--2{left:31%}.mobile-section{padding:62px 0}.mobile-feature-grid{grid-template-columns:repeat(2,1fr)}.mobile-feature-card{min-height:160px}.mobile-metrics-bar{grid-template-columns:1fr 1fr;padding:10px}.mobile-metric{min-height:70px}.mobile-metric:nth-child(2):after{display:none}.mobile-metric:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.mobile-domain-grid{grid-template-columns:1fr}.mobile-domain-card{min-height:auto}.mobile-gallery-arrow{display:none}.mobile-screen-gallery{margin-right:-16px;padding-right:16px}.mobile-screen-card{width:185px;min-width:185px;flex-basis:185px}.mobile-screen-card--landscape{width:245px;min-width:245px;flex-basis:245px}.mobile-faq-grid{grid-template-columns:1fr}.mobile-final-cta{display:block;padding:32px 20px;text-align:center}.mobile-final-cta-device{display:none}.mobile-final-cta-actions,.mobile-final-cta-actions .store-buttons{justify-content:center}.mobile-final-cta-copy h2{font-size:25px}.mobile-final-cta-actions{margin-top:18px}.mobile-final-cta-actions .store-buttons{width:100%;flex-direction:column}.mobile-final-cta-actions .store-button{width:100%}.mobile-footer-grid{grid-template-columns:1fr;gap:28px}.mobile-footer-bottom{min-height:70px;align-items:flex-start;flex-direction:column;justify-content:center;padding:15px 0}}@media(max-width:420px){.mobile-feature-grid{grid-template-columns:1fr}.mobile-hero h1{font-size:38px}.mobile-hero-phones{height:355px}.mobile-phone{width:135px;height:278px}.mobile-phone--2{left:28%;width:150px;height:309px}.mobile-phone--1{left:-4%}.mobile-phone--3{right:-4%}.mobile-hero-phones--1 .mobile-phone--1{left:24%}.mobile-hero-phones--2 .mobile-phone--1{left:-4%}.mobile-hero-phones--2 .mobile-phone--2{left:28%}.mobile-metric strong{font-size:20px}.mobile-section-heading h2,.mobile-subdomains-copy h2{font-size:31px}}
