/*
Theme Name: Launch TV Channels
Theme URI: https://www.launchtvchannels.com
Author: Launch TV Channels
Author URI: https://www.launchtvchannels.com
Description: Custom WordPress theme for Launch TV Channels — Roku, Apple TV & Amazon Fire TV channel development services for churches, businesses, and organisations worldwide.
Version: 2.10.9
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: launchtvchannels
Tags: custom, responsive, dark, business, services
*/

/* ============================================================
   LAUNCH TV CHANNELS — WORDPRESS THEME
   Design: "Living Room Premium" Cinematic Dark UI
   Colors: Navy #060f38 / #0a1a5c, Gold #d4af37, White
   Fonts: Barlow Condensed (headings), DM Sans (body)
   ============================================================ */

/* ── Reset & Base ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: #060f38;
  color: #ffffff;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

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

a { text-decoration: none; color: inherit; }

ul { list-style: none; }

/* ── Container ────────────────────────────────────────────── */
.ltv-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ── Typography ───────────────────────────────────────────── */
.ltv-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  line-height: 1.05;
}

.ltv-section-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d4af37;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 12px;
}

.ltv-section-label::before,
.ltv-section-label::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #d4af37;
}

/* ── Buttons ──────────────────────────────────────────────── */
/* ── Base .btn class (used alongside btn-gold, btn-outline-gold etc.) ── */
.btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #d4af37;
  color: #060f38;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  padding: 14px 32px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.16s ease;
  text-decoration: none;
}
.btn-gold:hover { background: #c49f27; transform: translateY(-2px); }
.btn-gold:active { transform: scale(0.97); }

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  padding: 14px 32px;
  border-radius: 6px;
  border: 2px solid rgba(255,255,255,0.6);
  cursor: pointer;
  transition: all 0.18s ease;
  text-decoration: none;
}
.btn-outline-white:hover {
  background: rgba(255,255,255,0.1);
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline-navy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #0a1a5c;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  padding: 13px 28px;
  border-radius: 6px;
  border: 2px solid #0a1a5c;
  cursor: pointer;
  transition: all 0.18s ease;
  text-decoration: none;
  justify-content: center;
}
.btn-outline-navy:hover { background: #0a1a5c; color: #ffffff; }

.btn-firetv {
  display: block;
  text-align: center;
  background: #ff6600;
  color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  padding: 14px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.18s ease;
  text-decoration: none;
}
.btn-firetv:hover { background: #e55a00; color: #ffffff; }

/* ── Scroll Reveal ────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Top Bar ──────────────────────────────────────────────── */
/* ── Top Bar ──────────────────────────────────────────────── */
.ltv-topbar {
  background: #d4af37;
  color: #060f38;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 16px;
}
.ltv-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.ltv-topbar a {
  color: #060f38;
  text-decoration: underline;
  font-weight: 700;
}
.ltv-topbar-close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.85rem;
  color: #060f38;
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 1;
  opacity: 0.6;
  transition: opacity 0.15s;
  flex-shrink: 0;
}
.ltv-topbar-close:hover { opacity: 1; }

/* ── Header / Navbar ──────────────────────────────────────── */
.ltv-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(6,15,56,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212,175,55,0.15);
  transition: box-shadow 0.2s ease;
}
.ltv-header.scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,0.35);
}
.ltv-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 16px;
}
/* Logo */
.ltv-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.ltv-logo img {
  height: 44px;
  width: auto;
}
.ltv-logo-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-right: 20px;
  border-right: 1px solid rgba(255,255,255,0.15);
  flex-shrink: 0;
}
.ltv-logo-text .name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.02em;
}
.ltv-logo-text .tagline {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d4af37;
}
/* Desktop Nav */
.ltv-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}
.ltv-nav a {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
  padding: 8px 14px;
  border-radius: 6px;
  transition: color 0.15s ease, background 0.15s ease;
  text-decoration: none;
  white-space: nowrap;
}
.ltv-nav a:hover,
.ltv-nav a.active {
  color: #d4af37;
  background: rgba(212,175,55,0.08);
}
.ltv-nav a.active { font-weight: 600; }

/* ── Channels dropdown — KTV-style ── */
.ltv-channels-dd {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.ltv-channels-dd > .ltv-dd-trigger {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: rgba(255,255,255,0.85) !important;
  text-decoration: none;
  background: none;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 8px 14px;
  border-radius: 6px;
  transition: color 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.ltv-channels-dd > .ltv-dd-trigger::after {
  content: " ▾";
  font-size: 10px;
  transition: transform 0.2s;
}
.ltv-channels-dd > .ltv-dd-trigger:hover,
.ltv-channels-dd.open > .ltv-dd-trigger {
  color: #d4af37 !important;
  background: rgba(212,175,55,0.08);
}
.ltv-channels-dd.open > .ltv-dd-trigger::after {
  transform: rotate(180deg);
}
.ltv-dd-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #0a1628;
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 8px;
  min-width: 230px;
  z-index: 99999;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  padding: 8px 0;
}
.ltv-channels-dd.open .ltv-dd-menu,
.ltv-channels-dd:hover .ltv-dd-menu,
.ltv-channels-dd:focus-within .ltv-dd-menu {
  display: block;
}
/* Bridge pseudo-element fills the gap so mouse can move from trigger to menu */
.ltv-channels-dd {
  position: relative;
}
.ltv-channels-dd::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 14px;
}
.ltv-dd-menu a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 16px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px !important;
  transition: background 0.2s !important;
  white-space: nowrap !important;
  border-radius: 0 !important;
  background: none !important;
}
.ltv-dd-menu a:hover {
  background: rgba(212,175,55,0.15) !important;
  color: #d4af37 !important;
}
.ltv-dd-menu img {
  height: 22px !important;
  width: auto !important;
  max-width: 120px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
}
/* Apple TV logo is square — render taller so it's visually comparable to wide Roku wordmark */
.ltv-dd-menu img[alt="Apple TV"] {
  height: 32px !important;
  width: 32px !important;
  border-radius: 6px;
}
.ltv-dd-divider {
  height: 1px;
  background: rgba(212,175,55,0.2);
  margin: 4px 0;
}
/* Desktop CTA */
.ltv-header-cta { flex-shrink: 0; }
.ltv-header-btn {
  padding: 10px 22px !important;
  font-size: 0.88rem !important;
  white-space: nowrap;
}
/* ── Hamburger toggle ─────────────────────────────────────── */
.ltv-menu-toggle {
  display: none;
  background: none;
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px 10px;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
  transition: border-color 0.15s ease;
}
.ltv-menu-toggle:hover { border-color: #d4af37; }
.ltv-menu-toggle .bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.ltv-menu-toggle[aria-expanded="true"] .bar1 {
  transform: rotate(45deg) translate(5px, 5px);
}
.ltv-menu-toggle[aria-expanded="true"] .bar2 {
  opacity: 0;
  transform: scaleX(0);
}
.ltv-menu-toggle[aria-expanded="true"] .bar3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ── Mobile Nav Drawer ────────────────────────────────────── */
.ltv-mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1100; /* Must be above the sticky header (z-index:1000) */
  pointer-events: none;
}
.ltv-mobile-nav.open {
  display: block;
  pointer-events: auto;
}
/* Backdrop */
.ltv-mobile-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1; /* Below the drawer inner panel */
}
.ltv-mobile-nav.open .ltv-mobile-backdrop {
  opacity: 1;
}
/* Drawer panel */
.ltv-mobile-nav-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: min(320px, 88vw);
  height: 100%;
  background: #0a1a5c;
  border-left: 1px solid rgba(212,175,55,0.2);
  display: flex;
  flex-direction: column;
  padding: 0 0 32px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.23,1,0.32,1);
  box-shadow: -8px 0 40px rgba(0,0,0,0.4);
  z-index: 2; /* Must be above the backdrop (z-index:1) so links are clickable */
}
.ltv-mobile-nav.open .ltv-mobile-nav-inner {
  transform: translateX(0);
}
/* Close button */
.ltv-mobile-close {
  align-self: flex-end;
  background: none;
  border: none;
  color: rgba(255,255,255,0.6);
  font-size: 1.2rem;
  cursor: pointer;
  padding: 20px 20px 8px;
  line-height: 1;
  transition: color 0.15s ease;
}
.ltv-mobile-close:hover { color: #d4af37; }
/* Nav links */
.ltv-mobile-nav-inner > a {
  display: block;
  padding: 14px 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255,255,255,0.88);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  text-decoration: none;
  transition: color 0.15s ease, background 0.15s ease;
}
.ltv-mobile-nav-inner > a:hover,
.ltv-mobile-nav-inner > a.active {
  color: #d4af37;
  background: rgba(212,175,55,0.06);
}
.ltv-mobile-nav-inner > a.active { font-weight: 600; }
/* Accordion for Channels */
.ltv-mobile-accordion {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ltv-mobile-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  background: none;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255,255,255,0.88);
  cursor: pointer;
  text-align: left;
  transition: color 0.15s ease;
}
.ltv-mobile-accordion-trigger:hover { color: #d4af37; }
.ltv-mobile-dd-trigger[aria-expanded="true"]::after,
.ltv-mobile-accordion-trigger[aria-expanded="true"] .ltv-caret {
  transform: rotate(180deg);
}
.ltv-mobile-accordion-body {
  display: none;
  background: rgba(0,0,0,0.15);
  padding: 4px 0 8px;
}
.ltv-mobile-accordion-body.open { display: block; }
.ltv-mobile-accordion-body a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 24px 11px 36px;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  transition: color 0.15s ease;
}
.ltv-mobile-accordion-body a:hover { color: #d4af37; }
.mobile-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}
/* Mobile CTA */
.ltv-mobile-cta {
  margin: 24px 20px 0;
}
.ltv-mobile-cta .btn-gold {
  display: block;
  text-align: center;
  padding: 14px 24px;
  font-size: 1rem;
  border-radius: 8px;
}

/* ── Hero Section ─────────────────────────────────────────── */
.ltv-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #060f38 0%, #0a1a5c 40%, #0d2070 100%);
}

.ltv-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  opacity: 0.4;
}

.ltv-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,15,56,0.92) 0%, rgba(6,15,56,0.6) 60%, rgba(6,15,56,0.2) 100%);
}

.ltv-hero-inner {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  width: 100%;
}

.ltv-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.ltv-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212,175,55,0.12);
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 24px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d4af37;
}

.ltv-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1.0;
  color: #ffffff;
  margin-bottom: 8px;
}

.ltv-hero h1 .gold { color: #d4af37; }

.ltv-hero-desc {
  color: rgba(255,255,255,0.8);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 36px;
}

.ltv-hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.ltv-hero-stats {
  display: flex;
  gap: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}

.ltv-stat-value {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: #d4af37;
  line-height: 1;
}

.ltv-stat-label {
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  margin-top: 4px;
}

.ltv-hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ltv-hero-image-wrap {
  position: relative;
}

.ltv-hero-image-wrap::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: radial-gradient(ellipse, rgba(212,175,55,0.15) 0%, transparent 70%);
  border-radius: 50%;
}

.ltv-hero-image-wrap img {
  width: 100%;
  max-width: 560px;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 60px rgba(212,175,55,0.1);
  position: relative;
  z-index: 1;
}

.ltv-hero-badge-float {
  position: absolute;
  bottom: 24px;
  right: -16px;
  background: #d4af37;
  color: #060f38;
  border-radius: 12px;
  padding: 12px 16px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(212,175,55,0.4);
  z-index: 2;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.3;
}

/* ── Platform Strip ───────────────────────────────────────── */
.ltv-platform-strip {
  background: #0d2070;
  border-top: 1px solid rgba(212,175,55,0.15);
  border-bottom: 1px solid rgba(212,175,55,0.15);
  padding: 20px 0;
}

.ltv-platform-strip-inner {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.ltv-platform-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
  font-weight: 500;
}

.ltv-platform-item svg,
.ltv-platform-item .icon {
  color: #d4af37;
  width: 18px;
  height: 18px;
}

/* ── Section: Why Choose ──────────────────────────────────── */
.ltv-section-light {
  background: #f8f9fc;
  color: #1a1a2e;
  padding: 96px 0;
}

.ltv-section-dark {
  background: #060f38;
  padding: 96px 0;
}

.ltv-section-navy {
  background: #0a1a5c;
  padding: 96px 0;
}

.ltv-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.ltv-section-header h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #0a1a5c;
  margin-bottom: 16px;
}

.ltv-section-header h2 .gold { color: #d4af37; }

.ltv-section-header h2.white { color: #ffffff; }

.ltv-section-header p {
  color: #4a5568;
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

.ltv-section-header p.white { color: rgba(255,255,255,0.7); }

/* Audience cards */
.ltv-audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 64px;
}

.ltv-audience-card {
  background: #ffffff;
  border: 1px solid #e8eaf0;
  border-radius: 12px;
  padding: 28px;
  transition: all 0.2s ease;
}

.ltv-audience-card:hover {
  border-color: rgba(212,175,55,0.4);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(10,26,92,0.12);
}

.ltv-audience-card .emoji {
  font-size: 2rem;
  margin-bottom: 12px;
}

.ltv-audience-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #0a1a5c;
  margin-bottom: 8px;
}

.ltv-audience-card p {
  color: #4a5568;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Feature grid */
.ltv-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.ltv-feature-card {
  background: #ffffff;
  border: 1px solid #e8eaf0;
  border-radius: 12px;
  padding: 28px;
  transition: all 0.2s ease;
}

.ltv-feature-card:hover {
  border-color: rgba(212,175,55,0.4);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(10,26,92,0.12);
}

.ltv-feature-icon {
  width: 48px;
  height: 48px;
  background: #0a1a5c;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4af37;
  margin-bottom: 16px;
}

.ltv-feature-icon svg { width: 22px; height: 22px; }

.ltv-feature-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #0a1a5c;
  margin-bottom: 8px;
}

.ltv-feature-card p {
  color: #4a5568;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ── Why Not YouTube ──────────────────────────────────────── */
.ltv-youtube-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(229,62,62,0.15);
  border: 1px solid rgba(229,62,62,0.3);
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fc8181;
}

.ltv-youtube-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.ltv-glass-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 12px;
  padding: 32px;
  transition: all 0.2s ease;
}

.ltv-glass-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(212,175,55,0.4);
}

.ltv-glass-card .accent-bar {
  width: 40px;
  height: 4px;
  background: #d4af37;
  border-radius: 2px;
  margin-bottom: 20px;
}

.ltv-glass-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.2;
}

.ltv-glass-card p {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ── Platform Cards ───────────────────────────────────────── */
.ltv-platforms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.ltv-platform-card {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}

.ltv-platform-card.roku,
.ltv-platform-card.appletv {
  background: linear-gradient(160deg, #0d2060 0%, #0a1a5c 100%);
  border: 1px solid rgba(212,175,55,0.2);
  padding: 48px 40px;
}

.ltv-platform-card.firetv {
  background: linear-gradient(160deg, #1a0a00 0%, #2a1000 100%);
  border: 1px solid rgba(255,102,0,0.3);
}

.ltv-platform-card-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.ltv-platform-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ltv-platform-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, #1a0a00 100%);
}

.ltv-platform-card-body {
  padding: 32px 40px 48px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ltv-platform-card-logo {
  text-align: center;
  margin-bottom: 28px;
}

.ltv-platform-card-logo img {
  height: 80px;
  width: 80px;
  object-fit: contain;
  margin: 0 auto 10px;
}

.ltv-platform-card-logo .sub {
  color: rgba(255,255,255,0.5);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ltv-platform-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
}

.ltv-platform-card p {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  line-height: 1.75;
  margin-bottom: 28px;
  text-align: center;
}

.ltv-platform-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ltv-platform-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
}

.ltv-platform-features li .bullet {
  color: #d4af37;
  font-size: 1rem;
  flex-shrink: 0;
}

.ltv-platform-features li .bullet.orange { color: #ff6600; }

.ltv-platform-card .card-cta {
  margin-top: auto;
}

/* ── Process Steps ────────────────────────────────────────── */
.ltv-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.ltv-process-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 12px;
  padding: 32px 28px;
}

.ltv-step-num {
  width: 48px;
  height: 48px;
  background: #d4af37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #060f38;
  margin-bottom: 20px;
}

.ltv-process-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 10px;
}

.ltv-process-card p {
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ── Pricing ──────────────────────────────────────────────── */
.ltv-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.ltv-pricing-card {
  background: #ffffff;
  border: 2px solid #e8eaf0;
  border-radius: 16px;
  padding: 36px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.ltv-pricing-card.featured {
  background: #0a1a5c;
  border-color: #d4af37;
  box-shadow: 0 20px 60px rgba(10,26,92,0.3), 0 0 40px rgba(212,175,55,0.1);
  transform: scale(1.03);
}

.ltv-pricing-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.ltv-pricing-badge.gold { background: #d4af37; color: #060f38; }
.ltv-pricing-badge.navy { background: #0a1a5c; color: #ffffff; }
.ltv-pricing-badge.orange { background: #ff6600; color: #ffffff; }

.ltv-pricing-card .featured-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #d4af37;
  color: #060f38;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 100px;
  white-space: nowrap;
}

.ltv-pricing-card .platform-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.ltv-pricing-card.featured .platform-label { color: #d4af37; }
.ltv-pricing-card:not(.featured) .platform-label { color: #0a1a5c; }

.ltv-pricing-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.ltv-pricing-card:not(.featured) h3 { color: #0a1a5c; }
.ltv-pricing-card.featured h3 { color: #ffffff; }

.ltv-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 8px;
}

.ltv-pricing-card:not(.featured) .ltv-price { color: #0a1a5c; }
.ltv-pricing-card.featured .ltv-price { color: #d4af37; }

.ltv-price sup {
  font-size: 1.2rem;
  vertical-align: super;
}

.ltv-pricing-card .setup-fee {
  font-size: 0.85rem;
  margin-bottom: 4px;
}

.ltv-pricing-card:not(.featured) .setup-fee { color: #4a5568; }
.ltv-pricing-card.featured .setup-fee { color: rgba(255,255,255,0.7); }

.ltv-pricing-card .monthly-fee {
  font-weight: 700;
  font-size: 0.9rem;
  color: #d4af37;
  margin-bottom: 16px;
}

.ltv-pricing-card .intro-note {
  font-size: 0.8rem;
  font-style: italic;
  margin-bottom: 24px;
}

.ltv-pricing-card:not(.featured) .intro-note { color: #4a5568; }
.ltv-pricing-card.featured .intro-note { color: rgba(255,255,255,0.5); }

.ltv-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.ltv-pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
}

.ltv-pricing-card:not(.featured) .ltv-pricing-features li { color: #2d3748; }
.ltv-pricing-card.featured .ltv-pricing-features li { color: rgba(255,255,255,0.85); }

.ltv-pricing-features li .check { color: #d4af37; flex-shrink: 0; }

.ltv-pricing-card .logo-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.ltv-pricing-card .logo-row img {
  height: 44px;
  width: 44px;
  object-fit: contain;
}

/* ── Testimonials ─────────────────────────────────────────── */
.ltv-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.ltv-testimonial-card {
  background: #ffffff;
  border: 1px solid #e8eaf0;
  border-radius: 16px;
  padding: 32px;
}

.ltv-testimonial-stars {
  color: #d4af37;
  font-size: 1.1rem;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.ltv-testimonial-card blockquote {
  color: #2d3748;
  font-size: 0.95rem;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
}

.ltv-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ltv-testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0a1a5c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: #d4af37;
  flex-shrink: 0;
}

.ltv-testimonial-author .author-name {
  font-weight: 700;
  font-size: 0.9rem;
  color: #0a1a5c;
}

.ltv-testimonial-author .author-org {
  font-size: 0.8rem;
  color: #4a5568;
}

/* ── FAQ ──────────────────────────────────────────────────── */
.ltv-faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.ltv-faq-item {
  border-bottom: 1px solid #e8eaf0;
}

.ltv-faq-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  gap: 16px;
}

.ltv-faq-toggle .q {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #0a1a5c;
}

.ltv-faq-toggle .icon {
  color: #d4af37;
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.ltv-faq-item.open .ltv-faq-toggle .icon {
  transform: rotate(45deg);
}

.ltv-faq-answer {
  display: none;
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.7;
  padding-bottom: 20px;
}

.ltv-faq-item.open .ltv-faq-answer {
  display: block;
}

/* ── CTA Banner ───────────────────────────────────────────── */
.ltv-cta-section {
  background: linear-gradient(135deg, #0a1a5c 0%, #060f38 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ltv-cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(212,175,55,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.ltv-cta-section h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #ffffff;
  margin-bottom: 16px;
}

.ltv-cta-section p {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto 32px;
}

.ltv-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Footer ───────────────────────────────────────────────── */
.ltv-footer {
  background: #040c2a;
  border-top: 1px solid rgba(212,175,55,0.15);
  padding: 64px 0 32px;
}

.ltv-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.ltv-footer-grid--5 {
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 36px;
}

.ltv-footer-brand p {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 16px 0 20px;
  max-width: 280px;
}

.ltv-footer-tagline {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d4af37;
}

.ltv-footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.ltv-footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  transition: all 0.15s ease;
}

.ltv-footer-social a:hover {
  background: rgba(212,175,55,0.15);
  border-color: rgba(212,175,55,0.3);
  color: #d4af37;
}

.ltv-footer-col h4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d4af37;
  margin-bottom: 16px;
}

.ltv-footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ltv-footer-col ul li a {
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  transition: color 0.15s ease;
}

.ltv-footer-col ul li a:hover { color: #d4af37; }

.ltv-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.ltv-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.ltv-footer-bottom p {
  color: rgba(255,255,255,0.4);
  font-size: 0.85rem;
}

.ltv-footer-bottom-links {
  display: flex;
  gap: 20px;
}

.ltv-footer-bottom-links a {
  color: rgba(255,255,255,0.4);
  font-size: 0.85rem;
  transition: color 0.15s ease;
}

.ltv-footer-bottom-links a:hover { color: #d4af37; }

/* ── Page Hero (inner pages) ──────────────────────────────── */
.ltv-page-hero {
  background: linear-gradient(135deg, #060f38 0%, #0a1a5c 100%);
  padding: 80px 0 64px;
  text-align: center;
}

.ltv-page-hero .breadcrumb {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
}

.ltv-page-hero .breadcrumb a { color: rgba(255,255,255,0.5); }
.ltv-page-hero .breadcrumb a:hover { color: #d4af37; }

.ltv-page-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #ffffff;
  margin-bottom: 16px;
}

.ltv-page-hero h1 .gold { color: #d4af37; }

.ltv-page-hero p {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

/* ── Comparison Table ─────────────────────────────────────── */
.ltv-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #e8eaf0;
}

.ltv-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.ltv-compare-table th {
  background: #0a1a5c;
  color: #ffffff;
  padding: 16px 20px;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.ltv-compare-table th:first-child { text-align: left; }

.ltv-compare-table td {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #ffffff;
  text-align: center;
}

.ltv-compare-table td:first-child {
  text-align: left;
  font-weight: 500;
  color: #ffffff;
}

.ltv-compare-table tr:last-child td { border-bottom: none; }
.ltv-compare-table tr:nth-child(even) td { background: rgba(255,255,255,0.05); }

.ltv-compare-table .check { color: #d4af37; font-size: 1.1rem; }
.ltv-compare-table .dash { color: #cbd5e0; }

/* ── Verdict / Comparison Card ────────────────────────────── */
.ltv-verdict-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 32px 0;
}
.ltv-verdict-item {
  background: #0a1a5c;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}
.ltv-verdict-item.ltv-verdict-winner {
  border-color: #d4af37;
  background: #0d1f6b;
  box-shadow: 0 0 0 2px #d4af37;
}
.ltv-verdict-logo {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.ltv-verdict-logo img {
  max-height: 48px !important;
  max-width: 160px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.ltv-verdict-logo--text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #cbd5e0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ltv-verdict-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #d4af37;
  margin-bottom: 4px;
}
.ltv-verdict-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}
.ltv-verdict-points {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.ltv-verdict-points li {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
  padding: 4px 0;
}
@media (max-width: 600px) {
  .ltv-verdict-box { grid-template-columns: 1fr; }
}

/* ── Global Reach Section ─────────────────────────────────── */
.ltv-global-section {
  background: #0a1a5c;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

.ltv-global-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
}

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

.ltv-global-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

.ltv-global-stat {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 10px;
  padding: 20px;
}

.ltv-global-stat .value {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: #d4af37;
  line-height: 1;
}

.ltv-global-stat .label {
  color: rgba(255,255,255,0.6);
  font-size: 0.8rem;
  margin-top: 4px;
}

/* ── Contact Form ─────────────────────────────────────────── */
.ltv-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.ltv-form-group {
  margin-bottom: 20px;
}

.ltv-form-group label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  color: #0a1a5c;
  margin-bottom: 6px;
}

.ltv-form-group input,
.ltv-form-group select,
.ltv-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e8eaf0;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  color: #0a1a5c;
  background: #ffffff;
  transition: border-color 0.15s ease;
  outline: none;
}

.ltv-form-group input:focus,
.ltv-form-group select:focus,
.ltv-form-group textarea:focus {
  border-color: #d4af37;
}

.ltv-form-group textarea { resize: vertical; min-height: 120px; }

/* ── Responsive ───────────────────────────────────────────── */
/* ══════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS — Mobile-first
   ══════════════════════════════════════════════════════════ */

/* ── Tablet landscape (≤1024px) ──────────────────────────── */
@media (max-width: 1024px) {
  .ltv-footer-grid { grid-template-columns: 1fr 1fr; }
  .ltv-footer-grid--5 { grid-template-columns: 1fr 1fr 1fr; }
  .ltv-logo-text .name { font-size: 1rem; }
  .ltv-nav { gap: 0; }
  .ltv-nav a,
  .ltv-pricing-grid { grid-template-columns: 1fr 1fr; }
  .ltv-pricing-card.featured { transform: none; }
}

/* ── Tablet portrait / large mobile (≤768px) ─────────────── */
@media (max-width: 768px) {
  /* Nav */
  .ltv-nav { display: none; }
  .ltv-header-cta { display: none; }
  .ltv-menu-toggle { display: flex; }
  .ltv-header-inner { height: 64px; }

  /* Topbar */
  .ltv-topbar { font-size: 0.7rem; padding: 7px 12px; }
  .ltv-topbar-inner { gap: 8px; }

  /* Hero */
  .ltv-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .ltv-hero-image { display: none; }
  .ltv-hero-inner { padding: 100px 0 60px; }
  .ltv-hero h1 { font-size: clamp(2.4rem, 8vw, 3.8rem); }
  .ltv-hero-stats { gap: 20px; flex-wrap: wrap; }
  .ltv-hero-btns { flex-wrap: wrap; }

  /* Grids */
  .ltv-global-grid { grid-template-columns: 1fr; }
  .ltv-contact-grid { grid-template-columns: 1fr; }
  .ltv-pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .ltv-pricing-card.featured { transform: none; }
  .ltv-features-grid { grid-template-columns: 1fr; }
  .ltv-audience-grid { grid-template-columns: 1fr 1fr; }
  .ltv-process-steps { grid-template-columns: 1fr; }
  .ltv-platform-strip-inner { gap: 20px; flex-wrap: wrap; justify-content: center; }
  .ltv-platform-mini-cards { grid-template-columns: 1fr 1fr; }
  .ltv-guarantee-box { flex-direction: column; }
  .ltv-hero-grid { grid-template-columns: 1fr; gap: 40px; }

  /* Checkout */
  .ltv-checkout-grid { grid-template-columns: 1fr; }
  .ltv-order-summary-col { order: 2; }
  .ltv-checkout-form-col { order: 1; }

  /* Plan tabs */
  .ltv-plan-tabs { flex-direction: column; gap: 8px; }
  .ltv-plan-tab { width: 100%; text-align: center; }

  /* Sections */
  .ltv-section-light,
  .ltv-section-dark,
  .ltv-section-navy,
  .ltv-global-section { padding: 56px 0; }

  /* Footer */
  .ltv-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .ltv-footer-bottom { flex-direction: column; text-align: center; gap: 12px; }

  /* FAQ */
  .ltv-faq-category { margin-top: 32px; }

  /* Compare table — make scrollable */
  .ltv-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .ltv-compare-table { min-width: 560px; }

  /* Platform cards on inner pages */
  .ltv-platform-cards { grid-template-columns: 1fr; }
}

/* ── Small mobile (≤480px) ────────────────────────────────── */
@media (max-width: 480px) {
  .ltv-container { padding: 0 1rem; }
  .ltv-hero-btns { flex-direction: column; align-items: stretch; }
  .ltv-cta-btns { flex-direction: column; align-items: center; }
  .ltv-global-stats { grid-template-columns: 1fr 1fr; }
  .ltv-audience-grid { grid-template-columns: 1fr; }
  .ltv-logo-text { display: none; }
  .ltv-hero-stats > div { min-width: 120px; }
  .ltv-form-row-2 { grid-template-columns: 1fr; }
  .ltv-mobile-nav-inner { width: 100vw; border-left: none; }
  .ltv-topbar-inner span { font-size: 0.65rem; }
}

/* ── Reduced motion ───────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .ltv-mobile-nav-inner { transition: none !important; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

@media (max-width: 768px) {
  .ltv-nav { display: none; }
  .ltv-header-cta { display: none; }
  .ltv-menu-toggle { display: flex; }

  .ltv-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .ltv-hero-image { display: none; }

  .ltv-global-grid { grid-template-columns: 1fr; }
  .ltv-contact-grid { grid-template-columns: 1fr; }

  .ltv-pricing-card.featured { transform: none; }

  .ltv-footer-grid { grid-template-columns: 1fr; gap: 32px; }

  .ltv-footer-bottom { flex-direction: column; text-align: center; }

  .ltv-platform-strip-inner { gap: 24px; }

  .ltv-section-light,
  .ltv-section-dark,
  .ltv-section-navy,
  .ltv-global-section { padding: 64px 0; }

  .ltv-hero-stats { gap: 24px; }

  .ltv-hero h1 { font-size: clamp(2.5rem, 8vw, 4rem); }
}

@media (max-width: 480px) {
  .ltv-container { padding: 0 1rem; }
  .ltv-hero-btns { flex-direction: column; }
  .ltv-cta-btns { flex-direction: column; align-items: center; }
  .ltv-global-stats { grid-template-columns: 1fr 1fr; }
}

/* ── Inner Page Hero ──────────────────────────────────────── */
.ltv-hero-inner {
  padding: 120px 0 80px;
  margin-top: 0;
}

/* ── Section Headers (light & dark bg) ───────────────────── */
.ltv-section-header {
  text-align: center;
  margin-bottom: 56px;
}
.ltv-section-header h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 12px;
}
.ltv-section-header-dark {
  text-align: center;
  margin-bottom: 56px;
}
.ltv-section-header-dark h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 12px;
}

/* ── Gold label variants ──────────────────────────────────── */
.gold-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d4af37;
}
.gold-label-dark {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d4af37;
}
.gold { color: #d4af37; }

/* ── Features Grid (dark bg) ──────────────────────────────── */
.ltv-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.ltv-feature-card-dark {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 12px;
  padding: 32px 28px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.ltv-feature-card-dark:hover {
  border-color: rgba(212,175,55,0.5);
  transform: translateY(-4px);
}
.ltv-feature-card-dark .ltv-feature-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}
.ltv-feature-card-dark h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 10px;
}
.ltv-feature-card-dark p {
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ── Audience Grid (light bg) ─────────────────────────────── */
.ltv-audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.ltv-audience-card {
  background: #ffffff;
  border: 1px solid #e8eaf0;
  border-radius: 12px;
  padding: 28px;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.ltv-audience-card:hover {
  border-color: rgba(212,175,55,0.4);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(10,26,92,0.1);
}
.ltv-audience-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #0a1a5c;
  margin-bottom: 8px;
}
.ltv-audience-card p {
  color: #4a5568;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ── Process Steps ────────────────────────────────────────── */
.ltv-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.ltv-process-step {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 12px;
  padding: 32px 28px;
}
.ltv-process-step-center {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 12px;
  padding: 32px 28px;
  text-align: center;
}
.ltv-step-num {
  width: 48px;
  height: 48px;
  background: #d4af37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #060f38;
  margin-bottom: 20px;
}
.ltv-step-num-center {
  width: 48px;
  height: 48px;
  background: #d4af37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #060f38;
  margin: 0 auto 20px;
}
.ltv-step-big {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 4rem;
  color: rgba(212,175,55,0.15);
  line-height: 1;
  margin-bottom: 8px;
}
.ltv-process-step h3,
.ltv-process-step-center h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 10px;
}
.ltv-process-step p,
.ltv-process-step-center p {
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ── Platform Mini Cards ──────────────────────────────────── */
.ltv-platform-mini-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.ltv-platform-mini-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 10px;
  padding: 20px 16px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.ltv-platform-mini-card:hover,
.ltv-platform-mini-card.selected {
  border-color: #d4af37;
  background: rgba(212,175,55,0.08);
}
.ltv-platform-mini-card img {
  height: 40px;
  width: auto;
  margin: 0 auto 10px;
  object-fit: contain;
}
.ltv-platform-mini-card .price {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: #d4af37;
}
.ltv-platform-mini-card .label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}

/* ── Pricing CTA Box ──────────────────────────────────────── */
.ltv-pricing-cta-box {
  background: linear-gradient(135deg, rgba(212,175,55,0.12) 0%, rgba(212,175,55,0.04) 100%);
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  margin-top: 24px;
}

/* ── Guarantee Box ────────────────────────────────────────── */
.ltv-guarantee-box {
  background: rgba(212,175,55,0.08);
  border: 1px solid rgba(212,175,55,0.25);
  border-radius: 12px;
  padding: 28px 32px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 32px;
}
.ltv-guarantee-box .icon {
  font-size: 2.5rem;
  flex-shrink: 0;
}
.ltv-guarantee-box h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #d4af37;
  margin-bottom: 6px;
}
.ltv-guarantee-box p {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ── FAQ Page specific ────────────────────────────────────── */
.ltv-faq-category {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #0a1a5c;
  margin: 48px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #d4af37;
}
.ltv-faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  gap: 16px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #0a1a5c;
}
.ltv-faq-icon {
  color: #d4af37;
  font-size: 1.4rem;
  flex-shrink: 0;
  line-height: 1;
}
.ltv-faq-a {
  display: none;
  padding-bottom: 20px;
}
.ltv-faq-a p {
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.7;
}
.ltv-faq-item.open .ltv-faq-a { display: block; }

/* ── Hero grid (used on inner pages) ─────────────────────── */
.ltv-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  .ltv-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .ltv-features-grid { grid-template-columns: 1fr; }
  .ltv-audience-grid { grid-template-columns: 1fr; }
  .ltv-process-steps { grid-template-columns: 1fr; }
  .ltv-platform-mini-cards { grid-template-columns: 1fr 1fr; }
  .ltv-guarantee-box { flex-direction: column; }
  .ltv-faq-category { margin-top: 32px; }
  .ltv-hero-inner { padding: 100px 0 60px; }
}

/* ── Channel Detail Grid (KTV two-column layout) ─────────── */
.ltv-channel-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 900px) {
  .ltv-channel-detail-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ── btn-outline-gold ─────────────────────────────────────── */
.btn-outline-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border: 2px solid #d4af37;
  color: #d4af37;
  background: transparent;
  border-radius: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
  cursor: pointer;
}
.btn-outline-gold:hover {
  background: #d4af37;
  color: #060f38;
}

/* ── Terms & Privacy page template ───────────────────────── */
.ltv-legal-page {
  background: #f8f9fc;
  padding: 80px 0 100px;
}
.ltv-legal-page .ltv-container {
  max-width: 860px;
}
.ltv-legal-hero {
  background: linear-gradient(135deg, #060f38 0%, #0a1a5c 100%);
  padding: 80px 0 60px;
  text-align: center;
}
.ltv-legal-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #ffffff;
  margin-bottom: 16px;
}
.ltv-legal-hero p {
  color: rgba(255,255,255,0.65);
  font-size: 1rem;
}
.ltv-legal-body {
  background: #ffffff;
  border-radius: 16px;
  padding: 56px 64px;
  margin-top: -32px;
  box-shadow: 0 8px 40px rgba(10,26,92,0.08);
}
@media (max-width: 768px) {
  .ltv-legal-body { padding: 32px 24px; }
}
.ltv-legal-body h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: #0a1a5c;
  margin: 40px 0 12px;
  padding-top: 8px;
  border-top: 2px solid #e8eaf0;
}
.ltv-legal-body h2:first-child { border-top: none; margin-top: 0; }
.ltv-legal-body p {
  color: #4a5568;
  font-size: 0.975rem;
  line-height: 1.75;
  margin-bottom: 16px;
}
.ltv-legal-body ul {
  color: #4a5568;
  font-size: 0.975rem;
  line-height: 1.75;
  margin: 0 0 16px 20px;
}
.ltv-legal-body ul li { margin-bottom: 6px; }
.ltv-legal-body a { color: #d4af37; text-decoration: underline; }
.ltv-legal-last-updated {
  display: inline-block;
  background: rgba(212,175,55,0.12);
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 100px;
  padding: 4px 14px;
  font-size: 0.8rem;
  color: #d4af37;
  font-weight: 600;
  margin-bottom: 32px;
}


/* ── Mobile nav drawer: Channels sub-menu fix ────────────────
   The .ltv-dd-menu is position:absolute for the desktop dropdown.
   Inside the mobile drawer we must override it to static/block so
   it renders inline and is not clipped off-screen.
   ─────────────────────────────────────────────────────────── */
.ltv-mobile-nav .ltv-channels-dd {
  display: block !important;
  position: static !important;
  width: 100% !important;
  flex-shrink: 0;
  align-items: stretch !important;
}
.ltv-mobile-nav .ltv-channels-dd > .ltv-dd-trigger {
  display: block;
  width: 100%;
  padding: 14px 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255,255,255,0.88) !important;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  text-decoration: none;
  background: none !important;
  border-radius: 0;
  cursor: pointer;
  text-align: left;
  transition: color 0.15s ease, background 0.15s ease;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.ltv-mobile-nav .ltv-channels-dd > .ltv-dd-trigger:hover,
.ltv-mobile-nav .ltv-channels-dd.open > .ltv-dd-trigger {
  color: #d4af37 !important;
  background: rgba(212,175,55,0.06) !important;
}
/* Sub-menu panel — static, not absolute */
.ltv-mobile-nav .ltv-dd-menu {
  display: none;
  position: static !important;
  background: rgba(0,0,0,0.2);
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-width: 0;
  padding: 4px 0 8px;
  width: 100%;
}
.ltv-mobile-nav .ltv-channels-dd.open .ltv-dd-menu {
  display: block;
}
/* Sub-menu links */
.ltv-mobile-nav .ltv-dd-menu a {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 11px 24px 11px 36px !important;
  font-size: 0.92rem !important;
  color: rgba(255,255,255,0.78) !important;
  text-decoration: none !important;
  white-space: normal !important;
  border-radius: 0 !important;
  background: none !important;
  border-bottom: none !important;
  transition: color 0.15s ease !important;
}
.ltv-mobile-nav .ltv-dd-menu a:hover {
  color: #d4af37 !important;
  background: rgba(212,175,55,0.06) !important;
}
.ltv-mobile-nav .ltv-dd-menu img {
  height: 22px !important;
  width: auto !important;
  max-width: 80px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
}
/* Hide the divider in mobile sub-menu */
.ltv-mobile-nav .ltv-dd-divider { display: none; }

/* ============================================================
   BLOG POST TEMPLATES
   ============================================================ */

/* ── Blog Hero ──────────────────────────────────────────────── */
.ltv-blog-post { min-height: 100vh; }

.ltv-blog-hero {
  padding: 80px 0 60px;
}
.ltv-blog-hero-inner {
  max-width: 820px;
}
.ltv-blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.ltv-tag {
  display: inline-block;
  background: rgba(212,175,55,0.15);
  color: #d4af37;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(212,175,55,0.3);
}
.ltv-blog-meta time {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}
.ltv-blog-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 20px;
}
.ltv-blog-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin-bottom: 28px;
  max-width: 720px;
}
.ltv-blog-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.ltv-author-logo {
  height: 32px !important;
  width: auto !important;
  max-width: 140px !important;
  object-fit: contain !important;
  display: inline-block !important;
  flex-shrink: 0;
}
.ltv-blog-author span {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}

/* ── Blog Content Layout ────────────────────────────────────── */
.ltv-blog-content {
  padding: 60px 0 80px;
}
.ltv-blog-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: start;
}
@media (max-width: 900px) {
  .ltv-blog-layout {
    grid-template-columns: 1fr;
  }
  .ltv-blog-sidebar {
    order: 2;
    position: static;
  }
}

/* ── Blog Article Body ──────────────────────────────────────── */
.ltv-blog-article {
  color: #2d3748;
  line-height: 1.8;
  font-size: 1rem;
}
.ltv-blog-article h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.7rem;
  color: #0a1a5c;
  margin: 40px 0 14px;
  line-height: 1.15;
}
.ltv-blog-article h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #0a1a5c;
  margin: 28px 0 10px;
}
.ltv-blog-article p {
  margin-bottom: 18px;
  color: #374151;
}
.ltv-blog-article ul,
.ltv-blog-article ol {
  margin: 0 0 18px 24px;
  color: #374151;
}
.ltv-blog-article li {
  margin-bottom: 8px;
  list-style: disc;
}
.ltv-blog-article ol li {
  list-style: decimal;
}
.ltv-blog-article strong { color: #0a1a5c; }
.ltv-blog-article a { color: #d4af37; text-decoration: underline; }
.ltv-blog-article a:hover { color: #c49f27; }

/* ── Stats Grid ─────────────────────────────────────────────── */
.ltv-blog-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  margin: 32px 0;
  padding: 28px;
  background: #f0f4ff;
  border-radius: 12px;
  border: 1px solid #dde3f5;
}
.ltv-blog-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}
.ltv-stat-number {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: #0a1a5c;
  line-height: 1;
}
.ltv-stat-label {
  font-size: 0.78rem;
  color: #6b7280;
  line-height: 1.3;
}

/* ── Process Steps ──────────────────────────────────────────── */
.ltv-process-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 28px 0;
}
.ltv-process-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px;
  background: #f8faff;
  border-radius: 10px;
  border-left: 4px solid #d4af37;
}
.ltv-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #0a1a5c;
  color: #d4af37;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ltv-process-step h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #0a1a5c;
  margin-bottom: 6px;
}
.ltv-process-step p {
  font-size: 0.9rem;
  color: #4b5563;
  margin: 0;
}

/* ── FAQ List ───────────────────────────────────────────────── */
.ltv-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 28px 0;
}
.ltv-faq-item {
  padding: 20px 24px;
  background: #f8faff;
  border-radius: 10px;
  border: 1px solid #e5eaf5;
}
/* Geo-page FAQ items sit on navy — remove card background */
.ltv-geo-faq .ltv-faq-item,
.ltv-section-navy .ltv-faq-item {
  background: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  padding: 24px 0 !important;
}
.ltv-geo-faq .ltv-faq-item:first-child,
.ltv-section-navy .ltv-faq-item:first-child {
  border-top: 1px solid rgba(255,255,255,0.12) !important;
}
.ltv-geo-faq .ltv-faq-item h3,
.ltv-section-navy .ltv-faq-item h3 {
  color: #d4af37 !important;
  text-transform: uppercase;
}
.ltv-geo-faq .ltv-faq-item p,
.ltv-section-navy .ltv-faq-item p {
  color: rgba(255,255,255,0.82) !important;
}
.ltv-geo-faq .ltv-faq-item a,
.ltv-section-navy .ltv-faq-item a {
  color: #d4af37 !important;
}
.ltv-faq-item h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #0a1a5c;
  margin-bottom: 8px;
}
.ltv-faq-item p {
  font-size: 0.92rem;
  color: #4b5563;
  margin: 0;
  line-height: 1.6;
}

/* ── Blog article FAQ: h3 headings (not h4) ────────────────── */
.ltv-blog-article .ltv-faq-item h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #0a1a5c !important;
  text-transform: none !important;
  margin-bottom: 8px;
}
.ltv-blog-article .ltv-faq-item p {
  font-size: 0.92rem;
  color: #4b5563 !important;
  margin: 0;
  line-height: 1.6;
}

/* ── Blog article buttons: override link colour from ltv-blog-article a ── */
.ltv-blog-article .btn-gold,
.ltv-blog-cta .btn-gold {
  color: #060f38 !important;
  text-decoration: none !important;
}
.ltv-blog-article .btn-gold:hover,
.ltv-blog-cta .btn-gold:hover {
  color: #060f38 !important;
}
.ltv-blog-article .btn-outline-gold,
.ltv-blog-cta .btn-outline-gold {
  color: #d4af37 !important;
  text-decoration: none !important;
}
.ltv-blog-article .btn-outline-gold:hover,
.ltv-blog-cta .btn-outline-gold:hover {
  color: #060f38 !important;
}
.ltv-blog-article .btn-gold.btn-sm,
.ltv-blog-sidebar .btn-gold.btn-sm {
  color: #060f38 !important;
  text-decoration: none !important;
}

/* ── Blog CTA Banner ────────────────────────────────────────── */
.ltv-blog-cta {
  margin: 40px 0;
  padding: 36px 32px;
  background: linear-gradient(135deg, #0a1a5c 0%, #060f38 100%);
  border-radius: 14px;
  border: 1px solid rgba(212,175,55,0.3);
  text-align: center;
}
.ltv-blog-cta h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 10px;
}
.ltv-blog-cta p {
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
  font-size: 0.95rem;
}

/* ── Blog Sidebar ───────────────────────────────────────────── */
.ltv-blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 100px;
}
.ltv-sidebar-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #e5eaf5;
  box-shadow: 0 2px 12px rgba(10,26,92,0.06);
}
.ltv-sidebar-card h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: #0a1a5c;
  margin-bottom: 14px;
}
.ltv-sidebar-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ltv-sidebar-card ul li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f4ff;
  font-size: 0.88rem;
  color: #374151;
  list-style: none;
}
.ltv-sidebar-card ul li:last-child { border-bottom: none; }
.ltv-sidebar-card ul li a {
  color: #0a1a5c;
  text-decoration: none;
  font-weight: 500;
}
.ltv-sidebar-card ul li a:hover { color: #d4af37; }
.ltv-sidebar-cta {
  background: linear-gradient(135deg, #0a1a5c 0%, #060f38 100%);
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
  border: 1px solid rgba(212,175,55,0.25);
}
.ltv-sidebar-cta h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 10px;
}
.ltv-sidebar-cta p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 18px;
  line-height: 1.5;
}

/* ── Compare table inside blog light section ─────────────────
   Override the default white text (designed for dark bg) so
   the table is readable on the light blog content background */
.ltv-blog-article .ltv-compare-table {
  border: 1px solid #dde3f5;
  border-radius: 10px;
  overflow: hidden;
  margin: 28px 0;
}
.ltv-blog-article .ltv-compare-table td {
  color: #374151;
  border-bottom: 1px solid #e5eaf5;
  background: #ffffff;
}
.ltv-blog-article .ltv-compare-table td:first-child {
  color: #0a1a5c;
  font-weight: 600;
  background: #f0f4ff;
}
.ltv-blog-article .ltv-compare-table tr:nth-child(even) td {
  background: #f8faff;
}
.ltv-blog-article .ltv-compare-table tr:nth-child(even) td:first-child {
  background: #e8eeff;
}
.ltv-blog-article .ltv-compare-table tr:last-child td {
  border-bottom: none;
}
.ltv-blog-article .ltv-compare-table .dash {
  color: #9ca3af;
}

/* ── Blog featured image ──────────────────────────────────── */
.ltv-blog-featured-image {
  margin: 0 0 36px;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
}
.ltv-blog-featured-image img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* ── Blog CTA: fix h2 heading colour inside dark CTA box ──── */
.ltv-blog-cta h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 12px;
}
.ltv-blog-cta .ltv-blog-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}

/* ── Blog nav item ────────────────────────────────────────── */
.ltv-nav-blog-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ltv-nav-blog-list li a {
  display: block;
  padding: 8px 16px;
  color: #0a1a5c;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.15s;
}
.ltv-nav-blog-list li a:hover {
  background: #f0f4ff;
  color: #d4af37;
}

/* ── Mobile nav section label ─────────────────────────────── */
.ltv-mobile-section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d4af37;
  padding: 16px 24px 4px;
  margin-top: 8px;
  opacity: 0.9;
}

/* ── Desktop nav: plain trigger button (Blog dropdown) ────── */
.ltv-nav-trigger--plain {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
  padding: 8px 14px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.15s ease, background 0.15s ease;
}
.ltv-nav-trigger--plain:hover {
  color: #d4af37;
  background: rgba(212,175,55,0.08);
}
.ltv-nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.ltv-nav-dropdown .ltv-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #0a1628;
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 8px;
  min-width: 260px;
  z-index: 99999;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  padding: 8px 0;
  /* Bridge gap so menu doesn't close when moving cursor from trigger to menu */
  margin-top: 0;
  padding-top: 12px;
}
.ltv-nav-dropdown:hover .ltv-dropdown-menu,
.ltv-nav-dropdown:focus-within .ltv-dropdown-menu {
  display: block;
}
.ltv-nav-dropdown .ltv-dropdown-menu a {
  display: block !important;
  padding: 10px 16px !important;
  color: #fff !important;
  font-size: 0.88rem !important;
  text-decoration: none !important;
  transition: background 0.15s !important;
  white-space: normal !important;
  border-radius: 0 !important;
  background: none !important;
  line-height: 1.4 !important;
}
.ltv-nav-dropdown .ltv-dropdown-menu a:hover {
  background: rgba(212,175,55,0.15) !important;
  color: #d4af37 !important;
}


/* ============================================================
   GEO LANDING PAGES — Australia & New Zealand
   ============================================================ */

/* ── Section utilities ─────────────────────────────────────── */
.ltv-section-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 16px;
}
.ltv-section-heading.ltv-heading--dark { color: #060f38; }
.ltv-section-subtext {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  max-width: 780px;
  margin: 0 auto 48px;
  line-height: 1.7;
}
.ltv-section-subtext.ltv-text-dark { color: #3a4a6b; }
.ltv-text-dark { color: #3a4a6b; }
.ltv-text-center { text-align: center; }

.ltv-section-dark-alt {
  background: #0a1a5c;
  padding: 80px 0;
  text-align: center;
}

.ltv-section-cta { text-align: center; padding: 100px 0; }

.ltv-container--narrow { max-width: 860px; margin: 0 auto; padding: 0 24px; }

/* ── Hero badge ────────────────────────────────────────────── */
.ltv-hero-badge {
  display: inline-block;
  background: rgba(212,175,55,0.15);
  border: 1px solid rgba(212,175,55,0.4);
  color: #d4af37;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}

/* ── Geo Hero grid ─────────────────────────────────────────── */
.ltv-geo-hero { padding: 80px 0 60px; }
.ltv-geo-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.ltv-geo-hero-content h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 20px;
}
.ltv-geo-hero-content h1 .gold { color: #d4af37; }
.ltv-hero-desc {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 520px;
}
.ltv-hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 24px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}
.ltv-hero-trust-row span { white-space: nowrap; }
.ltv-geo-hero-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}

/* ── Stats grid ────────────────────────────────────────────── */
.ltv-stats-grid {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}
.ltv-stats-grid--4 { grid-template-columns: repeat(4, 1fr); }
.ltv-stat-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
}
.ltv-stat-number {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: #d4af37;
  line-height: 1;
  margin-bottom: 8px;
}
.ltv-stat-desc {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.4;
  margin-bottom: 6px;
}
.ltv-stat-source {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
}

/* ── Features grid (light variant) ────────────────────────── */
.ltv-features-grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.ltv-feature-card--light {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px 24px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ltv-feature-card--light:hover {
  box-shadow: 0 12px 32px rgba(6,15,56,0.12);
  transform: translateY(-3px);
}
.ltv-feature-card--light .ltv-feature-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}
.ltv-feature-card--light h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #060f38;
  margin-bottom: 10px;
}
.ltv-feature-card--light p {
  font-size: 0.92rem;
  color: #4a5568;
  line-height: 1.6;
}

/* ── Split section (image + content) ──────────────────────── */
.ltv-split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.ltv-split-section--reverse { direction: rtl; }
.ltv-split-section--reverse > * { direction: ltr; }
.ltv-split-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.ltv-split-content h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}
.ltv-split-content p {
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin-bottom: 16px;
}

/* ── Checklist ─────────────────────────────────────────────── */
.ltv-check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 28px;
}
.ltv-check-list li {
  padding: 6px 0 6px 28px;
  position: relative;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
}
.ltv-check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #d4af37;
  font-weight: 700;
}

/* ── Sectors grid ──────────────────────────────────────────── */
.ltv-sectors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.ltv-sector-card--light {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px 24px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ltv-sector-card--light:hover {
  box-shadow: 0 12px 32px rgba(6,15,56,0.12);
  transform: translateY(-3px);
}
.ltv-sector-icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
  display: block;
}
.ltv-sector-card--light h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #060f38;
  margin-bottom: 10px;
}
.ltv-sector-card--light p {
  font-size: 0.9rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 12px;
}
.ltv-sector-card--light a {
  color: #d4af37;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}
.ltv-sector-card--light a:hover { text-decoration: underline; }

/* ── Platforms grid (geo pages) ────────────────────────────── */
.ltv-platforms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}
.ltv-platform-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}
.ltv-platform-card:hover {
  border-color: rgba(212,175,55,0.6);
  transform: translateY(-3px);
}
.ltv-platform-logo {
  height: 40px;
  width: auto;
  margin: 0 auto 16px;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.ltv-platform-logo--no-filter {
  filter: none !important;
  opacity: 1 !important;
}
/* Apple TV logo with black rounded square background */
.ltv-platform-logo--rounded {
  border-radius: 22% !important;
  height: 56px !important;
  width: 56px !important;
  object-fit: contain;
}
.ltv-platform-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #d4af37;
  margin-bottom: 12px;
}
.ltv-platform-card p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin-bottom: 20px;
}
.btn-outline-white-sm {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.5);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.btn-outline-white-sm:hover {
  background: rgba(255,255,255,0.1);
  border-color: #d4af37;
  color: #d4af37;
}

/* ── FAQ list (geo pages — navy section only) ─────────────── */
.ltv-faq-list { margin-top: 40px; }
/* Scope ALL geo-page FAQ overrides to navy sections only */
.ltv-section-navy .ltv-faq-item,
.ltv-geo-faq .ltv-faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 24px 0;
}
.ltv-section-navy .ltv-faq-item:first-child,
.ltv-geo-faq .ltv-faq-item:first-child { border-top: 1px solid rgba(255,255,255,0.1); }
.ltv-section-navy .ltv-faq-item h3,
.ltv-geo-faq .ltv-faq-item h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #d4af37 !important;
  margin-bottom: 10px;
}
.ltv-section-navy .ltv-faq-item p,
.ltv-geo-faq .ltv-faq-item p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8) !important;
  line-height: 1.7;
}
.ltv-section-navy .ltv-faq-item a,
.ltv-geo-faq .ltv-faq-item a { color: #d4af37 !important; }

/* ── Process steps on light background ────────────────────── */
.ltv-section-light .ltv-process-step {
  background: #ffffff;
  border-color: #e2e8f0;
}
.ltv-section-light .ltv-process-step h3,
.ltv-section-light .ltv-process-step-center h3 {
  color: #060f38 !important;
}
.ltv-section-light .ltv-process-step p,
.ltv-section-light .ltv-process-step-center p {
  color: #4a5568 !important;
}

/* ── FAQ items on light background ────────────────────────── */
.ltv-section-light .ltv-faq-item {
  border-bottom-color: #e2e8f0;
}
.ltv-section-light .ltv-faq-item:first-child {
  border-top-color: #e2e8f0;
}
.ltv-section-light .ltv-faq-item h3 {
  color: #060f38 !important;
}
.ltv-section-light .ltv-faq-item p {
  color: #3a4a6b !important;
}
.ltv-section-light .ltv-faq-item a {
  color: #0a1a5c !important;
}

/* ── Responsive — Geo pages ────────────────────────────────── */
@media (max-width: 1024px) {
  .ltv-stats-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .ltv-features-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .ltv-sectors-grid { grid-template-columns: repeat(2, 1fr); }
  .ltv-platforms-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .ltv-geo-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .ltv-geo-hero-image { order: -1; }
  .ltv-split-section { grid-template-columns: 1fr; gap: 32px; }
  .ltv-split-section--reverse { direction: ltr; }
  .ltv-stats-grid--4 { grid-template-columns: 1fr 1fr; }
  .ltv-features-grid--3 { grid-template-columns: 1fr; }
  .ltv-sectors-grid { grid-template-columns: 1fr; }
  .ltv-platforms-grid { grid-template-columns: 1fr; }
  .ltv-hero-trust-row { flex-direction: column; gap: 8px; }
}
@media (max-width: 480px) {
  .ltv-stats-grid--4 { grid-template-columns: 1fr; }
}
