/* ============================================
   MovieStream App Landing Page — Styles
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --red:        #0891b2;
  --red-hot:    #22d3ee;
  --orange:     #14b8a6;
  --bg:         #040c10;
  --bg-2:       #071018;
  --bg-3:       #0b1820;
  --border:     rgba(255,255,255,.07);
  --text:       #eef6f8;
  --muted:      rgba(238,246,248,.5);
  --font:       'Inter', system-ui, sans-serif;
  --radius:     16px;
  --radius-sm:  10px;
  --shadow:     0 24px 80px rgba(0,0,0,.6);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ── UTILITIES ── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

.gradient-text {
  background: linear-gradient(135deg, var(--red) 0%, var(--orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: 100px;
  font-weight: 600; font-size: 15px; text-decoration: none;
  transition: all .2s ease; cursor: pointer; border: none;
}
.btn--sm { padding: 9px 20px; font-size: 14px; }
.btn--primary {
  background: linear-gradient(135deg, var(--red), var(--orange));
  color: #fff;
  box-shadow: 0 4px 20px rgba(8,145,178,.4);
}
.btn--primary:hover { transform: translateY(-1px); box-shadow: 0 8px 30px rgba(8,145,178,.5); }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 0;
  transition: background .3s, backdrop-filter .3s, border-color .3s;
}
.nav.scrolled {
  background: rgba(8,8,16,.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.nav__inner {
  max-width: 1160px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; gap: 40px;
}
.nav__logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--text);
  font-weight: 800; font-size: 18px; letter-spacing: -.3px;
  flex-shrink: 0;
}
.nav__logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.footer__logo-img {
  height: 36px;
  width: auto;
  object-fit: contain;
}
.nav__links {
  display: flex; gap: 32px; list-style: none; margin: 0 auto;
}
.nav__links a {
  color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500;
  transition: color .2s;
}
.nav__links a:hover { color: var(--text); }

/* ── HERO ── */
.hero {
  min-height: 100vh; display: flex; flex-direction: column;
  justify-content: center; position: relative; overflow: hidden;
  padding: 120px 0 80px;
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__glow {
  position: absolute; border-radius: 50%;
  filter: blur(120px); opacity: .3;
}
.hero__glow--1 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, #0891b2, transparent 70%);
  top: -200px; right: -200px;
}
.hero__glow--2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, #14b8a6, transparent 70%);
  bottom: -100px; left: -150px;
}
.hero__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 40%, transparent 100%);
}

.hero__inner {
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 60px;
  position: relative; z-index: 1;
}

.hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(8,145,178,.12); border: 1px solid rgba(8,145,178,.25);
  padding: 7px 16px; border-radius: 100px;
  font-size: 13px; font-weight: 500; color: #67e8f9;
  margin-bottom: 28px;
}
.badge__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--red); animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(.7); }
}

.hero__title {
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 900; line-height: 1.05; letter-spacing: -2px;
  margin-bottom: 24px;
}
.hero__sub {
  font-size: 18px; line-height: 1.7; color: var(--muted);
  max-width: 480px; margin-bottom: 40px;
}

.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }

.store-btn {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  padding: 12px 24px; border-radius: 14px;
  text-decoration: none; color: var(--text);
  transition: all .2s ease;
  backdrop-filter: blur(10px);
}
.store-btn:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.2);
  transform: translateY(-2px);
}
.store-btn svg { width: 24px; height: 24px; flex-shrink: 0; }
.store-btn span { display: flex; flex-direction: column; line-height: 1.2; }
.store-btn small { font-size: 11px; opacity: .65; }
.store-btn span strong, .store-btn span { font-weight: 700; font-size: 16px; }

.store-btn--lg { padding: 16px 30px; border-radius: 16px; }
.store-btn--lg svg { width: 28px; height: 28px; }

.hero__qr-row {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 32px;
}
.hero__qr-label { font-size: 14px; font-weight: 700; margin-bottom: 3px; }
.hero__qr-sub { font-size: 12px; color: var(--muted); }

.hero__stats { display: flex; align-items: center; gap: 0; }
.stat { padding: 0 24px 0 0; }
.stat:first-child { padding-left: 0; }
.stat strong { display: block; font-size: 26px; font-weight: 800; letter-spacing: -1px; }
.stat span { font-size: 13px; color: var(--muted); }
.stat__divider { width: 1px; height: 36px; background: var(--border); margin: 0 24px 0 0; }

/* ── PHONE MOCKUP ── */
.hero__phones {
  position: relative; height: 600px;
  display: flex; align-items: center; justify-content: center;
}
.hero-phone {
  position: absolute;
  display: block;
  height: 540px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 32px 64px rgba(0,0,0,.7));
}
.hero-phone--front {
  z-index: 2;
  animation: floatFront 4s ease-in-out infinite;
}
.hero-phone--back {
  z-index: 1;
  transform: rotate(15deg) translateX(170px) translateY(-40px);
  opacity: .72;
  animation: floatBack 4s ease-in-out infinite .5s;
}
@keyframes floatFront {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes floatBack {
  0%, 100% { transform: rotate(15deg) translateX(170px) translateY(-40px); }
  50% { transform: rotate(15deg) translateX(170px) translateY(-48px); }
}

/* ── MOCK UI (hero phones) ── */
.mock-ui { padding: 10px 8px; height: 100%; display: flex; flex-direction: column; gap: 6px; }
.mock-topbar { display: flex; align-items: center; gap: 8px; padding: 4px 0; }
.mock-avatar { width: 24px; height: 24px; border-radius: 50%; background: var(--red); }
.mock-search { flex: 1; height: 20px; background: rgba(255,255,255,.08); border-radius: 6px; }
.mock-banner {
  height: 140px; border-radius: 10px;
  background: linear-gradient(135deg, #1a0030, #2e0050);
  position: relative; overflow: hidden; flex-shrink: 0;
}
.mock-banner::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,.8));
}
.mock-banner-text { position: absolute; bottom: 10px; left: 10px; right: 10px; }
.mock-tag { font-size: 7px; color: var(--red); font-weight: 700; letter-spacing: 1px; margin-bottom: 4px; }
.mock-title-big { height: 10px; width: 80%; background: rgba(255,255,255,.9); border-radius: 3px; margin-bottom: 4px; }
.mock-title-sm { height: 6px; width: 50%; background: rgba(255,255,255,.4); border-radius: 2px; margin-bottom: 8px; }
.mock-btns { display: flex; gap: 6px; }
.mock-btn { height: 18px; border-radius: 4px; }
.mock-btn--red { width: 55px; background: var(--red); }
.mock-btn--outline { width: 45px; background: rgba(255,255,255,.15); }
.mock-section-label { height: 6px; width: 100px; background: rgba(255,255,255,.3); border-radius: 2px; }
.mock-cards { display: flex; gap: 6px; }
.mock-card {
  flex: 1; height: 60px; border-radius: 8px;
  background: var(--h, #1a1a2e);
  position: relative; overflow: hidden;
}
.mock-card::after {
  content: ''; position: absolute;
  inset: 0; background: linear-gradient(135deg, var(--a, #0891b2), transparent);
  opacity: .3;
}

.mock-player { height: 100%; display: flex; flex-direction: column; }
.mock-player-bg {
  flex: 1; background: linear-gradient(135deg, #0d0d2e, #1a0a30);
  position: relative; display: flex; align-items: center; justify-content: center;
}
.mock-play-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.mock-play-btn {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.15); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
}
.mock-play-btn svg { width: 18px; height: 18px; margin-left: 2px; }
.mock-player-bar { padding: 12px 10px 8px; display: flex; flex-direction: column; gap: 8px; background: #0d0d1a; }
.mock-player-info { }
.mock-player-title { height: 7px; width: 120px; background: rgba(255,255,255,.8); border-radius: 3px; margin-bottom: 4px; }
.mock-player-sub { height: 5px; width: 80px; background: rgba(255,255,255,.3); border-radius: 2px; }
.mock-progress { height: 3px; background: rgba(255,255,255,.15); border-radius: 2px; }
.mock-progress-fill { height: 100%; width: 35%; background: var(--red); border-radius: 2px; }
.mock-controls { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 4px 0; }
.mock-ctrl { width: 20px; height: 20px; background: rgba(255,255,255,.2); border-radius: 50%; }
.mock-ctrl--big { width: 32px; height: 32px; background: var(--red); }
.mock-up-next { padding: 8px 10px; border-top: 1px solid rgba(255,255,255,.05); }
.mock-up-next-label { height: 5px; width: 60px; background: rgba(255,255,255,.2); border-radius: 2px; margin-bottom: 6px; }
.mock-up-card { height: 30px; border-radius: 6px; background: rgba(255,255,255,.05); margin-bottom: 4px; }

/* ── HERO SCROLL ── */
.hero__scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); }
.scroll-indicator {
  width: 26px; height: 42px; border-radius: 13px;
  border: 2px solid rgba(255,255,255,.2);
  display: flex; justify-content: center; padding-top: 6px;
}
.scroll-dot {
  width: 4px; height: 8px; border-radius: 2px;
  background: var(--muted);
  animation: scrollDown 2s ease-in-out infinite;
}
@keyframes scrollDown {
  0%, 100% { transform: translateY(0); opacity: 1; }
  80% { transform: translateY(12px); opacity: 0; }
}

/* ── TRUST ── */
.trust {
  padding: 32px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-2);
}
.trust .container { display: flex; align-items: center; gap: 32px; justify-content: center; flex-wrap: wrap; }
.trust__label { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 1.5px; }
.trust__logos { display: flex; gap: 40px; flex-wrap: wrap; justify-content: center; }
.trust__logos span { font-size: 15px; font-weight: 600; color: rgba(255,255,255,.25); letter-spacing: -.3px; }

/* ── SECTION HEADERS ── */
.section-header { text-align: center; margin-bottom: 60px; }
.section-tag {
  display: inline-block;
  background: rgba(8,145,178,.1); border: 1px solid rgba(8,145,178,.2);
  color: #67e8f9; font-size: 12px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 6px 16px; border-radius: 100px; margin-bottom: 20px;
}
.section-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800; letter-spacing: -1.5px; line-height: 1.1;
  margin-bottom: 16px;
}
.section-sub { font-size: 18px; color: var(--muted); max-width: 480px; margin: 0 auto; }

/* ── FEATURES ── */
.features { padding: 100px 0; }
.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
}
.feature-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  transition: border-color .2s, transform .2s;
}
.feature-card:hover {
  border-color: rgba(8,145,178,.3);
  transform: translateY(-3px);
}
.feature-card--large {
  grid-column: span 2;
}
.feature-card--right { }
.feature-card__icon {
  width: 48px; height: 48px;
  background: rgba(8,145,178,.1); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; color: var(--red);
}
.feature-card__icon svg { width: 24px; height: 24px; }
.feature-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; letter-spacing: -.3px; }
.feature-card p { font-size: 15px; color: var(--muted); line-height: 1.6; }
.feature-card__badge {
  display: inline-block; margin-top: 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--border);
  font-size: 12px; font-weight: 600; color: var(--muted);
  padding: 5px 14px; border-radius: 100px;
}

/* ── SCREENSHOTS ── */
.screenshots { padding: 100px 0; overflow: hidden; }
.screenshots__track-wrapper {
  position: relative; margin-top: 60px;
  padding: 0 24px;
}
.screenshots__track {
  display: flex; gap: 24px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 20px 60px 40px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.screenshots__track::-webkit-scrollbar { display: none; }

.screenshot-frame {
  flex-shrink: 0; scroll-snap-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.ss-real-img {
  height: 440px;
  width: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,.6));
  transition: transform .3s ease;
}
.ss-real-img:hover { transform: scale(1.03); }
.ss-screen { height: 100%; display: flex; flex-direction: column; background: #080812; }
.screenshot-label { font-size: 14px; font-weight: 600; color: var(--muted); }

.screenshots__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.08); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.1);
  color: var(--text); font-size: 18px; cursor: pointer;
  transition: all .2s; display: flex; align-items: center; justify-content: center;
  z-index: 5;
}
.screenshots__nav:hover { background: rgba(255,255,255,.15); }
.screenshots__nav--prev { left: 0; }
.screenshots__nav--next { right: 0; }

.screenshots__dots {
  display: flex; gap: 8px; justify-content: center; margin-top: 16px;
}
.ss-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,.2); cursor: pointer;
  transition: all .2s;
}
.ss-dot.active { background: var(--red); width: 24px; border-radius: 4px; }

/* ── SCREENSHOT SCREENS (detailed) ── */
.ss-status-bar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 14px 4px; font-size: 9px; font-weight: 600;
}
.ss-icons { letter-spacing: 2px; font-size: 7px; }
.ss-nav-row { display: flex; justify-content: space-between; align-items: center; padding: 2px 10px 6px; }
.ss-logo-sm { font-size: 9px; font-weight: 800; color: var(--red); }
.ss-avatar-sm { width: 18px; height: 18px; border-radius: 50%; background: linear-gradient(135deg,var(--red),var(--orange)); }
.ss-hero-banner {
  height: 130px; margin: 0 0;
  background: linear-gradient(135deg, #1a0040, #400020);
  position: relative; flex-shrink: 0;
}
.ss-hero-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(8,8,18,.95));
  padding: 24px 10px 8px;
}
.ss-genre-tag { font-size: 6px; color: var(--red); font-weight: 700; letter-spacing: 1px; margin-bottom: 3px; }
.ss-movie-title { font-size: 13px; font-weight: 900; letter-spacing: -0.5px; margin-bottom: 2px; }
.ss-movie-meta { font-size: 7px; color: var(--muted); margin-bottom: 6px; }
.ss-cta-row { display: flex; gap: 5px; }
.ss-cta-btn { font-size: 7px; font-weight: 700; padding: 4px 10px; border-radius: 5px; }
.ss-cta-play { background: var(--red); color: white; }
.ss-cta-info { background: rgba(255,255,255,.12); }
.ss-row-label { font-size: 9px; font-weight: 700; padding: 6px 10px 4px; }
.ss-card-row { display: flex; gap: 5px; padding: 0 10px 8px; overflow: hidden; }
.ss-card {
  flex: 1; height: 56px; border-radius: 7px;
  background: var(--c, #1a1a2e); position: relative; overflow: hidden;
}
.ss-progress-bar {
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: rgba(255,255,255,.1);
}
.ss-progress-bar::after {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 35%; background: var(--red);
}
.ss-card--sm { height: 44px; }
.ss-card-row--sm .ss-card { flex: 0 0 calc(25% - 4px); }

/* Detail screen */
.ss-detail-hero {
  height: 110px; background: linear-gradient(135deg, #000a20, #200030);
  position: relative; flex-shrink: 0;
}
.ss-back-btn { position: absolute; top: 10px; left: 10px; font-size: 8px; color: var(--muted); }
.ss-detail-gradient {
  position: absolute; bottom: 0; left: 0; right: 0; height: 50px;
  background: linear-gradient(transparent, #080812);
}
.ss-detail-info { padding: 8px 10px; flex: 1; }
.ss-detail-title { font-size: 16px; font-weight: 900; letter-spacing: -0.5px; margin-bottom: 6px; }
.ss-detail-chips { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 6px; }
.ss-chip {
  font-size: 7px; font-weight: 700; padding: 2px 7px;
  border-radius: 4px; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
}
.ss-chip--red { background: rgba(8,145,178,.2); border-color: rgba(8,145,178,.3); color: #67e8f9; }
.ss-rating-row { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; }
.ss-stars { color: #fbbf24; font-size: 9px; }
.ss-rating-count { font-size: 8px; color: var(--muted); }
.ss-play-big { display: flex; gap: 6px; margin-bottom: 10px; }
.ss-play-big-btn {
  flex: 1; text-align: center; font-size: 8px; font-weight: 700;
  background: var(--red); padding: 7px; border-radius: 7px;
}
.ss-download-btn {
  flex: 1; text-align: center; font-size: 8px; font-weight: 700;
  background: rgba(255,255,255,.08); padding: 7px; border-radius: 7px;
}
.ss-desc-lines { display: flex; flex-direction: column; gap: 4px; }
.ss-line { height: 5px; background: rgba(255,255,255,.12); border-radius: 2px; }
.ss-line--80 { width: 80%; }
.ss-line--60 { width: 60%; }

/* Player screen */
.ss-player { flex-direction: column; }
.ss-player-video {
  flex: 1; background: linear-gradient(135deg, #000510, #100025);
  position: relative; display: flex; align-items: center; justify-content: center;
}
.ss-player-film-grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: .5;
}
.ss-player-center-play { position: absolute; }
.ss-big-play {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; color: white;
}
.ss-player-controls {
  background: #050510; padding: 8px 10px 12px;
}
.ss-player-title-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 9px; font-weight: 700; margin-bottom: 8px;
}
.ss-ep { font-size: 8px; color: var(--muted); }
.ss-timeline { display: flex; align-items: center; gap: 5px; margin-bottom: 8px; }
.ss-time { font-size: 7px; color: var(--muted); font-variant-numeric: tabular-nums; flex-shrink: 0; }
.ss-timeline-bar {
  flex: 1; height: 3px; background: rgba(255,255,255,.12);
  border-radius: 2px; position: relative;
}
.ss-timeline-fill {
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 30%; background: var(--red); border-radius: 2px;
}
.ss-timeline-thumb {
  position: absolute; width: 8px; height: 8px; border-radius: 50%;
  background: white; top: 50%; transform: translateY(-50%);
  left: calc(30% - 4px);
}
.ss-ctrl-row {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; margin-bottom: 6px;
}
.ss-ctrl-icon { font-size: 10px; opacity: .8; }
.ss-ctrl-icon--big { font-size: 14px; opacity: 1; }
.ss-extra-controls { display: flex; justify-content: flex-end; gap: 10px; font-size: 9px; color: var(--muted); }

/* Downloads screen */
.ss-downloads { flex-direction: column; }
.ss-page-title { font-size: 14px; font-weight: 800; padding: 8px 12px; }
.ss-storage-bar-wrap { padding: 0 12px 8px; }
.ss-storage-label { display: flex; justify-content: space-between; font-size: 7px; color: var(--muted); margin-bottom: 4px; }
.ss-storage-bar { height: 4px; background: rgba(255,255,255,.1); border-radius: 2px; }
.ss-storage-fill { height: 100%; width: 30%; background: linear-gradient(90deg, var(--red), var(--orange)); border-radius: 2px; }
.ss-dl-item {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 12px; border-bottom: 1px solid rgba(255,255,255,.04);
}
.ss-dl-thumb { width: 42px; height: 58px; border-radius: 6px; background: var(--c, #1a1a2e); flex-shrink: 0; }
.ss-dl-meta { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.ss-dl-title { height: 6px; width: 90px; background: rgba(255,255,255,.6); border-radius: 2px; }
.ss-dl-sub { height: 5px; width: 60px; background: rgba(255,255,255,.25); border-radius: 2px; }
.ss-dl-size { font-size: 7px; color: var(--muted); }
.ss-dl-play { font-size: 12px; color: var(--muted); }
.ss-dl-pause { font-size: 12px; color: var(--orange); }
.ss-dl-progress { display: flex; align-items: center; gap: 4px; }
.ss-dl-bar { flex: 1; height: 3px; background: rgba(255,255,255,.1); border-radius: 2px; }
.ss-dl-bar-fill { height: 100%; width: 68%; background: var(--orange); border-radius: 2px; }
.ss-dl-progress span { font-size: 7px; color: var(--orange); }

/* Search/Discover screen */
.ss-search { flex-direction: column; padding-bottom: 8px; }
.ss-search-box {
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.06); border-radius: 8px;
  margin: 0 10px 10px; padding: 7px 10px; font-size: 8px; color: var(--muted);
}
.ss-search-placeholder { font-size: 8px; }
.ss-genre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 0 10px 8px; }
.ss-genre-tile {
  height: 36px; border-radius: 8px;
  background: var(--c, #1a1a2e);
  display: flex; align-items: center; justify-content: center;
  font-size: 8px; font-weight: 700;
}
.ss-new-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 0 10px; }
.ss-new-card { height: 55px; border-radius: 8px; background: var(--c, #1a1a2e); }

/* ── REVIEWS ── */
.reviews { padding: 100px 0; background: var(--bg-2); }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card {
  background: var(--bg-3); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px;
  transition: transform .2s, border-color .2s;
}
.review-card:hover { transform: translateY(-3px); border-color: rgba(8,145,178,.2); }
.review-card--featured {
  background: linear-gradient(135deg, rgba(8,145,178,.08), rgba(20,184,166,.05));
  border-color: rgba(8,145,178,.2);
}
.review-card__stars { color: #fbbf24; font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }
.review-card p { font-size: 15px; line-height: 1.65; color: var(--muted); margin-bottom: 20px; font-style: italic; }
.review-card__author { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--c, var(--red));
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; color: white; flex-shrink: 0;
}
.review-card__author strong { display: block; font-size: 14px; margin-bottom: 2px; }
.review-card__author small { font-size: 12px; color: var(--muted); }

/* ── DOWNLOAD CTA ── */
.download { padding: 100px 0; position: relative; overflow: hidden; }
.download__bg { position: absolute; inset: 0; }
.download__glow {
  position: absolute; width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(8,145,178,.15) 0%, transparent 60%);
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.download__inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 80px;
}
.download__title {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900; letter-spacing: -2px; line-height: 1.1;
  margin-bottom: 20px;
}
.download__sub { font-size: 17px; color: var(--muted); line-height: 1.6; margin-bottom: 40px; }
.download__stores { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }

.download__qr-row { }
.qr-block { display: flex; align-items: center; gap: 14px; }
.qr-code {
  width: 88px; height: 88px;
  background: #ffffff;
  border-radius: 12px; padding: 6px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.qr-code canvas, .qr-code img { width: 76px !important; height: 76px !important; display: block; }
.qr-block p { font-size: 13px; color: var(--muted); }

.download__phone-wrap {
  display: flex; justify-content: center; align-items: center;
}
.download__phone-img {
  height: 520px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 32px 64px rgba(0,0,0,.7));
  animation: floatFront 4s ease-in-out infinite;
}

/* ── FAQ ── */
.faq { padding: 100px 0; }
.faq__list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.faq__item {
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: var(--radius-sm); overflow: hidden;
  transition: border-color .2s;
}
.faq__item.open { border-color: rgba(8,145,178,.25); }
.faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 20px 24px;
  background: none; border: none; color: var(--text);
  font-family: var(--font); font-size: 16px; font-weight: 600;
  text-align: left; cursor: pointer;
  transition: color .2s;
}
.faq__q:hover { color: #fff; }
.faq__chevron {
  width: 20px; height: 20px; flex-shrink: 0; color: var(--muted);
  transition: transform .3s ease;
}
.faq__item.open .faq__chevron { transform: rotate(180deg); }
.faq__a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 24px;
}
.faq__item.open .faq__a { max-height: 200px; padding: 0 24px 20px; }
.faq__a p { font-size: 15px; color: var(--muted); line-height: 1.7; }

/* ── FOOTER ── */
.footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  padding: 48px 0 32px;
}
.footer__top {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 24px; margin-bottom: 40px;
}
.footer__logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--text);
  font-weight: 800; font-size: 17px;
}
.footer__links { display: flex; gap: 28px; flex-wrap: wrap; }
.footer__links a {
  font-size: 14px; color: var(--muted); text-decoration: none;
  transition: color .2s;
}
.footer__links a:hover { color: var(--text); }
.footer__bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
  border-top: 1px solid var(--border); padding-top: 24px;
}
.footer__bottom p { font-size: 13px; color: var(--muted); }
.footer__visit a { color: var(--muted); text-decoration: none; transition: color .2s; }
.footer__visit a:hover { color: var(--red); }


/* ── DOWNLOAD OVERLAY ── */
.dl-overlay {
  position: fixed; inset: 0; z-index: 999;
  background: rgba(0,0,0,.75); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity .3s ease;
}
.dl-overlay.active { opacity: 1; pointer-events: all; }

.dl-overlay__card {
  background: #13131f;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  padding: 36px 40px;
  width: 100%; max-width: 420px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  box-shadow: 0 40px 100px rgba(0,0,0,.6);
  transform: translateY(20px);
  transition: transform .3s ease;
}
.dl-overlay.active .dl-overlay__card { transform: translateY(0); }

.dl-overlay__icon {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, var(--red), var(--orange));
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  color: white;
}
.dl-overlay__icon svg { width: 32px; height: 32px; }

.dl-overlay__name { font-size: 20px; font-weight: 800; letter-spacing: -.3px; }
.dl-overlay__size { font-size: 13px; color: var(--muted); }

.dl-overlay__bar-wrap {
  width: 100%; height: 10px;
  background: rgba(255,255,255,.08);
  border-radius: 100px; overflow: hidden;
}
.dl-overlay__bar {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--red), var(--orange));
  border-radius: 100px;
  transition: width .25s ease;
  position: relative;
}
.dl-overlay__bar::after {
  content: '';
  position: absolute; top: 0; right: 0; bottom: 0; width: 40px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35));
  animation: shimmer 1s ease-in-out infinite;
}
@keyframes shimmer {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}

.dl-overlay__stats {
  display: flex; justify-content: space-between;
  width: 100%; font-size: 13px;
}
.dl-overlay__stats span:first-child { font-weight: 700; color: var(--orange); }
.dl-overlay__stats span:nth-child(2) { color: var(--muted); }
.dl-overlay__stats span:last-child { color: var(--muted); }

.dl-overlay__status {
  font-size: 14px; font-weight: 600; color: var(--text);
  min-height: 20px;
}

.dl-overlay__cancel {
  margin-top: 4px;
  background: none; border: 1px solid rgba(255,255,255,.12);
  color: var(--muted); font-size: 13px; font-weight: 500;
  padding: 8px 28px; border-radius: 100px; cursor: pointer;
  transition: all .2s;
}
.dl-overlay__cancel:hover { border-color: var(--red); color: var(--red); }
.dl-overlay__cancel:disabled { opacity: .4; cursor: default; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__content { order: 1; }
  .hero__phones { order: 0; height: 380px; }
  .hero__sub { margin: 0 auto 40px; }
  .hero__actions { justify-content: center; }
  .hero__stats { justify-content: center; }
  .features__grid { grid-template-columns: 1fr; }
  .feature-card--large { grid-column: span 1; }
  .reviews__grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .download__inner { grid-template-columns: 1fr; text-align: center; }
  .download__stores { justify-content: center; }
  .qr-block { justify-content: center; }
  .download__phone-wrap { display: none; }
  .nav__links { display: none; }
  .footer__top { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 600px) {
  .hero__phones { height: 300px; }
  @keyframes floatBackMobile {
    0%, 100% { transform: rotate(6deg); }
    50% { transform: rotate(6deg) translateY(-8px); }
  }
  .hero-phone { height: 380px; }
  .hero-phone--back { transform: rotate(6deg); opacity: .72; animation: floatBackMobile 4s ease-in-out infinite .5s; }
  .hero__stats .stat__divider { margin: 0 16px 0 0; }
  .hero__stats .stat { padding-right: 16px; }
}
