/* ════════════════════════════════════════════
   IPTV DANSK 4K — DANISH FLAG THEME
   Background: Red #C60C30
   Text: White #FFFFFF
   Accent: Gold #FFD700
════════════════════════════════════════════ */

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: 'Sora', 'DM Sans', sans-serif;
  background: #C60C30;
  color: #FFFFFF;
  overflow-x: hidden;
  min-height: 100vh;
}
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #A80A28; }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.5); border-radius: 4px; }
::selection { background: rgba(255,215,0,0.3); }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }

/* ── ALL TEXT WHITE BY DEFAULT ── */
h1, h2, h3, h4, h5, h6 { color: #FFFFFF; }
p { color: #FFFFFF; }
li { color: #FFFFFF; }
span { color: inherit; }
label { color: #FFFFFF; }

/* ── LAYOUT ── */
.container { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.seo-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }

/* ── ANIMATIONS ── */
@keyframes shimmer { 0%{background-position:200% center} 100%{background-position:-200% center} }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-14px)} }
@keyframes livepulse { 0%,100%{opacity:1} 50%{opacity:.2} }
@keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} }
@keyframes waPulse { 0%{transform:scale(1);opacity:.5} 100%{transform:scale(2.2);opacity:0} }
@keyframes fadeUp { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }
@keyframes barFill { from{width:0} to{width:72%} }

.fade-up { animation: fadeUp .9s ease both; }

/* ── GOLD TEXT ── */
.gold-text {
  background: linear-gradient(135deg, #FFD700 0%, #FFF176 50%, #FFD700 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 3s linear infinite;
}

/* ── BUTTONS ── */
.btn-gold {
  display: inline-flex; align-items: center; gap: 9px;
  background: linear-gradient(135deg, #FFD700 0%, #FFF176 50%, #C8A000 100%);
  background-size: 200% auto;
  color: #8B0000; border: none; border-radius: 12px;
  padding: 14px 32px; font-size: 14px; font-weight: 800;
  transition: background-position .4s, transform .2s, box-shadow .3s;
  box-shadow: 0 4px 24px rgba(0,0,0,0.3);
  letter-spacing: .2px; white-space: nowrap;
}
.btn-gold:hover { background-position: right center; transform: translateY(-2px); box-shadow: 0 8px 40px rgba(0,0,0,0.4); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,0.15);
  color: #FFFFFF;
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 12px; padding: 14px 32px; font-size: 14px; font-weight: 700;
  transition: all .25s; white-space: nowrap;
}
.btn-outline:hover { background: rgba(255,255,255,0.25); border-color: #FFFFFF; }
.btn-lg { padding: 18px 44px; font-size: 15px; }
.btn-full { width: 100%; justify-content: center; }

/* ── BANNER ── */
.banner {
  background: rgba(0,0,0,0.3);
  border-bottom: 2px solid rgba(255,255,255,0.35);
  padding: 10px 24px;
}
.banner-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 20px; flex-wrap: wrap; max-width: 1240px; margin: 0 auto;
}
.banner-inner span { font-size: 13px; color: #FFFFFF; font-weight: 500; }
.banner-inner strong { color: #FFD700; font-weight: 800; }
.countdown { display: flex; gap: 6px; align-items: center; }
.cd-block { display: flex; align-items: center; gap: 4px; }
.cd-block span {
  background: rgba(255,255,255,0.2); border: 2px solid rgba(255,255,255,0.5);
  border-radius: 6px; padding: 3px 10px;
  font-family: 'DM Mono', monospace; font-size: 14px; font-weight: 700;
  color: #FFD700; min-width: 36px; text-align: center;
}
.cd-block small { font-size: 9px; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 1px; }
.banner-close { background: none; border: none; color: rgba(255,255,255,0.8); font-size: 20px; line-height: 1; padding: 0 4px; }

/* ── NAV ── */
.nav {
  position: sticky; top: 0; z-index: 200;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: all .35s;
}
.nav.solid {
  background: rgba(160,8,28,0.97);
  backdrop-filter: blur(20px);
  border-bottom: 2px solid rgba(255,255,255,0.35);
}
.nav-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 28px;
  height: 70px; display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
}
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; font-weight: 900; font-size: 17px; letter-spacing: -.3px; color: #FFFFFF; }
.logo em { color: #FFD700; font-style: normal; }
.logo-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: #FFFFFF; display: flex; align-items: center;
  justify-content: center; font-weight: 900; font-size: 12px;
  color: #C60C30; flex-shrink: 0;
}
.nav-links { display: flex; gap: 32px; }
.nav-links a { color: rgba(255,255,255,0.9); font-size: 14px; font-weight: 600; transition: color .2s; }
.nav-links a:hover { color: #FFD700; }
.nav-cta { display: flex; gap: 14px; align-items: center; flex-shrink: 0; }
.nav-lang { font-size: 12px; color: rgba(255,255,255,0.85); font-weight: 700; }
.burger { display: none; background: rgba(255,255,255,0.15); border: 2px solid rgba(255,255,255,0.5); border-radius: 8px; padding: 7px 11px; color: #FFFFFF; font-size: 16px; }
.mobile-menu { display: none; flex-direction: column; gap: 0; background: rgba(160,8,28,0.98); border-top: 2px solid rgba(255,255,255,0.3); padding: 12px 28px 20px; }
.mobile-menu a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.2); color: #FFFFFF; font-size: 15px; font-weight: 700; }
.mobile-menu a:last-child { border-bottom: none; margin-top: 8px; }
.mobile-menu.open { display: flex; }

/* ── HERO ── */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 80px 28px 60px; position: relative; overflow: hidden;
  background: linear-gradient(160deg, #C60C30 0%, #A80A28 50%, #C60C30 100%);
}
.hero-bg-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.07) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,0.07) 1px,transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 100% 100% at 50% 0%, black 30%, transparent 80%);
  pointer-events: none;
}
.hero-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255,255,255,0.07) 0%, transparent 65%); pointer-events: none; }
.hero-status {
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid rgba(255,255,255,0.45);
  border-radius: 999px; padding: 7px 16px;
  background: rgba(255,255,255,0.15);
  font-size: 12px; color: #FFFFFF; font-weight: 600; margin-bottom: 36px;
}
.hero-status strong { color: #FFFFFF; font-weight: 800; }
.dot-green { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 8px rgba(74,222,128,.7); animation: livepulse 2s infinite; flex-shrink: 0; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.section-eyebrow { font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: #FFD700; display: block; margin-bottom: 14px; }
.hero-title { font-size: clamp(2.8rem, 5.5vw, 5rem); font-weight: 900; line-height: 1.03; letter-spacing: -3px; margin-bottom: 22px; color: #FFFFFF; }
.hero-sub { font-size: 17px; color: rgba(255,255,255,0.92); line-height: 1.8; margin-bottom: 36px; max-width: 460px; font-weight: 500; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-mini-stats { display: flex; border: 2px solid rgba(255,255,255,0.35); border-radius: 14px; overflow: hidden; background: rgba(0,0,0,0.2); width: fit-content; }
.mini-stat { padding: 14px 20px; text-align: center; }
.mini-stat strong { display: block; font-size: 18px; font-weight: 900; color: #FFFFFF; }
.mini-stat span { display: block; font-size: 10px; color: rgba(255,255,255,0.8); font-weight: 700; margin-top: 3px; white-space: nowrap; letter-spacing: .5px; }
.mini-sep { width: 1px; background: rgba(255,255,255,0.3); margin: 10px 0; }

/* ── PLAYER MOCKUP ── */
.hero-right { animation: float 6.5s ease-in-out infinite; animation-delay: 1s; }
.player-mockup { border-radius: 20px; overflow: hidden; background: rgba(0,0,0,0.45); border: 2px solid rgba(255,255,255,0.4); box-shadow: 0 40px 120px rgba(0,0,0,0.5); }
.player-titlebar { background: rgba(0,0,0,0.3); border-bottom: 2px solid rgba(255,255,255,0.25); padding: 11px 18px; display: flex; align-items: center; gap: 7px; }
.dot { width: 11px; height: 11px; border-radius: 50%; }
.player-dots { margin-left: auto; display: flex; gap: 7px; }
.player-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.35); display: block; cursor: pointer; transition: all .3s; }
.player-dots span.active { background: #FFD700; }
.player-screen { padding: 28px 24px 20px; min-height: 180px; }
.player-live-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 800; color: #ff6666; letter-spacing: 1.5px; margin-bottom: 16px; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: #ff4444; display: inline-block; animation: livepulse 1.4s infinite; }
.player-league { font-size: 11px; color: rgba(255,255,255,0.8); font-weight: 700; margin-bottom: 8px; }
.player-score { font-size: clamp(1.4rem,3vw,1.9rem); font-weight: 900; letter-spacing: -.5px; line-height: 1.2; margin-bottom: 8px; color: #FFFFFF; }
.player-score .gold { color: #FFD700; }
.player-detail { font-size: 12px; color: rgba(255,255,255,0.75); margin-bottom: 22px; }
.player-progress { background: rgba(255,255,255,0.2); border-radius: 999px; height: 3px; }
.player-bar { height: 100%; width: 72%; background: linear-gradient(90deg, #FFD700, #FFF176); border-radius: 999px; animation: barFill 2s ease both; }
.player-channels { border-top: 2px solid rgba(255,255,255,0.25); padding: 13px 18px; display: flex; gap: 8px; overflow-x: auto; }
.player-channels::-webkit-scrollbar { display: none; }
.ch { flex-shrink: 0; padding: 5px 13px; border-radius: 6px; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.35); font-size: 11px; font-weight: 700; color: #FFFFFF; cursor: pointer; letter-spacing: .5px; white-space: nowrap; transition: all .2s; }
.ch.active { background: rgba(255,215,0,0.25); border-color: #FFD700; color: #FFD700; }

/* ── TICKER ── */
.ticker-wrap { overflow: hidden; border-top: 2px solid rgba(255,255,255,0.3); border-bottom: 2px solid rgba(255,255,255,0.3); padding: 14px 0; background: rgba(0,0,0,0.2); }
.ticker-track { display: flex; gap: 52px; animation: ticker 30s linear infinite; width: max-content; }
.ticker-track:hover { animation-play-state: paused; }
.ticker-track span { font-size: 11px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.75); white-space: nowrap; }

/* ── STATS ── */
.stats-bar { margin-top: 60px; }
.stats-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; border: 2px solid rgba(255,255,255,0.35); border-radius: 20px; overflow: hidden; background: rgba(0,0,0,0.2); }
.stat-item { text-align: center; padding: 44px 20px; }
.stat-num { font-size: clamp(2rem,4vw,3.2rem); font-weight: 900; letter-spacing: -2px; line-height: 1; color: #FFFFFF; }
.stat-label { font-size: 11px; color: rgba(255,255,255,0.85); font-weight: 700; margin-top: 10px; letter-spacing: 2px; text-transform: uppercase; }
.stat-sep { width: 1px; background: rgba(255,255,255,0.3); margin: 20px 0; }

/* ── SECTIONS ── */
.section { padding: 120px 0; }
.section-dark { background: rgba(0,0,0,0.15); border-top: 2px solid rgba(255,255,255,0.25); border-bottom: 2px solid rgba(255,255,255,0.25); padding: 120px 0; }
.section-alt { background: rgba(0,0,0,0.12); border-top: 2px solid rgba(255,255,255,0.25); border-bottom: 2px solid rgba(255,255,255,0.25); padding: 120px 0; }
.section-head { text-align: center; margin-bottom: 64px; }
.section-head h2 { font-size: clamp(2rem,4vw,3.2rem); font-weight: 900; letter-spacing: -2px; margin-bottom: 14px; line-height: 1.1; color: #FFFFFF; }
.section-head p { color: rgba(255,255,255,0.88); font-size: 17px; max-width: 520px; margin: 0 auto; font-weight: 500; }
.eyebrow-wrap { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 18px; }
.eyebrow-line { display: inline-block; width: 28px; height: 2px; background: rgba(255,215,0,0.7); }

/* ── FEATURES ── */
.feat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feat-card { background: rgba(255,255,255,0.14); border: 2px solid rgba(255,255,255,0.35); border-radius: 18px; padding: 36px 28px; transition: all .3s; }
.feat-card:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.7); transform: translateY(-5px); }
.feat-icon { font-size: 32px; margin-bottom: 20px; display: block; }
.feat-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 10px; color: #FFFFFF; }
.feat-card p { color: rgba(255,255,255,0.88); font-size: 15px; line-height: 1.7; }

/* ── SPORT ── */
.sport-layout { display: grid; grid-template-columns: 240px 1fr; border: 2px solid rgba(255,255,255,0.3); border-radius: 20px; overflow: hidden; background: rgba(0,0,0,0.2); }
.sport-tabs { border-right: 2px solid rgba(255,255,255,0.25); }
.sport-tab { width: 100%; padding: 20px 22px; background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.18); border-right: 3px solid transparent; color: rgba(255,255,255,0.8); font-size: 13px; font-weight: 700; text-align: left; cursor: pointer; transition: all .25s; font-family: inherit; }
.sport-tab.active { background: rgba(255,215,0,0.12); border-right-color: #FFD700; color: #FFD700; }
.sport-tab:hover:not(.active) { background: rgba(255,255,255,0.1); color: #FFFFFF; }
.sport-content { padding: 48px; }
.sport-panel { display: none; }
.sport-panel.active { display: block; }
.sport-tag { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #FFD700; margin-bottom: 14px; display: block; }
.sport-panel h3 { font-size: clamp(1.5rem,3vw,2.2rem); font-weight: 900; letter-spacing: -1px; line-height: 1.2; margin-bottom: 16px; color: #FFFFFF; }
.sport-panel h3 em { color: #FFD700; font-style: normal; }
.sport-panel p { font-size: 16px; color: rgba(255,255,255,0.88); line-height: 1.75; margin-bottom: 26px; max-width: 460px; }
.badge-row { display: flex; flex-wrap: wrap; gap: 8px; }
.badge-row span { padding: 6px 14px; border-radius: 999px; border: 2px solid rgba(255,255,255,0.45); background: rgba(255,255,255,0.15); font-size: 12px; font-weight: 700; color: #FFFFFF; letter-spacing: .5px; }

/* ── DEVICES ── */
.device-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(148px,1fr)); gap: 14px; }
.device-card { background: rgba(255,255,255,0.14); border: 2px solid rgba(255,255,255,0.35); border-radius: 16px; padding: 28px 14px; text-align: center; transition: all .25s; }
.device-card:hover { background: rgba(255,255,255,0.24); border-color: rgba(255,255,255,0.7); transform: translateY(-4px); }
.device-icon { font-size: 34px; margin-bottom: 12px; display: block; }
.device-card strong { display: block; font-size: 13px; margin-bottom: 5px; color: #FFFFFF; font-weight: 800; }
.device-card span { font-size: 11px; color: rgba(255,255,255,0.82); display: block; }

/* ── PRICING ── */
.price-notice { background: rgba(255,215,0,0.15); border: 2px solid rgba(255,215,0,0.5); border-radius: 14px; padding: 15px 24px; text-align: center; margin-bottom: 48px; font-size: 13px; color: #FFD700; font-weight: 700; letter-spacing: .5px; }
.price-notice strong { color: #FFD700; }
.plan-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.plan-card { background: rgba(255,255,255,0.14); border: 2px solid rgba(255,255,255,0.35); border-radius: 20px; padding: 34px 26px; position: relative; transition: transform .3s, box-shadow .3s; }
.plan-card:hover { transform: translateY(-5px); box-shadow: 0 20px 60px rgba(0,0,0,0.3); background: rgba(255,255,255,0.2); }
.plan-card.plan-popular { border-color: #FFD700; border-width: 3px; background: rgba(255,215,0,0.12); box-shadow: 0 0 60px rgba(255,215,0,0.25); }
.plan-badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg,#FFD700,#FFF176); color: #8B0000; font-weight: 800; font-size: 10px; padding: 5px 20px; border-radius: 999px; white-space: nowrap; letter-spacing: 1px; text-transform: uppercase; }
.blue-badge { background: linear-gradient(135deg,#1a6fd4,#4a90f0) !important; color: #fff !important; }
.plan-period { font-size: 11px; font-weight: 800; color: rgba(255,255,255,0.85); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 2px; }
.plan-save-badge { font-size: 12px; font-weight: 700; color: #FFFFFF; background: rgba(255,255,255,0.2); border: 2px solid rgba(255,255,255,0.4); border-radius: 8px; padding: 6px 12px; text-align: center; margin-bottom: 16px; }
.plan-save-badge.gold { color: #FFD700; background: rgba(255,215,0,0.15); border-color: rgba(255,215,0,0.5); }
.plan-price-wrap { display: flex; align-items: flex-end; gap: 3px; margin-bottom: 4px; }
.plan-currency { font-size: 13px; color: rgba(255,255,255,0.8); margin-bottom: 12px; font-weight: 700; }
.plan-price { font-size: 52px; font-weight: 900; letter-spacing: -3px; line-height: 1; color: #FFFFFF; }
.gold-price { color: #FFD700 !important; }
.plan-sub { font-size: 12px; color: rgba(255,255,255,0.8); margin-bottom: 22px; font-weight: 600; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.plan-features li { font-size: 13px; color: #FFFFFF; font-weight: 600; }
.price-footer { text-align: center; margin-top: 28px; color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 600; }

/* ── REVIEWS ── */
.review-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 18px; }
.review-card { background: rgba(255,255,255,0.14); border: 2px solid rgba(255,255,255,0.35); border-radius: 18px; padding: 30px 26px; }
.stars { color: #FFD700; font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; display: block; }
.review-card p { font-size: 15px; color: rgba(255,255,255,0.9); line-height: 1.75; margin-bottom: 16px; }
.review-card strong { display: block; font-size: 14px; color: #FFFFFF; font-weight: 800; }
.review-card span { font-size: 12px; color: rgba(255,255,255,0.8); margin-top: 3px; display: block; }

/* ── CITIES ── */
.cities-label { font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.85); margin-bottom: 20px; display: block; text-align: center; }
.cities-wrap { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.city-pill { padding: 10px 22px; border-radius: 999px; border: 2px solid rgba(255,255,255,0.5); background: rgba(255,255,255,0.14); font-size: 13px; font-weight: 700; color: #FFFFFF; transition: all .25s; }
.city-pill:hover { border-color: #FFD700; color: #FFD700; background: rgba(255,215,0,0.15); }
.seo-divider { border: none; border-top: 2px solid rgba(255,255,255,0.25); margin: 0; }

/* ── KEYWORD CLOUD ── */
.kw-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.kw-card { background: rgba(255,255,255,0.12); border: 2px solid rgba(255,255,255,0.3); border-radius: 16px; padding: 24px; }
.kw-wide { grid-column: span 2; border-color: rgba(255,215,0,0.4); }
.kw-title { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #FFD700; margin-bottom: 16px; display: block; }
.kw-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.kw-tags span { font-size: 12px; padding: 5px 12px; border-radius: 999px; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.4); color: #FFFFFF; font-weight: 600; }
.kw-tags.gold-tags span { background: rgba(255,215,0,0.15); border-color: rgba(255,215,0,0.45); color: #FFD700; font-weight: 700; }

/* ── STEPS ── */
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 2px solid rgba(255,255,255,0.3); border-radius: 20px; overflow: hidden; background: rgba(0,0,0,0.15); }
.step-card { padding: 48px 32px; border-right: 2px solid rgba(255,255,255,0.2); }
.step-card:last-child { border-right: none; }
.step-num { font-family: 'DM Mono',monospace; font-size: 48px; font-weight: 500; color: rgba(255,215,0,0.3); margin-bottom: 20px; line-height: 1; display: block; }
.step-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 12px; color: #FFFFFF; }
.step-card p { color: rgba(255,255,255,0.85); font-size: 15px; line-height: 1.65; }

/* ── BLOG ── */
.blog-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; flex-wrap: wrap; gap: 16px; }
.blog-header h2 { color: #FFFFFF; }
.blog-all { font-size: 14px; color: #FFD700; font-weight: 700; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 20px; }
.blog-card { background: rgba(255,255,255,0.14); border: 2px solid rgba(255,255,255,0.35); border-radius: 18px; overflow: hidden; transition: all .3s; }
.blog-card:hover { border-color: rgba(255,255,255,0.7); transform: translateY(-5px); }
.blog-img { height: 160px; background: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; font-size: 44px; border-bottom: 2px solid rgba(255,255,255,0.2); }
.blog-body { padding: 24px; }
.blog-body > div { display: flex; justify-content: space-between; margin-bottom: 12px; }
.blog-tag { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #FFD700; }
.blog-time { font-size: 11px; color: rgba(255,255,255,0.75); font-weight: 600; }
.blog-body h3 { font-size: 17px; font-weight: 800; margin-bottom: 10px; line-height: 1.3; color: #FFFFFF; }
.blog-body p { color: rgba(255,255,255,0.85); font-size: 14px; line-height: 1.6; margin-bottom: 16px; }
.blog-body a { font-size: 13px; font-weight: 700; color: #FFD700; }

/* ── FAQ ── */
.faq-item { border-bottom: 2px solid rgba(255,255,255,0.25); }
.faq-btn { background: none; border: none; width: 100%; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; color: #FFFFFF; font-size: 16px; font-weight: 700; text-align: left; gap: 20px; cursor: pointer; }
.faq-btn span:first-child { color: #FFFFFF; }
.faq-icon { color: #FFD700; font-size: 24px; flex-shrink: 0; line-height: 1; transition: transform .35s; font-weight: 300; }
.faq-btn.open .faq-icon { transform: rotate(45deg); }
.faq-ans { color: rgba(255,255,255,0.9); line-height: 1.75; font-size: 15px; padding-bottom: 22px; display: none; font-weight: 500; }
.faq-ans.open { display: block; }

/* ── CTA ── */
.cta-section { padding: 100px 28px; text-align: center; position: relative; overflow: hidden; background: rgba(0,0,0,0.15); }
.cta-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(255,255,255,0.06) 0%, transparent 70%); pointer-events: none; }
.cta-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.05) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,0.05) 1px,transparent 1px); background-size: 72px 72px; pointer-events: none; }
.cta-title { font-size: clamp(2.4rem,5.5vw,4rem); font-weight: 900; letter-spacing: -3px; line-height: 1.05; margin-bottom: 16px; color: #FFFFFF; }
.cta-sub { color: rgba(255,255,255,0.92); font-size: 17px; line-height: 1.75; margin-bottom: 40px; font-weight: 500; }

/* ── FOOTER ── */
.footer { border-top: 3px solid rgba(255,255,255,0.35); background: rgba(0,0,0,0.25); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 52px; }
.footer-brand p { color: rgba(255,255,255,0.85); font-size: 14px; line-height: 1.75; margin-bottom: 20px; max-width: 270px; font-weight: 500; }
.footer-wa { display: inline-flex; align-items: center; gap: 8px; background: rgba(37,211,102,0.2); border: 2px solid rgba(37,211,102,0.6); border-radius: 10px; padding: 10px 18px; font-size: 13px; font-weight: 700; color: #4ade80; }
.footer-col h4 { font-weight: 800; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #FFFFFF; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col ul li a { color: rgba(255,255,255,0.8); font-size: 13px; transition: color .2s; font-weight: 600; }
.footer-col ul li a:hover { color: #FFD700; }
.footer-disclaimer { background: rgba(0,0,0,0.2); border: 2px solid rgba(255,255,255,0.25); border-radius: 12px; padding: 16px 20px; font-size: 12px; color: rgba(255,255,255,0.82); line-height: 1.7; margin-bottom: 24px; }
.footer-disclaimer strong { color: #FFFFFF; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding-top: 20px; border-top: 2px solid rgba(255,255,255,0.25); }
.footer-bottom > span { color: rgba(255,255,255,0.8); font-size: 13px; font-weight: 600; }
.footer-langs { display: flex; gap: 18px; }
.lang { font-size: 12px; font-weight: 700; cursor: pointer; color: rgba(255,255,255,0.7); transition: color .2s; }
.lang.active { color: #FFD700; }

/* ── WA FAB ── */
.wa-fab { position: fixed; bottom: 28px; right: 28px; width: 60px; height: 60px; border-radius: 50%; background: #25D366; border: none; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 32px rgba(37,211,102,.5); z-index: 999; transition: transform .2s; }
.wa-fab:hover { transform: scale(1.12); }
.wa-fab::before { content: ''; position: absolute; inset: -5px; border-radius: 50%; border: 2px solid rgba(37,211,102,.4); animation: waPulse 2s ease-out infinite; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .feat-grid { grid-template-columns: repeat(2,1fr); }
  .plan-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .kw-grid { grid-template-columns: 1fr; }
  .kw-wide { grid-column: span 1; }
}
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-right { order: -1; }
  .sport-layout { grid-template-columns: 1fr; }
  .sport-tabs { display: flex; overflow-x: auto; border-right: none; border-bottom: 2px solid rgba(255,255,255,0.25); }
  .sport-tab { white-space: nowrap; border-right: 0; border-bottom: 3px solid transparent; }
  .sport-tab.active { border-right-color: transparent; border-bottom-color: #FFD700; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-sep { display: none; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { border-right: none; border-bottom: 2px solid rgba(255,255,255,0.2); }
  .nav-links, .nav-lang { display: none; }
  .burger { display: block; }
}
@media (max-width: 640px) {
  .feat-grid { grid-template-columns: 1fr; }
  .plan-grid { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; }
  .btn-lg { justify-content: center; }
  .section, .section-dark, .section-alt { padding: 80px 0; }
  .hero { padding: 60px 28px 40px; }
  .sport-content { padding: 28px 24px; }
  .hero-title { font-size: 2.4rem; letter-spacing: -2px; }
  .cta-title { font-size: 2.4rem; }
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  padding: 120px 28px 80px;
  text-align: center;
  background: linear-gradient(160deg, #C60C30 0%, #A80A28 60%, #C60C30 100%);
  border-bottom: 3px solid rgba(255,255,255,0.3);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.06) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,0.06) 1px,transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2.4rem,5vw,4rem); font-weight: 900; letter-spacing: -2.5px; line-height: 1.06; margin: 14px 0 18px; color: #FFFFFF; }
.page-hero p { font-size: 18px; color: rgba(255,255,255,0.9); max-width: 580px; margin: 0 auto; line-height: 1.75; font-weight: 500; }

/* ── CHANNEL GRID ── */
.channel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}
.ch-card {
  background: rgba(255,255,255,0.14);
  border: 2px solid rgba(255,255,255,0.35);
  border-radius: 14px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  transition: all .25s;
  font-size: 22px;
}
.ch-card:hover { background: rgba(255,255,255,0.22); border-color: #FFD700; transform: translateY(-3px); }
.ch-card strong { display: block; font-size: 14px; font-weight: 800; color: #FFFFFF; }
.ch-card span { font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #FFD700; background: rgba(255,215,0,0.15); border: 1px solid rgba(255,215,0,0.4); border-radius: 999px; padding: 2px 8px; }

/* ── INTERNATIONAL GRID ── */
.int-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap: 18px;
}
.int-card {
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 18px;
  padding: 32px 28px;
  transition: all .3s;
}
.int-card:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.6); transform: translateY(-4px); }
.int-flag { font-size: 40px; margin-bottom: 14px; }
.int-card h3 { font-size: 18px; font-weight: 800; color: #FFFFFF; margin-bottom: 10px; }
.int-card p { color: rgba(255,255,255,0.88); font-size: 15px; line-height: 1.65; }

/* ── SPORT CARDS GRID ── */
.sport-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
  gap: 20px;
}
.sport-big-card {
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 20px;
  padding: 36px 30px;
  transition: all .3s;
}
.sport-big-card:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.6); transform: translateY(-5px); }
.sport-big-icon { font-size: 42px; margin-bottom: 16px; display: block; }
.sport-big-card h3 { font-size: 22px; font-weight: 900; color: #FFFFFF; margin-bottom: 16px; }
.sport-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.sport-list li { font-size: 14px; color: rgba(255,255,255,0.9); font-weight: 600; }

/* ── DEVICE DETAIL GRID ── */
.device-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: 20px;
}
.device-detail-card {
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 20px;
  padding: 36px 30px;
  transition: all .3s;
}
.device-detail-card:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.6); transform: translateY(-4px); }
.dd-icon { font-size: 44px; margin-bottom: 16px; display: block; }
.device-detail-card h3 { font-size: 20px; font-weight: 900; color: #FFFFFF; margin-bottom: 12px; }
.device-detail-card p { color: rgba(255,255,255,0.88); font-size: 15px; line-height: 1.65; }

/* ── RESPONSIVE ADDITIONS ── */
@media (max-width: 640px) {
  .channel-grid { grid-template-columns: repeat(2,1fr); }
  .sport-cards-grid { grid-template-columns: 1fr; }
  .device-detail-grid { grid-template-columns: 1fr; }
  .int-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 80px 20px 60px; }
  .page-hero h1 { font-size: 2.2rem; letter-spacing: -1.5px; }
}

/* ══════════════════════════════════════
   LEGAL PAGES
══════════════════════════════════════ */

.legal-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
}

/* ── Sidebar ── */
.legal-sidebar {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.legal-nav-box {
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 16px;
  padding: 24px;
}
.legal-nav-box h4 {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFD700;
  margin-bottom: 16px;
}
.legal-nav-box a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.82);
  transition: color .2s;
}
.legal-nav-box a:last-child { border-bottom: none; }
.legal-nav-box a:hover { color: #FFD700; }

.legal-highlight-box {
  background: rgba(255,215,0,0.1);
  border: 2px solid rgba(255,215,0,0.35);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
}
.legal-highlight-box h3 {
  font-size: 18px;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.legal-highlight-box p {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
}

/* ── Content ── */
.legal-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.legal-intro {
  background: rgba(255,255,255,0.1);
  border-left: 4px solid #FFD700;
  border-radius: 0 12px 12px 0;
  padding: 20px 24px;
  margin-bottom: 36px;
}
.legal-intro p {
  font-size: 16px;
  color: rgba(255,255,255,0.92);
  line-height: 1.75;
}

.legal-block {
  padding: 36px 0;
  border-bottom: 2px solid rgba(255,255,255,0.15);
}
.legal-block:last-child { border-bottom: none; }

.legal-block h2 {
  font-size: 22px;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,215,0,0.3);
}

.legal-block p {
  font-size: 15px;
  color: rgba(255,255,255,0.88);
  line-height: 1.8;
  margin-bottom: 14px;
}
.legal-block p:last-child { margin-bottom: 0; }
.legal-block strong { color: #FFFFFF; font-weight: 800; }

.legal-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 14px 0;
  padding-left: 4px;
}
.legal-list li {
  font-size: 15px;
  color: rgba(255,255,255,0.88);
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}
.legal-list li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: #FFD700;
  font-weight: 800;
  font-size: 16px;
}

.legal-warning {
  background: rgba(255,215,0,0.05);
  border: 1px solid rgba(255,215,0,0.2);
  border-radius: 12px;
  padding: 28px 28px !important;
  margin-bottom: 8px;
}

.legal-highlight {
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  margin: 14px 0;
  font-weight: 600;
}

/* ── Legal Table ── */
.legal-table {
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 12px;
  overflow: hidden;
  margin: 16px 0;
}
.lt-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  gap: 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding: 12px 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
}
.lt-row:last-child { border-bottom: none; }
.lt-row.lt-head {
  background: rgba(255,215,0,0.12);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFD700;
}
.lt-row:not(.lt-head):hover { background: rgba(255,255,255,0.06); }

/* ── Legal Info Box ── */
.legal-info-box {
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 12px;
  padding: 20px 24px;
  margin: 16px 0;
}
.legal-info-box p {
  font-size: 14px !important;
  color: rgba(255,255,255,0.9) !important;
  margin-bottom: 6px !important;
  line-height: 1.5 !important;
}

/* ── GDPR Rights Grid ── */
.rights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 20px 0;
}
.right-card {
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
  transition: all .25s;
}
.right-card:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.5);
  transform: translateY(-3px);
}
.right-icon { font-size: 30px; margin-bottom: 10px; display: block; }
.right-card h3 { font-size: 15px; font-weight: 800; color: #FFFFFF; margin-bottom: 8px; }
.right-card p { font-size: 12px !important; color: rgba(255,255,255,0.82) !important; line-height: 1.55 !important; margin: 0 !important; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .legal-grid { grid-template-columns: 1fr; }
  .legal-sidebar { position: static; }
}
@media (max-width: 640px) {
  .legal-block h2 { font-size: 18px; }
  .lt-row { grid-template-columns: 1fr; gap: 4px; }
  .lt-row.lt-head span:not(:first-child) { display: none; }
  .rights-grid { grid-template-columns: 1fr 1fr; }
}

/* ── QUICK LINK CARDS (homepage) ── */
.quick-link-card {
  display: block;
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 18px;
  padding: 32px 24px;
  text-decoration: none;
  color: #FFFFFF;
  transition: all .3s;
  text-align: center;
}
.quick-link-card:hover {
  background: rgba(255,255,255,0.22);
  border-color: #FFD700;
  transform: translateY(-5px);
}
.quick-link-card h3 { font-size: 20px; font-weight: 900; color: #FFFFFF; margin-bottom: 10px; }
.quick-link-card p { font-size: 14px; color: rgba(255,255,255,0.85); line-height: 1.6; margin-bottom: 16px; }
.ql-arrow { font-size: 13px; font-weight: 700; color: #FFD700; }

/* ══════════════════════════════════════
   ARTICLE / BLOG POST STYLES
══════════════════════════════════════ */
.article-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
}
.article-body { max-width: 760px; }
.article-lead {
  font-size: 19px;
  color: rgba(255,255,255,0.92);
  line-height: 1.8;
  margin-bottom: 40px;
  padding: 20px 24px;
  background: rgba(255,215,0,0.07);
  border-left: 4px solid #FFD700;
  border-radius: 0 12px 12px 0;
  font-weight: 500;
}
.article-body h2 {
  font-size: clamp(1.4rem,3vw,2rem);
  font-weight: 900;
  color: #FFFFFF;
  margin: 40px 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(255,215,0,0.3);
  letter-spacing: -0.5px;
}
.article-body h3 {
  font-size: clamp(1.1rem,2.5vw,1.4rem);
  font-weight: 800;
  color: #FFD700;
  margin: 28px 0 12px;
}
.article-body p {
  font-size: 16px;
  color: rgba(255,255,255,0.88);
  line-height: 1.85;
  margin-bottom: 18px;
}
.article-body strong { color: #FFFFFF; font-weight: 800; }
.article-ul, .article-ol {
  margin: 16px 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article-ul { list-style: none; padding: 0; margin-left: 0; }
.article-ul li {
  font-size: 15px;
  color: rgba(255,255,255,0.88);
  padding-left: 22px;
  position: relative;
  line-height: 1.65;
}
.article-ul li::before { content: '›'; position: absolute; left: 0; color: #FFD700; font-weight: 900; font-size: 18px; line-height: 1.2; }
.article-ol { list-style: decimal; padding-left: 20px; }
.article-ol li { font-size: 15px; color: rgba(255,255,255,0.88); line-height: 1.65; padding-left: 6px; }
.article-ol li::marker { color: #FFD700; font-weight: 800; }

/* Article Table */
.article-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.article-table thead tr {
  background: rgba(255,215,0,0.15);
}
.article-table th {
  padding: 12px 14px;
  text-align: left;
  font-weight: 800;
  color: #FFD700;
  border-bottom: 2px solid rgba(255,215,0,0.3);
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.article-table td {
  padding: 11px 14px;
  color: rgba(255,255,255,0.88);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.article-table tr:hover td { background: rgba(255,255,255,0.04); }

/* Article CTA */
.article-cta {
  background: rgba(255,215,0,0.08);
  border: 2px solid rgba(255,215,0,0.3);
  border-radius: 20px;
  padding: 36px;
  text-align: center;
  margin: 48px 0 0;
}
.article-cta h3 { font-size: 22px; font-weight: 900; color: #FFFFFF; margin-bottom: 10px; }
.article-cta p { color: rgba(255,255,255,0.85); margin-bottom: 22px; font-size: 16px; }

/* Article FAQ */
.article-faq { margin-top: 48px; padding-top: 32px; border-top: 2px solid rgba(255,255,255,0.15); }
.article-faq h2 { font-size: 1.6rem; font-weight: 900; color: #FFFFFF; margin-bottom: 20px; }

/* Sidebar */
.article-sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 90px; }
.sidebar-box {
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 16px;
  padding: 22px 20px;
}
.sidebar-box h4 {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #FFD700;
  margin-bottom: 14px;
}
.sidebar-box p { font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.6; }

/* TOC */
.toc { display: flex; flex-direction: column; gap: 8px; }
.toc a { font-size: 13px; color: rgba(255,255,255,0.75); text-decoration: none; padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,0.08); transition: color .2s; }
.toc a:hover { color: #FFD700; }

/* Responsive article */
@media (max-width: 1024px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
}
@media (max-width: 640px) {
  .article-lead { font-size: 16px; padding: 16px 18px; }
  .article-cta { padding: 24px 20px; }
}

/* ══════════════════════════════════════
   LANGUAGE SWITCHER
══════════════════════════════════════ */
.lang-switcher {
  position: relative;
  flex-shrink: 0;
}
#active-lang {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s;
  font-family: inherit;
  white-space: nowrap;
  min-width: 70px;
  justify-content: center;
}
#active-lang:hover {
  background: rgba(255,255,255,0.2);
  border-color: #FFD700;
  color: #FFD700;
}
.lang-arrow {
  font-size: 10px;
  opacity: 0.7;
}
#lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #1a0a12;
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 14px;
  overflow: hidden;
  z-index: 999;
  min-width: 160px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.7);
}
#lang-dropdown.open { display: block; }
.lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.lang-option:last-child { border-bottom: none; }
.lang-option:hover {
  background: rgba(255,215,0,0.1);
  color: #FFD700;
}
.lang-option.active {
  background: rgba(255,215,0,0.08);
  color: #FFD700;
  font-weight: 800;
}
.lang-option .lang-flag { font-size: 20px; }
.lang-option .lang-name { flex: 1; }
.lang-option .lang-check { color: #FFD700; font-size: 14px; }

/* Mobile lang switcher */
@media (max-width: 860px) {
  .lang-switcher { order: -1; }
  #lang-dropdown { right: auto; left: 0; }
}

/* ── SIMPLE LANGUAGE SWITCHER ── */
.lang-switcher-simple {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-shrink: 0;
}
.lsb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06);
  font-size: 18px;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  line-height: 1;
}
.lsb:hover {
  border-color: rgba(255,215,0,0.5);
  background: rgba(255,215,0,0.1);
  transform: scale(1.1);
}
.lsb-active {
  border-color: rgba(255,215,0,0.6);
  background: rgba(255,215,0,0.12);
}
@media (max-width: 860px) {
  .lang-switcher-simple { gap: 3px; }
  .lsb { width: 28px; height: 28px; font-size: 16px; }
}

/* ── NAV LOGO IMAGE ── */
.nav-logo-img {
  height: 44px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,0.3));
  transition: opacity 0.2s;
}
.nav-logo-img:hover { opacity: 0.88; }
a.logo { display: flex; align-items: center; flex-shrink: 0; }

/* ═══════════════════════════════════════════════════
   NAV — CLEAN REBUILD (overrides all previous nav)
═══════════════════════════════════════════════════ */

/* Logo */
.nav-logo { display:flex; align-items:center; flex-shrink:0; }
.nav-logo img { height:44px; width:auto; object-fit:contain; display:block; }

/* Right side wrapper */
.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* Flag buttons */
.nav-flags {
  display: flex;
  align-items: center;
  gap: 3px;
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  padding: 4px 6px;
}
.flag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 28px;
  border-radius: 6px;
  font-size: 17px;
  text-decoration: none;
  transition: background 0.18s, transform 0.15s;
  line-height: 1;
  cursor: pointer;
}
.flag-btn:hover {
  background: rgba(255,255,255,0.18);
  transform: scale(1.12);
}
.flag-active {
  background: rgba(255,215,0,0.2);
  outline: 2px solid rgba(255,215,0,0.5);
  outline-offset: 1px;
}

/* CTA button in nav */
.nav-cta-btn {
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 13px;
  padding: 10px 18px;
}

/* Mobile flags inside mobile menu */
.mobile-flags {
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  flex-wrap: wrap;
}
.mobile-flags .flag-btn {
  width: 38px;
  height: 36px;
  font-size: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06);
}

/* Active nav link */
.active-link { color: #FFD700 !important; }

/* Responsive nav-right */
@media (max-width: 1100px) {
  .nav-cta-btn { display: none; }
}
@media (max-width: 860px) {
  .nav-right { display: none; }
}

/* ═══ NAV RESPONSIVE FIX ═══ */
@media (max-width: 860px) {
  .nav-right { display: none !important; }
  .nav-links { display: none !important; }
  .burger { display: block !important; }
}
@media (min-width: 861px) {
  .burger { display: none; }
  .mobile-menu { display: none !important; }
}
