/* ==========================================================================
   Belgi IPTV — Desktop & Mobile Responsive Visual System
   ========================================================================== */

: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: #eef3fa;
  --text-muted: #93a3bd;
  --text-dim: #5c6b85;
  
  --purple-primary: #17a7c4;
  --purple-secondary: #2f6fe0;
  --cyan-accent: #4de3f2;
  --blue-bright: #2f8ee0;

  /* Semantic aliases (WCAG-safe, reuse the tokens above) */
  --color-focus: var(--cyan-accent);
  --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, #17a7c4 0%, #2f6fe0 100%);
  --grad-purple-hover: linear-gradient(115deg, #22bede 0%, #3f82f0 100%);
  --grad-cyan: linear-gradient(115deg, #2f8ee0 0%, #4de3f2 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(23, 167, 196, 0.15) 0%, rgba(77, 227, 242, 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(23, 167, 196, 0.35);
  --shadow-cyan: 0 10px 30px rgba(77, 227, 242, 0.28);
  --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,
#functies,
#tarifs,
#tarieven,
#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(--cyan-accent);
  outline-offset: 3px;
}

/* Accessibility Skip Link */
.skip {
  position: fixed;
  top: -100px;
  left: 16px;
  background: var(--purple-primary);
  color: #fff;
  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;
  font-size: clamp(15px, 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(--cyan-accent);
  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(60, 190, 210, 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(23, 167, 196, 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(--cyan-accent);
  color: #05070d;
  border-color: transparent;
  box-shadow: var(--shadow-cyan);
}

.button-light:hover {
  background: #9ef7fc;
  color: #05070d;
  box-shadow: 0 12px 35px rgba(77, 227, 242, 0.4);
}

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

.text-link:hover {
  color: #a3f3ff;
  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(--text-bright);
  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;
}

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

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

/* 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(--cyan-accent);
  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, #17a7c4 0%, #2f6fe0 100%);
  border: 1px solid rgba(60, 190, 210, 0.4);
  border-radius: 14px;
  box-shadow: 0 0 25px rgba(23, 167, 196, 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, #22bede 0%, #3f82f0 100%);
  box-shadow: 0 0 35px rgba(23, 167, 196, 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(--cyan-accent);
}

.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, #22bede 0%, #7fdcee 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 {
  font-size: 11px;
  color: #657599;
  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(23, 167, 196, 0.4);
  border-radius: 20px;
  padding: 18px 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65), 0 0 40px rgba(23, 167, 196, 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, #63d6e9 0%, #4de3f2 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, #1e88e5 0%, #1565c0 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(--cyan-accent);
  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(23, 167, 196, 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(23, 167, 196, 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, #17a7c4 0%, #2f6fe0 100%);
  color: #ffffff;
  box-shadow: 0 0 16px rgba(229, 57, 53, 0.7);
}

.badge-icon-bolt {
  background: linear-gradient(135deg, #17a7c4 0%, #2f6fe0 100%);
  color: #ffeb3b;
  box-shadow: 0 0 14px rgba(23, 167, 196, 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;
}

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

.ch-tile {
  min-height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 850;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #ffffff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.tile-tf1 {
  background: linear-gradient(135deg, #0288d1 0%, #01579b 100%);
}

.tile-fr2 {
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
}

.tile-m6 {
  background: linear-gradient(135deg, #37474f 0%, #212121 100%);
}

.tile-rtl {
  background: linear-gradient(135deg, #fbc02d 0%, #f57f17 100%);
  color: #070e20;
}

.tile-la1 {
  background: linear-gradient(135deg, #00bcd4 0%, #00838f 100%);
}

.tile-tipik {
  background: linear-gradient(135deg, #7e57c2 0%, #4527a0 100%);
}

.tile-vtm {
  background: linear-gradient(135deg, #ef5350 0%, #b71c1c 100%);
}

.tile-vrt {
  background: linear-gradient(135deg, #42a5f5 0%, #1565c0 100%);
}

/* Cinematic hero player */
.cinematic-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  padding: 10px;
  border: 1px solid rgba(23, 167, 196, 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(23, 167, 196, 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(77, 227, 242, 0.25), transparent 22%), radial-gradient(ellipse at 33% 38%, rgba(23, 167, 196, 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(23, 167, 196, 0.72); }
.scene-light-two { right: -12%; bottom: -35%; background: rgba(77, 227, 242, 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(60, 190, 210, 0.5);
  border-radius: 50%;
}

.scene-stadium-lines span:nth-child(2) { inset: 16% 13%; border-color: rgba(77, 227, 242, 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;
}

.belgium-mark {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  letter-spacing: 0.04em;
}

.belgium-mark i { width: 4px; height: 14px; display: block; }
.belgium-mark i:nth-child(1) { background: #151515; }
.belgium-mark i:nth-child(2) { background: #ffd100; }
.belgium-mark i:nth-child(3) { background: #e2231a; }
.belgium-mark b { margin-left: 5px; font-size: 10px; }

.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, #17a7c4, #4de3f2); }
.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(23, 167, 196, 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(23, 167, 196, 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(60, 190, 210, 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(23, 167, 196, 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, #1677d2, #20a4e8); border-color: rgba(32, 199, 232, 0.62); box-shadow: 0 5px 15px rgba(32, 199, 232, 0.18); }
.hero-dashboard .tv-cat.cat-films { background: linear-gradient(135deg, #6d3dd1, #a334c6); border-color: rgba(179, 63, 209, 0.62); box-shadow: 0 5px 15px rgba(179, 63, 209, 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(32, 199, 232, 0.42); background: linear-gradient(90deg, rgba(124, 92, 252, 0.24), rgba(32, 199, 232, 0.1)); }
.hero-dashboard .featured-title { margin-bottom: 7px; }
.hero-dashboard .tv-featured { border-image: linear-gradient(90deg, rgba(124, 92, 252, 0.72), rgba(32, 199, 232, 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(23, 167, 196, 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, #20c7e8, #2583e8); color: #06152b; box-shadow: 0 3px 10px rgba(32, 199, 232, 0.28); }
.hero-dashboard .ch-tile:nth-child(2) { background: linear-gradient(135deg, #b33fd1, #7c5cfc); box-shadow: 0 3px 10px rgba(179, 63, 209, 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, #2583e8, #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: #20c7e8; }
.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, #7c5cfc, #20c7e8); content: ''; }

.hero-dashboard .tv-brand-icon { color: #20c7e8; }
.hero-dashboard .tv-brand-icon svg { stroke: #20c7e8; filter: drop-shadow(0 0 5px rgba(124, 92, 252, 0.58)); }
.hero-dashboard .badge-icon-tv { background: linear-gradient(135deg, #7c5cfc, #2583e8); box-shadow: 0 0 16px rgba(231, 71, 71, 0.42); }
.hero-dashboard .badge-icon-bolt { background: linear-gradient(135deg, #7c5cfc, #20c7e8); color: #f4c542; box-shadow: 0 0 14px rgba(32, 199, 232, 0.42); }
.hero-dashboard .hero-badge { background: rgba(12, 23, 49, 0.9); border-color: rgba(124, 92, 252, 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(23, 167, 196, 0.2); }
  50% { box-shadow: 0 24px 58px rgba(0, 0, 0, 0.6), 0 0 42px rgba(23, 167, 196, 0.27); }
}
@keyframes hero-featured-glow { 0%, 100% { box-shadow: 0 5px 20px rgba(124, 92, 252, 0.14); } 50% { box-shadow: 0 5px 25px rgba(32, 199, 232, 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, #17a7c4, #2f6fe0); color: #fff; font-size: 13px; }
.badge-signal-belgium { background: linear-gradient(90deg, #151515 0 33%, #ffd100 33% 66%, #e2231a 66%); color: #fff; font-size: 9px; font-weight: 800; }

@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(23,167,196,.16); } 50% { box-shadow: 0 24px 70px rgba(0,0,0,.55), 0 0 72px rgba(23,167,196,.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(77, 227, 242, 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(23, 167, 196, 0.2); }
  50% { box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65), 0 0 48px rgba(23, 167, 196, 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(23, 167, 196, 0)); }
  50% { opacity: 1; filter: drop-shadow(0 0 7px rgba(23, 167, 196, 0.55)); }
}

/* Benefits Section */
.benefits {
  position: relative;
  margin-block: 14px 36px;
  padding-top: 2px;
}

.benefits::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #17a7c4, #4de3f2);
  content: '';
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 26px 0;
  overflow: hidden;
  list-style: none;
  border: 1px solid rgba(23, 167, 196, 0.3);
  border-radius: 18px;
  background: linear-gradient(110deg, rgba(14, 24, 50, 0.9), rgba(8, 15, 34, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 14px 34px rgba(0, 0, 0, 0.25);
}

.benefit-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
  padding: 0 28px;
  opacity: 0;
  animation: benefit-enter 0.5s ease-out forwards;
}

.benefit-item + .benefit-item {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.benefit-item:nth-child(2) { animation-delay: 0.08s; }
.benefit-item:nth-child(3) { animation-delay: 0.16s; }

.benefit-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(23, 167, 196, 0.42);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(23, 167, 196, 0.25), rgba(77, 227, 242, 0.12));
  color: #5ad0e6;
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.benefit-icon svg {
  width: 23px;
  height: 23px;
}

.benefit-item:hover .benefit-icon {
  background: linear-gradient(135deg, rgba(23, 167, 196, 0.38), rgba(77, 227, 242, 0.2));
  box-shadow: 0 0 18px rgba(23, 167, 196, 0.28);
}

.benefit-item strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.25;
}

.benefit-item p {
  margin: 0;
  color: #aab7d2;
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 1.45;
}

@keyframes benefit-enter { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 767px) {
  .benefits { margin-block: 8px 30px; }
  .benefits-list { grid-template-columns: 1fr; padding: 8px 0; }
  .benefit-item { min-height: 92px; padding: 18px 20px; }
  .benefit-item + .benefit-item { border-top: 1px solid rgba(255, 255, 255, 0.1); border-left: 0; }
  .benefit-item strong { font-size: 1.05rem; }
  .benefit-item p { font-size: 1rem; }
}

/* 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(23, 167, 196, 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(23, 167, 196, 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(--purple-primary);
  box-shadow: 0 0 35px rgba(23, 167, 196, 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;
}

/* Screen Selector Inside Card */
.card-screen-selector {
  margin-block: 8px 24px;
  text-align: center;
}

.screen-selector-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #8393b8;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.screen-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.screen-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #8393b8;
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
}

.screen-btn.active {
  background: var(--purple-primary);
  color: #ffffff;
  border-color: var(--purple-primary);
  box-shadow: 0 0 15px rgba(23, 167, 196, 0.6);
}

.screen-btn:hover:not(.active) {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}

/* 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(23, 167, 196, 0.2);
  border: 1px solid rgba(23, 167, 196, 0.4);
  color: #7fdcee;
  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: linear-gradient(110deg, #17a7c4 0%, #2f6fe0 100%);
  color: #ffffff;
  width: 100%;
  border: 1px solid rgba(60, 190, 210, 0.4);
  box-shadow: 0 0 25px rgba(23, 167, 196, 0.5);
  font-weight: 800;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: clamp(14px, 1.1vw, 17px);
}

.button-cta-gradient:hover {
  background: linear-gradient(110deg, #22bede 0%, #3f82f0 100%);
  box-shadow: 0 0 35px rgba(23, 167, 196, 0.7);
  color: #ffffff;
}

.plan-card .button-outline {
  width: 100%;
  font-size: clamp(14px, 1.1vw, 17px);
  padding: 14px 24px;
  border-radius: 12px;
  border: 1px solid rgba(23, 167, 196, 0.5);
  color: #7fdcee;
  background: rgba(255, 255, 255, 0.03);
}

.plan-card .button-outline:hover {
  background: rgba(23, 167, 196, 0.15);
  border-color: rgba(23, 167, 196, 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);
  font-size: 13px;
  color: var(--text-muted);
}

.price-footnote p {
  margin-bottom: 6px;
  font-size: 13px;
  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(--cyan-accent);
  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;
}

/* Devices Section */
.device-section {
  padding-block: 48px;
}

.device-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.device-card {
  background: var(--grad-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  text-decoration: none;
  min-height: var(--tap-min);
}

.device-icon {
  color: var(--cyan-accent);
}

.device-card strong {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}

.device-card small {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.2;
}

.device-note {
  font-size: 12px;
  color: var(--text-dim);
  text-align: center;
}

/* 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(--cyan-accent);
  margin-bottom: 12px;
  background: var(--grad-cyan);
  -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(--purple-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(--cyan-accent);
}

.trial-pass p {
  font-size: 13px;
  font-weight: 700;
  color: var(--cyan-accent);
  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(--purple-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(23, 167, 196, 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(23, 167, 196, 0.5);
  transform: translateY(-2px);
}

.faq-item.active {
  border-color: rgba(23, 167, 196, 0.7);
  box-shadow: 0 0 25px rgba(23, 167, 196, 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(23, 167, 196, 0.25);
  color: #7fdcee;
  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: #17a7c4;
  color: #ffffff;
  box-shadow: 0 0 14px rgba(23, 167, 196, 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 {
  font-size: clamp(14px, 1.05vw, 16px);
  color: #93a3bd;
  line-height: 1.65;
  margin: 0;
}

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

/* 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(23, 167, 196, 0.15);
  border: 1px solid rgba(23, 167, 196, 0.3);
  color: var(--purple-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(23, 167, 196, 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(23, 167, 196, 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(23, 167, 196, 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(23, 167, 196, 0.18);
  border-color: rgba(23, 167, 196, 0.8);
  box-shadow: 0 0 25px rgba(23, 167, 196, 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(--cyan-accent);
  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(--cyan-accent);
  margin-top: 6px;
}

/* 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 aside {
  background: var(--grad-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px 16px;
}

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

.reading-layout aside 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 aside {
  padding: 24px 22px;
}

.legal-reading-layout aside 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(--purple-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(--purple-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(--cyan-accent);
  font-weight: 600;
}

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

.catalog-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

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

.catalog-grid h2 {
  font-size: 32px;
  font-weight: 850;
  margin-block: 6px 2px;
}

.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 .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, #63d6e9 0%, #4de3f2 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 #20c7e8;
  outline-offset: 3px;
  border-radius: 2px;
}

.showcase-dashboard {
  background: linear-gradient(180deg, #0b0f1a 0%, #05070d 100%);
  border: 1px solid rgba(23, 167, 196, 0.35);
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(23, 167, 196, 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(23, 167, 196, 0.25);
  color: #ffffff;
  border: 1px solid rgba(23, 167, 196, 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(23, 167, 196, 0.35) 0%, rgba(47, 111, 224, 0.2) 100%);
  border: 1px solid rgba(23, 167, 196, 0.6);
  box-shadow: 0 4px 20px rgba(23, 167, 196, 0.2);
}

/* Premium Belgian entertainment library */
.premium-library {
  max-width: 1240px;
  border-color: rgba(23, 167, 196, 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(23, 167, 196, 0.12); transform: translateX(2px); }
.premium-library .showcase-nav-item.active { border-color: rgba(23, 167, 196, 0.3); background: rgba(23, 167, 196, 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(23, 167, 196, 0.56); background: linear-gradient(90deg, rgba(23, 167, 196, 0.22), rgba(77, 227, 242, 0.07)); box-shadow: 0 5px 20px rgba(23, 167, 196, 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 Belgian library */
.premium-library {
  position: relative;
  border-color: rgba(124, 92, 252, 0.34);
  background: radial-gradient(circle at 96% 0%, rgba(32, 199, 232, 0.08), transparent 32%), radial-gradient(circle at 0% 100%, rgba(124, 92, 252, 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, #7c5cfc, #20c7e8, #7c5cfc);
  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: #20c7e8; }
.premium-library .showcase-nav-item:nth-child(1) svg { color: #7c5cfc; }
.premium-library .showcase-nav-item:nth-child(3) svg { color: #2583e8; }
.premium-library .showcase-nav-item:nth-child(4) svg { color: #b33fd1; }
.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(32, 199, 232, 0.07); color: #f4f6ff; }
.premium-library .showcase-nav-item.active { border-color: rgba(124, 92, 252, 0.38); background: linear-gradient(90deg, rgba(124, 92, 252, 0.22), rgba(124, 92, 252, 0.06)); color: #f4f6ff; }
.premium-library .showcase-nav-item.active::before { background: #7c5cfc; box-shadow: 0 0 10px rgba(124, 92, 252, 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(32, 199, 232, 0.34); background: linear-gradient(100deg, rgba(32, 199, 232, 0.08), rgba(12, 26, 53, 0.6)); }
.premium-library .showcase-row.row-active { border-color: rgba(124, 92, 252, 0.72); background: linear-gradient(100deg, rgba(124, 92, 252, 0.24), rgba(32, 199, 232, 0.1)); box-shadow: 0 5px 24px rgba(124, 92, 252, 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, #20c7e8, #2583e8); color: #06152b; border-color: rgba(32, 199, 232, 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, #b33fd1, #7c5cfc); color: #fff; border-color: rgba(179, 63, 209, 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, #2583e8, #3152c7); color: #fff; border-color: rgba(37, 131, 232, 0.62); }
.premium-library .showcase-row:nth-child(6) .library-monogram { background: linear-gradient(135deg, #7c5cfc, #b33fd1); color: #fff; border-color: rgba(124, 92, 252, 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(32, 199, 232, 0.4); background: rgba(32, 199, 232, 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(124, 92, 252, 0.5); background: linear-gradient(135deg, rgba(124, 92, 252, 0.25), rgba(179, 63, 209, 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 { opacity: 0; transform: translateY(8px); } to { opacity: 1; 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;
}

.tile-cplus {
  background: linear-gradient(135deg, #111111 0%, #333333 100%);
  border: 1px solid #555;
}

.tile-euro {
  background: linear-gradient(135deg, #0d47a1 0%, #1565c0 100%);
}

.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(23, 167, 196, 0.25);
  border: 1px solid rgba(23, 167, 196, 0.4);
  color: #7fdcee;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: 4px;
  flex-shrink: 0;
}

.row-tag.tag-active {
  background: #17a7c4;
  color: #ffffff;
}

.row-play {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #17a7c4;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  box-shadow: 0 0 10px rgba(23, 167, 196, 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(23, 167, 196, 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(23, 167, 196, 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(23, 167, 196, 0.55);
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(23, 167, 196, 0.2);
}

.why-icon-box {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(23, 167, 196, 0.3) 0%, rgba(47, 111, 224, 0.2) 100%);
  border: 1px solid rgba(23, 167, 196, 0.45);
  color: #7fdcee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(23, 167, 196, 0.25);
  transition: transform 0.25s ease;
}

.why-card:hover .why-icon-box {
  transform: scale(1.08);
  color: #ffffff;
  border-color: rgba(23, 167, 196, 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);
}


.trustpilot-section {
  padding: clamp(32px, 4vw, 64px) 0 clamp(40px, 5vw, 70px);
  background: #070d18;
}

.trustpilot-wrap {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.trustpilot-header-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 18px;
  border-radius: 18px;
  background: rgba(19, 24, 38, 0.95);
  border: 1px solid rgba(120, 138, 169, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

a.trustpilot-header-badge:hover,
a.trustpilot-header-badge:focus-visible {
  border-color: rgba(0, 182, 122, 0.5);
  transform: translateY(-2px);
}

.trustpilot-label {
  color: #edf3ff;
  font-weight: 700;
  font-size: 0.95rem;
}

.trustpilot-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.trustpilot-rating-inline {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  color: #edf3ff;
  font-weight: 700;
}

.trustpilot-stars {
  color: #00b67a;
  letter-spacing: 0.18em;
  font-size: 1.1rem;
}

.trustpilot-score-text {
  font-size: clamp(1.3rem, 1.9vw, 2rem);
  font-weight: 800;
  color: #ffffff;
}

.trustpilot-count-text {
  color: #a8b5c9;
  font-size: 0.95rem;
  font-weight: 600;
}

.trustpilot-main-title {
  margin: 26px auto 10px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 800;
  background: linear-gradient(90deg, #f9fbff 0%, #a084ff 35%, #6f9dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.trustpilot-main-description {
  margin: 0 auto 30px;
  color: #a7b6ca;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  line-height: 1.6;
}

.trustpilot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.trustpilot-review-card {
  background: rgba(19, 24, 38, 0.96);
  border: 1px solid rgba(120, 138, 169, 0.28);
  border-radius: 22px;
  padding: 22px 22px 18px;
  text-align: left;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
  min-height: 100%;
}

.trustpilot-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.trustpilot-card-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #00b67a;
  letter-spacing: 0.12em;
  font-size: 1.1rem;
  line-height: 1;
}

.trustpilot-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 1.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
}

.trustpilot-card-title {
  margin: 0 0 12px;
  color: #f1f6ff;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  line-height: 1.35;
  font-weight: 800;
}

.trustpilot-card-body {
  margin: 0;
  color: #a7b6ca;
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  line-height: 1.6;
  flex: 1;
}

.trustpilot-card-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.trustpilot-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(134, 103, 255, 0.95) 0%, rgba(98, 127, 255, 0.9) 100%);
  color: #f6f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  flex-shrink: 0;
}

.trustpilot-user-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  flex: 1;
}

.trustpilot-name {
  color: #f1f6ff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}

.trustpilot-meta {
  color: #8fa3bd;
  font-size: 0.8rem;
  line-height: 1.3;
}

.trustpilot-verified-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 182, 122, 0.12);
  border: 1px solid rgba(0, 182, 122, 0.38);
  color: #7fd5b8;
  font-size: 0.8rem;
  font-weight: 700;
}

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

@media (max-width: 700px) {
  .trustpilot-header-badge {
    display: flex;
    width: min(100%, 420px);
    flex-wrap: wrap;
    padding: 14px 16px;
  }

  .trustpilot-main-title {
    font-size: clamp(2.15rem, 8vw, 3.3rem);
  }

  .trustpilot-grid {
    grid-template-columns: 1fr;
  }

  .trustpilot-card-footer {
    flex-wrap: wrap;
  }

  .trustpilot-verified-badge {
    margin-left: 54px;
  }
}

/* Dynamic Blog Section */
.blog-archive-page {
  min-height: 100vh;
  padding-bottom: clamp(64px, 8vw, 116px);
  background: radial-gradient(circle at 50% 0, rgba(23, 167, 196, 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(23, 167, 196, 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(23, 167, 196, 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(23, 167, 196, 0.65);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42), 0 0 26px rgba(23, 167, 196, 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(23, 167, 196, 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: #77809a;
  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(23, 167, 196, 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(23, 167, 196, 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(23, 167, 196, 0.55);
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(23, 167, 196, 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(23, 167, 196, 0.25) 0%, rgba(77, 227, 242, 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(23, 167, 196, 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(--cyan-accent);
}

.blog-card p {
  font-size: clamp(13px, 1.05vw, 15px);
  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) */
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
@media (min-width: 600px) {
  .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;
  }
  .device-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .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);
  }
  
  .catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, 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(--cyan-accent);
    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(3, 1fr);
    gap: 24px;
  }
  
  .device-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
  
  .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 aside {
    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(23, 167, 196, 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(23, 167, 196, 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(23, 167, 196, 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(23, 167, 196, 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(23, 167, 196, 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(23, 167, 196, 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(23, 167, 196, 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(23, 167, 196, 0.5);
  border-radius: 6px;
  background: rgba(23, 167, 196, 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(23, 167, 196, 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);
  font-size: 12px;
  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);
  font-size: 13px;
}

.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(23, 167, 196, 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);
  font-size: 12px;
  line-height: 1.6;
}

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

.installation-tip p {
  margin: 0;
  color: #eafdff;
  font-size: 13px;
  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(23, 167, 196, 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;
  }

  .benefit-item {
    animation: none !important;
    opacity: 1 !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(124, 92, 252, 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: wa-bubble-in 0.25s ease-out both;
}

.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;
  }
}

