/* ══════════════════════════════════════════════════════════════
   Premium IPTV France — « Rouge Prestige » design system
   ══════════════════════════════════════════════════════════════ */

:root {
  --noir: #140509;
  --surface: #1C060B;
  --surface-2: #240A10;
  --surface-3: #2E0E16;
  --surface-4: #3A121C;
  --line: rgba(255,255,255,0.08);
  --line-crimson: rgba(225,29,72,0.35);
  --line-gold: rgba(212,175,55,0.40);
  --crimson: #E11D48;
  --crimson-bright: #FB4D6D;
  --crimson-dark: #BE123C;
  --gold: #D4AF37;
  --gold-light: #F0D98C;
  --rose-pale: #F6C6CF;
  --text-primary: #FDF1F3;
  --text-secondary: #D8A7B0;
  --text-muted: #96646E;
  --radius: 16px;
  --radius-sm: 14px;
  --radius-lg: 20px;
  --font-display: 'Bricolage Grotesque', 'Inter', sans-serif;
  --font-text: 'Inter', sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--noir);
  color: var(--text-primary);
  font-family: var(--font-text);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

::selection { background: var(--crimson); color: #fff; }

/* ── Signature accents ── */
.gold-it {
  font-style: italic;
  background: linear-gradient(100deg, var(--gold-light) 10%, var(--gold) 55%, #b8860b 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-right: 2px;
}

.gold-thread {
  border: 0;
  height: 1px;
  margin: 0 auto;
  max-width: 1180px;
  background: linear-gradient(90deg, transparent, var(--line-gold) 18%, var(--gold) 50%, var(--line-gold) 82%, transparent);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.kicker::before {
  content: "";
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.h-display { font-size: clamp(34px, 5vw, 56px); }
.sec-title { font-size: clamp(26px, 3.4vw, 38px); }

.lede {
  color: var(--text-secondary);
  font-size: 17px;
  max-width: 640px;
}

.ico { display: inline-flex; align-items: center; justify-content: center; flex: none; }

/* ── Buttons ── */
.btn-solid,
.btn-line,
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  cursor: pointer;
}
.btn-solid {
  background: linear-gradient(135deg, var(--crimson-bright), var(--crimson-dark));
  color: #fff;
  box-shadow: 0 10px 28px rgba(225,29,72,0.32);
}
.btn-solid:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(225,29,72,0.42); }
.btn-line {
  border: 1px solid var(--line-gold);
  color: var(--gold-light);
  background: rgba(212,175,55,0.05);
}
.btn-line:hover { background: rgba(212,175,55,0.12); transform: translateY(-2px); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #2E0E16;
  box-shadow: 0 10px 26px rgba(212,175,55,0.30);
}
.btn-gold:hover { transform: translateY(-2px); }

/* ── NAV ── */
.site-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-nav.scrolled {
  background: rgba(20,5,9,0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--line);
}
.nav-row {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.wordmark em {
  font-style: italic;
  color: var(--gold-light);
}
.wordmark em.fr-tag { font-style: italic; }
.gem {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--crimson-bright), var(--crimson-dark));
  clip-path: polygon(50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  color: #fff;
}
.nav-links {
  display: flex;
  gap: 22px;
  margin-left: auto;
  font-size: 14.5px;
  font-weight: 500;
}
.nav-links a { color: var(--text-secondary); transition: color .15s ease; position: relative; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text-primary); }
.nav-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.nav-cta { margin-left: 4px; }
.nav-cta .btn-solid { padding: 11px 20px; font-size: 13.5px; }

.burger {
  display: none;
  margin-left: auto;
  background: none;
  border: 1px solid var(--line);
  border-radius: 12px;
  width: 44px; height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--text-primary);
  cursor: pointer;
}

/* ── Drawer ── */
.drawer {
  position: fixed;
  top: 72px;
  right: 0;
  bottom: 0;
  width: min(320px, 86vw);
  z-index: 80;
  background: var(--surface);
  border-left: 1px solid var(--line);
  box-shadow: -18px 0 48px rgba(0,0,0,0.55);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transform: translateX(105%);
  transition: transform .28s ease;
  overflow-y: auto;
}
.drawer.open { transform: translateX(0); }
.drawer a {
  padding: 12px 12px;
  border-radius: 10px;
  font-weight: 600;
  color: var(--text-secondary);
}
.drawer a:hover { background: var(--surface-2); color: var(--text-primary); }
.drawer .btn-solid { margin-top: 16px; justify-content: center; }

/* ── HERO ── */
.hero {
  position: relative;
  padding: 148px 0 64px;
  background:
    radial-gradient(720px 420px at 12% 0%, rgba(225,29,72,0.20), transparent 62%),
    radial-gradient(640px 480px at 96% 96%, rgba(212,175,55,0.12), transparent 58%);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 46px;
  align-items: center;
}
.hero-copy .kicker { margin-bottom: 18px; }
.hero-copy h1 { margin-bottom: 20px; }
.hero-copy .lede { margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--text-muted);
  font-size: 13.5px;
  font-weight: 500;
}
.hero-points li { display: inline-flex; align-items: center; gap: 7px; }
.hero-points .ico { color: var(--gold); }

/* TV frame */
.tv-frame {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 12px;
  background: linear-gradient(160deg, var(--surface-3), var(--noir));
  border: 1px solid var(--line-gold);
  box-shadow: 0 30px 70px rgba(0,0,0,0.55), 0 0 0 1px rgba(225,29,72,0.12);
}
.tv-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(240,217,140,0.14), transparent 34%);
  pointer-events: none;
}
.tv-screen {
  position: relative;
  border-radius: calc(var(--radius-lg) - 8px);
  background:
    radial-gradient(420px 260px at 82% -10%, rgba(225,29,72,0.35), transparent 60%),
    radial-gradient(360px 300px at 8% 108%, rgba(212,175,55,0.18), transparent 55%),
    var(--surface);
  border: 1px solid var(--line);
  padding: 18px 18px 14px;
  overflow: hidden;
}
.tv-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.tv-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--rose-pale);
}
.tv-live i {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--crimson-bright);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .45; transform: scale(.8); }
}
.tv-clock { font-size: 12px; color: var(--text-muted); }
.epg-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 10px;
  font-size: 13.5px;
  color: var(--text-secondary);
}
.epg-row + .epg-row { margin-top: 6px; }
.epg-time { font-weight: 700; color: var(--gold-light); min-width: 44px; }
.epg-name { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.epg-tag {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 3px 9px;
  border-radius: 999px;
}
.tg-em { background: rgba(225,29,72,0.18); color: var(--crimson-bright); }
.tg-go { background: rgba(212,175,55,0.16); color: var(--gold-light); }
.tg-sk { background: rgba(246,198,207,0.10); color: var(--rose-pale); }

/* ── STATS RULE ── */
.stats-rule {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--surface), var(--noir));
}
.stats-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat-cell {
  padding: 30px 18px;
  text-align: center;
}
.stat-cell + .stat-cell { border-left: 1px solid var(--line); }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 700;
  line-height: 1;
}
.stat-num sup {
  font-size: 0.45em;
  color: var(--gold);
  font-style: italic;
  margin-left: 2px;
}
.stat-label { margin-top: 10px; color: var(--text-muted); font-size: 13.5px; }

/* ── SECTIONS ── */
.section { padding: 84px 0; position: relative; }
.section.alt { background: linear-gradient(180deg, var(--noir), var(--surface) 22%, var(--surface)); }
.sec-head { max-width: 640px; margin-bottom: 44px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .kicker::before { display: none; }
.sec-head .sec-title { margin: 14px 0 12px; }
.sec-head .lede { margin: 0 auto; }

/* ── EXIGENCES ROWS ── */
.req-list { border-top: 1px solid var(--line-gold); }
.req-row {
  display: grid;
  grid-template-columns: 110px 1fr 76px;
  align-items: center;
  gap: 22px;
  padding: 26px 6px;
  border-bottom: 1px solid var(--line);
  transition: background .2s ease;
}
.req-row:hover { background: rgba(225,29,72,0.04); }
.req-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 21px;
  color: var(--gold-light);
}
.req-body h3 { font-size: 19px; margin-bottom: 6px; }
.req-body p { color: var(--text-secondary); font-size: 15px; max-width: 620px; }
.req-icon .ico {
  width: 54px; height: 54px;
  border-radius: 50%;
  border: 1px solid var(--line-gold);
  color: var(--gold);
  background: rgba(212,175,55,0.05);
}

/* ── MOSAIC ── */
.mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 14px;
}
.mos {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}
.mos--cinema { grid-column: span 2; grid-row: span 2; }
.mos--sports, .mos--docs { grid-column: span 2; }
.mos-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(0.85) contrast(1.04);
  transition: transform .5s ease, filter .5s ease;
}
.mos:hover .mos-bg { transform: scale(1.05); filter: saturate(1) contrast(1.06); }
.mos-meta {
  position: absolute;
  inset: auto 0 0 0;
  padding: 44px 18px 16px;
  background: linear-gradient(180deg, transparent, rgba(20,5,9,0.88));
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mos-name { font-family: var(--font-display); font-weight: 600; font-size: 17px; }
.mos-count { font-size: 12.5px; color: var(--rose-pale); }
.mos--cinema .mos-name { font-size: 22px; }

/* ── TIMELINE ── */
.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 13px; left: 4%; right: 4%;
  border-top: 2px dashed var(--line-gold);
}
.tl-col { position: relative; padding-top: 34px; }
.tl-col::before {
  content: "";
  position: absolute;
  top: 6px; left: 0;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, var(--gold-light), var(--gold));
  box-shadow: 0 0 0 4px rgba(212,175,55,0.18);
}
.tl-num {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.tl-col h3 { font-size: 18px; margin: 8px 0 8px; }
.tl-col p { color: var(--text-secondary); font-size: 14.5px; }

/* ── PLANS ── */
.plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
.plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 24px 26px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  transition: transform .2s ease, border-color .2s ease;
}
.plan:hover { transform: translateY(-4px); border-color: var(--line-crimson); }
.plan-kicker {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--crimson-bright);
}
.plan-name {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  margin-top: 8px;
}
.plan-note { color: var(--text-muted); font-size: 13px; margin-top: 4px; }
.plan-price { display: flex; align-items: baseline; gap: 6px; margin: 18px 0 2px; }
.price-big {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}
.price-per { color: var(--text-muted); font-size: 13.5px; }
.price-save { min-height: 20px; font-size: 12.5px; color: var(--gold-light); }
.plan-sep { height: 1px; background: var(--line); margin: 16px 0; }
.plan-list { display: grid; gap: 10px; font-size: 14px; color: var(--text-secondary); }
.plan-list li { display: flex; gap: 9px; align-items: flex-start; }
.tick {
  flex: none;
  margin-top: 3px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(225,29,72,0.16);
  color: var(--crimson-bright);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.plan-btn {
  margin-top: auto;
  padding: 13px 16px !important;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--crimson-bright), var(--crimson-dark));
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: filter .18s ease, transform .18s ease;
}
.plan-btn:hover { filter: brightness(1.08); transform: translateY(-2px); }
.plan--top {
  background: linear-gradient(180deg, var(--surface-3), var(--surface-2));
  border-color: var(--gold);
  box-shadow: 0 18px 44px rgba(0,0,0,0.45), 0 0 0 1px var(--line-gold);
}
.plan-tab {
  position: absolute;
  top: -13px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #2E0E16;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 999px;
  white-space: nowrap;
}
.plans-foot {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.plans-foot p {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--text-muted);
  font-size: 14px;
}
.plans-foot .ico { color: var(--gold); }
.pay-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.pay-pill {
  font-size: 12px;
  font-weight: 700;
  color: var(--rose-pale);
  border: 1px solid var(--line);
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--surface-2);
}

/* ── QUOTES ── */
.quotes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.quote {
  position: relative;
  padding: 30px 28px 26px;
  border-radius: var(--radius-lg);
  background: var(--surface-2);
  border: 1px solid var(--line);
}
.quote-mark {
  position: absolute;
  top: 10px; left: 20px;
  font-family: var(--font-display);
  font-size: 74px;
  line-height: 1;
  color: rgba(212,175,55,0.28);
}
.quote p { font-size: 15.5px; color: var(--text-primary); position: relative; }
.quote-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.qa-init {
  width: 42px; height: 42px;
  flex: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  color: #2E0E16;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
}
.qa-name { font-weight: 700; font-size: 14px; }
.qa-city { font-size: 12.5px; color: var(--text-muted); }
.qa-stars { margin-left: auto; color: var(--gold); letter-spacing: 2px; font-size: 13px; }

/* ── FAQ ── */
.faq-cols {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: start;
}
.faq-side .sec-title { margin: 12px 0 12px; }
.faq-help {
  margin-top: 26px;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--surface-2);
  border: 1px solid var(--line-gold);
}
.faq-help h4 { font-size: 15.5px; margin-bottom: 6px; }
.faq-help p { font-size: 13.5px; color: var(--text-secondary); margin-bottom: 14px; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  margin-bottom: 10px;
  overflow: hidden;
}
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 17px 20px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
}
.faq-x {
  flex: none;
  color: var(--gold);
  font-size: 20px;
  transition: transform .25s ease;
}
.faq-item.open .faq-x { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  font-size: 14px;
  color: var(--text-secondary);
}
.faq-item.open .faq-a { max-height: 320px; }
.faq-a-inner, .faq-item.open .faq-a { padding: 0 20px 18px; }

/* ── RESSOURCES / BLOG CARDS ── */
.res-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.res-card {
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  border-radius: var(--radius-lg);
  background: var(--surface-2);
  border: 1px solid var(--line);
  transition: transform .2s ease, border-color .2s ease;
}
.res-card:hover { transform: translateY(-4px); border-color: var(--line-crimson); }
.res-card h3 { font-size: 16.5px; display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.res-card h3 .ico { color: var(--gold); }
.res-card p { font-size: 13.5px; color: var(--text-secondary); margin-bottom: 18px; }
.res-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-light);
}

.post-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface-2);
  border: 1px solid var(--line);
  transition: transform .2s ease, border-color .2s ease;
}
.post-card:hover { transform: translateY(-4px); border-color: var(--line-gold); }
.post-cover {
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
  transition: filter .3s ease, transform .5s ease;
}
.post-card:hover .post-cover { filter: saturate(1.05); transform: scale(1.03); }
.post-body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.post-cat {
  align-self: flex-start;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2E0E16;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  padding: 4px 11px;
  border-radius: 999px;
}
.post-title { font-family: var(--font-display); font-size: 19px; font-weight: 600; line-height: 1.3; }
.post-excerpt { font-size: 13.5px; color: var(--text-secondary); }
.post-meta { margin-top: auto; font-size: 12.5px; color: var(--text-muted); display: flex; gap: 8px; align-items: center; }
.post-link-arrow { margin-top: 4px; display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; color: var(--crimson-bright); }

/* ── BLOG ARTICLE LAYOUT ── */
.article-hero {
  padding: 150px 0 46px;
  background:
    radial-gradient(700px 380px at 88% 0%, rgba(212,175,55,0.10), transparent 60%),
    radial-gradient(560px 340px at 4% 12%, rgba(225,29,72,0.14), transparent 58%);
  border-bottom: 1px solid var(--line);
}
.article-hero .kicker { margin-bottom: 14px; }
.article-hero h1 { font-size: clamp(28px, 4vw, 44px); max-width: 820px; }
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
  font-size: 13px;
  color: var(--text-muted);
}
.article-meta span { display: inline-flex; align-items: center; gap: 7px; }
.article-cover {
  max-width: 1180px;
  margin: 34px auto 0;
  padding: 0 24px;
}
.article-cover img {
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: 0 26px 60px rgba(0,0,0,0.5);
}
.article-body {
  max-width: 780px;
  margin: 0 auto;
  padding: 54px 24px 20px;
  font-size: 16.5px;
}
.article-body p { margin-bottom: 22px; color: var(--rose-pale); }
.article-body strong { color: var(--text-primary); }
.article-body h2 {
  font-size: 26px;
  margin: 38px 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line-gold);
}
.article-body h3 { font-size: 19px; margin: 26px 0 10px; color: var(--gold-light); }
.article-body ul, .article-body ol { margin: 0 0 22px 4px; display: grid; gap: 10px; color: var(--rose-pale); }
.article-body ol { counter-reset: item; }
.article-body ol > li { counter-increment: item; display: flex; gap: 12px; }
.article-body ol > li::before {
  content: counter(item);
  flex: none;
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1px solid var(--line-gold);
  color: var(--gold);
  font-size: 12.5px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.article-body blockquote {
  border-left: 3px solid var(--gold);
  background: var(--surface-2);
  padding: 18px 22px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin: 0 0 22px;
  font-style: italic;
}
.callout {
  border: 1px solid var(--line-gold);
  background: linear-gradient(180deg, var(--surface-3), var(--surface-2));
  border-radius: var(--radius);
  padding: 20px 22px;
  margin: 0 0 22px;
  font-size: 15px;
}
.article-cta {
  max-width: 780px;
  margin: 26px auto 0;
  padding: 0 24px 10px;
}
.article-nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 24px 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* ── BAND ── */
.band {
  position: relative;
  padding: 90px 24px;
  text-align: center;
  background:
    radial-gradient(680px 380px at 50% 120%, rgba(225,29,72,0.22), transparent 60%),
    radial-gradient(520px 300px at 82% -10%, rgba(212,175,55,0.12), transparent 58%),
    var(--surface);
  border-top: 1px solid var(--line);
}
.band .kicker { margin-bottom: 14px; }
.band h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 14px; }
.band p { color: var(--text-secondary); max-width: 560px; margin: 0 auto 26px; }
.band-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.band-note { margin-top: 20px !important; font-size: 12.5px; color: var(--text-muted) !important; }

/* ── FOOTER ── */
.site-footer {
  border-top: 1px solid var(--line);
  background: var(--noir);
  padding: 60px 24px 30px;
}
.foot-top {
  max-width: 1180px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 36px;
}
.foot-brand p { margin-top: 16px; color: var(--text-muted); font-size: 14px; max-width: 300px; }
.foot-col h5 {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.foot-col ul { display: grid; gap: 10px; font-size: 14px; }
.foot-col a { color: var(--text-secondary); transition: color .15s ease; }
.foot-col a:hover { color: var(--text-primary); }
.foot-bottom {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12.5px;
  color: var(--text-muted);
}
.foot-legal { display: flex; gap: 20px; }
.foot-legal a { color: var(--text-muted); }
.foot-legal a:hover { color: var(--text-primary); }

/* ── CONTACT FORM ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: start;
}
.form-card {
  padding: 30px 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line-gold);
}
.field { margin-bottom: 16px; }
.field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--text-secondary);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 15px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--noir);
  color: var(--text-primary);
  font-family: var(--font-text);
  font-size: 14.5px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--crimson);
  box-shadow: 0 0 0 3px rgba(225,29,72,0.18);
}
.form-note { font-size: 12.5px; color: var(--text-muted); margin-top: 14px; }
.contact-side h2 { font-size: 30px; margin: 12px 0 12px; }
.wa-line {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border-radius: var(--radius);
  background: var(--surface-2);
  border: 1px solid var(--line);
  margin-top: 12px;
  font-size: 14px;
  color: var(--text-secondary);
}
.wa-line .ico { color: var(--green, #25D366); }
.wa-line strong { color: var(--text-primary); }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  padding: 150px 0 54px;
  background:
    radial-gradient(700px 400px at 10% 0%, rgba(225,29,72,0.18), transparent 60%),
    radial-gradient(560px 340px at 94% 100%, rgba(212,175,55,0.10), transparent 58%);
  border-bottom: 1px solid var(--line);
}
.page-hero .kicker { margin-bottom: 16px; }
.page-hero h1 { font-size: clamp(30px, 4.4vw, 48px); max-width: 760px; }
.page-hero .lede { margin-top: 16px; }

/* ── TABLE ── */
.table-wrap { overflow-x: auto; }
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  min-width: 560px;
}
.compare-table th, .compare-table td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}
.compare-table th {
  font-family: var(--font-display);
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.compare-table tr td:first-child { font-weight: 700; color: var(--text-primary); }
.compare-table td { color: var(--text-secondary); }
.compare-table tr:hover td { background: rgba(225,29,72,0.05); }

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .3s; }

body.nav-open { overflow: hidden; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .nav-links { display: none; }
  .burger { display: inline-flex; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .plans { grid-template-columns: repeat(2, 1fr); }
  .faq-cols { grid-template-columns: 1fr; gap: 26px; }
  .contact-grid { grid-template-columns: 1fr; }
  .res-grid { grid-template-columns: repeat(2, 1fr); }
  .article-nav { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .hero { padding: 128px 0 48px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-cell:nth-child(3) { border-left: 0; }
  .stat-cell:nth-child(n+3) { border-top: 1px solid var(--line); }
  .req-row { grid-template-columns: 64px 1fr; }
  .req-icon { display: none; }
  .timeline { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .timeline::before { display: none; }
  .quotes { grid-template-columns: 1fr; }
  .quotes .quote:nth-child(3) { order: 4; }
  .quotes .quote:nth-child(4) { order: 3; }
  .foot-top { grid-template-columns: 1fr 1fr; }
  .plans-foot { flex-direction: column; align-items: flex-start; }
  .article-body { font-size: 15.5px; }
}

@media (max-width: 480px) {
  .wrap { padding: 0 18px; }
  .hero-actions .btn-solid, .hero-actions .btn-line { width: 100%; justify-content: center; }
  .mosaic { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .mos--cinema { grid-column: span 1; grid-row: span 2; }
  .mos--sports, .mos--docs { grid-column: span 1; }
  .plans { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat-cell + .stat-cell { border-left: 0; }
  .stat-cell:nth-child(n+2) { border-top: 1px solid var(--line); }
  .timeline { grid-template-columns: 1fr; }
  .res-grid { grid-template-columns: 1fr; }
  .article-nav { grid-template-columns: 1fr; }
  .foot-top { grid-template-columns: 1fr; }
  .band-actions .btn-solid, .band-actions .btn-line { width: 100%; justify-content: center; }
  .hero-points { gap: 12px; }
  .epg-name { font-size: 12.5px; }
}
