:root{--bg:#0b0b0d;--surface:#17171b;--surface-2:#222227;--text:#f5f5f4;--muted:#aaa8a5;--red:#e52b38;--yellow:#f4c95d;--cyan:#55c2bd;--line:#34343a;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.5;letter-spacing:0}a{color:inherit}button,a{touch-action:manipulation}img{max-width:100%}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{margin:0;line-height:1.08;letter-spacing:0}.eyebrow{margin:0 0 10px;color:var(--yellow);font-size:12px;font-weight:900;text-transform:uppercase}
.site-header{position:sticky;top:0;z-index:20;height:58px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;background:rgba(11,11,13,.96);border-bottom:1px solid var(--line)}.brand{font-size:24px;font-weight:950;text-decoration:none}.brand span{color:var(--red)}nav{display:flex;align-items:center;gap:10px}nav a{font-size:12px;font-weight:800;text-decoration:none}.site-header nav a:not(.header-download){display:none}.header-download{min-height:40px;padding:10px 14px;display:grid;place-items:center;border-radius:4px;background:var(--yellow);color:#17130a}
.hero{display:flex;flex-direction:column}.hero-photo{display:block;width:100%;height:clamp(240px,38vh,330px);object-fit:cover;object-position:center}.hero-copy{padding:26px 18px 32px;background:var(--surface)}h1{font-size:42px;max-width:11ch}.hero-copy>p:not(.eyebrow){max-width:36ch;margin:16px 0 22px;color:#dedddc;font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.primary-cta,.secondary-cta,.tertiary-cta,.app-cta,.app-secondary-cta{min-height:48px;padding:12px 14px;border-radius:4px;font:inherit;font-weight:900;text-align:center;text-decoration:none;display:grid;place-items:center}.primary-cta{background:var(--red)}.secondary-cta{border:1px solid var(--yellow);background:var(--yellow);color:#17130a}.tertiary-cta{grid-column:1/-1;border:1px solid #777;background:transparent;color:var(--text)}.hero-copy small,.app-intro small{display:block;margin-top:12px;color:var(--muted)}
.quick-points{display:grid;grid-template-columns:1fr;padding:0 18px;border-bottom:1px solid var(--line)}.quick-points p{margin:0;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px;font-weight:800}.quick-points p:last-child{border:0}.quick-points b{color:var(--red);margin-right:10px}
.free-section,.catalog-section,.app-section,.trust-section{padding:64px 18px}.section-heading{max-width:720px}.section-heading h2,.app-intro h2,.trust-section h2{font-size:32px}.section-heading>p:last-child{margin:14px 0 0;color:var(--muted);font-size:15px}
.free-grid{display:grid;grid-auto-flow:column;grid-auto-columns:74%;gap:12px;margin-top:28px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding-bottom:14px}.feature-card,.title-card{min-width:0;text-decoration:none;scroll-snap-align:start}.poster-wrap{position:relative;overflow:hidden;border-radius:6px;background:var(--surface-2);aspect-ratio:2/3}.poster-wrap img{display:block;width:100%;height:100%;object-fit:cover}.poster-wrap span{position:absolute;left:8px;bottom:8px;padding:4px 6px;background:rgba(11,11,13,.86);font-size:9px;font-weight:800;text-transform:uppercase}.feature-card>p,.title-card>p{margin:12px 0 4px;color:var(--muted);font-size:11px;text-transform:uppercase;font-weight:800}.feature-card h3{font-size:22px}.feature-card>b,.title-card>b{display:block;margin-top:8px;color:var(--cyan);font-size:12px}
.catalog-section{background:var(--surface)}.filter-tabs{display:flex;gap:8px;margin-top:24px;overflow-x:auto}.filter-tab{min-height:44px;padding:8px 14px;border:1px solid #666;border-radius:4px;background:transparent;color:var(--text);font:inherit;font-size:13px;font-weight:800;white-space:nowrap}.filter-tab.is-active{background:var(--text);color:var(--bg)}.catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 10px;margin-top:18px}.title-card[hidden]{display:none}.title-card h3{font-size:16px;min-height:52px}
.app-section{background:#0b5956;display:grid;gap:36px}.app-intro>p:not(.eyebrow){color:#d8ecea}.app-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px}.app-cta{border:0;background:var(--yellow);color:#17130a}.app-secondary-cta{border:1px solid #c3dcda;background:transparent;color:var(--text)}.app-intro small{color:#c3dcda}.app-features{border-top:1px solid rgba(255,255,255,.3)}.app-features article{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.3)}.app-features article>span{width:40px;height:40px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-weight:900}.app-features h3{font-size:17px}.app-features p{margin:6px 0 0;color:#c3dcda;font-size:14px}
.trust-section{display:grid;gap:24px}.trust-section>div:last-child{padding-left:16px;border-left:4px solid var(--red);color:#d5d4d2}.trust-section p{margin-top:0}footer{padding:44px 18px;border-top:1px solid var(--line);color:var(--muted)}footer>p{margin:12px 0}footer>div{display:flex;gap:18px;margin:20px 0}footer a{font-weight:800}
@media(min-width:700px){.site-header nav a:not(.header-download){display:inline}.site-header{height:66px;padding:0 28px}.hero-copy{padding:38px 32px}.quick-points{grid-template-columns:repeat(3,1fr);padding:0 28px}.quick-points p{border-bottom:0;border-right:1px solid var(--line);padding:18px}.quick-points p:last-child{border-right:0}.free-section,.catalog-section,.app-section,.trust-section{padding:82px 32px}.free-grid{grid-auto-flow:initial;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.title-card h3{font-size:18px}.app-section{grid-template-columns:1fr 1fr;gap:64px}.app-actions{grid-template-columns:1fr 1fr}.trust-section{grid-template-columns:1fr 1fr;align-items:end}}
@media(min-width:980px){.site-header{max-width:none;padding-left:max(32px,calc((100% - var(--max))/2));padding-right:max(32px,calc((100% - var(--max))/2))}.hero{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.45fr .9fr;min-height:590px}.hero-photo{height:100%;aspect-ratio:auto}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:48px}.hero-actions{max-width:360px}h1{font-size:58px}.quick-points,.free-section,.trust-section,footer{max-width:var(--max);margin:auto}.catalog-section,.app-section{padding-left:max(32px,calc((100% - var(--max))/2));padding-right:max(32px,calc((100% - var(--max))/2))}.section-heading h2,.app-intro h2,.trust-section h2{font-size:46px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.download-status{position:fixed;z-index:40;left:12px;right:12px;bottom:12px;display:grid;grid-template-columns:1fr 36px;gap:12px;align-items:start;padding:16px;background:#f5f5f4;color:#0b0b0d;border:2px solid #0b0b0d;box-shadow:0 12px 36px rgba(0,0,0,.38);transform:translateY(calc(100% + 24px));opacity:0;transition:transform .18s ease,opacity .18s ease}.download-status[hidden]{display:none}.download-status.is-visible{transform:translateY(0);opacity:1}.download-status b{font-size:17px}.download-status p{margin:4px 0 12px;color:#34343a;font-size:13px;line-height:1.45}.download-status-close{width:36px;height:36px;border:0;background:transparent;color:#0b0b0d;font-size:28px;line-height:1;cursor:pointer}.download-progress{display:block;height:5px;overflow:hidden;background:#d5d4d2}.download-progress i{display:block;width:38%;height:100%;background:var(--red);animation:download-slide 1.15s ease-in-out infinite}@keyframes download-slide{0%{transform:translateX(-110%)}100%{transform:translateX(365%)}}@media(min-width:700px){.download-status{left:auto;right:24px;bottom:24px;width:430px}}@media(prefers-reduced-motion:reduce){.download-status{transition:none}.download-progress i{animation:none;width:100%}}
