:root{--accent:#635bff;--accent-hover:#5148ee;--accent-soft:rgba(99,91,255,.11);--accent-border:rgba(99,91,255,.25);--success:#27845e;--success-soft:rgba(39,132,94,.14);--background:#f7f7f8;--surface:#fff;--surface-secondary:#eeeeF2;--text-primary:#111113;--text-secondary:#6d6d77;--border:rgba(17,17,19,.10);--shadow:0 24px 70px rgba(27,24,70,.12);--max:1220px;--radius:26px}
:root[data-theme=dark]{--background:#0d0d0f;--surface:#17171b;--surface-secondary:#202025;--text-primary:#f5f5f7;--text-secondary:#a1a1ab;--border:rgba(255,255,255,.10);--shadow:0 28px 80px rgba(0,0,0,.45)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--background);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:inherit}.container{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;background:var(--text-primary);color:var(--background);padding:12px 16px;border-radius:10px}.skip-link:focus{top:16px}
.site-header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid var(--border);background:var(--background)}.nav{width:min(calc(100% - 48px),var(--max));min-height:76px;display:flex;align-items:center;margin-inline:auto}.brand{display:inline-flex;gap:10px;align-items:center;text-decoration:none;font-weight:760;font-size:1.08rem;letter-spacing:-.02em}.brand img{display:block;width:34px;height:34px;border-radius:9px;object-fit:cover}.nav-links{order:1;margin-left:auto;display:flex;align-items:center;gap:4px}.nav-store-badge{order:2;width:120px;height:40px;flex:none;display:block;margin-left:12px;line-height:0}.nav-store-badge img{display:block;width:100%;height:100%}.nav-links>a:not(.button),.menu-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:0 12px;background:transparent;color:var(--text-secondary);font:inherit;text-decoration:none;cursor:pointer}.nav-links>a:hover,.menu-button:hover{background:var(--surface-secondary);color:var(--text-primary)}.menu-button{order:3;display:none;margin-left:auto;width:44px;font-size:1.25rem}
.preference-menu{position:relative;margin-left:4px}.preference-trigger{min-width:112px;height:42px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 13px;border:1px solid var(--border);border-radius:11px;background:var(--surface);color:var(--text-primary);font-size:.88rem;font-weight:650;list-style:none;cursor:pointer;user-select:none}.preference-trigger::-webkit-details-marker{display:none}.preference-trigger:hover,.preference-menu[open] .preference-trigger{border-color:var(--accent-border);background:var(--surface-secondary)}.preference-chevron{width:7px;height:7px;flex:none;border-right:1.5px solid var(--text-secondary);border-bottom:1.5px solid var(--text-secondary);transform:translateY(-2px) rotate(45deg);transition:transform .18s ease}.preference-menu[open] .preference-chevron{transform:translateY(2px) rotate(225deg)}.preference-options{position:absolute;right:0;top:calc(100% + 8px);z-index:80;min-width:100%;max-height:min(70vh,560px);overflow-y:auto;padding:6px;border:1px solid var(--border);border-radius:13px;background:var(--surface);box-shadow:0 16px 45px rgba(0,0,0,.16)}.preference-option{width:100%;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:var(--text-primary);font:inherit;font-size:.88rem;text-align:left;text-decoration:none;white-space:nowrap;cursor:pointer}.preference-option:hover{background:var(--surface-secondary)}.preference-option[aria-current=true]{color:var(--accent);cursor:default}.preference-check{visibility:hidden;color:var(--accent);font-weight:800}.preference-option[aria-current=true] .preference-check{visibility:visible}
.hero{min-height:660px;display:grid;grid-template-columns:.92fr 1.08fr;gap:72px;align-items:center;padding-block:78px 88px;overflow:hidden}.hero-copy{position:relative;z-index:2}.eyebrow,.kicker{margin:0 0 14px;color:var(--accent);font-size:.84rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.hero h1{max-width:760px;margin:0;font-size:clamp(3.3rem,6vw,5.8rem);line-height:.95;letter-spacing:-.065em}.hero h1 span{color:var(--text-secondary)}.lead{max-width:57ch;margin:26px 0 0;color:var(--text-secondary);font-size:clamp(1.08rem,1.8vw,1.25rem);line-height:1.65}.hero-actions{display:flex;gap:22px;align-items:center;margin-top:32px;flex-wrap:wrap}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 21px;border:1px solid transparent;border-radius:13px;background:var(--accent);color:#fff;font-weight:750;text-decoration:none}.button:hover{background:var(--accent-hover)}.button.secondary{background:var(--surface);border-color:var(--border);color:var(--text-primary)}.icon-button{width:42px;height:42px;border:0;border-radius:10px;background:transparent;color:var(--text-secondary);font:inherit;cursor:pointer}.icon-button:hover{background:var(--surface-secondary);color:var(--text-primary)}.theme-moon{display:none}[data-theme=dark] .theme-sun{display:none}[data-theme=dark] .theme-moon{display:inline}.text-button{font-weight:700;text-decoration:none}.text-button span{display:inline-block;margin-left:4px;transition:transform .2s}.text-button:hover span{transform:translateX(3px)}.availability{width:fit-content;display:flex;align-items:center;gap:9px;margin-top:28px;color:var(--text-secondary);font-size:.92rem;font-weight:600;text-decoration:none}.availability-dot{width:8px;height:8px;flex:none;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px var(--success-soft)}.availability-status{color:var(--success)}a.availability:hover .availability-status{text-decoration:underline;text-underline-offset:3px}.hero-visual{position:relative;min-height:530px;display:grid;place-items:center}.hero-glow{position:absolute;width:440px;height:440px;border-radius:50%;background:var(--accent);filter:blur(90px);opacity:.15}.hero-ipad{position:absolute;width:72%;right:-3%;top:-4%;filter:drop-shadow(0 24px 40px rgba(0,0,0,.18));transform:rotate(1.5deg)}.hero-phone{position:relative;width:39%;margin-left:-54%;margin-top:9%;filter:drop-shadow(0 24px 40px rgba(0,0,0,.22));z-index:2;transform:rotate(-3deg)}
.section{padding-block:86px}.section-heading{max-width:820px;margin-bottom:42px}.compact-heading{max-width:none;display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end}.compact-heading>p{max-width:52ch;margin:0 0 7px;color:var(--text-secondary);font-size:1.08rem}.section-title{font-size:clamp(2.35rem,4.7vw,4.35rem);line-height:1.02;letter-spacing:-.052em;margin:0}.feature-showcase{display:grid;grid-template-columns:1.05fr .95fr;grid-template-rows:repeat(2,410px);gap:18px}.showcase-card{display:flex;flex-direction:column;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.showcase-large{grid-row:1/3}.showcase-copy{display:grid;grid-template-columns:36px 1fr;gap:14px;padding:27px 28px 20px}.feature-number{color:var(--accent);font-weight:800}.showcase-card h3{font-size:1.25rem;line-height:1.2;margin:0 0 7px;letter-spacing:-.02em}.showcase-card p{margin:0;color:var(--text-secondary)}.showcase-image{position:relative;flex:1;overflow:hidden;background:var(--surface-secondary)}.showcase-image img{display:block;position:absolute;filter:drop-shadow(0 18px 28px rgba(0,0,0,.18))}.phone-crop img{width:60%;left:50%;top:20px;transform:translateX(-50%)}.wide-crop img{width:94%;left:3%;top:18px}.stats-crop img{width:96%;left:2%;top:18px}.premium{display:inline-block;vertical-align:3px;margin-left:5px;border:1px solid var(--accent-border);border-radius:999px;padding:3px 7px;background:var(--accent-soft);color:var(--accent);font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.platform-section{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;padding-bottom:34px}.platform-intro>p:not(.kicker):not(.release-note){max-width:56ch;margin:25px 0 12px;color:var(--text-secondary);font-size:1.08rem}.release-note{width:fit-content;max-width:100%;margin:22px 0 0;padding:13px 16px;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text-secondary);font-size:.9rem;line-height:1.45}.release-note strong{margin-right:.35em;color:var(--text-primary)}.platform-intro>.text-link{display:flex;width:fit-content;margin-top:18px;color:var(--accent);font-weight:700}.platform-list{border-top:1px solid var(--border)}.platform-item{display:flex;align-items:center;justify-content:space-between;padding:22px 12px 22px 4px;border-bottom:1px solid var(--border);border-radius:10px;color:var(--text-primary);font-size:1.08rem;text-decoration:none;transition:background .2s,color .2s,padding .2s}.platform-status{display:flex;align-items:center;gap:10px}.platform-item strong{color:var(--text-primary);font-size:.83rem;text-transform:uppercase;letter-spacing:.08em}.platform-item.muted{color:var(--text-secondary);cursor:default}.platform-item.muted strong{color:var(--text-secondary)}.platform-arrow{display:none;color:var(--text-secondary);font-weight:800}.platform-item.is-linked{cursor:pointer}.platform-item.is-linked .platform-arrow{display:inline}.platform-item.is-linked:hover{padding-left:12px;background:var(--surface)}
.final-cta{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(240px,.45fr);gap:50px;align-items:end;padding:48px 58px;border-radius:32px;background:#151519;color:#fff}.final-cta h2{margin:0;font-size:clamp(2.2rem,4.2vw,4rem);line-height:1.02;letter-spacing:-.05em}.final-cta .kicker{color:#aaa6ff}.final-cta-action{align-self:center;display:flex;flex-direction:column;align-items:flex-start;gap:18px}.final-cta-action p{margin:0;color:#b8b8c0;line-height:1.55}.cta-button{background:#fff;color:#151519}.cta-button:hover{background:#e9e9ed}.site-footer{padding:60px 0}.footer-inner{display:flex;gap:24px;align-items:center;flex-wrap:wrap;color:var(--text-secondary)}.footer-links{margin-left:auto;display:flex;gap:20px;flex-wrap:wrap}.footer-links a:hover{color:var(--text-primary)}[hidden]{display:none!important}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}
@media(max-width:900px){.hero{grid-template-columns:1fr;gap:25px;padding-top:68px}.hero-copy{max-width:720px}.hero-visual{min-height:520px}.compact-heading,.platform-section,.final-cta{grid-template-columns:1fr;gap:28px}.feature-showcase{grid-template-columns:1fr;grid-template-rows:580px 390px 390px}.showcase-large{grid-row:auto}.platform-section{gap:48px}.nav-links{gap:0}}
@media(min-width:801px){.nav-links[hidden]{display:flex!important}}
@media(max-width:800px){.nav{min-height:68px}.nav-store-badge{order:1;margin-left:auto}.menu-button{order:2;display:inline-flex;margin-left:10px}.menu-button[aria-expanded="false"]+.nav-links{display:none}.nav-links{order:3;position:absolute;left:16px;right:16px;top:76px;display:flex;flex-direction:column;align-items:stretch;padding:10px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow)}.nav-links[hidden]{display:none}.nav-links>a:not(.button){text-align:left;justify-content:flex-start}.preference-menu{width:100%;margin:4px 0}.preference-trigger{width:100%}.preference-options{position:static;margin-top:6px;box-shadow:none}.menu-open{overflow:hidden}.section{padding-block:70px}}
@media(max-width:620px){.container,.nav{width:min(calc(100% - 28px),var(--max))}.hero{min-height:auto;padding-block:55px 62px}.hero h1{font-size:clamp(3rem,14vw,4.4rem)}.hero-actions{align-items:flex-start;flex-direction:column}.availability{align-items:flex-start;flex-wrap:wrap;line-height:1.3}.hero-visual{min-height:390px}.hero-ipad{width:70%;right:-5%}.hero-phone{width:40%;margin-left:-48%;border-width:5px;border-radius:26px}.feature-showcase{grid-template-rows:500px 360px 360px}.showcase-copy{padding:22px 20px 17px}.phone-crop img{width:69%}.wide-crop img{width:96%;left:2%}.stats-crop img{width:100%;left:0}.final-cta{width:calc(100% - 28px);padding:32px 25px}.site-footer{padding-bottom:40px}.footer-inner{align-items:flex-start;flex-direction:column}.footer-links{align-items:flex-start;flex-direction:column;margin-left:0}}
@media(max-width:400px){.site-header .brand{gap:0;font-size:0}.nav-store-badge{margin-left:auto}.menu-button{margin-left:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Keep the real App Store screenshots inside simple device frames. */
@media(max-width:620px){.stats-crop img{width:100%;left:0;top:18px}}
