*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#0A0A0F;--surface:#15151D;--surface-light:#1E1E2A;--surface-border:#252530;
  --text:#FFFFFF;--text-secondary:#9CA3AF;--text-muted:#6B7280;
  --purple:#7C3AED;--purple-light:#A78BFA;--purple-dark:#5B21B6;
  --purple-glow:rgba(124,58,237,0.15);--purple-glow-strong:rgba(124,58,237,0.3);
  --font:'Inter',system-ui,-apple-system,sans-serif;
  --radius:12px;--radius-lg:20px;--radius-xl:28px;
  --topnav-h: 36px;
}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;width:100%}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block;height:auto}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}

/* ── Top Utility Nav (Features, Terms, etc.) ── */
.sub-nav{position:fixed;top:0;left:0;right:0;z-index:101;background:var(--surface);border-bottom:1px solid var(--surface-border);transition:transform 0.4s ease, opacity 0.3s;height:var(--topnav-h);display:flex;align-items:center}
.sub-nav.hidden{transform:translateY(-100%);opacity:0}
.sub-nav-inner{display:flex;justify-content:center;gap:2rem;width:100%;overflow-x:auto;scrollbar-width:none}
.sub-nav-inner::-webkit-scrollbar{display:none}
.sub-nav-inner a{font-size:0.7rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;white-space:nowrap}
.sub-nav-inner a:hover{color:var(--purple-light)}

/* ── Main Nav (Logo & Download) ── */
.nav{position:fixed;top:var(--topnav-h);left:0;right:0;z-index:100;padding:1rem 0;transition:all .3s;display:flex;align-items:center;background:transparent}
.nav.scrolled{background:rgba(10,10,15,.92);backdrop-filter:blur(20px);border-bottom:1px solid var(--surface-border);padding:.75rem 0;top:0}
  .nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%}
  .logo{font-size:1.4rem;font-weight:800;letter-spacing:2px;white-space:nowrap}
  .logo span{color:var(--purple)}
  .btn-nav-download{background:var(--purple)!important;color:#fff!important;padding:.5rem 1.25rem;border-radius:var(--radius);font-weight:600!important}
  .btn-nav-download:hover{background:var(--purple-dark)!important}

/* ── Featured Carousel ── */
.featured-carousel{position:relative;width:100%;height:85vh;min-height:550px;max-height:850px;overflow:hidden;margin-top:var(--topnav-h)}
.carousel-container{position:relative;width:100%;height:100%}
.carousel-wrapper{position:relative;width:100%;height:100%}
.carousel-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease-in-out}
.carousel-slide.active{opacity:1}
.carousel-slide-bg{position:absolute;inset:0;background-size:cover;background-position:center top;background-repeat:no-repeat}
.carousel-slide-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,15,.3) 0%,rgba(10,10,15,.1) 30%,rgba(10,10,15,.5) 60%,rgba(10,10,15,.95) 85%,var(--bg) 100%)}
.carousel-slide-content{position:absolute;bottom:0;left:0;right:0;padding:0 2rem 4rem;max-width:800px;z-index:2}
.carousel-featured-badge{display:inline-block;background:var(--purple);color:#fff;padding:.3rem .9rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.5px;margin-bottom:1rem}
.carousel-slide-title{font-size:2.8rem;font-weight:900;color:#fff;margin-bottom:.75rem;line-height:1.1;letter-spacing:-.02em;text-shadow:0 2px 20px rgba(0,0,0,.5)}
.carousel-slide-overview{font-size:1rem;color:rgba(255,255,255,.8);line-height:1.6;margin-bottom:1rem;max-width:550px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.carousel-slide-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.9rem;color:rgba(255,255,255,.7)}
.carousel-slide-meta .rating{color:var(--purple-light);font-weight:600;display:flex;align-items:center;gap:.3rem}
.carousel-slide-meta .dot-sep{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.4)}
.carousel-slide-actions{display:flex;gap:1rem}
.carousel-play-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--purple);color:#fff;border:none;padding:.85rem 2rem;border-radius:var(--radius);font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;font-family:var(--font)}
.carousel-play-btn:hover{background:var(--purple-dark);transform:translateY(-1px);box-shadow:0 8px 25px rgba(124,58,237,.4)}
.carousel-mylist-btn{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.85rem 1.5rem;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--font)}
.carousel-mylist-btn:hover{border-color:var(--purple-light);color:var(--purple-light)}
.carousel-dots{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}
.carousel-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.3);cursor:pointer;transition:all .3s;border:none;padding:0}
.carousel-dot.active{background:var(--purple);width:24px;border-radius:4px}
.carousel-tmdb-badge{position:absolute;bottom:1rem;left:1rem;background:rgba(0,0,0,.6);backdrop-filter:blur(6px);padding:.4rem .7rem;border-radius:var(--radius-sm);font-size:.65rem;color:rgba(255,255,255,.7);z-index:10;max-width:280px;line-height:1.4}
.carousel-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-secondary);gap:1rem}
.carousel-spinner{width:36px;height:36px;border:3px solid var(--surface-border);border-top-color:var(--purple);border-radius:50%;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* ── Hero ── */
.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 0 4rem;position:relative;overflow:hidden}
.hero-glow{position:absolute;top:-200px;right:-200px;width:700px;height:700px;background:radial-gradient(circle,var(--purple-glow-strong),transparent 70%);pointer-events:none}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.hero-badge{display:inline-block;background:var(--surface);border:1px solid var(--surface-border);color:var(--purple-light);padding:.35rem 1rem;border-radius:999px;font-size:.8rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.5px}
.hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}
.purple{color:var(--purple)}
.hero-desc{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2rem;max-width:500px}
.hero-actions{display:flex;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}
.hero-stats{display:flex;gap:2.5rem}
.hero-stats .stat{display:flex;flex-direction:column}
.hero-stats strong{font-size:1.5rem;font-weight:800;color:var(--text)}
.hero-stats span{font-size:.8rem;color:var(--text-secondary)}

/* ── Buttons ── */
.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--purple);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--radius);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--font)}
.btn-primary:hover{background:var(--purple-dark);transform:translateY(-1px);box-shadow:0 8px 25px rgba(124,58,237,.3)}
.btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--text);border:1px solid var(--surface-border);padding:.75rem 1.5rem;border-radius:var(--radius);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--font)}
.btn-outline:hover{border-color:var(--purple);color:var(--purple-light)}
.btn-lg{padding:1rem 2rem;font-size:1.05rem;border-radius:var(--radius)}
.btn-xl{padding:1.1rem 2.5rem;font-size:1.15rem;border-radius:var(--radius-lg)}

/* ── Phone Mockup ── */
.hero-phone{display:flex;justify-content:center;perspective:1000px}
.phone-mockup{width:280px;border-radius:36px;background:#1a1a2e;border:3px solid #333;padding:6px 6px 6px 6px;box-shadow:0 30px 60px rgba(0,0,0,.5),0 0 60px var(--purple-glow);transform:rotateY(-5deg) rotateX(2deg);transition:transform .5s;position:relative}
.phone-mockup:hover{transform:rotateY(0) rotateX(0)}
.phone-notch{position:absolute;top:6px;left:50%;transform:translateX(-50%);width:80px;height:18px;background:#1a1a2e;border-radius:0 0 12px 12px;z-index:5}
.phone-screen{background:var(--bg);border-radius:30px;overflow:hidden;height:540px;display:flex;flex-direction:column;position:relative}
.phone-statusbar{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem .25rem;font-size:.5rem;color:#fff;z-index:10}
.phone-status-icons{display:flex;align-items:center;gap:4px}
.phone-app-logo{font-size:.65rem;font-weight:800;letter-spacing:1.5px;padding:0 1rem;margin-bottom:.25rem;color:#fff}
.phone-app-logo span{color:var(--purple)}
.phone-hero-full{flex:1;position:relative;min-height:0;display:flex;flex-direction:column;justify-content:flex-end;background:var(--bg)}
.phone-hero-full::before{content:'';position:absolute;top:0;left:0;right:0;height:70%;background:url('https://image.tmdb.org/t/p/original/6nlqYWDUpNem3v2bDCxQNSg41aY.jpg') center top/cover no-repeat}
.phone-hero-full::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(10,10,15,.2) 45%,rgba(10,10,15,.85) 70%,var(--bg) 100%);pointer-events:none}
.phone-hero-content{position:relative;z-index:2;padding:.75rem 1rem 0}
.phone-featured-badge{display:inline-block;font-size:.45rem;background:var(--purple);color:#fff;padding:.15rem .5rem;border-radius:999px;font-weight:700;margin-bottom:.4rem;letter-spacing:.3px}
.phone-hero-movie-title{font-size:1rem;font-weight:800;color:#fff;margin-bottom:.2rem;text-shadow:0 2px 8px rgba(0,0,0,.6)}
.phone-hero-desc{font-size:.42rem;color:rgba(255,255,255,.7);line-height:1.4;margin-bottom:.35rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.phone-hero-meta{display:flex;align-items:center;gap:.5rem;font-size:.45rem;color:rgba(255,255,255,.7);margin-bottom:.5rem}
.phone-rating{color:var(--purple-light);font-weight:600}
.phone-hero-btns{display:flex;gap:.5rem;margin-bottom:.5rem}
.phone-play-btn{background:var(--purple);color:#fff;font-size:.55rem;font-weight:700;padding:.35rem 1rem;border-radius:8px;display:flex;align-items:center;gap:.3rem}
.phone-mylist-btn{border:1px solid rgba(255,255,255,.3);color:#fff;font-size:.55rem;font-weight:600;padding:.35rem .75rem;border-radius:8px}
.phone-dots{display:flex;gap:4px;justify-content:center;padding-bottom:.5rem}
.phone-dots span{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.3)}
.phone-dots span.active{background:var(--purple)}
.phone-section{padding:0 .75rem}
.phone-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}
.phone-section-title{font-size:.6rem;font-weight:700;color:#fff}
.phone-see-all{font-size:.5rem;color:var(--purple-light);font-weight:600}
.phone-cw-row{display:flex;gap:.5rem;margin-bottom:.5rem}
.phone-cw-card{flex:1;border-radius:8px;padding:.5rem;display:flex;align-items:flex-end;justify-content:space-between;min-height:55px;position:relative;overflow:hidden}
.phone-cw-card::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.7) 100%)}
.phone-cw-info{position:relative;z-index:1}
.phone-cw-name{font-size:.45rem;font-weight:700;color:#fff;line-height:1.3}
.phone-cw-sub{font-size:.4rem;color:rgba(255,255,255,.6);margin-top:2px}
.phone-cw-play{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;font-size:.5rem;color:var(--bg);position:relative;z-index:1;flex-shrink:0}
.phone-nav-bar{display:flex;justify-content:space-around;align-items:center;padding:.4rem .25rem;background:var(--surface);border-top:1px solid var(--surface-border);margin-top:auto}
.phone-nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:.4rem;color:var(--text-muted)}
.phone-nav-item.active{color:var(--purple)}
.phone-nav-item svg{width:14px;height:14px}

/* ── Premium ── */
.premium{padding:6rem 0;background:var(--bg);position:relative}
.premium-inner{display:flex;justify-content:center}
.premium-card{background:var(--surface);border:2px solid var(--purple);border-radius:var(--radius-xl);padding:3.5rem 3rem;text-align:center;max-width:600px;position:relative;box-shadow:0 20px 80px rgba(124,58,237,.15)}
.premium-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:var(--purple);color:#fff;padding:.4rem 1.25rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:1px}
.premium h2{font-size:2.5rem;font-weight:900;margin-bottom:1rem}
.premium-desc{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2.5rem}
.premium-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:2.5rem}
.premium-price .currency{font-size:1.5rem;font-weight:700;color:var(--purple-light)}
.premium-price .amount{font-size:4.5rem;font-weight:900;line-height:1}
.premium-price .period{font-size:1.2rem;color:var(--text-muted);font-weight:500}
.premium-features{list-style:none;text-align:left;display:inline-block;margin-bottom:3rem}
.premium-features li{font-size:1.05rem;font-weight:500;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}
.premium-note{font-size:.85rem;color:var(--text-muted);border-top:1px solid var(--surface-border);padding-top:2rem}

/* ── Features ── */
.features{padding:6rem 0}
.section-header{text-align:center;margin-bottom:4rem}
.section-header h2{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;margin-bottom:.75rem;letter-spacing:-.01em}
.section-header p{color:var(--text-secondary);font-size:1.05rem}
.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.feature-card{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-lg);padding:2rem;transition:all .3s}
.feature-card:hover{border-color:var(--purple);transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.3),0 0 20px var(--purple-glow)}
.feature-icon{width:48px;height:48px;border-radius:var(--radius);background:var(--purple-glow);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.feature-icon svg{width:24px;height:24px;color:var(--purple-light)}
.feature-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}
.feature-card p{font-size:.88rem;color:var(--text-secondary);line-height:1.6}

/* ── Screenshots ── */
.screenshots{padding:6rem 0;background:var(--surface)}
.screenshots-scroll{display:flex;gap:2rem;overflow-x:auto;padding:1rem 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:center}
.screenshots-scroll::-webkit-scrollbar{display:none}
.screenshot-card{flex:0 0 240px;scroll-snap-align:start}
.screenshot-card p{text-align:center;font-size:.85rem;color:var(--text-secondary);font-weight:500;margin-top:1rem}

.phone-frame{position:relative;width:100%;aspect-ratio:9/19.5;background:#1a1a2e;border-radius:28px;padding:8px;box-shadow:0 20px 50px rgba(0,0,0,.5),inset 0 0 0 2px #333}
.phone-frame img{width:100%;height:100%;object-fit:cover;border-radius:20px;display:block}
.phone-frame-notch{display:none}

.phone-frame-landscape{position:relative;width:100%;max-width:800px;margin:0 auto;aspect-ratio:19.5/9;background:#1a1a2e;border-radius:28px;padding:8px;box-shadow:0 20px 50px rgba(0,0,0,.5),inset 0 0 0 2px #333}
.phone-frame-landscape img{width:100%;height:100%;object-fit:cover;border-radius:20px;display:block}
.phone-frame-notch-l{display:none}

.immersive{padding:6rem 0;background:var(--bg)}
.immersive-wrapper{position:relative}
.immersive-glow{position:absolute;inset:-40px;background:radial-gradient(ellipse at center,var(--purple-glow),transparent 70%);pointer-events:none;z-index:0}

/* ── Download ── */
.download{padding:6rem 0;position:relative;overflow:hidden}
.download-inner{text-align:center;position:relative}
.download-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:400px;background:radial-gradient(circle,var(--purple-glow-strong),transparent 70%);pointer-events:none}
.download h2{font-size:clamp(2rem,4vw,3rem);font-weight:900;margin-bottom:1rem;position:relative}
.download p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2.5rem;position:relative}
.download-actions{position:relative;margin-bottom:1.5rem}
.download-meta{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.85rem;color:var(--text-muted);position:relative;flex-wrap:wrap}
.dot{width:4px;height:4px;border-radius:50%;background:var(--text-muted);display:inline-block}

/* ── Footer ── */
.footer{border-top:1px solid var(--surface-border);padding:3rem 0 2rem;margin-top:2rem}
.footer-inner{text-align:center}
.footer-logo{font-size:1.2rem;font-weight:800;letter-spacing:2px;display:inline-block;margin-bottom:.5rem}
.footer-tagline{color:var(--text-secondary);font-size:.85rem;margin-bottom:1.5rem}
.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem}
.footer-links a{font-size:.85rem;color:var(--text-secondary);transition:color .2s}
.footer-links a:hover{color:var(--purple-light)}
.footer-copy{color:var(--text-muted);font-size:.75rem;line-height:1.8}
.footer-copy a{color:var(--purple-light)}

/* ── Animations ── */
@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.hero-text{animation:fadeUp .8s ease-out}
.hero-phone{animation:fadeUp .8s ease-out .2s both}
.feature-card{animation:fadeUp .5s ease-out both}
.feature-card:nth-child(1){animation-delay:.1s}
.feature-card:nth-child(2){animation-delay:.15s}
.feature-card:nth-child(3){animation-delay:.2s}
.feature-card:nth-child(4){animation-delay:.25s}
.feature-card:nth-child(5){animation-delay:.3s}
.feature-card:nth-child(6){animation-delay:.35s}
.feature-card:nth-child(7){animation-delay:.4s}
.feature-card:nth-child(8){animation-delay:.45s}
