*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--bg-light:#12121a;--text:#e8e8f0;--text-muted:#8888a0;--accent:#d42020;--accent-glow:rgba(212, 32, 32, 0.3);--glass:rgba(255, 255, 255, 0.05);--glass-border:rgba(255, 255, 255, 0.08);--radius:16px;--max-width:1100px}[data-theme=light]{--bg:#f5f5f7;--bg-light:#eaeaef;--text:#1a1a2e;--text-muted:#555570;--accent:#c41818;--accent-glow:rgba(196, 24, 24, 0.15);--glass:rgba(0, 0, 0, 0.04);--glass-border:rgba(0, 0, 0, 0.1)}[data-theme=light] .hero-bg{opacity:.15}[data-theme=light] .hero-bg::after{background:linear-gradient(to bottom,rgba(245,245,247,.3) 0%,rgba(245,245,247,.9) 100%),radial-gradient(ellipse at 30% 20%,var(--accent-glow) 0%,transparent 60%)}[data-theme=light] .phone-frame{border-color:rgba(0,0,0,.12);box-shadow:0 20px 60px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,4%)}[data-theme=light] .btn-secondary:hover{background:rgba(0,0,0,8%)}[data-theme=light] .feature:hover{box-shadow:0 12px 40px rgba(0,0,0,.1)}[data-theme=light] .download-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.1)}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,system-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}.nav{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;max-width:var(--max-width);margin:0 auto;position:relative;z-index:1}a.nav-brand{display:flex;align-items:center;gap:.75rem;color:var(--text);text-decoration:none;transition:opacity .2s}a.nav-brand:hover{text-decoration:none;opacity:.8}.nav-logo{width:36px;height:36px;border-radius:8px}.nav-title{font-size:1.25rem;font-weight:600}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--text-muted);font-size:.9rem;transition:color .2s}.nav-links a:hover{color:var(--text);text-decoration:none}.nav-actions{display:flex;align-items:center;gap:.5rem}.nav-hamburger{display:none;background:var(--glass);border:1px solid var(--glass-border);border-radius:50%;width:36px;height:36px;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);transition:color .2s,background .2s}.nav-hamburger:hover{color:var(--text);background:rgba(255,255,255,.1)}[data-theme=light] .nav-hamburger:hover{background:rgba(0,0,0,8%)}.nav-hamburger svg{width:18px;height:18px}.theme-toggle{background:var(--glass);border:1px solid var(--glass-border);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);transition:color .2s,background .2s;flex-shrink:0}.theme-toggle:hover{color:var(--text);background:rgba(255,255,255,.1)}[data-theme=light] .theme-toggle:hover{background:rgba(0,0,0,8%)}.theme-toggle svg{width:18px;height:18px}.theme-toggle .icon-moon{display:block}.theme-toggle .icon-sun{display:none}[data-theme=light] .theme-toggle .icon-moon{display:none}[data-theme=light] .theme-toggle .icon-sun{display:block}.hero{min-height:80vh;display:flex;flex-direction:column;position:relative;background:var(--bg);overflow:hidden}.hero-bg{position:absolute;inset:-5%;background:url(/images/retro_radio_red_night.jpg)50%/cover no-repeat;opacity:.4;animation:hero-drift 25s ease-in-out infinite alternate}@keyframes hero-drift{0%{transform:scale(1)translate(0,0)}100%{transform:scale(1.08)translate(-1%,-1.5%)}}.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(10,10,15,.3) 0%,rgba(10,10,15,.85) 100%),radial-gradient(ellipse at 30% 20%,var(--accent-glow) 0%,transparent 60%)}.hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;max-width:var(--max-width);margin:0 auto;position:relative;z-index:1}@keyframes fade-up{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem;animation:fade-up .8s ease-out both}.highlight{background:linear-gradient(135deg,var(--accent),#ff6f6f,var(--accent),#ff6f6f);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:highlight-shimmer 4s ease-in-out infinite}@keyframes highlight-shimmer{0%{background-position:0}50%{background-position:100%}100%{background-position:0}}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:550px;margin-bottom:2.5rem;animation:fade-up .8s ease-out .15s both}.hero-cta{display:flex;gap:1rem;animation:fade-up .8s ease-out .3s both}.btn{display:inline-block;padding:.85rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;transition:all .2s;cursor:pointer}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:#b01a1a;text-decoration:none;transform:translateY(-1px);box-shadow:0 8px 30px var(--accent-glow)}.btn-secondary{background:var(--glass);color:var(--text);border:1px solid var(--glass-border)}.btn-secondary:hover{background:rgba(255,255,255,.1);text-decoration:none;transform:translateY(-1px)}.section{padding:5rem 2rem;max-width:var(--max-width);margin:0 auto}.section-dark{background:var(--bg-light);max-width:none;padding-left:2rem;padding-right:2rem}.section-dark>*{max-width:var(--max-width);margin-left:auto;margin-right:auto}.section h2{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:1rem;letter-spacing:-.01em}.section-subtitle{text-align:center;color:var(--text-muted);font-size:1.1rem;margin-bottom:3rem}.showcase{display:flex;flex-direction:column;gap:6rem;margin-top:4rem}.showcase-item{display:flex;align-items:center;gap:4rem}.showcase-item.showcase-reverse{flex-direction:row-reverse}.phone-frame{flex-shrink:0;width:280px;border-radius:32px;overflow:hidden;border:3px solid rgba(255,255,255,.12);box-shadow:0 20px 60px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,4%),inset 0 0 0 1px rgba(255,255,255,4%);background:#000}.phone-frame img{display:block;width:100%;height:auto}.showcase-text{flex:1}.showcase-text h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.01em}.showcase-text p{color:var(--text-muted);font-size:1.1rem;line-height:1.7;margin-bottom:1rem}.showcase-detail{font-size:1rem!important;color:var(--text-muted);opacity:.8}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.feature{background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);padding:2rem;text-align:center;transition:transform .2s,box-shadow .2s}.feature:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.3)}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature h3{font-size:1.2rem;margin-bottom:.5rem}.feature p{color:var(--text-muted);font-size:.95rem}.badge-premium{display:inline-block;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.15em .5em;border-radius:4px;vertical-align:middle;margin-left:.4rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:2.5rem;max-width:640px;margin-left:auto;margin-right:auto}.pricing-card{background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);padding:2.5rem 2rem;text-align:center}.pricing-card h3{font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.pricing-price{font-size:2.5rem;font-weight:800;margin-bottom:.25rem}.pricing-once{color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.pricing-card-premium{border-color:var(--accent);border-width:2px;position:relative}.pricing-features{list-style:none;text-align:left;margin-top:1.5rem}.pricing-features li{padding:.4rem 0;color:var(--text-muted);font-size:.95rem}.pricing-features li::before{content:'\2713';color:var(--accent);font-weight:700;margin-right:.6rem}.download-heading{font-size:1.3rem;font-weight:600;margin-top:2.5rem;margin-bottom:.25rem}.download-subtext{color:var(--text-muted);font-size:.95rem;margin-bottom:.5rem}.download-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;margin-top:1rem}.download-grid-stores{grid-template-columns:repeat(3,1fr)}.download-card-soon{opacity:.5;cursor:default}.download-card-soon:hover{transform:none;box-shadow:none}.download-card{display:flex;flex-direction:column;align-items:center;background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);padding:2rem 1.5rem;transition:transform .2s,box-shadow .2s;color:var(--text)}.download-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.3);text-decoration:none}.download-icon{margin-bottom:.75rem}.download-icon svg{width:40px;height:40px;opacity:.85;transition:opacity .2s}.download-card:hover .download-icon svg{opacity:1}.download-label{font-weight:600;font-size:1.1rem}.download-source{color:var(--text-muted);font-size:.85rem;margin-top:.25rem}.error-page{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 2rem;max-width:var(--max-width);margin:0 auto;min-height:60vh;justify-content:center}.error-image{width:240px;height:auto;border-radius:var(--radius);margin-bottom:2rem;box-shadow:0 20px 60px rgba(0,0,0,.4)}.error-page h1{font-size:6rem;font-weight:700;line-height:1;margin-bottom:.5rem;animation:none}.error-headline{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.error-message{color:var(--text-muted);font-size:1.1rem;max-width:440px;margin-bottom:2rem;line-height:1.6}.privacy-content{max-width:650px;margin:2rem auto 0;text-align:center}.privacy-content p{color:var(--text-muted);font-size:1.1rem;margin-bottom:1.5rem}.footer{border-top:1px solid var(--glass-border);padding:3rem 2rem}.footer-content{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-brand{display:flex;align-items:center;gap:.5rem;font-weight:600}.footer-logo{width:24px;height:24px;border-radius:6px}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--text-muted);font-size:.9rem}.social-links{display:flex;gap:1rem}.social-links a{color:var(--text-muted);opacity:.8;transition:opacity .2s}.social-links a:hover{opacity:1}.footer-copy{color:var(--text-muted);font-size:.8rem}.legal-page{padding-top:2rem}.legal-page h1{font-size:2.25rem;font-weight:700;margin-bottom:.5rem;animation:none}.legal-updated{color:var(--text-muted);font-size:.9rem;margin-bottom:3rem}.legal-content h2{font-size:1.4rem;font-weight:600;text-align:left;margin-top:2.5rem;margin-bottom:.75rem}.legal-content h3{font-size:1.15rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.legal-content p,.legal-content li{color:var(--text-muted);font-size:1rem;line-height:1.7;margin-bottom:1rem}.legal-content ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.legal-content strong{color:var(--text)}.legal-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.legal-content th,.legal-content td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--glass-border)}.legal-content th{color:var(--text);font-weight:600}.legal-content td{color:var(--text-muted)}.legal-content a{color:var(--accent)}@media(max-width:768px){.showcase-item,.showcase-item.showcase-reverse{flex-direction:column;text-align:center;gap:2rem}.phone-frame{width:240px}.showcase{gap:4rem}}@media(max-width:640px){.nav{padding:1rem;flex-wrap:wrap}.nav-links{display:none;width:100%;flex-direction:column;gap:0;order:3;padding:.75rem 0 .25rem}.nav-links.nav-open{display:flex}.nav-links a{padding:.6rem 0;font-size:1rem;border-bottom:1px solid var(--glass-border)}.nav-links a:last-child{border-bottom:none}.nav-hamburger{display:flex}.hero-cta{flex-direction:column}.section{padding:3rem 1.25rem}.footer-content{gap:.75rem}.phone-frame{width:220px;border-radius:24px}.showcase-text h3{font-size:1.4rem}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important}}