/* Keep the homepage's visual sequence independent from the legacy renderer insertion point. */
#main:has(.home-why-section) { display: flex; flex-direction: column; }
#main:has(.home-why-section) > .hero { order: 1; }
#main:has(.home-why-section) > .showcase-section { order: 2; }
#main:has(.home-why-section) > .plans-section { order: 3; }
#main:has(.home-why-section) > .home-why-section { order: 4; }
#main:has(.home-why-section) > .blog-section { order: 5; }
#main:has(.home-why-section) > .home-reviews-section { order: 6; }
#main:has(.home-why-section) > .home-guarantee-section { order: 7; }
#main:has(.home-why-section) > .faq-section { order: 8; }

/* Progressive Essential / Standard / Premium / VIP package differentiation. */
.package-name {
  margin: 0 0 4px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.package-feature-row {
  display: grid !important;
  grid-template-columns: 22px minmax(92px, .82fr) minmax(0, 1.18fr);
  align-items: start !important;
  gap: 8px !important;
  min-height: 36px;
  border-bottom: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
}

.package-feature-row .feature-state {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid rgba(255, 183, 27, .55);
  border-radius: 50%;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
}

.package-feature-row.is-unavailable .feature-state {
  border-color: rgba(170, 182, 207, .28);
  color: #71809c;
}

.package-feature-row .feature-label { color: #aab6cf; font-weight: 700; }
.package-feature-row .feature-value { min-width: 0; color: #f8faff; line-height: 1.45; }
.package-feature-row.is-unavailable .feature-value { color: #71809c; }

.package-card.featured {
  border-color: var(--gold);
  background: linear-gradient(145deg, var(--color-primary-light) 0%, var(--color-primary-dark) 100%);
  color: #090d18;
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(255, 183, 27, .28), 0 0 0 1px rgba(255, 211, 90, .7);
}

.package-card.featured .package-name,
.package-card.featured .plan-title,
.package-card.featured .plan-price,
.package-card.featured .currency-label,
.package-card.featured .feature-label,
.package-card.featured .feature-value { color: #090d18; }

.package-card.featured .comparison-price { color: #6c2730; }
.package-card.featured .feature-state { border-color: rgba(9, 13, 24, .45); color: #090d18; }
.package-card.featured .is-unavailable .feature-state { border-color: rgba(9, 13, 24, .24); color: rgba(9, 13, 24, .5); }
.package-card.featured .is-unavailable .feature-value { color: rgba(9, 13, 24, .62); }
.package-card.featured .package-feature-link { color: #090d18; text-decoration-color: rgba(9, 13, 24, .6); }
.package-card.featured .package-cta { background: #090d18; border-color: #090d18; color: #fff; box-shadow: 0 10px 22px rgba(9, 13, 24, .25); }
.package-card.featured .package-cta:hover { background: #17213d; color: #fff; }
.package-card.featured .badge-green { background: #090d18; color: var(--gold-light); }

@media (max-width: 767px) {
  .package-feature-row { grid-template-columns: 22px minmax(92px, .78fr) minmax(0, 1.22fr); font-size: 16px !important; }
  .package-card.featured { transform: none; }
}
/* ==========================================================================
   IPTV Canada HQ — Desktop & Mobile Responsive Visual System
   Design tokens per automation/country-config.json design_tokens.
   ========================================================================== */

:root {
  --bg: #05070d;
  --bg-subtle: #080b15;
  --surface: #0b0f1a;
  --surface-card: #10141f;
  --surface-hover: #161c2a;
  --border: #1c2230;
  --border-light: #262e40;
  --border-highlight: #35415a;

  --text-bright: #ffffff;
  --text-main: #f8fafc;
  --text-muted: #93a3bd;
  --text-dim: #7c8bab;

  --color-primary: #FFB71B;
  --color-primary-light: #FFD35A;
  --color-primary-dark: #FFAD18;
  --color-primary-text: #090D18;

  /* Semantic aliases (WCAG-safe, reuse the tokens above) */
  --color-focus: var(--color-primary);
  --color-button-text: var(--text-bright);
  --color-divider: var(--border-light);
  --color-success: #00e676;
  --color-warning: #f4c542;
  --color-error: #ff5e66;

  --grad-purple: linear-gradient(115deg, #dc2626 0%, #b91c1c 100%);
  --grad-purple-hover: linear-gradient(115deg, #e63e3e 0%, #c92727 100%);
  --grad-primary: linear-gradient(115deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
  --grad-card: linear-gradient(180deg, rgba(16, 20, 31, 0.9) 0%, rgba(9, 12, 20, 0.95) 100%);
  --grad-hero-visual: linear-gradient(135deg, rgba(220, 38, 38, 0.12) 0%, rgba(255, 183, 27, 0.1) 100%);

  --shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.6);
  --shadow-purple: 0 10px 30px rgba(220, 38, 38, 0.3);
  --shadow-primary: 0 10px 30px rgba(255, 183, 27, 0.25);
  --shadow-soft: var(--shadow-sm);
  --shadow-accent: var(--shadow-purple);

  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --radius-pill: 50px;

  --tap-min: 44px;

  color-scheme: dark;
}

/* 1. Reset & Global Base */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  -webkit-text-size-adjust: 100%;
}

.homepage-anchor,
#fonctionnalites,
#tarifs,
#faq,
#contact {
  scroll-margin-top: 90px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text-main);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video {
  max-width: 100%;
  height: auto;
  display: block;
}

button, input, select, textarea {
  font: inherit;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

button, a, summary, select {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

button, summary, select {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

/* Focus States */
:focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: 3px;
}

/* Accessibility Skip Link */
.skip {
  position: fixed;
  top: -100px;
  left: 16px;
  background: var(--color-primary);
  color: #090d18;
  padding: 12px 20px;
  z-index: 9999;
  border-radius: var(--radius-sm);
  font-weight: 700;
  transition: top 0.2s;
}

.skip:focus {
  top: 16px;
}

/* Wide Responsive Container */
.container {
  width: 100%;
  max-width: 1620px;
  padding-inline: clamp(16px, 4vw, 80px);
  margin-inline: auto;
}

/* Typography Scale (Fluid using clamp) */
h1, h2, h3, h4, p {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1, h2, h3, h4 {
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 800;
  color: var(--text-bright);
}

h1 {
  font-size: clamp(32px, 4.5vw, 82px);
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(24px, 3.2vw, 54px);
  line-height: 1.15;
  margin-bottom: 18px;
}

h3 {
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.25;
  margin-bottom: 12px;
}

p {
  color: var(--text-muted);
  margin-bottom: 20px;
  /* M03: 16px floor so ordinary body copy never renders below readable size on mobile. */
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.6;
}

strong {
  font-weight: 700;
  color: var(--text-bright);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary);
  font-size: clamp(11px, 0.9vw, 13px);
  letter-spacing: 0.15em;
  font-weight: 750;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00e676;
  box-shadow: 0 0 10px #00e676;
  flex-shrink: 0;
}

/* Buttons & Interactive Elements */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: var(--tap-min);
  padding: clamp(12px, 1.1vw, 18px) clamp(22px, 2vw, 38px);
  background: var(--grad-purple);
  border: 1px solid rgba(255, 183, 27, 0.4);
  border-radius: var(--radius-sm);
  color: var(--text-bright);
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 750;
  line-height: 1.3;
  text-align: center;
  box-shadow: var(--shadow-purple);
  transition: all 0.25s ease;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.button:hover {
  background: var(--grad-purple-hover);
  color: var(--text-bright);
  box-shadow: 0 12px 35px rgba(255, 183, 27, 0.5);
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0);
}

.button-outline {
  background: var(--surface-card);
  border-color: var(--border-light);
  box-shadow: var(--shadow-sm);
}

.button-outline:hover {
  background: var(--surface-hover);
  border-color: var(--border-highlight);
  box-shadow: var(--shadow-md);
}

.button-light {
  background: var(--color-primary);
  color: #05070d;
  border-color: transparent;
  box-shadow: var(--shadow-primary);
}

.button-light:hover {
  background: var(--color-primary-light);
  color: #05070d;
  box-shadow: 0 12px 35px rgba(255, 183, 27, 0.4);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  color: var(--color-primary);
  font-weight: 700;
  font-size: clamp(14px, 1.1vw, 17px);
  text-decoration: none;
  transition: color 0.2s;
}

.text-link:hover {
  color: var(--color-primary-light);
  text-decoration: underline;
}

/* Header (Mobile Base) */
.premium-header {
  background: rgba(8, 14, 34, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 30px rgba(2, 6, 21, 0.4);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.premium-header .nav-wrap {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  width: 100%;
}

.header-brand {
  display: inline-flex;
  align-items: center;
  color: var(--color-primary);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1;
  letter-spacing: -0.5px;
  font-weight: 800;
  flex-shrink: 0;
  text-decoration: none;
  min-height: var(--tap-min);
  padding: 4px 0;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.header-brand strong {
  font-weight: 800;
  color: var(--text-bright);
}

.header-brand:focus-visible {
  color: var(--color-primary);
}

.header-brand:focus-visible strong {
  color: var(--color-primary);
}

@media (hover: hover) and (pointer: fine) {
  .header-brand:hover,
  .header-brand:hover strong {
    color: var(--color-primary);
  }
}

.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

@media (max-width: 360px) {
  .site-header.premium-header .nav-wrap { flex-wrap: wrap; height: auto; gap: 8px; padding-block: 8px; }
  .site-header.premium-header .header-brand { flex-basis: 100%; justify-content: center; }
  .site-header.premium-header .header-right { margin-inline: auto; }
}

/* Language Switcher in Header */
.header-languages {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 8px 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  line-height: 1;
}

.header-languages > a,
.header-languages > .lang-disabled {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #8c9ba8;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
  min-height: 32px;
  padding: 2px 4px;
}

.header-languages > a[aria-current="true"] {
  color: #ffffff;
}

.header-languages > a:hover:not([aria-current="true"]) {
  color: #ffffff;
}

.header-languages > a:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.lang-separator {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
  margin-inline: 12px;
  flex-shrink: 0;
}

.flag-icon {
  display: inline-block;
  width: 18px;
  height: 13px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  vertical-align: middle;
}

/* Header CTA Button */
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: clamp(12px, 1.1vw, 16px) clamp(22px, 1.8vw, 36px);
  background: linear-gradient(110deg, var(--color-primary) 0%, var(--color-primary) 100%);
  border: 1px solid rgba(255, 183, 27, 0.4);
  border-radius: 14px;
  box-shadow: 0 0 25px rgba(255, 183, 27, 0.45);
  color: #ffffff;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.header-cta:hover {
  background: linear-gradient(110deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
  box-shadow: 0 0 35px rgba(255, 183, 27, 0.65);
  transform: translateY(-2px);
  color: #ffffff;
}

.premium-header .desktop-start {
  display: none;
}

/* Primary Navigation Mobile Overlay */
.premium-header #primary-nav {
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  background: rgba(9, 15, 38, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 24px 28px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  max-height: calc(100dvh - 72px);
  overflow-y: auto;
}

.premium-header #primary-nav.open {
  display: flex;
}

.premium-header #primary-nav > a:not(.header-cta) {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 650;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.premium-header #primary-nav > a:not(.header-cta):hover,
.premium-header #primary-nav > a[aria-current="page"] {
  color: var(--color-primary);
}

.premium-header #primary-nav > .mobile-start {
  display: flex;
  margin-top: 20px;
  width: 100%;
}

/* Hamburger Toggle Button */
.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: var(--tap-min);
  min-height: var(--tap-min);
  padding: 8px;
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-bright);
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 20px;
}

.hamburger i {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

.menu-toggle[aria-expanded="true"] .hamburger i:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] .hamburger i:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] .hamburger i:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Hero Section (Mobile Base) */
.hero {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-block: 36px 40px;
}

.hero-copy {
  width: 100%;
}

.hero-intro {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.hero-actions .button {
  width: 100%;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
  text-align: center;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-num {
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 850;
  letter-spacing: -0.02em;
  background: linear-gradient(120deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  white-space: nowrap;
}

.stat-label {
  font-size: clamp(11px, 2.5vw, 14px);
  color: #8f9ebd;
  font-weight: 500;
  margin-top: 4px;
  line-height: 1.35;
}

.hero-stats-note {
  /* M03: this is a placeholder/pending-confirmation disclosure, not a decorative label — keep it readable. */
  font-size: 16px;
  color: #b7c2de;
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
}

/* Hero Dashboard Visual */
.hero-visual {
  position: relative;
  width: 100%;
  padding: 0;
}

.tv-dashboard {
  background: linear-gradient(180deg, #0d1730 0%, #070e20 100%);
  border: 1px solid rgba(255, 183, 27, 0.4);
  border-radius: 20px;
  padding: 18px 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65), 0 0 40px rgba(255, 183, 27, 0.2);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}

.tv-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tv-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
}

.tv-brand-icon {
  font-size: 16px;
}

.tv-brand strong {
  background: linear-gradient(115deg, var(--color-primary-light) 0%, var(--color-primary-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}

.tv-menu {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 600;
  color: #8fa5d0;
}

.tv-menu span:first-child {
  color: #ffffff;
  font-weight: 750;
}

.tv-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.tv-cat {
  border-radius: 10px;
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.tv-cat .cat-title {
  font-size: 10px;
  font-weight: 850;
  color: #ffffff;
  line-height: 1.2;
}

.tv-cat .cat-sub {
  font-size: 9px;
  font-weight: 750;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 2px;
}

.cat-direct {
  background: linear-gradient(135deg, #e53935 0%, #d81b60 100%);
}

.cat-sports {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
}

.cat-films {
  background: linear-gradient(135deg, #8e24aa 0%, #6a1b9a 100%);
}

.cat-enfants {
  background: linear-gradient(135deg, #43a047 0%, #2e7d32 100%);
}

.tv-featured {
  background: linear-gradient(135deg, rgba(18, 34, 72, 0.95) 0%, rgba(10, 20, 46, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 18px 16px;
  position: relative;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-content {
  z-index: 1;
}

.featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(100, 222, 242, 0.12);
  border: 1px solid rgba(100, 222, 242, 0.3);
  color: var(--color-primary);
  font-size: 10px;
  font-weight: 750;
  padding: 3px 8px;
  border-radius: 50px;
  margin-bottom: 6px;
}

.featured-title {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 2px 0;
  letter-spacing: -0.02em;
}

.featured-meta {
  font-size: 11px;
  color: var(--text-muted);
  margin: 0;
}

.hero-badge {
  background: rgba(18, 30, 60, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 183, 27, 0.45);
  border-radius: 14px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 183, 27, 0.25);
  z-index: 10;
}

.badge-4k {
  position: relative;
  margin-bottom: 12px;
}

.badge-zero-buffer {
  position: relative;
  margin-top: 12px;
}

.badge-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.badge-icon-tv {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary) 100%);
  color: #ffffff;
  box-shadow: 0 0 16px rgba(229, 57, 53, 0.7);
}

.badge-icon-bolt {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary) 100%);
  color: #ffeb3b;
  box-shadow: 0 0 14px rgba(255, 183, 27, 0.6);
}

.badge-text strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.badge-text small {
  display: block;
  font-size: 10px;
  color: var(--text-muted);
  font-weight: 500;
  margin-top: 2px;
}

/* L01: the .tv-channels/.ch-tile/.tile-* channel-logo tile system (Belgian and
   French broadcaster tiles) is confirmed unused — the current hero markup
   never emits channel logos. Removed rather than carried as dead weight. */

/* Cinematic hero player */
.cinematic-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  padding: 10px;
  border: 1px solid rgba(255, 183, 27, 0.42);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(18, 27, 57, 0.94), rgba(5, 10, 25, 0.98));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55), 0 0 60px rgba(255, 183, 27, 0.16);
  overflow: hidden;
  animation: cinematic-player-in 0.7s ease-out both, cinematic-breathe 7s ease-in-out 0.8s infinite;
}

.cinematic-scene {
  position: relative;
  height: calc(100% - 72px);
  overflow: hidden;
  border-radius: 15px;
  background: radial-gradient(ellipse at 66% 28%, rgba(255, 183, 27, 0.25), transparent 22%), radial-gradient(ellipse at 33% 38%, rgba(255, 183, 27, 0.42), transparent 35%), linear-gradient(155deg, #101d3b 0%, #080d21 52%, #050817 100%);
}

.scene-light {
  position: absolute;
  width: 48%;
  height: 70%;
  border-radius: 50%;
  filter: blur(34px);
  opacity: 0.35;
  pointer-events: none;
  animation: cinematic-ambient 10s ease-in-out infinite alternate;
}

.scene-light-one { top: -28%; left: 12%; background: rgba(255, 183, 27, 0.72); }
.scene-light-two { right: -12%; bottom: -35%; background: rgba(255, 183, 27, 0.38); animation-delay: -4s; }

.scene-stadium-lines {
  position: absolute;
  inset: 12% 7% 22%;
  opacity: 0.36;
  transform: perspective(380px) rotateX(58deg) rotateZ(-4deg);
}

.scene-stadium-lines span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 183, 27, 0.5);
  border-radius: 50%;
}

.scene-stadium-lines span:nth-child(2) { inset: 16% 13%; border-color: rgba(255, 183, 27, 0.45); }
.scene-stadium-lines span:nth-child(3) { inset: 31% 26%; border-color: rgba(255, 209, 0, 0.24); }

.cinematic-topline {
  position: absolute;
  inset: 18px 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.live-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.live-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff5e66;
  box-shadow: 0 0 12px rgba(255, 94, 102, 0.9);
  animation: cinematic-live-pulse 2.2s ease-in-out infinite;
}


.cinematic-scene-copy {
  position: absolute;
  top: 30%;
  left: 8%;
  display: flex;
  max-width: 70%;
  flex-direction: column;
  gap: 7px;
  color: #fff;
}

.cinematic-scene-copy span,
.cinematic-scene-copy small { color: rgba(215, 224, 255, 0.7); font-size: 11px; }
.cinematic-scene-copy strong { font-size: clamp(1.35rem, 2.6vw, 2.6rem); line-height: 1.1; }

.cinematic-player-overlay {
  position: absolute;
  right: 7%;
  bottom: 17%;
  left: 7%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(5, 9, 24, 0.9), rgba(10, 15, 36, 0.55));
  backdrop-filter: blur(10px);
}

.player-overlay-copy { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.player-kicker { color: #5ad0e6; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.player-programme { color: #fff; font-size: clamp(0.95rem, 1.45vw, 1.35rem); font-weight: 800; }
.player-meta { color: rgba(220, 228, 252, 0.68); font-size: 11px; }
.player-quality { flex: 0 0 auto; color: #8feefa; font-size: 11px; font-weight: 800; }

.cinematic-controls {
  position: absolute;
  right: 7%;
  bottom: 6%;
  left: 7%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
}

.control-play { color: #fff; font-size: 11px; }
.control-progress { height: 2px; flex: 1; background: rgba(255, 255, 255, 0.22); }
.control-progress i { display: block; width: 35%; height: 100%; background: linear-gradient(90deg, var(--color-primary), var(--color-primary-light)); }
.control-volume { color: #5ad0e6; }

.cinematic-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  height: 62px;
  padding-top: 10px;
}

.cinematic-preview {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #101b39;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.cinematic-preview::before { position: absolute; inset: 0; content: ''; opacity: 0.55; background: linear-gradient(135deg, rgba(255, 183, 27, 0.6), transparent 65%); }
.preview-film::before { background: linear-gradient(135deg, rgba(255, 77, 137, 0.52), transparent 65%); }
.preview-family::before { background: linear-gradient(135deg, rgba(255, 209, 0, 0.38), transparent 65%); }
.cinematic-preview span, .cinematic-preview strong { position: relative; z-index: 1; }
.cinematic-preview span { color: rgba(220, 228, 252, 0.7); font-size: 9px; font-weight: 800; letter-spacing: 0.08em; }
.cinematic-preview strong { overflow: hidden; color: #fff; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.cinematic-preview:hover { border-color: rgba(100, 222, 242, 0.62); transform: translateY(-3px); }

.cinematic-glass-badge {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 183, 27, 0.4);
  border-radius: 10px;
  background: rgba(12, 20, 45, 0.82);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  animation: cinematic-badge-float 6s ease-in-out infinite;
}

/* Restored dashboard polish */
.hero-dashboard {
  border-color: rgba(255, 183, 27, 0.42);
  background: linear-gradient(180deg, #111d3c 0%, #080f24 100%);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.6), 0 0 34px rgba(255, 183, 27, 0.2);
  animation: dashboard-ambient-glow 6.5s ease-in-out infinite;
}

.hero-dashboard .tv-header {
  padding-bottom: 14px;
}

.hero-dashboard .tv-brand strong {
  color: #fff;
  background: none;
  -webkit-text-fill-color: currentColor;
  letter-spacing: 0.06em;
}

.hero-dashboard .tv-menu span:first-child {
  color: #6ed9ea;
}

.hero-dashboard .tv-cat {
  min-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, rgba(39, 51, 91, 0.94), rgba(16, 27, 57, 0.94));
}

.hero-dashboard .tv-cat:nth-child(2) { background: linear-gradient(145deg, rgba(31, 78, 105, 0.94), rgba(16, 39, 67, 0.94)); }
.hero-dashboard .tv-cat:nth-child(3) { background: linear-gradient(145deg, rgba(69, 51, 112, 0.94), rgba(29, 24, 66, 0.94)); }
.hero-dashboard .tv-cat:nth-child(4) { background: linear-gradient(145deg, rgba(39, 77, 83, 0.94), rgba(18, 46, 58, 0.94)); }

.hero-dashboard .tv-cat.cat-direct { background: linear-gradient(135deg, #e83b4e, #c92852); border-color: rgba(231, 71, 71, 0.62); box-shadow: 0 5px 15px rgba(231, 71, 71, 0.2); }
.hero-dashboard .tv-cat.cat-sports { background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light)); border-color: rgba(255, 183, 27, 0.62); box-shadow: 0 5px 15px rgba(255, 183, 27, 0.18); }
.hero-dashboard .tv-cat.cat-films { background: linear-gradient(135deg, #6d3dd1, #a334c6); border-color: rgba(255, 183, 27, 0.62); box-shadow: 0 5px 15px rgba(255, 183, 27, 0.2); }
.hero-dashboard .tv-cat.cat-enfants { background: linear-gradient(135deg, #2e9348, #249878); border-color: rgba(52, 168, 83, 0.62); box-shadow: 0 5px 15px rgba(52, 168, 83, 0.18); }
.hero-dashboard .tv-cat:hover { transform: translateY(-3px); filter: saturate(1.08) brightness(1.06); }

.hero-dashboard .tv-cat .cat-title { font-size: 11px; letter-spacing: 0.04em; }
.hero-dashboard .tv-cat .cat-sub { color: #a9eff7; font-size: 10px; }

.hero-dashboard .tv-featured {
  min-height: 132px;
  border-color: rgba(133, 195, 221, 0.18);
  background: radial-gradient(circle at 82% 20%, rgba(100, 222, 242, 0.15), transparent 25%), linear-gradient(135deg, rgba(25, 43, 82, 0.98), rgba(10, 18, 43, 0.98));
}

.hero-dashboard .featured-badge {
  color: #9cebf3;
  background: rgba(100, 222, 242, 0.09);
  border-color: rgba(100, 222, 242, 0.26);
}

.hero-dashboard .tv-featured::after { position: absolute; right: 16px; bottom: 13px; width: 6px; height: 6px; border-radius: 50%; background: #f4c542; box-shadow: 0 0 10px rgba(244, 197, 66, 0.72); content: ''; }
.hero-dashboard .featured-badge { color: #f4f6ff; border-color: rgba(255, 183, 27, 0.42); background: linear-gradient(90deg, rgba(255, 183, 27, 0.24), rgba(255, 183, 27, 0.1)); }
.hero-dashboard .featured-title { margin-bottom: 7px; }
.hero-dashboard .tv-featured { border-image: linear-gradient(90deg, rgba(255, 183, 27, 0.72), rgba(255, 183, 27, 0.56)) 1; animation: hero-featured-glow 6s ease-in-out infinite; }

.hero-dashboard .featured-title { letter-spacing: -0.01em; }
.hero-dashboard .featured-meta { color: rgba(220, 228, 252, 0.7); }

.hero-dashboard .hero-badge {
  border-color: rgba(50, 180, 205, 0.38);
  background: rgba(14, 25, 53, 0.94);
  padding: 8px 11px;
  gap: 9px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.42), 0 0 16px rgba(255, 183, 27, 0.18);
}

.hero-dashboard .badge-icon { width: 30px; height: 30px; border-radius: 8px; }
.hero-dashboard .badge-text strong { font-size: 11px; }
.hero-dashboard .badge-text small { font-size: 9px; }

.hero-dashboard .tv-channels { gap: 7px; }
.hero-dashboard .ch-tile {
  min-height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: linear-gradient(135deg, #273c68, #142442);
  font-size: 10px;
  letter-spacing: 0.05em;
}

.hero-dashboard .ch-tile:nth-child(2) { background: linear-gradient(135deg, #384b78, #1b2c54); }
.hero-dashboard .ch-tile:nth-child(3) { background: linear-gradient(135deg, #344d61, #192f47); }
.hero-dashboard .ch-tile:nth-child(4) { background: linear-gradient(135deg, #4b506f, #252b4a); }
.hero-dashboard .ch-tile:nth-child(5) { background: linear-gradient(135deg, #315a69, #193946); }
.hero-dashboard .ch-tile { transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease; }
.hero-dashboard .ch-tile:nth-child(1) { background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light)); color: #06152b; box-shadow: 0 3px 10px rgba(255, 183, 27, 0.28); }
.hero-dashboard .ch-tile:nth-child(2) { background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary-light)); box-shadow: 0 3px 10px rgba(255, 183, 27, 0.25); }
.hero-dashboard .ch-tile:nth-child(3) { background: linear-gradient(135deg, #f4c542, #e8892f); color: #1c1720; box-shadow: 0 3px 10px rgba(244, 197, 66, 0.24); }
.hero-dashboard .ch-tile:nth-child(4) { background: linear-gradient(135deg, #e74747, #b82f52); box-shadow: 0 3px 10px rgba(231, 71, 71, 0.24); }
.hero-dashboard .ch-tile:nth-child(5) { background: linear-gradient(135deg, var(--color-primary-light), #3152c7); box-shadow: 0 3px 10px rgba(37, 131, 232, 0.25); }
.hero-dashboard .ch-tile:hover { transform: translateY(-2px); filter: brightness(1.08); }

.hero-dashboard .tv-menu span { transition: color 0.2s ease; }
.hero-dashboard .tv-menu span:hover { color: var(--color-primary); }
.hero-dashboard .tv-menu span:first-child { position: relative; color: #b7aaff; }
.hero-dashboard .tv-menu span:first-child::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--color-primary-light), var(--color-primary)); content: ''; }

.hero-dashboard .tv-brand-icon { color: var(--color-primary); }
.hero-dashboard .tv-brand-icon svg { stroke: var(--color-primary); filter: drop-shadow(0 0 5px rgba(255, 183, 27, 0.58)); }
.hero-dashboard .badge-icon-tv { background: linear-gradient(135deg, var(--color-primary-light), var(--color-primary-light)); box-shadow: 0 0 16px rgba(231, 71, 71, 0.42); }
.hero-dashboard .badge-icon-bolt { background: linear-gradient(135deg, var(--color-primary-light), var(--color-primary)); color: #f4c542; box-shadow: 0 0 14px rgba(255, 183, 27, 0.42); }
.hero-dashboard .hero-badge { background: rgba(12, 23, 49, 0.9); border-color: rgba(255, 183, 27, 0.42); }
.hero-dashboard .badge-text small { color: #c5d0e7; }

@keyframes dashboard-ambient-glow {
  0%, 100% { box-shadow: 0 24px 58px rgba(0, 0, 0, 0.6), 0 0 34px rgba(255, 183, 27, 0.2); }
  50% { box-shadow: 0 24px 58px rgba(0, 0, 0, 0.6), 0 0 42px rgba(255, 183, 27, 0.27); }
}
@keyframes hero-featured-glow { 0%, 100% { box-shadow: 0 5px 20px rgba(255, 183, 27, 0.14); } 50% { box-shadow: 0 5px 25px rgba(255, 183, 27, 0.2); } }

.badge-quality { top: 9%; right: -4%; }
.badge-selection { bottom: 22%; left: -4%; animation-delay: -2.5s; }
.cinematic-glass-badge strong, .cinematic-glass-badge small { display: block; }
.cinematic-glass-badge strong { color: #fff; font-size: 11px; }
.cinematic-glass-badge small { margin-top: 2px; color: rgba(215, 224, 255, 0.68); font-size: 9px; }
.badge-signal { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 7px; background: linear-gradient(135deg, var(--color-primary), var(--color-primary)); color: #fff; font-size: 13px; }

@keyframes cinematic-player-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes cinematic-breathe { 0%, 100% { box-shadow: 0 24px 70px rgba(0,0,0,.55), 0 0 60px rgba(255, 183, 27, .16); } 50% { box-shadow: 0 24px 70px rgba(0,0,0,.55), 0 0 72px rgba(255, 183, 27, .25); } }
@keyframes cinematic-ambient { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(12px, -8px, 0); } }
@keyframes cinematic-live-pulse { 0%, 100% { opacity: .65; } 50% { opacity: 1; } }
@keyframes cinematic-badge-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }

@media (max-width: 767px) {
  .cinematic-player {
    aspect-ratio: 16 / 12;
    padding: 7px;
    border-radius: 18px;
  }

  .cinematic-scene {
    height: calc(100% - 58px);
    border-radius: 12px;
  }

  .cinematic-topline { inset: 13px 14px auto; font-size: 9px; }
  .cinematic-scene-copy { top: 23%; left: 7%; max-width: 82%; }
  .cinematic-scene-copy strong { font-size: 1.3rem; }
  .cinematic-scene-copy small { font-size: 10px; }
  .cinematic-player-overlay { right: 5%; bottom: 17%; left: 5%; padding: 13px; }
  .player-programme { font-size: 0.95rem; }
  .player-quality { display: none; }
  .cinematic-controls { right: 5%; bottom: 6%; left: 5%; }
  .cinematic-rail { height: 51px; gap: 5px; padding-top: 7px; }
  .cinematic-preview { padding: 6px; }
  .cinematic-preview span { font-size: 8px; }
  .cinematic-preview strong { font-size: 9px; }
  .cinematic-glass-badge { padding: 7px 9px; }
  .badge-quality { top: 5%; right: 5%; }
  .badge-selection { top: 14%; right: auto; bottom: auto; left: 5%; }
  .cinematic-glass-badge strong { font-size: 10px; }
  .cinematic-glass-badge small { font-size: 8px; }
}

/* Hero media motion: transform/opacity only, disabled for reduced motion. */
.hero-dashboard {
  animation: hero-dashboard-breathe 6s ease-in-out infinite;
}

.hero-float {
  animation: hero-badge-float 5s ease-in-out infinite;
}

.hero-float-b {
  animation-duration: 6.2s;
  animation-delay: -1.3s;
}

.hero-category {
  opacity: 0;
  animation: hero-category-enter 0.55s ease-out forwards;
}

.hero-category-1 { animation-delay: 0.08s; }
.hero-category-2 { animation-delay: 0.16s; }
.hero-category-3 { animation-delay: 0.24s; }
.hero-category-4 { animation-delay: 0.32s; }

.badge-icon-bolt,
.tv-brand-icon {
  animation: hero-icon-glow 4.5s ease-in-out infinite;
}

.ch-tile {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ch-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 16px rgba(255, 183, 27, 0.28);
}

@keyframes hero-badge-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes hero-dashboard-breathe {
  0%, 100% { box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65), 0 0 40px rgba(255, 183, 27, 0.2); }
  50% { box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65), 0 0 48px rgba(255, 183, 27, 0.3); }
}

@keyframes hero-category-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-icon-glow {
  0%, 100% { opacity: 0.88; filter: drop-shadow(0 0 0 rgba(255, 183, 27, 0)); }
  50% { opacity: 1; filter: drop-shadow(0 0 7px rgba(255, 183, 27, 0.55)); }
}

/* Section Tops */
.section-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.section-top p {
  font-size: 14px;
  margin-bottom: 0;
}

/* Pricing Section */
.plans-section {
  padding-block: clamp(48px, 5vw, 80px);
  background: var(--bg-subtle);
  border-block: 1px solid rgba(255, 255, 255, 0.05);
}

.section-top-center {
  text-align: center;
  max-width: 820px;
  margin-inline: auto;
  margin-bottom: clamp(32px, 3vw, 56px);
}

.section-top-center h2 {
  font-size: clamp(28px, 3.5vw, 56px);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
}

.section-top-center .section-intro {
  font-size: clamp(15px, 1.2vw, 19px);
  color: #93a3bd;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Plan Cards */
.plan-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.plan-card {
  background: linear-gradient(180deg, rgba(14, 22, 48, 0.92) 0%, rgba(6, 10, 26, 0.96) 100%);
  border: 1px solid rgba(255, 183, 27, 0.25);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
}

.plan-card:hover {
  border-color: rgba(255, 183, 27, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.plan-card.featured {
  background: linear-gradient(180deg, rgba(28, 16, 62, 0.95) 0%, rgba(12, 8, 32, 0.98) 100%);
  border: 2px solid var(--color-primary);
  box-shadow: 0 0 35px rgba(255, 183, 27, 0.4), 0 15px 40px rgba(0, 0, 0, 0.6);
}

.card-badge-top {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.badge-green {
  background: #00e676;
  color: #041428;
  font-weight: 850;
  font-size: 11px;
  padding: 5px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 0 16px rgba(0, 230, 118, 0.5);
  white-space: nowrap;
}

.popular-subbadge {
  color: #ffeb3b;
  font-size: 13px;
  font-weight: 750;
  text-align: center;
  margin-bottom: 12px;
}

.plan-title {
  font-size: clamp(20px, 1.5vw, 26px);
  font-weight: 850;
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.price-line {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-bottom: 20px;
}

.plan-price {
  font-size: clamp(38px, 3.2vw, 54px);
  font-weight: 850;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1;
}

.price-term {
  font-size: 15px;
  color: #8f9ebd;
  font-weight: 600;
}

/* Features List */
.features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #93a3bd;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 10px;
  line-height: 1.4;
}

.features li:last-child {
  border-bottom: 0;
}

.features li::before {
  content: none;
}

.check-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 183, 27, 0.2);
  border: 1px solid rgba(255, 183, 27, 0.4);
  color: var(--color-primary-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
}

.card-action {
  margin-top: auto;
}

.button-cta-gradient {
  background: var(--grad-purple);
  color: #ffffff;
  width: 100%;
  border: 1px solid rgba(220, 38, 38, 0.4);
  box-shadow: var(--shadow-purple);
  font-weight: 800;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: clamp(16px, 1.1vw, 17px);
}

.button-cta-gradient:hover {
  background: var(--grad-purple-hover);
  box-shadow: var(--shadow-purple);
  color: #ffffff;
}

.blog-empty-actions .button {
  width: min(100%, 260px);
  min-height: 52px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 800;
  border-radius: var(--radius-sm);
  white-space: normal;
  transform: none;
}

.blog-empty-actions .button-cta-gradient {
  background: var(--surface-card);
  color: var(--text-bright);
  border: 1px solid var(--color-primary);
  box-shadow: var(--shadow-sm);
}

.blog-empty-actions .button-cta-gradient:hover,
.blog-empty-actions .button-cta-gradient:focus-visible {
  background: var(--color-primary);
  color: var(--color-primary-text);
  border-color: var(--color-primary);
  box-shadow: var(--shadow-sm);
}

.blog-empty-actions .button-cta-gradient:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.blog-empty-actions .button-outline {
  background: var(--grad-primary);
  color: var(--color-primary-text);
  border: 1px solid var(--color-primary);
  box-shadow: var(--shadow-primary);
  font-weight: 800;
}

.blog-empty-actions .button-outline:hover,
.blog-empty-actions .button-outline:focus-visible {
  background: linear-gradient(115deg, var(--color-primary-dark), var(--color-primary-light));
  border-color: var(--color-primary-light);
  color: var(--color-primary-text);
  box-shadow: var(--shadow-primary);
}

.blog-empty-actions .button-outline:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.plan-card .button-outline {
  width: 100%;
  font-size: clamp(16px, 1.1vw, 17px);
  padding: 14px 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 183, 27, 0.5);
  color: var(--color-primary-light);
  background: rgba(255, 255, 255, 0.03);
}

.plan-card .button-outline:hover {
  background: rgba(255, 183, 27, 0.15);
  border-color: rgba(255, 183, 27, 0.8);
  color: #ffffff;
}

.price-footnote {
  margin-top: 36px;
  padding: 22px 28px;
  background: rgba(18, 34, 72, 0.5);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  /* M03: a pricing/billing disclosure must stay at the readable body-copy minimum. */
  font-size: 16px;
  color: var(--text-muted);
}

.price-footnote p {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.5;
}

.price-footnote p:last-child {
  margin-bottom: 0;
  color: var(--text-dim);
}


/* Content Section */
.content-section {
  padding-block: 48px;
}

.genre-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.genre-card {
  background: var(--grad-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
}

.genre-art {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(100, 222, 242, 0.1);
  border: 1px solid rgba(100, 222, 242, 0.25);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}

.genre-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.genre-card p {
  font-size: 13px;
  margin-bottom: 0;
}

/* How It Works Section */
.how-section {
  padding-block: 48px;
  background: var(--bg-subtle);
  border-block: 1px solid rgba(255, 255, 255, 0.05);
}

.steps-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.steps-grid article {
  background: var(--grad-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
}

.step-number {
  display: inline-block;
  font-size: 28px;
  font-weight: 850;
  color: var(--color-primary);
  margin-bottom: 12px;
  background: var(--grad-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.steps-grid h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.steps-grid p {
  font-size: 13px;
  margin-bottom: 0;
}

/* Install Banner */
.install-banner {
  margin-block: 40px;
  background: linear-gradient(135deg, rgba(22, 40, 84, 0.95) 0%, rgba(10, 20, 46, 0.98) 100%);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.install-icon {
  display: none;
}

.install-banner h2 {
  font-size: 22px;
  margin-bottom: 8px;
}

.install-banner p {
  font-size: 13px;
  margin-bottom: 0;
}

.install-banner .button {
  width: 100%;
}

/* Free Trial Band */
.trial-band {
  padding-block: 48px;
  background: var(--bg-subtle);
  border-block: 1px solid rgba(255, 255, 255, 0.05);
}

.trial-layout {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.trial-pass {
  background: linear-gradient(135deg, #162854 0%, #0d1a3c 100%);
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
}

.trial-pass strong {
  font-size: 38px;
  line-height: 1;
  display: block;
  margin-block: 6px 10px;
}

.trial-pass strong span {
  font-size: 20px;
  color: var(--color-primary);
}

.trial-pass p {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.trial-pass ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: var(--text-muted);
}

.trial-pass ul li::before {
  content: "•";
  color: var(--color-primary);
  font-weight: 800;
  margin-right: 6px;
}

/* FAQ Section */
.faq-section {
  padding-block: clamp(48px, 5vw, 80px);
  position: relative;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1040px;
  margin-inline: auto;
  width: 100%;
}

.faq-item {
  background: linear-gradient(180deg, rgba(14, 22, 48, 0.92) 0%, rgba(6, 10, 26, 0.96) 100%);
  border: 1px solid rgba(255, 183, 27, 0.25);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.25s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.faq-item:hover {
  border-color: rgba(255, 183, 27, 0.5);
  transform: translateY(-2px);
}

.faq-item.active {
  border-color: rgba(255, 183, 27, 0.7);
  box-shadow: 0 0 25px rgba(255, 183, 27, 0.25);
  background: linear-gradient(180deg, rgba(20, 32, 68, 0.95) 0%, rgba(10, 16, 38, 0.98) 100%);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(16px, 1.8vw, 22px) clamp(20px, 2.2vw, 32px);
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  min-height: var(--tap-min);
}

.faq-q-text {
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 750;
  color: #ffffff;
  line-height: 1.35;
}

.faq-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 183, 27, 0.25);
  color: var(--color-primary-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  flex-shrink: 0;
  transition: all 0.25s ease;
  line-height: 1;
}

.faq-item.active .faq-icon {
  background: var(--color-primary);
  color: #ffffff;
  box-shadow: 0 0 14px rgba(255, 183, 27, 0.7);
}

.faq-answer {
  padding: 0 clamp(20px, 2.2vw, 32px) clamp(18px, 2vw, 26px);
}

.faq-answer-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
}

.faq-answer p {
  /* M03: FAQ answers are instructional body copy — 16px floor, not 14px. */
  font-size: clamp(16px, 1.05vw, 17px);
  color: #93a3bd;
  line-height: 1.65;
  margin: 0;
}

.faq-answer a.text-link {
  font-size: inherit;
  color: var(--color-primary);
}

/* Blog Preview Section */
.blog-preview {
  padding-block: 48px;
}

.article-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.article-grid a {
  background: var(--grad-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.article-icon {
  background: rgba(255, 183, 27, 0.15);
  border: 1px solid rgba(255, 183, 27, 0.3);
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 6px;
  align-self: flex-start;
  margin-bottom: 14px;
}

.article-grid h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.article-grid p {
  font-size: 13px;
  margin-bottom: 16px;
}

/* Global CTA Section */
.global-cta-section {
  padding-block: clamp(40px, 4vw, 70px);
}

.global-cta-card {
  background: linear-gradient(135deg, rgba(24, 16, 56, 0.95) 0%, rgba(10, 14, 38, 0.98) 100%);
  border: 1px solid rgba(255, 183, 27, 0.35);
  border-radius: var(--radius-lg);
  padding: clamp(32px, 3.5vw, 60px) clamp(20px, 3vw, 52px);
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 35px rgba(255, 183, 27, 0.2);
}

.global-cta-card h2 {
  font-size: clamp(24px, 3.2vw, 52px);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.15;
}

.global-cta-intro {
  font-size: clamp(14px, 1.15vw, 18px);
  color: #93a3bd;
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 32px;
  line-height: 1.6;
}

.global-cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.global-cta-buttons .button {
  width: 100%;
}

.button-outline-glow {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 183, 27, 0.5);
  color: #ffffff;
  padding: clamp(12px, 1.1vw, 16px) clamp(22px, 1.8vw, 36px);
  border-radius: 12px;
  font-weight: 750;
  font-size: clamp(14px, 1.1vw, 17px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.25s ease;
  text-decoration: none;
}

.button-outline-glow:hover {
  background: rgba(255, 183, 27, 0.18);
  border-color: rgba(255, 183, 27, 0.8);
  box-shadow: 0 0 25px rgba(255, 183, 27, 0.35);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Footer (Mobile First) */
.site-footer {
  background: #040a18;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 56px;
}

.footer-grid {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-brand .brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #fff;
}

.footer-brand p {
  max-width: 270px;
  margin-bottom: 0;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.6;
}

.footer-grid h2 {
  color: #fff;
  font-size: 17px;
  font-weight: 750;
  margin-bottom: 16px;
}

.footer-grid a {
  display: flex;
  align-items: center;
  min-height: 40px;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.45;
  text-decoration: none;
}

.footer-grid a:hover {
  color: #fff;
}

.footer-grid a:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
  border-radius: 3px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-block: 22px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

/* Dialog / Modal */
dialog#contact-dialog {
  background: var(--surface);
  border: 1px solid var(--border-highlight);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  color: var(--text-main);
  max-width: 520px;
  width: calc(100% - 32px);
  box-shadow: var(--shadow-lg);
}

dialog#contact-dialog::backdrop {
  background: rgba(4, 9, 22, 0.85);
  backdrop-filter: blur(8px);
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: 0;
  font-size: 26px;
  color: var(--text-muted);
  min-width: var(--tap-min);
  min-height: var(--tap-min);
}

dialog label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 16px 0 6px 0;
}

dialog textarea {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text-bright);
  padding: 10px;
  font-family: monospace;
  font-size: 12px;
  resize: vertical;
}

dialog .button {
  margin-top: 16px;
  width: 100%;
}

.copy-status {
  font-size: 12px;
  color: var(--color-primary);
  margin-top: 6px;
}

/* CRM Modal & Form Styling */
dialog#icahq-crm-modal {
  background: #0b1528;
  border: 1px solid var(--border-highlight);
  border-radius: var(--radius-lg);
  padding: 28px 24px 24px;
  color: var(--text-main);
  max-width: 500px;
  width: calc(100% - 32px);
  box-shadow: var(--shadow-lg), 0 20px 50px rgba(0, 0, 0, 0.7);
  position: fixed;
  margin: auto;
  max-height: min(90vh, 720px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

dialog#icahq-crm-modal::backdrop {
  background: rgba(4, 9, 22, 0.85);
  backdrop-filter: blur(8px);
}

.icahq-modal-header {
  margin: 0 32px 16px 0;
}

.icahq-modal-title {
  font-size: clamp(21px, 3vw, 26px);
  font-weight: 800;
  color: var(--gold);
  margin: 0 0 8px;
  line-height: 1.2;
}

.icahq-modal-subtitle {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

.icahq-modal-plan-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--surface-card);
  border: 1px solid var(--border-highlight);
  border-radius: 8px;
  padding: 9px 12px;
  margin-top: 12px;
  gap: 12px;
}

.icahq-plan-pill {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
}

.icahq-plan-price {
  font-size: 14px;
  font-weight: 800;
  color: var(--text-bright);
}

.icahq-modal-whatsapp {
  width: 100%;
  min-height: 52px;
  margin: 0;
  border: 0;
  border-radius: 10px;
  background: #20b858;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(32, 184, 88, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 800;
}

.icahq-modal-whatsapp:hover {
  background: #179d49;
  transform: translateY(-1px);
}

.icahq-modal-whatsapp:focus-visible,
.icahq-crm-form :focus-visible,
.icahq-modal-close:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 3px;
}

.icahq-modal-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0 14px;
  color: var(--text-dim);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.icahq-modal-divider::before,
.icahq-modal-divider::after {
  content: "";
  height: 1px;
  background: var(--border);
  flex: 1;
}

.icahq-modal-open {
  overflow: hidden;
}

.icahq-crm-form .form-group {
  margin-bottom: 13px;
}

.icahq-crm-form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #cbd5e1;
  margin-bottom: 6px;
}

.icahq-crm-form .required {
  color: #f43f5e;
}

.icahq-crm-form input[type="text"],
.icahq-crm-form input[type="tel"],
.icahq-crm-form input[type="email"],
.icahq-crm-form select {
  width: 100%;
  box-sizing: border-box;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--text-bright);
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.icahq-phone-control {
  display: grid;
  grid-template-columns: minmax(138px, 42%) minmax(0, 1fr);
  gap: 8px;
}

.icahq-phone-control select {
  min-width: 0;
  max-width: 100%;
  text-overflow: ellipsis;
}

.icahq-crm-form input:focus,
.icahq-crm-form select:focus {
  border-color: var(--gold);
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 183, 27, 0.2);
}

.icahq-crm-form .field-hint {
  display: block;
  font-size: 11px;
  color: var(--text-dim);
  margin-top: 4px;
}

.icahq-crm-form .field-error {
  display: block;
  font-size: 12px;
  color: #f87171;
  margin-top: 4px;
}

.icahq-crm-form .field-error:empty {
  display: none;
}

.icahq-crm-form .form-submit-group {
  margin-top: 16px;
  margin-bottom: 0;
}

.icahq-submit-btn {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.icahq-submit-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.icahq-form-alert {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
  text-align: center;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #fca5a5;
  line-height: 1.45;
}

.icahq-modal-success {
  text-align: center;
  padding: 10px 0 6px;
}

.icahq-modal-success .success-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.18);
  border: 2px solid #10b981;
  color: #34d399;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
}

.icahq-success-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-bright);
  margin: 0 0 8px;
}

.icahq-success-message {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0 0 16px;
}

.icahq-ref-box {
  background: var(--surface-card);
  border: 1px dashed var(--border-highlight);
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 20px;
  font-size: 13px;
  color: var(--text-muted);
}

.icahq-ref-box .ref-code {
  color: var(--gold);
  font-family: monospace;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-left: 6px;
}

.icahq-success-actions {
  display: flex;
  flex-direction: column;
}

.icahq-success-close-btn {
  width: 100%;
}

@media (max-width: 480px) {
  dialog#icahq-crm-modal {
    padding: 24px 14px 18px;
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
  }

  .icahq-crm-form input[type="tel"],
  .icahq-crm-form input[type="email"],
  .icahq-crm-form select {
    font-size: 16px;
  }

  .icahq-phone-control {
    grid-template-columns: minmax(128px, 43%) minmax(0, 1fr);
  }
}

/* Breadcrumbs & Internal Pages */
.breadcrumbs {
  padding-block: 20px 8px;
}

.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-dim);
}

.breadcrumbs a {
  color: var(--text-muted);
}

.breadcrumbs li + li::before {
  content: "/";
  margin-right: 6px;
}

.page-heading {
  padding-block: 8px 28px;
}

.lead {
  font-size: 15px;
  color: var(--text-muted);
}

/* Reading Layout for Legal/Blog Pages */
.reading-layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-block: 16px 48px;
}

.reading-layout .reading-toc {
  background: var(--grad-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px 16px;
}

.reading-layout .reading-toc ol {
  padding-left: 18px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}

.reading-layout .reading-toc a {
  color: var(--text-muted);
}

.reading-copy section {
  margin-bottom: 32px;
  scroll-margin-top: 85px;
}

.reading-copy h2 {
  font-size: 22px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}

.reading-copy p {
  font-size: 15px;
  line-height: 1.65;
}

.legal-reading-layout {
  width: min(100%, 1240px);
  max-width: 1240px;
  padding: 32px clamp(40px, 4vw, 64px) 84px;
  gap: clamp(40px, 4vw, 56px);
}

.legal-reading-layout .reading-toc {
  padding: 24px 22px;
}

.legal-reading-layout .reading-toc ol {
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
}

.legal-reading-layout .reading-copy {
  max-width: 900px;
}

.legal-reading-layout .reading-copy section {
  margin-bottom: 40px;
}

.legal-reading-layout .reading-copy h2 {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.25;
}

.legal-reading-layout .reading-copy p {
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  line-height: 1.75;
}

.legal-page-heading {
  padding-block: clamp(32px, 5vw, 64px) clamp(34px, 4vw, 56px);
}

.legal-page-heading h1 {
  max-width: 1000px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.15;
}

.legal-page-heading .lead {
  max-width: 900px;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  line-height: 1.75;
}

.legal-links {
  max-width: 960px;
  padding-bottom: 64px;
}

.legal-links .text-link {
  color: var(--color-primary);
  font-size: 15px;
}

/* Trial Summary & Catalog Grids */
.trial-summary {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--grad-card);
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  margin-bottom: 36px;
  text-align: center;
}

.trial-summary span {
  display: block;
  font-size: 28px;
  font-weight: 850;
  line-height: 1;
}

.trial-summary small {
  font-size: 12px;
  color: var(--color-primary);
  font-weight: 600;
}

.trial-summary .button {
  width: 100%;
}

.business-details {
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px;
  margin-block: 28px;
}

.related-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-block: 28px;
}

.related-links .button {
  width: 100%;
}

.error-page {
  padding-block: 60px 80px;
  text-align: center;
}

.error-page .button,
.error-page .button:hover {
  color: #090d18;
}

.error-page .eyebrow {
  font-size: 54px;
  line-height: 1;
  margin-bottom: 16px;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (Progressive Enhancement)
   ========================================================================== */

/* Showcase Section */
.showcase-section {
  padding-block: 48px 60px;
  position: relative;
}

.showcase-header {
  text-align: center;
  max-width: 860px;
  margin-inline: auto;
  margin-bottom: 32px;
}

.showcase-header h2 {
  font-size: clamp(24px, 3.2vw, 52px);
  font-weight: 800;
  line-height: 1.18;
  color: #ffffff;
  margin-bottom: 16px;
}

.gradient-text {
  background: linear-gradient(115deg, var(--color-primary-light) 0%, var(--color-primary-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.showcase-header p {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #93a3bd;
  line-height: 1.6;
  margin-bottom: 0;
}

.showcase-header .showcase-seo-copy {
  max-width: 920px;
  margin: 20px auto 28px;
  color: #aebbd4;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.7;
}

.showcase-header .showcase-seo-copy a {
  color: #75e6f3;
  text-decoration: underline;
  text-decoration-color: rgba(117, 230, 243, 0.42);
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.showcase-header .showcase-seo-copy a:hover {
  color: #c0f8ff;
  text-decoration-color: currentColor;
}

.showcase-header .showcase-seo-copy a:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
  border-radius: 2px;
}

.showcase-dashboard {
  background: linear-gradient(180deg, #0b0f1a 0%, #05070d 100%);
  border: 1px solid rgba(255, 183, 27, 0.35);
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(255, 183, 27, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-width: 1240px;
  margin-inline: auto;
}

.showcase-sidebar {
  display: flex;
  overflow-x: auto;
  background: rgba(14, 24, 52, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px;
  gap: 8px;
  -webkit-overflow-scrolling: touch;
}

.showcase-nav-item {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #8c9ba8;
  white-space: nowrap;
  flex-shrink: 0;
}

.showcase-nav-item.active {
  background: rgba(255, 183, 27, 0.25);
  color: #ffffff;
  border: 1px solid rgba(255, 183, 27, 0.4);
}

.showcase-content {
  padding: 16px;
  flex: 1;
}

.showcase-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 750;
  color: #93a3bd;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.showcase-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.showcase-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: all 0.2s;
}

.showcase-row:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.showcase-row.row-active {
  background: linear-gradient(90deg, rgba(255, 183, 27, 0.35) 0%, rgba(255, 183, 27, 0.2) 100%);
  border: 1px solid rgba(255, 183, 27, 0.6);
  box-shadow: 0 4px 20px rgba(255, 183, 27, 0.2);
}

/* Premium streaming content library */
.premium-library {
  max-width: 1240px;
  border-color: rgba(255, 183, 27, 0.32);
  background: linear-gradient(145deg, rgba(12, 23, 49, 0.97), rgba(5, 12, 28, 0.98));
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.premium-library .showcase-sidebar {
  flex: 0 0 22%;
  padding: 18px 14px;
  background: rgba(10, 19, 42, 0.72);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.premium-library .showcase-sidebar::-webkit-scrollbar { display: none; }

.premium-library .showcase-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.premium-library .showcase-nav-item svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.premium-library .showcase-nav-item:hover { color: #fff; background: rgba(255, 183, 27, 0.12); transform: translateX(2px); }
.premium-library .showcase-nav-item.active { border-color: rgba(255, 183, 27, 0.3); background: rgba(255, 183, 27, 0.19); color: #fff; }
.premium-library .showcase-nav-item.active::before { position: absolute; top: 9px; bottom: 9px; left: -14px; width: 2px; border-radius: 2px; background: #9a83ff; content: ''; }

.premium-library .showcase-content { padding: 24px 26px; }
.premium-library .showcase-topbar { padding-bottom: 16px; margin-bottom: 14px; color: #fff; font-size: 18px; }
.premium-library .showcase-topbar .channel-count { color: #93a3c5; font-size: 14px; font-weight: 600; }
.premium-library .showcase-rows { gap: 7px; }
.premium-library .showcase-row { min-height: 66px; gap: 14px; padding: 9px 14px; border-color: rgba(255, 255, 255, 0.06); background: rgba(255, 255, 255, 0.025); animation: library-row-enter 0.45s ease-out both; }
.premium-library .showcase-row:nth-child(2) { animation-delay: .06s; }
.premium-library .showcase-row:nth-child(3) { animation-delay: .12s; }
.premium-library .showcase-row:nth-child(4) { animation-delay: .18s; }
.premium-library .showcase-row:nth-child(5) { animation-delay: .24s; }
.premium-library .showcase-row:nth-child(6) { animation-delay: .3s; }
.premium-library .showcase-row:hover { transform: translateY(-2px); border-color: rgba(100, 222, 242, 0.25); background: rgba(100, 222, 242, 0.05); }
.premium-library .showcase-row.row-active { border-color: rgba(255, 183, 27, 0.56); background: linear-gradient(90deg, rgba(255, 183, 27, 0.22), rgba(255, 183, 27, 0.07)); box-shadow: 0 5px 20px rgba(255, 183, 27, 0.14); }
.premium-library .row-num { width: 28px; color: #687999; font-size: 12px; }
.library-monogram { width: 44px; min-width: 44px; padding: 9px 4px; border: 1px solid rgba(100, 222, 242, 0.28); border-radius: 8px; background: linear-gradient(135deg, #283a67, #142642); color: #d4f8fc; font-size: 10px; letter-spacing: .04em; }
.premium-library .row-info strong { color: #fff; font-size: 17px; }
.premium-library .row-info small { color: #9baacc; font-size: 15px; }
.premium-library .row-tag { min-width: 34px; border: 1px solid rgba(100, 222, 242, 0.28); border-radius: 5px; color: #9aeff6; font-size: 11px; }
.library-live-dot { width: 7px; height: 7px; margin-left: auto; border-radius: 50%; background: #e9b949; box-shadow: 0 0 9px rgba(233, 185, 73, 0.65); }

/* Controlled colour balance for the content library */
.premium-library {
  position: relative;
  border-color: rgba(255, 183, 27, 0.34);
  background: radial-gradient(circle at 96% 0%, rgba(255, 183, 27, 0.08), transparent 32%), radial-gradient(circle at 0% 100%, rgba(255, 183, 27, 0.1), transparent 34%), linear-gradient(145deg, rgba(10, 20, 45, 0.98), rgba(4, 11, 27, 0.99));
}

.premium-library::before {
  position: absolute;
  top: 0;
  right: 7%;
  left: 7%;
  height: 1px;
  background: linear-gradient(90deg, var(--color-primary-light), var(--color-primary), var(--color-primary-light));
  content: '';
  opacity: 0.8;
}

.premium-library .showcase-sidebar { background: rgba(7, 17, 39, 0.78); }
.premium-library .showcase-nav-item { color: #9da9c7; }
.premium-library .showcase-nav-item svg { color: var(--color-primary); }
.premium-library .showcase-nav-item:nth-child(1) svg { color: var(--color-primary-light); }
.premium-library .showcase-nav-item:nth-child(3) svg { color: var(--color-primary-light); }
.premium-library .showcase-nav-item:nth-child(4) svg { color: var(--color-primary-dark); }
.premium-library .showcase-nav-item:nth-child(5) svg { color: #e74747; }
.premium-library .showcase-nav-item:nth-child(6) svg { color: #34a853; }
.premium-library .showcase-nav-item:hover { background: rgba(255, 183, 27, 0.07); color: #f4f6ff; }
.premium-library .showcase-nav-item.active { border-color: rgba(255, 183, 27, 0.38); background: linear-gradient(90deg, rgba(255, 183, 27, 0.22), rgba(255, 183, 27, 0.06)); color: #f4f6ff; }
.premium-library .showcase-nav-item.active::before { background: var(--color-primary-light); box-shadow: 0 0 10px rgba(255, 183, 27, 0.75); }

.premium-library .showcase-row { border-color: rgba(157, 169, 199, 0.09); background: linear-gradient(100deg, rgba(19, 32, 62, 0.5), rgba(9, 19, 42, 0.48)); }
.premium-library .showcase-row:hover { border-color: rgba(255, 183, 27, 0.34); background: linear-gradient(100deg, rgba(255, 183, 27, 0.08), rgba(12, 26, 53, 0.6)); }
.premium-library .showcase-row.row-active { border-color: rgba(255, 183, 27, 0.72); background: linear-gradient(100deg, rgba(255, 183, 27, 0.24), rgba(255, 183, 27, 0.1)); box-shadow: 0 5px 24px rgba(255, 183, 27, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06); }
.premium-library .row-info strong { color: #f4f6ff; }
.premium-library .row-info small { color: #9da9c7; }

.premium-library .showcase-row:nth-child(1) .library-monogram { background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light)); color: #06152b; border-color: rgba(255, 183, 27, 0.58); }
.premium-library .showcase-row:nth-child(2) .library-monogram { background: linear-gradient(135deg, #f4c542, #e8892f); color: #1c1720; border-color: rgba(244, 197, 66, 0.65); }
.premium-library .showcase-row:nth-child(3) .library-monogram { background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary-light)); color: #fff; border-color: rgba(255, 183, 27, 0.62); }
.premium-library .showcase-row:nth-child(4) .library-monogram { background: linear-gradient(135deg, #e74747, #b82f52); color: #fff; border-color: rgba(231, 71, 71, 0.62); }
.premium-library .showcase-row:nth-child(5) .library-monogram { background: linear-gradient(135deg, var(--color-primary-light), #3152c7); color: #fff; border-color: rgba(37, 131, 232, 0.62); }
.premium-library .showcase-row:nth-child(6) .library-monogram { background: linear-gradient(135deg, var(--color-primary-light), var(--color-primary-dark)); color: #fff; border-color: rgba(255, 183, 27, 0.62); }

.premium-library .showcase-row:nth-child(1) .row-tag,
.premium-library .showcase-row:nth-child(3) .row-tag,
.premium-library .showcase-row:nth-child(5) .row-tag { border-color: rgba(255, 183, 27, 0.4); background: rgba(255, 183, 27, 0.12); color: #8feefa; }
.premium-library .showcase-row:nth-child(2) .row-tag,
.premium-library .showcase-row:nth-child(4) .row-tag,
.premium-library .showcase-row:nth-child(6) .row-tag { border-color: rgba(255, 183, 27, 0.5); background: linear-gradient(135deg, rgba(255, 183, 27, 0.25), rgba(255, 183, 27, 0.2)); color: #e0d8ff; }
.premium-library .library-live-dot { animation: library-live-pulse 2.4s ease-in-out infinite; }

@keyframes library-live-pulse { 0%, 100% { opacity: .55; box-shadow: 0 0 5px rgba(244, 197, 66, .35); } 50% { opacity: 1; box-shadow: 0 0 12px rgba(244, 197, 66, .85); } }

@keyframes library-row-enter { from { transform: translateY(8px); } to { transform: translateY(0); } }

@media (max-width: 1023px) {
  .premium-library .showcase-sidebar { flex-basis: 24%; }
  .premium-library .showcase-content { padding: 20px; }
  .premium-library .showcase-nav-item { font-size: 14px; }
  .premium-library .row-info strong { font-size: 16px; }
  .premium-library .row-info small { font-size: 14px; }
}

@media (max-width: 767px) {
  .premium-library .showcase-sidebar { flex: 0 0 auto; padding: 9px; }
  .premium-library .showcase-nav-item { min-height: 40px; padding: 8px 11px; font-size: 14px; }
  .premium-library .showcase-nav-item.active::before { top: auto; right: 12px; bottom: -9px; left: 12px; width: auto; height: 2px; }
  .premium-library .showcase-content { padding: 17px 14px; }
  .premium-library .showcase-topbar { align-items: flex-start; flex-direction: column; gap: 4px; font-size: 17px; }
  .premium-library .showcase-topbar .channel-count { font-size: 14px; }
  .premium-library .showcase-row { min-height: 70px; gap: 8px; padding: 9px 8px; }
  .premium-library .row-num { display: none; }
  .library-monogram { width: 39px; min-width: 39px; font-size: 9px; }
  .premium-library .row-info { min-width: 0; }
  .premium-library .row-info strong { font-size: 16px; }
  .premium-library .row-info small { overflow-wrap: anywhere; font-size: 14px; line-height: 1.25; }
  .premium-library .row-tag { min-width: 31px; padding-inline: 4px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .premium-library .library-live-dot { animation: none !important; }
}

.row-num {
  font-size: 11px;
  font-family: monospace;
  color: #657599;
  font-weight: 700;
  width: 24px;
  flex-shrink: 0;
}

.row-badge {
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 850;
  color: #ffffff;
  flex-shrink: 0;
  min-width: 38px;
  text-align: center;
}

/* L01: two additional unused library row badge colour classes confirmed removed. */

.row-info {
  flex: 1;
  min-width: 0;
}

.row-info strong {
  display: block;
  font-size: 13px;
  font-weight: 750;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row-info small {
  display: block;
  font-size: 11px;
  color: #8f9ebd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row-info small.live-meta {
  color: #ff5252;
  font-weight: 700;
}

.row-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.row-tag {
  background: rgba(255, 183, 27, 0.25);
  border: 1px solid rgba(255, 183, 27, 0.4);
  color: var(--color-primary-light);
  font-size: 10px;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: 4px;
  flex-shrink: 0;
}

.row-tag.tag-active {
  background: var(--color-primary);
  color: #ffffff;
}

.row-play {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  box-shadow: 0 0 10px rgba(255, 183, 27, 0.6);
}

.showcase-footer {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.showcase-pill {
  background: rgba(18, 30, 60, 0.95);
  border: 1px solid rgba(255, 183, 27, 0.4);
  border-radius: 50px;
  padding: 10px 24px;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 750;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.showcase-note {
  font-size: 12px;
  color: #657599;
  margin: 0;
}

.showcase-cta-wrap {
  margin-top: 12px;
}

.showcase-cta {
  font-size: clamp(15px, 1.1vw, 18px);
}


/* Why Us Section */
.why-us-section {
  padding-block: clamp(48px, 5vw, 80px);
  position: relative;
}

.why-us-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 2vw, 32px);
  max-width: 1620px;
  margin-inline: auto;
}

.why-card {
  background: linear-gradient(180deg, rgba(14, 22, 48, 0.92) 0%, rgba(6, 10, 26, 0.96) 100%);
  border: 1px solid rgba(255, 183, 27, 0.25);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 2vw, 36px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
}

.why-card:hover {
  border-color: rgba(255, 183, 27, 0.55);
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(255, 183, 27, 0.2);
}

.why-icon-box {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 183, 27, 0.3) 0%, rgba(255, 183, 27, 0.2) 100%);
  border: 1px solid rgba(255, 183, 27, 0.45);
  color: var(--color-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(255, 183, 27, 0.25);
  transition: transform 0.25s ease;
}

.why-card:hover .why-icon-box {
  transform: scale(1.08);
  color: #ffffff;
  border-color: rgba(255, 183, 27, 0.7);
}

.why-card h3 {
  font-size: clamp(18px, 1.3vw, 24px);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
}

.why-card p {
  font-size: clamp(13px, 1.05vw, 16px);
  color: #93a3bd;
  line-height: 1.6;
  margin-bottom: 0;
  flex: 1;
}

.why-card-link {
  margin-top: 18px;
}

.why-card-link .text-link {
  font-size: clamp(13px, 1vw, 15px);
}



/* Dynamic Blog Section */
.blog-archive-page {
  min-height: 100vh;
  padding-bottom: clamp(64px, 8vw, 116px);
  background: radial-gradient(circle at 50% 0, rgba(255, 183, 27, 0.09), transparent 40rem);
}

.blog-archive-hero {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 82px) 0 clamp(58px, 9vw, 142px);
  text-align: center;
}

.blog-archive-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 16px;
  border: 1px solid rgba(255, 183, 27, 0.35);
  border-radius: 999px;
  color: var(--text-muted);
  font-size: 12px;
}

.blog-archive-hero h1 {
  margin: 20px 0 14px;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.08;
}

.blog-archive-hero p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  line-height: 1.65;
}

.blog-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 32px);
  max-width: 1620px;
  margin: 0 auto;
}

.blog-archive-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 183, 27, 0.28);
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(14, 14, 23, 0.96), rgba(7, 7, 13, 0.98));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-archive-card:hover {
  border-color: rgba(255, 183, 27, 0.65);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42), 0 0 26px rgba(255, 183, 27, 0.14);
  transform: translateY(-4px);
}

.blog-archive-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #121020;
}

.blog-archive-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-archive-card:hover .blog-archive-media img {
  transform: scale(1.035);
}

.blog-archive-fallback {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: radial-gradient(circle at 50% 30%, rgba(255, 183, 27, 0.42), transparent 42%), linear-gradient(135deg, #16142c, #090914);
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-archive-fallback strong {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #64d8ea;
}

.blog-archive-fallback span {
  font-size: 11px;
  font-weight: 800;
}

.blog-archive-category {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(106, 76, 224, 0.9);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
}

.blog-archive-card-body {
  display: flex;
  min-height: 260px;
  flex: 1;
  flex-direction: column;
  padding: clamp(20px, 2vw, 28px);
}

.blog-archive-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
  color: #a7b4ce;
  font-size: 12px;
}

.blog-archive-card h2 {
  margin-bottom: 11px;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.35;
}

.blog-archive-card h2 a {
  color: #fff;
  text-decoration: none;
}

.blog-archive-card h2 a:hover {
  color: #64d8ea;
}

.blog-archive-card-body > p {
  flex: 1;
  margin-bottom: 20px;
  color: #9ca4ba;
  font-size: 13px;
  line-height: 1.65;
}

.blog-archive-read-more {
  align-self: flex-start;
  min-height: 28px;
  color: #9275ff;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.blog-archive-read-more:hover {
  color: #7fe0ef;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  margin: clamp(34px, 5vw, 64px) auto 0;
}

.blog-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination a,
.blog-pagination span {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 183, 27, 0.3);
  border-radius: 8px;
  color: var(--text-muted);
  font-size: 13px;
  text-decoration: none;
}

.blog-pagination .current,
.blog-pagination a:hover {
  border-color: #1fb8d6;
  background: rgba(20, 130, 155, 0.22);
  color: #64d8ea;
}

.blog-empty-state {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 20px;
  color: var(--text-muted);
  text-align: center;
}

.blog-section {
  padding-block: clamp(48px, 5vw, 80px);
  position: relative;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 2vw, 32px);
  max-width: 1620px;
  margin-inline: auto;
}

.blog-card {
  background: linear-gradient(180deg, rgba(14, 22, 48, 0.92) 0%, rgba(6, 10, 26, 0.96) 100%);
  border: 1px solid rgba(255, 183, 27, 0.25);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
}

.blog-card:hover {
  border-color: rgba(255, 183, 27, 0.55);
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(255, 183, 27, 0.2);
}

.blog-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #09122a;
  overflow: hidden;
  display: block;
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-media img {
  transform: scale(1.05);
}

.blog-card-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 183, 27, 0.25) 0%, rgba(255, 183, 27, 0.15) 100%);
  color: #ffffff;
  font-weight: 850;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.blog-cat-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 183, 27, 0.85);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.blog-card-body {
  padding: clamp(20px, 1.8vw, 28px);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: #657599;
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-card h3 {
  font-size: clamp(17px, 1.2vw, 22px);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.blog-card h3 a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

.blog-card h3 a:hover {
  color: var(--color-primary);
}

.blog-card p {
  /* M03: card excerpt is body copy, not a decorative label. */
  font-size: clamp(16px, 1.05vw, 17px);
  color: #93a3bd;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.blog-read-more {
  margin-top: auto;
  font-size: clamp(13px, 1vw, 15px);
}

.blog-section-footer {
  margin-top: 36px;
  text-align: center;
}

.blog-archive-btn {
  padding: 12px 28px;
  font-size: 15px;
}

@media (max-width: 1023px) {
  .blog-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .blog-archive-grid {
    grid-template-columns: 1fr;
  }

  .blog-archive-card-body {
    min-height: 0;
  }
}

@media (max-width: 1023px) {
  .legal-reading-layout {
    width: min(100%, 900px);
    padding-inline: 28px;
  }
}

@media (max-width: 767px) {
  .legal-page-heading {
    padding-block: 28px 36px;
  }

  .legal-page-heading h1 {
    margin-bottom: 20px;
    font-size: clamp(2.375rem, 10vw, 2.625rem);
  }

  .legal-page-heading .lead,
  .legal-reading-layout .reading-copy p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .legal-reading-layout {
    width: 100%;
    padding: 24px 20px 64px;
  }

  .legal-reading-layout .reading-copy h2 {
    font-size: clamp(1.625rem, 7vw, 2rem);
  }
}


/* Tablet (min-width: 600px) */
@media (min-width: 600px) {
  /* M04: these two rules were previously outside this @media block and
     therefore applied at every width, including 390px mobile. */
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-us-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    width: auto;
  }
  .hero-stats {
    display: flex;
    align-items: flex-start;
    gap: clamp(20px, 3vw, 40px);
    margin-top: 28px;
    text-align: left;
  }
  .stat-item {
    align-items: flex-start;
  }
  .stat-num {
    font-size: clamp(28px, 2.8vw, 48px);
  }
  .stat-label {
    font-size: clamp(12px, 1.1vw, 16px);
  }
  .hero-stats-note {
    text-align: left;
    font-size: 11px;
    margin-top: 10px;
  }
  .hero-visual {
    padding: 15px 10px;
  }
  .badge-4k {
    position: absolute;
    top: -12px;
    left: -10px;
    margin-bottom: 0;
  }
  .badge-zero-buffer {
    position: absolute;
    bottom: -12px;
    right: -10px;
    margin-top: 0;
  }
  .tv-dashboard {
    padding: 22px;
    gap: 16px;
  }
  .tv-brand {
    font-size: 15px;
  }
  .tv-menu {
    font-size: 12px;
    gap: 16px;
  }
  .tv-categories {
    gap: 8px;
  }
  .tv-cat {
    padding: 12px 8px;
  }
  .tv-cat .cat-title {
    font-size: 11px;
  }
  .featured-title {
    font-size: 18px;
  }
  .ch-tile {
    min-height: 36px;
    font-size: 12px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .screen-controls {
    flex-direction: row;
    align-items: center;
  }
  .screen-controls select {
    width: auto;
  }
  .trial-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
  }
  .trial-summary .button {
    grid-column: 1 / -1;
  }
}

/* Medium Tablet / Small Desktop (min-width: 768px) */
@media (min-width: 768px) {
  .genre-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  
  .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  
  .article-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .install-banner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 36px 40px;
  }
  .install-icon {
    display: block;
    font-size: 38px;
    color: var(--color-primary);
    flex-shrink: 0;
  }
  .install-banner .button {
    width: auto;
  }
  
  .global-cta-buttons {
    flex-direction: row;
    align-items: center;
    width: auto;
  }
  .global-cta-buttons .button,
  .global-cta-buttons .button-outline-glow {
    width: auto;
  }
  
  .trial-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  
  .related-links {
    flex-direction: row;
    align-items: center;
  }
  .related-links .button {
    width: auto;
  }
}

/* Desktop (min-width: 1024px) */
@media (min-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .why-us-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .showcase-section {
    padding-block: 80px 100px;
  }
  .showcase-dashboard {
    flex-direction: row;
  }
  .showcase-sidebar {
    flex-direction: column;
    width: 220px;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 12px;
    gap: 4px;
    overflow-x: visible;
  }
  .showcase-nav-item {
    padding: 10px 16px;
    font-size: 14px;
  }
  .showcase-content {
    padding: 24px;
  }
  .showcase-topbar {
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 14px;
  }
  .showcase-row {
    padding: 12px 18px;
    gap: 16px;
  }
  .row-num {
    font-size: 12px;
    width: 28px;
  }
  .row-badge {
    padding: 5px 12px;
    font-size: 12px;
    min-width: 46px;
  }
  .row-info strong {
    font-size: 15px;
  }
  .row-info small {
    font-size: 12px;
  }
  .premium-header .nav-wrap {
    height: 88px;
  }
  
  .header-brand {
    font-size: 28px;
  }
  
  .premium-header .menu-toggle {
    display: none;
  }
  
  .premium-header #primary-nav {
    display: flex !important;
    position: static;
    flex: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: clamp(28px, 3vw, 56px);
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    max-height: none;
    overflow: visible;
  }
  
  .premium-header #primary-nav > a:not(.header-cta) {
    font-size: clamp(16px, 1.2vw, 20px);
    font-weight: 650;
    border-bottom: 0;
    padding: 8px 0;
    color: #9aa7cc;
    position: relative;
    white-space: nowrap;
  }
  
  .premium-header #primary-nav > a:not(.header-cta):hover,
  .premium-header #primary-nav > a[aria-current="page"] {
    color: #ffffff;
  }
  
  .premium-header #primary-nav > a[aria-current="page"]::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 8px #ffffff;
  }
  
  .premium-header #primary-nav > .mobile-start {
    display: none;
  }
  
  .header-right {
    gap: 24px;
  }
  
  .premium-header .desktop-start {
    display: inline-flex;
  }
  
  .header-languages {
    padding: 10px 20px;
  }
  
  .header-languages > a,
  .header-languages > .lang-disabled {
    font-size: 15px;
    gap: 9px;
  }

  .lang-separator {
    height: 18px;
    margin-inline: 14px;
  }

  .flag-icon {
    width: 20px;
    height: 14px;
  }
  
  .hero {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: clamp(40px, 4vw, 80px);
    align-items: center;
    padding-block: clamp(60px, 5vw, 100px) clamp(40px, 3vw, 70px);
  }
  
  .hero-copy {
    max-width: 720px;
  }
  
  .hero h1 {
    font-size: clamp(44px, 4.2vw, 84px);
    line-height: 1.08;
    margin-bottom: 24px;
  }
  
  .hero-intro {
    font-size: clamp(17px, 1.3vw, 24px);
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 640px;
  }
  
  .hero-actions {
    flex-direction: row;
    gap: 18px;
    margin-bottom: 32px;
  }
  
  .hero-stats {
    gap: clamp(32px, 3.5vw, 64px);
    margin-top: 36px;
  }
  .stat-num {
    font-size: clamp(36px, 3.2vw, 62px);
  }
  .stat-label {
    font-size: clamp(14px, 1.1vw, 18px);
  }
  .hero-stats-note {
    font-size: 12px;
    margin-top: 12px;
  }
  
  .hero-visual {
    padding: 20px 15px;
    width: 100%;
    max-width: 820px;
    margin-inline: auto;
  }
  
  .badge-4k {
    top: -15px;
    left: -20px;
    padding: 12px 18px;
  }
  
  .badge-zero-buffer {
    bottom: 30px;
    right: -20px;
    padding: 12px 18px;
  }
  
  .badge-text strong {
    font-size: 14px;
  }
  
  .badge-text small {
    font-size: 11px;
  }
  
  .badge-icon {
    width: 42px;
    height: 42px;
  }
  
  .featured-title {
    font-size: 20px;
  }
  
  .ch-tile {
    min-height: 38px;
    font-size: 13px;
  }
  
  .plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
  
  .faq-section {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 48px;
    align-items: flex-start;
  }
  
  .footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 40px;
  }
  
  .reading-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
  }
  
  .reading-layout .reading-toc {
    position: sticky;
    top: 110px;
  }
  
  .trial-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
  }
  .trial-summary .button {
    grid-column: auto;
    width: auto;
  }
}

/* Large Desktop (min-width: 1440px) */
@media (min-width: 1440px) {
  .hero {
    padding-block: 80px 60px;
  }
  
  .plan-card {
    padding: 38px 32px;
  }
  
  .plan-card h3 {
    font-size: 28px;
  }
  
  .plan-price {
    font-size: 52px;
  }
  
  .features li {
    font-size: 16px;
  }
}

/* Installation guide */
.installation-page {
  min-height: 100vh;
  padding-bottom: clamp(56px, 8vw, 112px);
  background: radial-gradient(circle at 50% 0, rgba(255, 183, 27, 0.08), transparent 36rem);
}

.installation-hero {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(36px, 7vw, 86px) 0 clamp(54px, 8vw, 116px);
  text-align: center;
}

.installation-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 16px;
  border: 1px solid rgba(255, 183, 27, 0.35);
  border-radius: 999px;
  color: var(--text-muted);
  font-size: 12px;
  letter-spacing: 0.01em;
}

.installation-hero h1 {
  margin: 20px 0 14px;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.08;
}

.installation-hero > p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  line-height: 1.65;
}

.installation-tabs {
  display: flex;
  gap: 8px;
  max-width: 1080px;
  margin: 0 auto 24px;
  padding: 4px;
  overflow-x: auto;
  scrollbar-width: thin;
  justify-content: center;
}

.installation-tabs-five {
  flex-wrap: wrap;
  overflow-x: visible;
}

.installation-tab {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 183, 27, 0.28);
  border-radius: 8px;
  background: rgba(10, 10, 18, 0.78);
  color: var(--text-muted);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  transition: 0.2s ease;
}

.installation-tab:hover,
.installation-tab.is-active {
  border-color: #1fb8d6;
  background: rgba(20, 130, 155, 0.2);
  color: #66d5e8;
}

.installation-tab:focus-visible,
.installation-support a:focus-visible {
  outline: 3px solid rgba(45, 200, 220, 0.8);
  outline-offset: 3px;
}

.installation-guides {
  max-width: 1080px;
  margin: 0 auto;
}

.installation-panel {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 183, 27, 0.32);
  border-radius: 18px;
  background: rgba(7, 7, 13, 0.78);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.2);
}

.installation-panel-heading h2 {
  margin-bottom: 6px;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
}

.installation-panel-heading p {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--text-muted);
  line-height: 1.6;
}

.installation-app-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.installation-app-option {
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 183, 27, 0.32);
  border-radius: 8px;
  background: rgba(16, 15, 27, 0.82);
  color: var(--text-muted);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
}

.installation-app-option:hover,
.installation-app-option.is-active {
  border-color: #1fb8d6;
  background: rgba(20, 130, 155, 0.22);
  color: #64d8ea;
}

.installation-app-option:focus-visible,
.copy-install-value:focus-visible,
.installation-official-links a:focus-visible,
.installation-official-link a:focus-visible,
.installation-whatsapp:focus-visible {
  outline: 3px solid rgba(45, 200, 220, 0.8);
  outline-offset: 3px;
}

.installation-downloads {
  margin-bottom: 22px;
}

.installation-download-option {
  display: none;
  padding: 18px;
  border: 1px solid rgba(255, 183, 27, 0.3);
  border-radius: 10px;
  background: rgba(24, 22, 37, 0.72);
}

.installation-download-option.is-active {
  display: block;
}

.installation-download-option h3,
.installation-subsection h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 15px;
}

.installation-download-option p {
  margin: 10px 0 5px;
  color: var(--text-muted);
  font-size: 12px;
}

.copy-field {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 183, 27, 0.24);
  border-radius: 7px;
  background: rgba(7, 7, 13, 0.72);
}

.copy-field code {
  min-width: 0;
  flex: 1;
  overflow-wrap: anywhere;
  color: #a6ebf5;
  font-size: 12px;
}

.copy-install-value {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 183, 27, 0.5);
  border-radius: 6px;
  background: rgba(255, 183, 27, 0.16);
  color: #7fe0ef;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 750;
}

.installation-subsection {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 183, 27, 0.28);
  border-radius: 10px;
  background: rgba(26, 24, 46, 0.42);
}

.installation-subsection p {
  margin-bottom: 12px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
}

.installation-official-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.installation-official-links a,
.installation-official-link a {
  color: #64d8ea;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.installation-official-link {
  margin: 20px 0 0;
}

.installation-notice {
  max-width: 780px;
  margin: 20px auto 0;
  color: var(--text-dim);
  /* M03: this is a legal/business disclosure (third-party app notice), not decorative text. */
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}

.installation-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 26px;
  padding: 15px 18px;
  border-radius: 10px;
  background: rgba(26, 24, 34, 0.72);
  color: var(--text-muted);
  /* M03: readable instructional metadata, not a decorative label. */
  font-size: 16px;
}

.installation-meta span {
  min-width: 0;
}

.installation-meta strong {
  display: block;
  margin-bottom: 4px;
  color: #58d3e7;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.installation-steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: guide-step;
}

.installation-steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 16px;
  border: 1px solid rgba(255, 183, 27, 0.32);
  border-radius: 11px;
  background: rgba(20, 19, 28, 0.78);
  counter-increment: guide-step;
}

.installation-step-number {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #1690ac;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.installation-step-number::before {
  content: counter(guide-step);
}

.installation-steps h3 {
  margin: 1px 0 5px;
  font-size: 14px;
}

.installation-steps p {
  margin: 0;
  color: var(--text-muted);
  /* M03: setup-step instructions must meet the 16px mobile-readability minimum. */
  font-size: 16px;
  line-height: 1.6;
}

.installation-tip {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 183, 27, 0.42);
  border-radius: 9px;
  background: rgba(20, 40, 48, 0.32);
}

.installation-tip p {
  margin: 0;
  color: #eafdff;
  /* M03: readable instructional/disclosure copy. */
  font-size: 16px;
  line-height: 1.55;
}

.installation-tip strong {
  color: #58d3e7;
}

.installation-support {
  display: flex;
  gap: 18px;
  align-items: center;
  max-width: 1080px;
  margin: clamp(28px, 5vw, 56px) auto 0;
  padding: clamp(26px, 5vw, 48px);
  border: 1px solid rgba(255, 183, 27, 0.3);
  border-radius: 16px;
  background: rgba(9, 9, 16, 0.8);
}

.installation-support-icon {
  flex: 0 0 auto;
  font-size: clamp(28px, 4vw, 42px);
}

.installation-support h2 {
  margin-bottom: 6px;
  font-size: clamp(1.65rem, 3.6vw, 2.35rem);
}

.installation-support p {
  margin-bottom: 18px;
  color: var(--text-muted);
  font-size: 13px;
}

.installation-support .button {
  display: inline-flex;
  width: auto;
}

@media (max-width: 620px) {
  .installation-tabs {
    justify-content: flex-start;
    margin-inline: -4px;
  }

  .installation-tab {
    padding-inline: 14px;
    font-size: 12px;
  }

  .installation-meta {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .installation-support {
    align-items: flex-start;
  }
}

/* Installation guide scale and desktop proportions */
.installation-page-v2 > .container {
  width: min(100%, 1360px);
  padding-inline: clamp(20px, 3vw, 40px);
}

.installation-page-v2 .installation-hero {
  max-width: 900px;
  padding-block: clamp(48px, 6vw, 76px) clamp(44px, 5vw, 68px);
}

.installation-page-v2 .installation-hero h1 {
  font-size: clamp(2.5rem, 5vw, 5.25rem);
  font-weight: 800;
  line-height: 1.05;
}

.installation-page-v2 .installation-hero > p {
  max-width: 900px;
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  line-height: 1.6;
}

.installation-page-v2 .installation-tabs,
.installation-page-v2 .installation-guides,
.installation-page-v2 .installation-support {
  max-width: 1150px;
}

.installation-page-v2 .installation-tabs {
  gap: 12px;
  margin-bottom: 32px;
  padding: 6px;
}

.installation-page-v2 .installation-tab {
  min-height: 60px;
  padding: 16px 26px;
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  font-weight: 700;
  line-height: 1.25;
}

.installation-page-v2 .installation-panel {
  padding: clamp(30px, 4vw, 52px);
}

.installation-page-v2 .installation-panel-heading h2 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  line-height: 1.2;
}

.installation-page-v2 .installation-panel-heading p,
.installation-page-v2 .installation-steps p,
.installation-page-v2 .installation-subsection p {
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.7;
}

.installation-page-v2 .installation-panel-heading p {
  margin-bottom: 30px;
}

.installation-page-v2 .installation-meta {
  gap: 22px;
  margin-bottom: 32px;
  padding: 22px 24px;
  font-size: 1rem;
  line-height: 1.5;
}

.installation-page-v2 .installation-meta strong {
  margin-bottom: 6px;
  font-size: 0.85rem;
}

.installation-page-v2 .installation-steps {
  gap: 20px;
}

.installation-page-v2 .installation-steps li {
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  min-height: 112px;
  padding: 24px 24px;
}

.installation-page-v2 .installation-step-number {
  width: 50px;
  height: 50px;
  font-size: 1.15rem;
}

.installation-page-v2 .installation-steps h3 {
  margin: 2px 0 8px;
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  font-weight: 700;
  line-height: 1.3;
}

.installation-page-v2 .installation-app-options {
  gap: 12px;
  margin-bottom: 22px;
}

.installation-page-v2 .installation-app-option {
  min-height: 50px;
  padding: 12px 20px;
  font-size: 1rem;
}

.installation-page-v2 .installation-download-option,
.installation-page-v2 .installation-subsection {
  padding: 24px;
}

.installation-page-v2 .installation-download-option h3,
.installation-page-v2 .installation-subsection h3 {
  margin-bottom: 10px;
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
}

.installation-page-v2 .installation-download-option p {
  font-size: 1rem;
}

.installation-page-v2 .copy-field {
  gap: 14px;
  padding: 12px 14px;
}

.installation-page-v2 .copy-field code {
  font-size: 1rem;
}

.installation-page-v2 .copy-install-value {
  min-height: 42px;
  padding: 8px 14px;
  font-size: 1rem;
}

.installation-page-v2 .installation-tip {
  gap: 14px;
  margin-top: 30px;
  padding: 22px 24px;
}

.installation-page-v2 .installation-tip p,
.installation-page-v2 .installation-notice {
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 1.65;
}

.installation-page-v2 .installation-notice {
  max-width: 950px;
  margin-top: 28px;
}

.installation-page-v2 .installation-support {
  gap: 24px;
  margin-top: clamp(40px, 5vw, 72px);
  padding: clamp(32px, 4vw, 56px);
}

.installation-page-v2 .installation-support h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
}

.installation-page-v2 .installation-support p,
.installation-page-v2 .installation-support .button {
  font-size: clamp(1rem, 1.1vw, 1.15rem);
}

.installation-page-v2 .installation-support .button {
  min-height: 52px;
  padding-inline: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .installation-page-v2 .installation-hero {
    padding-block: 40px 46px;
  }

  .installation-page-v2 .installation-hero h1 {
    font-size: clamp(2.5rem, 11vw, 3rem);
  }

  .installation-page-v2 .installation-hero > p {
    font-size: 1rem;
  }

  .installation-page-v2 .installation-tabs {
    justify-content: flex-start;
    margin-inline: -4px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .installation-page-v2 .installation-tabs::-webkit-scrollbar {
    display: none;
  }

  .installation-page-v2 .installation-tab {
    min-height: 52px;
    padding: 12px 18px;
    font-size: 1rem;
  }

  .installation-page-v2 .installation-panel {
    padding: 24px 18px;
  }

  .installation-page-v2 .installation-panel-heading h2 {
    font-size: clamp(1.75rem, 8vw, 2.125rem);
  }

  .installation-page-v2 .installation-panel-heading p,
  .installation-page-v2 .installation-steps p,
  .installation-page-v2 .installation-subsection p {
    font-size: 1rem;
  }

  .installation-page-v2 .installation-meta {
    grid-template-columns: 1fr;
    padding: 18px;
    font-size: 1rem;
  }

  .installation-page-v2 .installation-steps li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 22px 18px;
  }

  .installation-page-v2 .installation-step-number {
    width: 46px;
    height: 46px;
  }

  .installation-page-v2 .installation-steps h3 {
    font-size: 1.125rem;
  }

  .installation-page-v2 .installation-app-option,
  .installation-page-v2 .copy-install-value {
    font-size: 1rem;
  }

  .installation-page-v2 .installation-download-option,
  .installation-page-v2 .installation-subsection {
    padding: 18px;
  }

  .installation-page-v2 .installation-tip {
    padding: 18px;
  }

  .installation-page-v2 .installation-support {
    align-items: flex-start;
    padding: 28px 22px;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .hero .hero-float,
  .hero .hero-dashboard,
  .hero .hero-dashboard,
  .hero .hero-category,
  .hero .badge-icon-bolt,
  .hero .tv-brand-icon {
    animation: none !important;
    filter: none !important;
  }

  /* M05: disabling the entry animation must not leave these tiles at their
     pre-animation opacity:0 starting state. */
  .hero .hero-category {
    opacity: 1 !important;
    transform: none !important;
  }

  .cinematic-player,
  .cinematic-glass-badge,
  .scene-light,
  .live-status i {
    animation: none !important;
  }

  .premium-library .showcase-row {
    animation: none !important;
    opacity: 1 !important;
  }

  .hero .tv-featured,
  .hero .tv-cat,
  .hero .ch-tile {
    animation: none !important;
  }

  .hero .tv-featured { box-shadow: 0 5px 20px rgba(255, 183, 27, 0.14) !important; }
}

/* Floating WhatsApp widget */
.wa-float {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 900;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.wa-float-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 0 0 rgba(37, 211, 102, 0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wa-float-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4), 0 0 20px rgba(37, 211, 102, 0.45);
}

.wa-float-button:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 3px;
}

.wa-float-bubble {
  position: relative;
  max-width: min(280px, calc(100vw - 96px));
  margin-bottom: 8px;
  padding: 14px 34px 14px 16px;
  background: #f9fafb;
  color: #1a1a1a;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: none;
}

.wa-float-bubble[hidden] {
  display: none;
}

.wa-float-bubble-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #1a1a1a;
}

.wa-float-bubble-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #555;
  font-size: 17px;
  line-height: 1;
}

.wa-float-bubble-close:hover {
  background: rgba(0, 0, 0, 0.06);
}

.wa-float-bubble-close:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 2px;
}

.wa-float-bubble-arrow {
  position: absolute;
  right: 22px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background: #f9fafb;
  transform: rotate(45deg);
  border-radius: 0 0 3px 0;
}

@keyframes wa-bubble-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
  .wa-float {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    gap: 8px;
  }

  .wa-float-button {
    width: 52px;
    height: 52px;
  }

  .wa-float-bubble {
    max-width: calc(100vw - 88px);
    padding: 12px 30px 12px 14px;
  }

  .wa-float-bubble-text {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .wa-float-button {
    width: 64px;
    height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wa-float-button,
  .wa-float-bubble {
    animation: none !important;
    transition: none !important;
  }
}

/* Phase 2D-B responsive polish: shared layout rules kept at the end so the
   existing page-specific components retain their content and behavior. */
:root {
  --radius-lg: 18px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --section-space: clamp(56px, 7vw, 104px);
}

body {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

h1, h2, h3, h4 {
  letter-spacing: 0;
}

p,
.features li,
.installation-steps p,
.legal-reading-layout .reading-copy p,
.reading-copy p {
  line-height: 1.7;
}

.container {
  max-width: 1440px;
  padding-inline: clamp(20px, 4vw, 72px);
}

.button,
.header-cta {
  min-height: 48px;
  white-space: normal;
}

.button:focus-visible,
.header-cta:focus-visible,
.menu-toggle:focus-visible,
.installation-tab:focus-visible,
.faq-question:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 3px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
}

.hero-chip {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(255, 183, 27, 0.42);
  border-radius: 999px;
  background: rgba(20, 34, 67, 0.72);
  color: #d8e6ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.premium-header .nav-wrap {
  min-height: 76px;
  height: auto;
}

.header-brand {
  font-size: clamp(20px, 2vw, 28px);
}

.header-languages {
  padding: 5px 8px;
}

.header-languages > a,
.header-languages > .lang-disabled {
  min-height: 36px;
  padding: 4px 8px;
}

.lang-separator {
  margin-inline: 4px;
}

.hero {
  padding-block: clamp(48px, 7vw, 96px) clamp(44px, 5vw, 72px);
}

.hero-intro {
  max-width: 62ch;
}

.hero-actions {
  align-items: stretch;
}

.hero-actions .button {
  min-width: 170px;
}

.hero-visual {
  min-width: 0;
}

.plan-card,
.why-card,
.faq-item,
.global-cta-card,
.legal-reading-layout,
.installation-panel,
.installation-support,
.blog-empty-state {
  border-radius: var(--radius-md);
}

.showcase-section,
.plans-section,
.faq-section,
.blog-section,
.why-us-section,
.global-cta-section {
  padding-block: var(--section-space);
}

.plan-grid {
  align-items: stretch;
}

.plan-card {
  min-width: 0;
  height: 100%;
  padding: clamp(24px, 3vw, 36px) clamp(20px, 2.5vw, 32px);
}

.plan-card.featured {
  border-width: 2px;
}

.features li {
  align-items: flex-start;
  font-size: 16px;
}

.features li > span:last-child {
  min-width: 0;
}

.price-footnote {
  max-width: 900px;
  margin-inline: auto;
}

.plan-price {
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1.2;
}

.faq-question {
  min-height: 64px;
  padding: 18px 22px;
}

.faq-q-text {
  min-width: 0;
  text-align: left;
}

.faq-answer-inner {
  padding: 0 22px 22px;
}

.installation-hero,
.blog-archive-hero,
.legal-page-heading {
  padding-block: clamp(48px, 7vw, 88px) clamp(40px, 5vw, 64px);
}

.installation-hero > p,
.blog-archive-hero > p,
.legal-page-heading .lead {
  font-size: 17px;
  line-height: 1.7;
}

.installation-tabs {
  justify-content: flex-start;
  scrollbar-width: none;
}

.installation-tabs::-webkit-scrollbar {
  display: none;
}

.installation-panel-heading p,
.installation-steps p,
.installation-tip p,
.installation-notice,
.installation-support p {
  font-size: 17px;
}

.legal-reading-layout {
  max-width: 920px;
  margin-inline: auto;
}

.legal-reading-layout .reading-copy h2,
.reading-copy h2 {
  margin-top: 2.2em;
  line-height: 1.2;
}

.legal-reading-layout .reading-copy ul,
.legal-reading-layout .reading-copy ol,
.reading-copy ul,
.reading-copy ol {
  padding-left: 1.35em;
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.7;
}

.blog-empty-state {
  max-width: 760px;
  margin-block: 16px 0;
  padding: clamp(36px, 6vw, 72px) 24px;
  border: 1px solid var(--border-light);
  background: var(--surface-card);
  font-size: 18px;
}

.site-footer {
  border-top: 1px solid var(--border-light);
}

.footer-grid {
  gap: clamp(28px, 4vw, 56px);
}

.footer-grid a {
  min-height: 44px;
  align-items: center;
}

.footer-bottom {
  border-top-color: var(--border-light);
}

@media (min-width: 768px) {
  .plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .plan-card {
    min-height: 610px;
  }
}

@media (max-width: 1023px) {
  .premium-header #primary-nav {
    top: 76px;
    max-height: calc(100dvh - 76px);
  }

  .footer-grid {
    gap: 24px 32px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .container {
    padding-inline: 20px;
  }

  .premium-header .nav-wrap {
    min-height: 68px;
  }

  .premium-header #primary-nav {
    top: 68px;
    max-height: calc(100dvh - 68px);
    padding: 14px 20px 24px;
  }

  .header-right {
    gap: 8px;
  }

  .header-languages {
    padding-inline: 4px;
  }

  .header-languages > a,
  .header-languages > .lang-disabled {
    padding-inline: 6px;
  }

  .hero {
    gap: 28px;
    padding-block: 42px 40px;
  }

  .hero h1 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.12;
  }

  .hero-actions .button {
    min-width: 0;
  }

  .hero-chip {
    font-size: 13px;
  }

  .tv-menu {
    gap: 7px;
    font-size: 10px;
  }

  .plans-section,
  .showcase-section,
  .faq-section,
  .blog-section,
  .why-us-section,
  .global-cta-section {
    padding-block: 52px;
  }

  .section-top-center {
    margin-bottom: 30px;
  }

  .plan-card {
    padding: 26px 20px;
  }

  .price-line {
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .plan-price {
    max-width: 100%;
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .price-term {
    font-size: 14px;
  }

  .features li {
    font-size: 16px;
  }

  .faq-question {
    min-height: 60px;
    padding: 16px 18px;
  }

  .faq-answer-inner {
    padding: 0 18px 18px;
  }

  .installation-hero,
  .blog-archive-hero,
  .legal-page-heading {
    padding-block: 42px 36px;
  }

  .installation-hero h1,
  .blog-archive-hero h1,
  .legal-page-heading h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.14;
  }

  .installation-hero > p,
  .blog-archive-hero > p,
  .legal-page-heading .lead,
  .installation-panel-heading p,
  .installation-steps p,
  .installation-tip p,
  .installation-notice,
  .installation-support p {
    font-size: 16px;
  }

  .installation-tabs {
    margin-inline: -4px;
    padding-inline: 4px;
  }

  .installation-tab {
    min-height: 52px;
    padding-inline: 16px;
    font-size: 16px;
  }

  .legal-reading-layout {
    padding-inline: 20px;
  }

  .legal-reading-layout .reading-copy ul,
  .legal-reading-layout .reading-copy ol,
  .reading-copy ul,
  .reading-copy ol {
    font-size: 16px;
  }

  .global-cta-card {
    padding: 28px 20px;
  }

  .footer-grid {
    gap: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-chip,
  .plan-card,
  .button,
  .header-cta,
  .wa-float-button {
    transition: none;
  }
}

/* Phase 2D-C package cards */
.package-card {
  min-width: 0;
  overflow: visible;
}

.package-card .plan-title {
  text-transform: none;
  letter-spacing: 0;
}

.package-card.featured {
  border-color: #f4c542;
  background: linear-gradient(180deg, rgba(27, 36, 79, 0.98), rgba(9, 15, 38, 0.98));
  box-shadow: 0 0 0 1px rgba(244, 197, 66, 0.18), 0 18px 44px rgba(0, 0, 0, 0.5);
}

.package-card .price-line {
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  min-height: 72px;
}

.package-card .plan-price {
  font-size: clamp(36px, 3vw, 52px);
  line-height: 1;
}

.comparison-price {
  color: #ff5e66;
  font-size: 17px;
  font-weight: 750;
}

.currency-label {
  color: #a9b9d6;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.package-card .features {
  gap: 10px;
}

.package-card .features li {
  min-width: 0;
  align-items: flex-start;
  border-bottom: 0;
  padding-bottom: 0;
}

.package-card .features li > span:last-child {
  min-width: 0;
}

.package-feature-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(127, 220, 238, 0.72);
  text-underline-offset: 3px;
}

.package-card .package-cta {
  min-height: 48px;
  background: linear-gradient(115deg, #f4c542, #f59e0b);
  border-color: #f4c542;
  color: #17130a;
  box-shadow: 0 10px 25px rgba(244, 197, 66, 0.2);
}

.package-card .package-cta:hover {
  background: linear-gradient(115deg, #ffd866, #f7ad1b);
  color: #17130a;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .package-card .plan-title,
  .package-card .plan-price {
    white-space: nowrap;
  }

  .package-card .price-line {
    min-height: 64px;
  }

  .package-card .plan-price {
    font-size: 34px;
  }

  .package-card .comparison-price {
    font-size: 16px;
  }
}

/* Pricing manager layout contract: four cards at desktop, two at tablet, one on mobile. */
.plans-section .plan-grid {
  display: grid;
  align-items: stretch;
  grid-auto-rows: 1fr;
  min-width: 0;
}

.plans-section .package-card {
  min-width: 0;
  height: 100%;
}

@media (min-width: 1200px) {
  .plans-section .plan-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .plans-section .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
}

@media (max-width: 767px) {
  .plans-section .plan-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
}

/* Phase 2D-D homepage visual system: navy surfaces, gold conversion accents. */
:root {
  --bg: #050b22;
  --bg-subtle: #0d1a4a;
  --surface: #101c46;
  --surface-card: #101c46;
  --surface-hover: #17275b;
  --border: rgba(137, 163, 218, 0.25);
  --border-light: rgba(137, 163, 218, 0.38);
  --text-main: #f8faff;
  --text-bright: #f8faff;
  --text-muted: #aab6cf;
  --gold: var(--color-primary);
  --gold-light: var(--color-primary-light);
  --gold-hover: var(--color-primary-dark);
  --grad-purple: linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary-dark) 100%);
  --grad-purple-hover: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%);
  --shadow-purple: 0 12px 28px rgba(255, 183, 27, 0.24);
  --shadow-accent: var(--shadow-purple);
}

body {
  background: var(--bg);
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.site-header.premium-header {
  background: rgba(5, 11, 34, 0.94);
  border-bottom-color: rgba(255, 183, 27, 0.18);
}

.header-cta,
.button-cta-gradient,
.package-card .package-cta {
  background: linear-gradient(115deg, var(--gold), var(--gold-light));
  border-color: var(--gold);
  color: #090d18;
  box-shadow: var(--shadow-purple);
}

.header-cta:hover,
.button-cta-gradient:hover,
.package-card .package-cta:hover {
  background: linear-gradient(115deg, var(--gold-hover), var(--gold));
  color: #090d18;
}

.hero-actions > .button:not(.button-outline),
.trial-summary > .button,
.hero-actions > .button:not(.button-outline):hover,
.trial-summary > .button:hover,
.hero-actions > .button:not(.button-outline):focus,
.trial-summary > .button:focus,
.hero-actions > .button:not(.button-outline):focus-visible,
.trial-summary > .button:focus-visible,
.hero-actions > .button:not(.button-outline):active,
.trial-summary > .button:active,
.hero-actions > .button:not(.button-outline):visited,
.trial-summary > .button:visited {
  color: #090D18;
}

.hero-actions > .button:not(.button-outline) [aria-hidden],
.trial-summary > .button [aria-hidden],
.hero-actions > .button:not(.button-outline) svg,
.trial-summary > .button svg {
  color: currentColor;
  fill: currentColor;
  stroke: currentColor;
}

.hero {
  max-width: 1500px;
  padding-block: clamp(54px, 7vw, 106px) clamp(48px, 6vw, 88px);
}

.hero-copy {
  max-width: 680px;
}

.hero h1 {
  max-width: 13ch;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1.04;
}

.hero-intro,
.home-section-heading p {
  color: #c0cbe0;
}

.hero-actions .button-outline {
  border-color: rgba(255, 183, 27, 0.58);
  color: var(--gold-light);
  background: rgba(16, 28, 70, 0.78);
}

.hero-stats-note {
  color: #d9e1ef;
}

.hero-chip {
  border-color: rgba(255, 183, 27, 0.42);
  background: rgba(255, 183, 27, 0.08);
  color: #ffe3a0;
}

.hero-dashboard,
.tv-dashboard {
  border-color: rgba(255, 183, 27, 0.4);
  background: linear-gradient(155deg, #10285b, #07112f);
}

.home-section-heading h2 {
  font-size: clamp(30px, 3.5vw, 54px);
  line-height: 1.08;
}

.plans-section {
  scroll-margin-top: 96px;
  background: var(--bg-subtle);
  border-block-color: rgba(255, 183, 27, 0.12);
}

.package-card.featured {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px rgba(255, 183, 27, 0.2), 0 20px 48px rgba(0, 0, 0, 0.42);
}

.badge-green {
  background: var(--gold);
  color: #090d18;
  box-shadow: 0 8px 20px rgba(255, 183, 27, 0.28);
}

.comparison-price { color: #ff7a78; }
.check-circle { color: var(--gold); border-color: rgba(255, 183, 27, 0.56); background: rgba(255, 183, 27, 0.1); }

.home-why-section,
.home-reviews-section,
.home-guarantee-section {
  scroll-margin-top: 96px;
  padding-block: var(--section-space);
}

.home-guarantee > div { min-width: 0; }
.home-guarantee .button { max-width: 100%; white-space: normal; }

.home-section-heading {
  max-width: 760px;
  margin: 0 auto clamp(28px, 4vw, 48px);
  text-align: center;
}

.home-section-heading .eyebrow { color: var(--gold); }

.home-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-why-card {
  min-height: 220px;
  padding: 28px 24px;
  border: 1px solid rgba(137, 163, 218, 0.24);
  border-radius: 24px;
  background: #f8faff;
  color: #101a38;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.home-why-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 14px;
  color: var(--gold-hover);
  background: rgba(255, 183, 27, 0.14);
}

.home-why-icon svg { width: 25px; height: 25px; }
.home-why-card h3 { color: #101a38; font-size: 20px; }
.home-why-card p { color: #586783; font-size: 16px; }

.home-guarantee-section { background: #0d1a4a; }

.home-guarantee {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 44px;
  align-items: center;
  max-width: 980px;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(255, 183, 27, 0.28);
  border-radius: 28px;
  background: #101c46;
}

.home-guarantee h2 { max-width: 14ch; font-size: clamp(30px, 3.5vw, 52px); }
.home-guarantee p { max-width: 58ch; }

.guarantee-mark {
  display: grid;
  width: 168px;
  height: 168px;
  place-content: center;
  justify-items: center;
  border: 3px solid var(--gold);
  border-radius: 50%;
  color: #090d18;
  background: var(--gold);
  box-shadow: 0 0 0 10px rgba(255, 183, 27, 0.12);
}

.guarantee-mark strong { font-size: 52px; line-height: 0.9; color: inherit; }
.guarantee-mark span { font-size: 14px; font-weight: 850; letter-spacing: 0.12em; }

@media (max-width: 1023px) {
  .home-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .hero h1 { max-width: none; font-size: clamp(36px, 10vw, 50px); }
  .home-why-grid { grid-template-columns: 1fr; }
  .home-why-card { min-height: 0; }
  .home-guarantee { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .home-guarantee h2 { margin-inline: auto; }
  .home-guarantee p { margin-inline: auto; }
  .home-guarantee .button { margin-inline: auto; }
  .guarantee-mark { margin-inline: auto; }
}

/* Final cascade layer for progressive pricing cards. */
.plans-section .package-name { margin: 0 0 4px; color: var(--gold); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.plans-section .package-feature-row { display: grid !important; grid-template-columns: 22px minmax(92px, .82fr) minmax(0, 1.18fr); align-items: start !important; gap: 8px !important; min-height: 36px; border: 0 !important; padding: 0 !important; font-size: 14px !important; }
.plans-section .package-feature-row .feature-state { display: grid; width: 20px; height: 20px; place-items: center; border: 1px solid rgba(255, 183, 27, .55); border-radius: 50%; color: var(--gold); font-size: 12px; font-weight: 850; }
.plans-section .package-feature-row.is-unavailable .feature-state { border-color: rgba(170,182,207,.28); color: #71809c; }
.plans-section .package-feature-row .feature-label { color: #aab6cf; font-weight: 700; }
.plans-section .package-feature-row .feature-value { min-width: 0; color: #f8faff; line-height: 1.45; }
.plans-section .package-feature-row.is-unavailable .feature-value { color: #71809c; }
.plans-section .package-card.featured { border-color: var(--gold); background: linear-gradient(145deg, var(--color-primary-light) 0%, var(--color-primary-dark) 100%); color: #090d18; transform: translateY(-6px); box-shadow: 0 18px 42px rgba(255, 183, 27, .28), 0 0 0 1px rgba(255,211,90,.7); }
.plans-section .package-card.featured .package-name,.plans-section .package-card.featured .plan-title,.plans-section .package-card.featured .plan-price,.plans-section .package-card.featured .currency-label,.plans-section .package-card.featured .feature-label,.plans-section .package-card.featured .feature-value { color: #090d18; }
.plans-section .package-card.featured .comparison-price { color: #6c2730; }
.plans-section .package-card.featured .feature-state { border-color: rgba(9,13,24,.45); color: #090d18; }
.plans-section .package-card.featured .is-unavailable .feature-state { border-color: rgba(9,13,24,.24); color: rgba(9,13,24,.5); }
.plans-section .package-card.featured .is-unavailable .feature-value { color: rgba(9,13,24,.62); }
.plans-section .package-card.featured .package-feature-link { color: #090d18; text-decoration-color: rgba(9,13,24,.6); }
.plans-section .package-card.featured .package-cta { background: #090d18; border-color: #090d18; color: #fff; box-shadow: 0 10px 22px rgba(9,13,24,.25); }
.plans-section .package-card.featured .package-cta:hover { background: #17213d; color: #fff; }
.plans-section .package-card.featured .badge-green { background: #090d18; color: var(--gold-light); }
@media (max-width: 767px) { .plans-section .package-feature-row { grid-template-columns: 22px minmax(92px,.78fr) minmax(0,1.22fr); font-size: 16px !important; } .plans-section .package-card.featured { transform: none; } }

/* Scoped pricing typography correction: one readable sentence per row. */
#plans { scroll-margin-top: 96px; }
.plans-section .package-feature-row { grid-template-columns: 22px minmax(0, 1fr); gap: 10px !important; min-width: 0; font-size: 16px !important; line-height: 1.45; word-break: normal; overflow-wrap: normal; hyphens: none; }
.plans-section .package-feature-row .feature-value { grid-column: 2; min-width: 0; color: #f8faff; font-weight: 500; }
.plans-section .package-feature-row.is-unavailable .feature-value { color: #7d8aa5; }
.plans-section .package-card.featured .package-feature-row .feature-value { color: #090d18; }
.plans-section .package-card.featured .package-feature-row.is-unavailable .feature-value { color: rgba(9,13,24,.62); }
@media (max-width: 767px) { .plans-section .package-feature-row { grid-template-columns: 22px minmax(0, 1fr); gap: 10px !important; min-height: 42px; font-size: 16px !important; line-height: 1.5; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Runtime content-preview fix: scoped after all legacy dashboard rules. */
.hero-dashboard {
  position: relative;
  border: 1px solid rgba(255, 183, 27, .55);
  border-radius: 26px;
  background: radial-gradient(circle at 92% 8%, rgba(255, 183, 27, .13), transparent 24%), linear-gradient(155deg, #101c46, #07112f);
  box-shadow: 0 20px 48px rgba(0,0,0,.42);
  animation: none;
}
.hero-dashboard .tv-brand-icon { color: var(--gold); }
.hero-dashboard .tv-brand strong { color: #f8faff; -webkit-text-fill-color: currentColor; background: none; }
.hero-dashboard .tv-menu span:first-child { color: var(--gold-light); }
.hero-dashboard .tv-menu span:first-child::after { background: var(--gold); }
.hero-dashboard .tv-cat,
.hero-dashboard .tv-cat.cat-direct,
.hero-dashboard .tv-cat.cat-sports,
.hero-dashboard .tv-cat.cat-films,
.hero-dashboard .tv-cat.cat-enfants { min-height: 72px; background: #101c46; border: 1px solid rgba(255, 183, 27, .3); box-shadow: none; color: #f8faff; }
.hero-dashboard .tv-cat:hover { border-color: var(--gold); background: rgba(255, 183, 27, .14); filter: none; transform: translateY(-2px); }
.hero-dashboard .tv-featured { min-height: 150px; border: 1px solid rgba(255, 183, 27, .45); border-radius: 20px; background: radial-gradient(circle at 92% 10%, rgba(255, 183, 27, .12), transparent 25%), #172750; animation: none; }
.hero-dashboard .featured-badge { color: var(--gold-light); background: rgba(255, 183, 27, .14); border-color: rgba(255, 183, 27, .55); }
.hero-dashboard .featured-title { color: #f8faff; letter-spacing: 0; }
.hero-dashboard .featured-meta { color: #aab6cf; }
.hero-dashboard .tv-featured::after { background: var(--gold); box-shadow: none; }
.hero-dashboard .hero-badge { background: #101c46; border-color: rgba(255, 183, 27, .55); box-shadow: 0 12px 28px rgba(0,0,0,.35); }
.hero-dashboard .badge-icon-tv { background: var(--gold); color: #090d18; box-shadow: none; }
.badge-text small { color: #aab6cf; }

@media (max-width: 767px) {
  .hero-visual { display: flex; flex-direction: column; }
  .hero-visual .badge-4k { order: 1; position: static; margin: 0 0 12px; align-self: stretch; }
  .hero-visual .hero-dashboard { order: 2; }
}

@media (min-width: 768px) {
  .hero-visual .badge-4k { top: auto; bottom: calc(100% + 8px); }
}

/* Phase 2D-E global gold and page-archetype refinement. */
:root {
  --color-bg-main: #050B22;
  --color-bg-section: #0D1A4A;
  --color-bg-card: #101C46;
  --color-primary-hover: var(--color-primary-dark);
  --color-primary-soft: rgba(255, 183, 27, .14);
  --color-primary-border: rgba(255, 183, 27, .55);
  --color-on-primary: #090D18;
  --color-text-main: #F8FAFF;
  --color-text-muted: #AAB6CF;
  --color-secondary: var(--color-primary);
  --color-whatsapp: #25D366;
  --color-whatsapp-hover: #1EBD5A;
  --color-focus: var(--color-primary);
}

body { background: var(--color-bg-main); color: var(--color-text-main); }
a:hover, .text-link:hover, .blog-archive-read-more:hover { color: var(--color-primary-light); }
:focus-visible { outline-color: var(--color-primary); }
.eyebrow { color: var(--color-primary); }
.premium-header #primary-nav > a[aria-current="page"]::after { background: var(--color-primary); box-shadow: 0 0 10px rgba(255, 183, 27, .7); }
.premium-header #primary-nav > a:not(.header-cta):hover { color: var(--color-primary-light); }
.installation-page, .blog-archive-page { background: var(--color-bg-main); }
.installation-badge, .blog-archive-badge { border-color: var(--color-primary-border); color: var(--color-primary-light); }
.installation-hero h1 .gradient-text, .blog-archive-hero h1 .gradient-text { color: var(--color-primary); background: none; -webkit-text-fill-color: currentColor; }
.installation-tab:hover, .installation-tab.is-active { border-color: var(--color-primary); background: var(--color-primary-soft); color: var(--color-primary-light); }
.installation-tab:focus-visible, .installation-support a:focus-visible, .installation-whatsapp:focus-visible { outline-color: var(--color-primary); }
.installation-panel, .installation-steps li { border-color: rgba(255, 183, 27, .28); background: var(--color-bg-card); }
.installation-meta, .installation-tip { background: rgba(13,26,74,.82); border-color: rgba(255, 183, 27, .22); }
.installation-meta strong, .installation-tip strong, .installation-step-number { color: var(--color-primary); }
.installation-step-number { background: var(--color-primary); color: var(--color-on-primary); }
.installation-support { border-color: rgba(255, 183, 27, .28); background: var(--color-bg-card); }
.installation-support h2 { color: var(--color-text-main); }
.installation-support-icon { color: var(--color-primary); }
.whatsapp-button { background: var(--color-whatsapp) !important; border-color: var(--color-whatsapp) !important; color: #090d18 !important; box-shadow: 0 12px 28px rgba(37,211,102,.2); }
.whatsapp-button { min-height: 44px; }
.whatsapp-inline-icon { width: 18px; height: 18px; fill: currentColor; vertical-align: -4px; }
.whatsapp-button:hover { background: var(--color-whatsapp-hover) !important; border-color: var(--color-whatsapp-hover) !important; color: #090d18 !important; }
.blog-archive-page .blog-empty-state { margin: 12px auto 0; padding: 32px 24px; border-color: var(--color-primary-border); background: var(--color-bg-card); }
.blog-empty-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.blog-archive-read-more, .blog-archive-card h2 a { color: var(--color-primary-light); }
.blog-archive-category { background: var(--color-primary); color: var(--color-on-primary); }
.blog-archive-card { border-color: rgba(255, 183, 27, .2); background: var(--color-bg-card); }
.contact-page-content { padding-block: clamp(28px,5vw,64px) clamp(56px,8vw,104px); }
.contact-method-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; max-width: 1100px; margin-inline: auto; }
.contact-method-card, .contact-whatsapp-card { min-height: 300px; padding: clamp(26px,4vw,46px); border: 1px solid rgba(255, 183, 27, .24); border-radius: 24px; background: var(--color-bg-card); }
.contact-method-card h2, .contact-whatsapp-card h2 { margin-bottom: 14px; font-size: clamp(26px,3vw,42px); }
.contact-method-card p, .contact-whatsapp-card p { max-width: 50ch; }
.contact-whatsapp-card { background: linear-gradient(145deg,#123e2b,#0c2a23); border-color: rgba(37,211,102,.55); }
.contact-whatsapp-icon { display: grid; width: 52px; height: 52px; margin-bottom: 22px; place-items: center; border-radius: 50%; background: var(--color-whatsapp); color: #fff; font-size: 26px; }
.contact-whatsapp-card h2 { color: #fff; }
.contact-whatsapp-card .whatsapp-button { margin-top: 10px; }
.button-outline, .button-outline-glow { border-color: var(--color-primary-border); }
.button-outline:hover, .button-outline-glow:hover { border-color: var(--color-primary); color: var(--color-primary-light); background: var(--color-primary-soft); }
.global-cta-card { border-color: rgba(255, 183, 27, .32); background: linear-gradient(135deg,rgba(16,28,70,.98),rgba(13,26,74,.98)); }
.global-cta-card h2 .gradient-text { color: var(--color-primary); background: none; -webkit-text-fill-color: currentColor; }
.site-footer { border-top-color: rgba(255, 183, 27, .18); }

.installation-hero, .blog-archive-hero { padding-block: clamp(28px,4vw,56px) clamp(28px,4vw,48px); }
.installation-hero h1, .blog-archive-hero h1 { font-size: clamp(34px,4vw,62px); }
.page-heading { padding-block: clamp(28px,4vw,56px) clamp(28px,4vw,48px); }
.page-heading .lead { max-width: 760px; }

@media (max-width: 767px) {
  .installation-hero { padding-block: 32px 34px; }
  .installation-tabs { flex-wrap: wrap; justify-content: center; overflow: visible; }
  .installation-tab { min-height: 48px; font-size: 16px; }
  .contact-method-grid { grid-template-columns: 1fr; }
  .contact-method-card, .contact-whatsapp-card { min-height: 0; }
  .blog-empty-actions { flex-direction: column; align-items: stretch; }
  .blog-empty-actions .button { width: 100%; }
}

  @media (max-width: 767px) {
    .hero-dashboard .tv-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  }

/* Homepage showcase uses the approved gold accent system. */
.showcase-section .showcase-header a.text-link { color: var(--color-primary-light); }
.showcase-section .showcase-header a.text-link:hover { color: var(--color-primary-hover); }
.showcase-section .showcase-header a.text-link:focus-visible { outline-color: var(--color-primary); }
.showcase-section .showcase-dashboard,
.showcase-section .premium-library { border-color: var(--color-primary-border); background: var(--color-bg-card); box-shadow: 0 22px 54px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.05); }
.showcase-section .showcase-row { border-color: rgba(255, 183, 27, .16); background: rgba(5,11,34,.48); }
.showcase-section .showcase-row:hover { border-color: rgba(255, 183, 27, .4); background: rgba(255, 183, 27, .08); }
.showcase-section .showcase-row.row-active { border-color: var(--color-primary-border); background: linear-gradient(90deg, rgba(255, 183, 27, .18), rgba(16,28,70,.92)); box-shadow: 0 4px 20px rgba(255, 183, 27, .12); }
.showcase-section .row-num { color: var(--color-primary); }
.showcase-section .row-info strong { color: var(--color-text-main); }
.showcase-section .row-info small { color: var(--color-text-muted); }

.showcase-availability { margin: 16px 4px 0; color: var(--color-text-muted); font-size: 14px; text-align: center; }
.home-reviews-section { background: var(--color-bg-main); }
.home-reviews-inner { max-width: 1240px; }
.home-reviews-heading { max-width: 760px; margin: 0 auto 26px; text-align: center; }
.home-reviews-heading .eyebrow { color: var(--color-primary); }
.home-reviews-heading h2 { margin: 8px 0 14px; color: var(--color-text-main); font-size: clamp(30px, 4vw, 56px); line-height: 1.08; }
.home-reviews-heading p { max-width: 700px; margin: 0 auto; color: var(--color-text-muted); font-size: 18px; line-height: 1.6; }
.review-summary { display: flex; max-width: 720px; min-height: 56px; margin: 0 auto 28px; align-items: center; justify-content: center; gap: 12px; padding: 10px 18px; border: 1px solid rgba(255, 183, 27, .28); border-radius: 12px; background: var(--color-bg-card); color: var(--color-text-muted); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.review-summary strong { color: var(--color-text-main); }
.review-summary-stars, .review-stars { color: var(--color-primary); letter-spacing: .08em; }
.review-summary-stars { display: inline-flex; gap: 4px; }
.review-summary-stars span, .review-stars span { display: inline-grid; width: 24px; height: 24px; place-items: center; border-radius: 3px; background: #00B67A; color: #fff; font-size: 15px; line-height: 1; }
.review-stars { display: flex; gap: 4px; letter-spacing: 0; }
.review-stars span:not(.is-filled) { background: #d8e1e5; color: #fff; }
.review-summary b { color: var(--color-primary-light); }
.review-summary-brand { padding-left: 12px; border-left: 1px solid rgba(255, 183, 27, .24); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.review-card { position: relative; display: flex; min-width: 0; min-height: 290px; flex-direction: column; padding: 24px; border: 1px solid rgba(16,28,70,.12); border-radius: 18px; background: var(--color-text-main); color: #101c46; box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.review-card:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(0,0,0,.24); }
.review-card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.review-avatar { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgba(255, 183, 27, .22); color: #101c46; font-weight: 800; }
.review-card-top strong { display: block; color: #101c46; font-size: 17px; }
.review-location { display: flex; align-items: center; gap: 4px; margin-top: 3px; color: #66738d; font-size: 13px; }
.review-location svg, .review-verified svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.review-stars { margin-bottom: 12px; font-size: 18px; }
.review-card h3 { margin: 0 0 8px; color: #101c46; font-size: 18px; line-height: 1.3; }
.review-card p { margin: 0; color: #586783; font-size: 16px; line-height: 1.55; }
.review-verified { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; padding-top: 18px; color: #587086; font-size: 13px; }
.review-verified svg { color: #168a54; }
@media (max-width: 1023px) { .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) {
  .review-summary { align-items: flex-start; flex-wrap: wrap; gap: 8px 10px; padding: 12px 14px; }
  .review-summary-brand { width: 100%; padding: 8px 0 0; border-top: 1px solid rgba(255, 183, 27, .24); border-left: 0; text-align: center; }
  .reviews-grid { grid-template-columns: 1fr; gap: 16px; }
  .review-card { min-height: 0; padding: 22px 20px; }
  .review-card p { font-size: 16px; }
}

  /* Homepage FAQ redesign: gold is the primary accent and the accordion shares a balanced two-column section. */
  .faq-section { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: clamp(28px, 5vw, 76px); align-items: start; padding-block: clamp(56px, 7vw, 96px); }
  .faq-section .section-top-center { position: sticky; top: 104px; max-width: 360px; margin: 0; text-align: left; }
  .faq-section .section-top-center::after { display: block; width: 54px; height: 3px; margin-top: 22px; border-radius: 99px; background: var(--color-primary); content: ''; }
  .faq-section .section-top-center h2 { margin: 0 0 16px; }
  .faq-section .section-top-center .gradient-text { color: var(--color-text-main); background: none; -webkit-text-fill-color: currentColor; }
  .faq-section .section-intro { margin: 0; color: var(--color-text-muted); font-size: 17px; line-height: 1.6; }
  .faq-section .faq-accordion { max-width: none; margin: 0; gap: 14px; }
  .faq-section .faq-item { border: 1px solid rgba(255, 183, 27, .24); border-radius: 16px; background: linear-gradient(180deg, rgba(13,26,74,.94), rgba(16,28,70,.82)); box-shadow: 0 10px 26px rgba(0,0,0,.18); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
  .faq-section .faq-item:hover { border-color: rgba(255, 183, 27, .52); transform: translateY(-1px); }
  .faq-section .faq-item.active { border-color: var(--color-primary); box-shadow: 0 0 0 1px rgba(255, 183, 27, .18), 0 12px 30px rgba(0,0,0,.24); background: var(--color-bg-card); }
  .faq-section .faq-question { min-height: 64px; padding: 18px 22px; }
  .faq-section .faq-q-text { color: var(--color-text-main); font-size: clamp(16px, 1.25vw, 20px); }
  .faq-section .faq-icon { width: 38px; height: 38px; background: rgba(255, 183, 27, .14); color: var(--color-primary-light); font-size: 22px; }
  .faq-section .faq-item.active .faq-icon { background: var(--color-primary); color: var(--color-on-primary); box-shadow: 0 0 14px rgba(255, 183, 27, .32); }
  .faq-section .faq-question:focus-visible { outline: 3px solid var(--color-primary); outline-offset: -3px; border-radius: 14px; }
  .faq-section .faq-answer { padding: 0 22px 20px; }
  .faq-section .faq-answer-inner { border-top-color: rgba(255, 183, 27, .18); padding-top: 15px; }
  .faq-section .faq-answer p { color: var(--color-text-muted); font-size: 16px; line-height: 1.65; }
  .faq-section .faq-answer a.text-link { color: var(--color-primary-light); text-decoration-color: rgba(255, 183, 27, .55); }
  .faq-section .faq-answer a.text-link:hover { color: var(--color-primary-hover); }
  @media (max-width: 1023px) { .faq-section { grid-template-columns: 1fr; gap: 30px; } .faq-section .section-top-center { position: static; max-width: 700px; margin: 0; } }
  @media (max-width: 767px) { .faq-section { gap: 24px; padding-block: 52px 64px; } .faq-section .section-top-center { max-width: none; } .faq-section .faq-question { min-height: 56px; padding: 16px; } .faq-section .faq-answer { padding: 0 16px 18px; } .faq-section .faq-icon { width: 44px; height: 44px; } }
