*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0a;--surface: #121212;--raised: #181818;--elevated: #282828;--green: #1DB954;--green-light: #1ED760;--text: #ffffff;--muted: #a7a7a7;--subdued: #535353;--radius: 12px}html{scroll-behavior:smooth}body{font-family:Montserrat,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.5rem,5vw,4rem);height:64px;background:#0a0a0ad9;backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.nav-brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.05rem;letter-spacing:.3px}.nav-links{display:flex;align-items:center;gap:clamp(1rem,3vw,2rem);font-size:.875rem;font-weight:500}.nav-links a{color:var(--muted);transition:color .15s}.nav-links a:hover{color:var(--text)}.nav-links .btn-primary{color:#fff}.nav-github{display:flex;align-items:center;gap:6px}@media(max-width:600px){.nav-links a:not(.btn-primary):not(.nav-github){display:none}.nav-github span{display:none}}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#000;font-weight:700;font-family:Montserrat,sans-serif;padding:.75rem 1.5rem;border-radius:500px;font-size:.9rem;transition:background .15s,transform .1s;white-space:nowrap}.btn-primary:hover{background:var(--green-light);transform:scale(1.02)}.btn-primary:active{transform:scale(.98)}.btn-sm{padding:.5rem 1.1rem;font-size:.8rem}.btn-lg{padding:1rem 2.2rem;font-size:1rem}.btn-ghost{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--text);font-weight:600;font-family:Montserrat,sans-serif;padding:.75rem 1.5rem;border-radius:500px;font-size:.9rem;border:1.5px solid rgba(255,255,255,.18);transition:border-color .15s,background .15s}.btn-ghost:hover{border-color:#ffffff80;background:#ffffff0d}.equalizer{display:flex;align-items:flex-end;gap:3px;height:28px;margin-bottom:1.25rem}.equalizer span{display:block;width:4px;background:var(--green);border-radius:2px;transform-origin:bottom;animation:eq-bounce 1.2s ease-in-out infinite}.equalizer span:nth-child(1){height:60%;animation-delay:0s}.equalizer span:nth-child(2){height:100%;animation-delay:.15s}.equalizer span:nth-child(3){height:45%;animation-delay:.3s}.equalizer span:nth-child(4){height:80%;animation-delay:.1s}.equalizer span:nth-child(5){height:55%;animation-delay:.25s}.equalizer--lg{height:40px;gap:4px;margin-bottom:1.5rem;justify-content:center}.equalizer--lg span{width:6px}@keyframes eq-bounce{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.hero{padding:120px clamp(1.5rem,5vw,4rem) 80px;min-height:100vh;display:flex;align-items:center}.hero-content{max-width:1100px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}h1{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:900;line-height:1.1;letter-spacing:-1px;margin-bottom:1.25rem}.hero-sub{font-size:1.05rem;color:var(--muted);max-width:480px;margin-bottom:2rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.hero-note{font-size:.78rem;color:var(--subdued);font-weight:500}.phone-frame{position:relative;width:fit-content;border-radius:44px;overflow:hidden;box-shadow:0 0 0 2px #ffffff14,0 0 0 10px #111,0 0 0 12px #ffffff0f,0 32px 80px #000000b3}.phone-frame img{display:block;border-radius:42px}.phone-frame--sm{border-radius:32px;box-shadow:0 0 0 2px #ffffff12,0 0 0 8px #111,0 0 0 9px #ffffff0d,0 20px 50px #0009}.phone-frame--sm img{border-radius:30px;width:200px}.hero-phone{display:flex;justify-content:center;position:relative}.hero-phone:before{content:"";position:absolute;inset:10% 5%;background:radial-gradient(ellipse at center,rgba(29,185,84,.18) 0%,transparent 70%);pointer-events:none}@media(max-width:840px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-sub{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-note{text-align:center}.equalizer{justify-content:center}.hero-phone{margin-top:2rem}.phone-frame img{width:260px}}.section-inner{max-width:1100px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}section:not(.hero):not(.cta){padding:80px 0}.section-title{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;letter-spacing:-.5px;margin-bottom:.75rem;text-align:center}.section-sub{font-size:1rem;color:var(--muted);text-align:center;margin-bottom:3rem;max-width:560px;margin-left:auto;margin-right:auto}.features{background:var(--surface)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.feature-card{background:var(--raised);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:1.75rem 1.5rem;transition:border-color .2s,transform .2s}.feature-card:hover{border-color:#1db9544d;transform:translateY(-3px)}.feature-icon{color:var(--green);margin-bottom:1rem}.feature-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.feature-card p{font-size:.875rem;color:var(--muted);line-height:1.6}.screenshots{overflow:hidden}.screenshots-scroll{overflow-x:auto;padding:0 clamp(1.5rem,5vw,4rem) 1rem;scrollbar-width:thin;scrollbar-color:var(--elevated) transparent}.screenshots-scroll::-webkit-scrollbar{height:4px}.screenshots-scroll::-webkit-scrollbar-track{background:transparent}.screenshots-scroll::-webkit-scrollbar-thumb{background:var(--elevated);border-radius:2px}.screenshots-track{display:flex;gap:2rem;width:max-content;padding:.5rem 0 1.5rem;margin:0 auto}.screenshot-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.screenshot-label{font-size:.8rem;font-weight:600;color:var(--muted);letter-spacing:.5px}.how-it-works{background:var(--surface)}.steps{display:flex;flex-direction:column;gap:1.5rem;max-width:600px;margin:0 auto}.step{display:flex;gap:1.5rem;align-items:flex-start}.step-number{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--green);color:#000;font-weight:800;font-size:1.1rem;display:flex;align-items:center;justify-content:center;margin-top:2px}.step-body h3{font-size:1rem;font-weight:700;margin-bottom:.3rem}.step-body p{font-size:.9rem;color:var(--muted);line-height:1.6}.cta{padding:100px 0;text-align:center;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(29,185,84,.12) 0%,transparent 60%);pointer-events:none}.cta-inner{position:relative}.cta h2{font-size:clamp(2rem,4vw,3rem);font-weight:900;letter-spacing:-.5px;margin-bottom:1rem}.cta p{font-size:1rem;color:var(--muted);margin-bottom:2rem;max-width:440px;margin-left:auto;margin-right:auto}.cta-note{margin-top:1.25rem;font-size:.8rem;color:var(--subdued);font-weight:500}footer{border-top:1px solid rgba(255,255,255,.06);padding:2.5rem 0}.footer-inner{max-width:1100px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem);display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer-brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:.95rem}.footer-disclaimer{font-size:.78rem;color:var(--subdued);max-width:600px;line-height:1.6}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-links a{font-size:.85rem;color:var(--muted);font-weight:500;transition:color .15s}.footer-links a:hover{color:var(--text)}.footer-copy{font-size:.75rem;color:var(--subdued)}
