@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--bg-top:#121210;--bg-bottom:#1c1b18;--surface:#242320;--surface-elevated:#2e2d28;--surface-border:#ffffff14;--surface-border-hover:#ffffff24;--gold:#e6c26b;--gold-dim:#e6c26bb3;--gold-glow:#e6c26b40;--red:#eb4d4d;--text-primary:#edebe6;--text-secondary:#8a8780;--text-tertiary:#5c5954;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--page-max:1100px;--page-px:24px;--ease:cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);background:var(--bg-top);background:linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);color:var(--text-primary);background-attachment:fixed;min-height:100vh;line-height:1.6}a{color:var(--gold);transition:color .2s var(--ease), opacity .2s var(--ease);text-decoration:none}a:hover{color:var(--text-primary)}img{max-width:100%;height:auto}.page-container{max-width:var(--page-max);padding:0 var(--page-px);margin:0 auto}.site-header{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--surface-border);background:#121210d9;position:sticky;top:0}.header-inner{max-width:var(--page-max);padding:0 var(--page-px);justify-content:space-between;align-items:center;height:64px;margin:0 auto;display:flex}.header-brand{color:var(--text-primary);align-items:center;gap:10px;text-decoration:none;display:flex}.header-brand svg{width:28px;height:28px}.header-brand span{letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.header-nav{align-items:center;gap:32px;display:flex}.header-nav a{color:var(--text-secondary);transition:color .2s var(--ease);letter-spacing:.01em;font-size:.875rem;font-weight:500}.header-nav a:hover{color:var(--text-primary)}.mobile-menu-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:8px;display:none}.mobile-menu-btn svg{width:24px;height:24px}@media (max-width:640px){.header-nav{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--surface-border);padding:20px var(--page-px);background:#121210f7;flex-direction:column;gap:16px;display:none;position:absolute;top:64px;left:0;right:0}.header-nav.open{display:flex}.header-nav a{padding:4px 0;font-size:1rem}.mobile-menu-btn{display:block}}.site-footer{border-top:1px solid var(--surface-border);padding:48px var(--page-px) 40px;margin-top:80px}.footer-inner{max-width:var(--page-max);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;margin:0 auto;display:flex}.footer-brand{color:var(--text-primary);align-items:center;gap:10px;margin-bottom:8px;text-decoration:none;display:flex}.footer-brand svg{width:24px;height:24px}.footer-brand span{font-size:1rem;font-weight:700}.footer-left p{color:var(--text-tertiary);margin-top:6px;font-size:.8rem}.footer-links{flex-wrap:wrap;gap:28px;display:flex}.footer-links a{color:var(--text-secondary);transition:color .2s var(--ease);font-size:.875rem}.footer-links a:hover{color:var(--gold)}.footer-bottom{max-width:var(--page-max);border-top:1px solid var(--surface-border);text-align:center;color:var(--text-tertiary);margin:24px auto 0;padding-top:20px;font-size:.75rem}.hero{text-align:center;padding:100px 0 60px;position:relative}.hero-eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--gold);margin-bottom:16px;font-size:.8rem;font-weight:600;display:block}.hero h1{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:20px;font-size:clamp(2.2rem,5.5vw,3.6rem);font-weight:800;line-height:1.12}.hero h1 em{color:var(--gold);font-style:normal}.hero-subtitle{color:var(--text-secondary);max-width:540px;margin:0 auto 40px;font-size:clamp(1rem,2.2vw,1.2rem);line-height:1.7}.hero-cta{background:var(--gold);color:var(--bg-top);transition:transform .2s var(--ease), box-shadow .2s var(--ease);box-shadow:0 4px 24px var(--gold-glow);border-radius:50px;align-items:center;gap:8px;padding:14px 32px;font-size:.95rem;font-weight:600;display:inline-flex}.hero-cta:hover{box-shadow:0 8px 36px var(--gold-glow);color:var(--bg-top);transform:translateY(-2px)}.hero-cta.is-disabled{cursor:default}.hero-cta.is-disabled:hover{box-shadow:0 4px 24px var(--gold-glow);transform:none}.hero-cta svg{width:18px;height:18px}.hero-glow{background:radial-gradient(circle, var(--gold-glow) 0%, transparent 70%);pointer-events:none;z-index:0;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-30%)}.screenshots-section{z-index:1;padding:40px 0 80px;position:relative}.screenshots-row{justify-content:center;align-items:flex-end;gap:24px;display:flex}.screenshot-frame{box-shadow:0 20px 60px #00000080, 0 0 0 1px var(--surface-border);transition:transform .4s var(--ease);border-radius:28px;flex-shrink:0;overflow:hidden}.screenshot-frame:hover{transform:translateY(-6px)}.screenshot-frame img{width:100%;height:auto;display:block}.screenshot-frame.main{width:240px}.screenshot-frame.side{opacity:.8;width:200px}@media (max-width:768px){.screenshot-frame.side{display:none}.screenshot-frame.main{width:260px}}.features-section{padding:60px 0 80px}.section-header{text-align:center;margin-bottom:48px}.section-eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--gold);margin-bottom:12px;font-size:.75rem;font-weight:600;display:block}.section-header h2{letter-spacing:-.02em;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;line-height:1.2}.features-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:768px){.features-grid{grid-template-columns:1fr;gap:16px}}.feature-card{background:var(--surface);border:1px solid var(--surface-border);transition:border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);border-radius:20px;padding:32px 28px}.feature-card:hover{border-color:var(--surface-border-hover);transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.feature-icon{background:var(--surface-elevated);width:48px;height:48px;color:var(--gold);border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.4rem;display:flex}.feature-card h3{letter-spacing:-.01em;margin-bottom:8px;font-size:1.05rem;font-weight:600}.feature-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.download-section{text-align:center;padding:60px 0 40px}.download-section p{color:var(--text-secondary);margin-bottom:24px;font-size:1rem}.app-store-badge{transition:transform .2s var(--ease), opacity .2s var(--ease);display:inline-block}.app-store-badge:hover{transform:scale(1.05)}.app-store-badge.pending{cursor:default;opacity:.92}.app-store-badge.pending:hover{transform:none}.app-store-badge img{height:52px}.legal-page{max-width:740px;margin:0 auto;padding:80px 0 60px}.legal-page h1{letter-spacing:-.03em;margin-bottom:8px;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800}.legal-page .effective-date{color:var(--text-tertiary);margin-bottom:40px;font-size:.85rem}.legal-page h2{color:var(--text-primary);letter-spacing:-.01em;margin-top:40px;margin-bottom:12px;font-size:1.25rem;font-weight:700}.legal-page h3{color:var(--gold);margin-top:28px;margin-bottom:8px;font-size:1.05rem;font-weight:600}.legal-page p,.legal-page li{color:var(--text-secondary);margin-bottom:12px;font-size:.925rem;line-height:1.75}.legal-page ul{margin-bottom:16px;padding-left:20px}.legal-page ul li{margin-bottom:6px}.legal-page a{color:var(--gold);text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--gold-dim);text-decoration-color:var(--gold-dim)}.legal-page a:hover{-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold);color:var(--text-primary)}.legal-page .contact-box{background:var(--surface);border:1px solid var(--surface-border);border-radius:16px;margin-top:32px;padding:24px}.legal-page .contact-box p{margin-bottom:4px}.legal-page .contact-box a{font-size:1rem;font-weight:600}.faq-section{margin-top:40px}.faq-item{border:1px solid var(--surface-border);background:var(--surface);transition:border-color .2s var(--ease);border-radius:14px;margin-bottom:10px;overflow:hidden}.faq-item:hover{border-color:var(--surface-border-hover)}.faq-question{width:100%;color:var(--text-primary);font-family:var(--font);text-align:left;cursor:pointer;transition:color .2s var(--ease);background:0 0;border:none;justify-content:space-between;align-items:center;padding:18px 20px;font-size:.95rem;font-weight:600;display:flex}.faq-question:hover{color:var(--gold)}.faq-chevron{width:18px;height:18px;color:var(--text-tertiary);transition:transform .3s var(--ease);flex-shrink:0}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .35s var(--ease), padding .35s var(--ease);overflow:hidden}.faq-item.open .faq-answer{max-height:400px;padding:0 20px 18px}.faq-answer p{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.support-contact{text-align:center;background:var(--surface);border:1px solid var(--surface-border);border-radius:18px;margin-bottom:40px;padding:24px}.support-contact .contact-icon{background:var(--surface-elevated);border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 14px;font-size:1.4rem;display:flex}.support-contact h2{margin-top:0!important;margin-bottom:6px!important;font-size:1.1rem!important}.support-contact p{margin-bottom:8px}.support-contact a{color:var(--gold);font-size:1.05rem;font-weight:600;text-decoration:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .7s var(--ease) both}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}@keyframes goldPulse{0%,to{box-shadow:0 4px 24px var(--gold-glow)}50%{box-shadow:0 4px 36px #e6c26b59}}.gold-pulse{animation:3s ease-in-out infinite goldPulse}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
