:root{--bg: #0a0a0c;--surface: #16161a;--surface-elevated: #1f1f25;--accent-light: #60a5fa;--accent: #3b82f6;--accent-soft: #2563eb;--accent-deep: #1d4ed8;--accent-pale: #93c5fd;--text: #ffffff;--text-secondary: #9ca3af;--text-tertiary: #6b7280;--border: rgba(255, 255, 255, .06);--success: #22c55e;--max-width: 1080px;--btn-height: 50px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;overflow-x:clip;font-family:SF Pro Rounded,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.container{width:min(var(--max-width),calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(16px);background:#0a0a0cd9;border-bottom:1px solid var(--border)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{font-size:1.1rem;font-weight:800;letter-spacing:.18em;color:var(--text);text-decoration:none}.logo:hover{text-decoration:none}.nav{display:flex;align-items:center;gap:24px}.nav a{color:var(--text-secondary);font-size:.92rem;font-weight:500;text-decoration:none}.nav a:hover{color:var(--text);text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--btn-height);padding:0 28px;border-radius:999px;font-size:1rem;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:transform .15s ease,opacity .15s ease;white-space:nowrap}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--accent-light),var(--accent-deep));color:#fff}.btn-primary:hover{opacity:.92}.btn-secondary{background:var(--surface-elevated);color:var(--text);border:1px solid var(--border)}.hero{padding:72px 0 56px;text-align:center}.hero-badge{display:inline-block;padding:6px 14px;border-radius:999px;background:#3b82f626;color:var(--accent-pale);font-size:.82rem;font-weight:600;margin-bottom:20px}.hero h1{font-size:clamp(2.4rem,6vw,4rem);line-height:1.05;letter-spacing:-.03em;margin:0 0 18px;font-weight:800}.hero p{font-size:clamp(1.05rem,2.5vw,1.25rem);color:var(--text-secondary);max-width:560px;margin:0 auto 32px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center;margin-bottom:48px}.app-store-badge{display:inline-flex;align-items:center;line-height:0;text-decoration:none;flex-shrink:0;transition:transform .15s ease,opacity .15s ease}.app-store-badge:hover{text-decoration:none;opacity:.88;transform:translateY(-1px)}.app-store-badge img{display:block;width:auto;max-width:none;height:auto}.app-store-badge--sm img{height:32px}.app-store-badge--md img{height:40px}.app-store-badge--lg img{height:var(--btn-height)}.hero-demo{width:min(280px,70vw);margin-inline:auto}.hero-demo-video{width:100%;height:auto;display:block}.features{padding:64px 0}.section-title{text-align:center;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800;margin:0 0 12px}.section-subtitle{text-align:center;color:var(--text-secondary);margin:0 auto 40px;max-width:520px}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:16px}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:24px}.feature-card .emoji{font-size:1.8rem;margin-bottom:12px}.feature-card h3{margin:0 0 8px;font-size:1.1rem}.feature-card p{margin:0;color:var(--text-secondary);font-size:.95rem}.cta-band{margin:32px 0 72px;padding:40px 28px;border-radius:28px;background:linear-gradient(135deg,#3b82f638,#1d4ed814);border:1px solid rgba(59,130,246,.35);text-align:center}.cta-band h2{margin:0 0 10px;font-size:1.6rem}.cta-band p{margin:0 0 24px;color:var(--text-secondary)}.site-footer{border-top:1px solid var(--border);padding:32px 0 40px}.footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.footer-links{display:flex;flex-wrap:wrap;gap:20px}.footer-links a{color:var(--text-secondary);font-size:.9rem;text-decoration:none}.footer-links a:hover{color:var(--text);text-decoration:none}.footer-copy{color:var(--text-tertiary);font-size:.85rem}.legal-page{padding:48px 0 80px}.container--narrow{max-width:720px}.legal-page h1{font-size:clamp(2rem,5vw,2.6rem);margin:0 0 8px}.legal-meta{color:var(--text-tertiary);font-size:.9rem;margin-bottom:32px}.legal-page h2{font-size:1.25rem;margin:32px 0 12px}.legal-page p,.legal-page li{color:var(--text-secondary)}.legal-page ul{padding-left:1.2rem}.legal-page a{color:var(--accent-pale)}@media(max-width:768px){.nav{gap:14px}.nav a{font-size:.85rem}.logo{font-size:.95rem;letter-spacing:.12em}.cta-band{padding:32px 20px;border-radius:22px}.cta-band h2{font-size:clamp(1.35rem,5vw,1.6rem)}.features{padding:48px 0}.legal-page{padding:36px 0 64px}.legal-page h2{font-size:1.15rem}.legal-page h3{font-size:1rem}}@media(max-width:640px){.nav .hide-mobile{display:none}.hero{padding-top:48px;padding-bottom:40px}.footer-inner{flex-direction:column;align-items:flex-start}.footer-links{gap:14px}}@media(max-width:480px){.container{width:min(var(--max-width),calc(100% - 24px))}.site-header-inner{height:56px}.nav{gap:10px}.nav .nav-legal{display:none}.hero-actions{flex-direction:column;align-items:stretch;width:min(100%,320px);margin-inline:auto;margin-bottom:40px}.hero-actions .btn{width:100%}.hero-actions .app-store-badge{justify-content:center}.hero-demo{width:min(260px,78vw)}.feature-card{padding:20px}.cta-band{margin-bottom:48px}}
