/* ============================================
   Apollo Group TV — Main Stylesheet
   Brand: Dark Navy (#080d1a) + Neon Cyan (#00d4ff)
   Playfair Display headings + Open Sans body
   Square corners, uppercase nav, bold CTAs
   ============================================ */

/* ---- Shared layout ---- */
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.section-inner--narrow {
  max-width: 860px;
}

.section {
  padding: 96px 0;
}

/* Background variants */
.bg-white  { background: var(--white); }
.bg-light  { background: var(--off-white); }
.bg-navy   { background: var(--navy); }

/* Section headers */
.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 64px;
}

.section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--navy-header);
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.section-header--light h2 {
  color: var(--white);
}

.section-header p {
  font-size: 1rem;
  color: var(--text-light);
  line-height: 1.75;
}

.section-header--light p {
  color: rgba(255, 255, 255, 0.65);
}

/* Section label (eyebrow) */
.section-label {
  display: inline-block;
  background: var(--navy-header);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  margin-bottom: 1rem;
}

.section-label--gold {
  background: var(--accent-gold);
  color: #1a1a1a;
}

/* Utility colours */
.text-blue { color: var(--accent-blue); }
.text-gold { color: var(--accent-gold); }

/* ============================================
   TRUST BAR
   ============================================ */
.trust-bar {
  background: var(--white);
  border-top: 4px solid var(--accent-gold);
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
}

.trust-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 32px;
  color: var(--text);
}

.trust-item svg {
  width: 28px;
  height: 28px;
  color: var(--accent-blue);
  flex-shrink: 0;
}

.trust-item div {
  display: flex;
  flex-direction: column;
}

.trust-item strong {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy-header);
  line-height: 1.2;
}

.trust-item span {
  font-size: 0.75rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.trust-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
  flex-shrink: 0;
}

/* ============================================
   FEATURES GRID
   ============================================ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2px;
  background: var(--border);
  border: 2px solid var(--border);
}

.feature-card {
  background: var(--white);
  padding: 36px 32px;
  transition: background var(--transition);
  position: relative;
}

.feature-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--accent-gold);
  transition: width 0.3s ease;
}

.feature-card:hover {
  background: #fdfbff;
}

.feature-card:hover::after {
  width: 100%;
}

.feature-icon-wrap {
  width: 52px;
  height: 52px;
  background: var(--navy-header);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.feature-icon-wrap svg {
  width: 22px;
  height: 22px;
  stroke: var(--accent-gold);
}

.feature-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy-header);
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.7;
}

/* ============================================
   CHANNELS GRID
   ============================================ */
.channels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.channel-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px 24px;
  text-align: center;
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
}

.channel-card:hover {
  background: rgba(232, 160, 32, 0.08);
  border-color: rgba(232, 160, 32, 0.35);
  transform: translateY(-3px);
}

.channel-icon {
  font-size: 2.4rem;
  margin-bottom: 14px;
  line-height: 1;
}

.channel-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}

.channel-card p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
  margin-bottom: 14px;
}

.channel-count {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent-gold);
  background: rgba(232, 160, 32, 0.1);
  border: 1px solid rgba(232, 160, 32, 0.28);
  padding: 3px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ============================================
   DEVICES GRID
   ============================================ */
.devices-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.device-card {
  text-align: center;
  padding: 28px 16px 22px;
  border: 2px solid var(--border);
  transition: border-color var(--transition), box-shadow var(--transition);
  background: var(--white);
}

.device-card:hover {
  border-color: var(--accent-blue);
  box-shadow: 0 6px 24px rgba(0, 102, 255, 0.1);
}

.device-icon {
  width: 140px;
  height: 72px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: background var(--transition);
  overflow: hidden;
}

.device-card:hover .device-icon {
  background: var(--off-white);
}

.device-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.device-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--navy-header);
  transition: stroke var(--transition);
}

.device-card:hover .device-icon svg {
  stroke: var(--accent-blue);
}

.device-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy-header);
  margin-bottom: 6px;
}

.device-card p {
  font-size: 0.76rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* ============================================
   PRICING
   ============================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
  align-items: start;
}

.pricing-card {
  background: var(--white);
  border: 2px solid var(--border);
  padding: 36px 32px;
  position: relative;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.pricing-card:hover {
  border-color: var(--accent-blue);
  box-shadow: 0 12px 40px rgba(0, 102, 255, 0.1);
}

.pricing-card--featured {
  border-color: var(--navy-header);
  box-shadow: 0 16px 48px rgba(45, 13, 94, 0.15);
}

.pricing-card--featured:hover {
  border-color: var(--accent-blue);
}

.pricing-badge-wrap {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
}

.pricing-badge {
  display: block;
  background: var(--accent-gold);
  color: #1a1a1a;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-top {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.pricing-card--featured .pricing-top {
  padding-top: 28px;
}

.pricing-top h3 {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-light);
  margin-bottom: 14px;
}

.pricing-amount {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  line-height: 1;
}

.price-sym {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy-header);
  margin-top: 6px;
}

.price-num {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--navy-header);
  letter-spacing: -2px;
}

.price-sub {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-top: 6px;
}

.pricing-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.pricing-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text);
}

.pricing-list svg {
  width: 16px;
  height: 16px;
  color: var(--accent-gold);
  flex-shrink: 0;
}

.btn-outline-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--accent-blue);
  color: var(--accent-blue);
  padding: 14px 28px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: background var(--transition), color var(--transition);
  width: 100%;
}

.btn-outline-blue:hover {
  background: var(--accent-blue);
  color: var(--white);
}

.pricing-card .btn-gold {
  width: 100%;
  display: flex;
}

.pricing-note {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.88rem;
  color: var(--text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.pricing-note svg {
  color: var(--accent-gold);
}

/* ============================================
   REVIEWS
   ============================================ */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.review-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 3px solid var(--accent-gold);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.review-stars {
  color: #f5c518;
  font-size: 1rem;
  letter-spacing: 3px;
}

.review-card blockquote {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  flex: 1;
  font-style: italic;
}

.review-card footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviewer-avatar {
  width: 38px;
  height: 38px;
  background: var(--accent-gold);
  color: #1a1a1a;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.review-card footer span {
  display: flex;
  flex-direction: column;
}

.review-card footer strong {
  font-size: 0.88rem;
  color: var(--white);
  font-weight: 700;
}

.review-card footer small {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

/* ============================================
   FAQ
   ============================================ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 2px solid var(--border);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  font-size: 0.97rem;
  font-weight: 600;
  font-family: 'Open Sans', inherit;
  color: var(--navy-header);
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: background var(--transition), color var(--transition);
}

.faq-q:hover {
  background: var(--off-white);
}

.faq-q[aria-expanded="true"] {
  background: var(--navy-header);
  color: var(--white);
}

.faq-arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: var(--text-light);
  transition: transform var(--transition), stroke var(--transition);
}

.faq-q[aria-expanded="true"] .faq-arrow {
  transform: rotate(180deg);
  stroke: var(--accent-gold);
}

.faq-a {
  padding: 20px 24px;
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.8;
  border-top: 1px solid var(--border);
  background: var(--off-white);
}

.faq-a[hidden] { display: none; }

/* ============================================
   CTA STRIP
   ============================================ */
.cta-strip {
  background: var(--navy-header);
  padding: 72px 0;
  border-top: 4px solid var(--accent-gold);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.cta-inner h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.cta-inner h2 em {
  color: var(--accent-gold);
  font-style: normal;
}

.cta-inner p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
}

.cta-actions {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}

/* ============================================
   FOOTER
   ============================================ */
.footer-top {
  background: var(--navy);
  padding: 72px 0 48px;
}

.footer-grid {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
}

.footer-brand {
  flex: 1;
  min-width: 240px;
}

.footer-brand p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  max-width: 280px;
}

.footer-nav {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.footer-col h4 {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--white);
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-gold);
  display: inline-block;
}

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

.footer-col a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color var(--transition);
}

.footer-col a:hover {
  color: var(--accent-gold);
}

.footer-bottom {
  background: var(--navy-deep);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-bottom p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
}

/* ============================================
   MOBILE NAV
   ============================================ */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy-header);
  transition: transform var(--transition), opacity var(--transition);
}

.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  background: var(--white);
  border-bottom: 3px solid var(--navy-header);
  padding: 16px 5%;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.mobile-menu a {
  display: block;
  padding: 13px 0;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
  transition: color var(--transition);
}

.mobile-menu a:hover { color: var(--navy-header); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1023px) {
  .nav-links { display: none; }
  .nav-cta   { display: none; }
  .nav-toggle { display: flex; }
}

@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .hero-inner { flex-direction: column; padding: 64px 5%; }
  .trust-items { gap: 12px; }
  .trust-divider { display: none; }
  .trust-item { padding: 8px 16px; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .footer-grid { flex-direction: column; gap: 2.5rem; }
  .footer-nav  { gap: 2rem; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 900px) {
  .devices-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 600px) {
  .devices-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .btn-gold, .btn-outline { width: 100%; justify-content: center; }
  .pricing-grid { grid-template-columns: 1fr; }
  .devices-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.anim {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.anim.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
:focus-visible {
  outline: 2px solid var(--accent-gold);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================
   SCROLLBAR
   ============================================ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--off-white); }
::-webkit-scrollbar-thumb { background: var(--navy-header); }
::-webkit-scrollbar-thumb:hover { background: var(--accent-blue); }

/* ============================================
   INNER PAGES — Page Hero Banner
   ============================================ */
.page-hero {
  background: var(--navy-header);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid var(--accent-gold);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0,212,255,.05) 1px,transparent 1px),
                    linear-gradient(90deg,rgba(0,212,255,.05) 1px,transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.page-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem,4vw,3rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: .75rem;
  letter-spacing: -.5px;
}
.page-hero h1 em { color: var(--accent-gold); font-style: normal; }
.page-hero p { color: rgba(255,255,255,.65); font-size: 1rem; max-width: 560px; }

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .8rem;
  color: rgba(255,255,255,.45);
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.breadcrumb a { color: rgba(255,255,255,.55); text-decoration: none; transition: color var(--transition); }
.breadcrumb a:hover { color: var(--accent-gold); }
.breadcrumb span { color: var(--accent-gold); font-weight: 600; }
.breadcrumb-sep { opacity: .4; }

/* Page hero stats bar */
.page-hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  margin-top: 32px;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 24px;
}

.page-hero-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 28px 0 0;
  margin-right: 28px;
  border-right: 1px solid rgba(255,255,255,.15);
}

.page-hero-stat:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.page-hero-stat-icon {
  width: 36px;
  height: 36px;
  background: rgba(0,212,255,.12);
  border: 1px solid rgba(0,212,255,.28);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.page-hero-stat-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--accent-gold);
}

.page-hero-stat-body strong {
  display: block;
  font-size: .95rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
}

.page-hero-stat-body span {
  font-size: .72rem;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: .6px;
}

/* ---- Prose pages ---- */
.prose-page { padding: 72px 0 96px; background: var(--white); }
.prose-inner { max-width: 860px; margin: 0 auto; padding: 0 5%; }
.prose-inner h2 {
  font-family: 'Playfair Display',serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--navy-header);
  margin: 2.5rem 0 .9rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--accent-gold);
  display: inline-block;
}
.prose-inner h3 {
  font-family: 'Playfair Display',serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy-header);
  margin: 1.8rem 0 .6rem;
}
.prose-inner p { font-size: .95rem; color: var(--text-light); line-height: 1.85; margin-bottom: 1rem; }
.prose-inner ul, .prose-inner ol { margin: .75rem 0 1rem 1.5rem; }
.prose-inner li { font-size: .95rem; color: var(--text-light); line-height: 1.8; margin-bottom: .4rem; }
.prose-inner strong { color: var(--navy-header); }
.prose-inner a { color: var(--accent-blue); text-decoration: underline; text-underline-offset: 3px; }
.prose-inner a:hover { color: var(--accent-blue-dark); }
.prose-meta {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  background: var(--off-white);
  border-left: 4px solid var(--accent-gold);
  padding: 16px 20px;
  margin-bottom: 2.5rem;
  font-size: .82rem;
  color: var(--text-light);
}
.prose-meta strong { color: var(--navy-header); }

/* ---- About page ---- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-text h2 {
  font-family: 'Playfair Display',serif;
  font-size: clamp(1.7rem,3vw,2.3rem);
  font-weight: 800;
  color: var(--navy-header);
  margin-bottom: 1rem;
  line-height: 1.2;
}
.about-text h2 em { color: var(--accent-blue); font-style: normal; }
.about-text p { font-size: .97rem; color: var(--text-light); line-height: 1.85; margin-bottom: 1rem; }
.about-visual {
  background: var(--navy-header);
  padding: 40px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.about-stat-box { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); padding: 24px 20px; text-align: center; }
.about-stat-box strong { display: block; font-family: 'Playfair Display',serif; font-size: 2rem; font-weight: 900; color: var(--accent-gold); line-height: 1; margin-bottom: 6px; }
.about-stat-box span { font-size: .75rem; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .6px; }

/* ---- Contact page ---- */
.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }
.contact-info h3 { font-family: 'Playfair Display',serif; font-size: 1.3rem; font-weight: 700; color: var(--navy-header); margin-bottom: 1rem; }
.contact-info p { font-size: .93rem; color: var(--text-light); line-height: 1.8; margin-bottom: 1.5rem; }
.contact-methods { display: flex; flex-direction: column; gap: 16px; margin-bottom: 2rem; }
.contact-method { display: flex; align-items: flex-start; gap: 14px; padding: 18px 20px; border: 2px solid var(--border); transition: border-color var(--transition); }
.contact-method:hover { border-color: var(--accent-gold); }
.contact-method-icon { width: 42px; height: 42px; background: var(--navy-header); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-method-icon svg { width: 20px; height: 20px; stroke: var(--accent-gold); }
.contact-method-body strong { display: block; font-size: .88rem; font-weight: 700; color: var(--navy-header); margin-bottom: 3px; }
.contact-method-body span { font-size: .82rem; color: var(--text-light); }
.contact-form-wrap { background: var(--off-white); border: 2px solid var(--border); padding: 40px 36px; }
.contact-form-wrap h3 { font-family: 'Playfair Display',serif; font-size: 1.35rem; font-weight: 700; color: var(--navy-header); margin-bottom: 6px; }
.contact-form-wrap > p { font-size: .88rem; color: var(--text-light); margin-bottom: 1.75rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form-group label { font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: var(--navy-header); }
.form-group input, .form-group select, .form-group textarea {
  border: 2px solid var(--border);
  background: var(--white);
  padding: 12px 14px;
  font-family: 'Open Sans',sans-serif;
  font-size: .9rem;
  color: var(--text);
  transition: border-color var(--transition);
  appearance: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--accent-blue); }
.form-group textarea { resize: vertical; min-height: 140px; }
.form-note { font-size: .78rem; color: var(--text-light); margin-top: 12px; }

/* ---- Pricing page ---- */
.pricing-connections { background: var(--off-white); border: 2px solid var(--border); padding: 32px; margin-top: 48px; }
.pricing-connections h3 { font-family: 'Playfair Display',serif; font-size: 1.3rem; font-weight: 700; color: var(--navy-header); margin-bottom: 6px; }
.pricing-connections > p { font-size: .88rem; color: var(--text-light); margin-bottom: 1.5rem; }
.connections-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.connections-table th { background: var(--navy-header); color: var(--white); padding: 12px 16px; text-align: left; font-size: .78rem; text-transform: uppercase; letter-spacing: .8px; font-weight: 700; }
.connections-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); color: var(--text); }
.connections-table tr:last-child td { border-bottom: none; }
.connections-table tr:nth-child(even) td { background: var(--white); }
.connections-table .price-cell { font-weight: 700; color: var(--accent-blue); }
.pricing-guarantee { display: flex; align-items: center; gap: 20px; background: var(--navy-header); padding: 28px 32px; margin-top: 24px; flex-wrap: wrap; }
.pricing-guarantee-icon { width: 52px; height: 52px; background: var(--accent-gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pricing-guarantee-icon svg { width: 26px; height: 26px; stroke: #1a1a1a; }
.pricing-guarantee strong { display: block; font-size: 1rem; color: var(--white); margin-bottom: 3px; }
.pricing-guarantee p { font-size: .85rem; color: rgba(255,255,255,.6); margin: 0; }

/* DMCA */
.dmca-notice { background: #fff8f0; border-left: 4px solid #e65c00; padding: 20px 24px; margin: 2rem 0; }
.dmca-notice p { font-size: .92rem; color: #7a3000; margin: 0; }
.dmca-form-box { background: var(--off-white); border: 2px solid var(--border); padding: 32px; margin: 2rem 0; }
.dmca-form-box h3 { font-family: 'Playfair Display',serif; font-size: 1.15rem; font-weight: 700; color: var(--navy-header); margin-bottom: 1.25rem; }

/* ---- FAQ on dark background ---- */
.bg-navy .faq-list { border: 1px solid rgba(255,255,255,.15); }
.bg-navy .faq-item { border-bottom: 1px solid rgba(255,255,255,.1); }
.bg-navy .faq-item:last-child { border-bottom: none; }
.bg-navy .faq-q { color: #ffffff; background: rgba(255,255,255,.04); }
.bg-navy .faq-q:hover { background: rgba(255,255,255,.09); color: #ffffff; }
.bg-navy .faq-q[aria-expanded="true"] { background: var(--accent-gold); color: #1a1a1a; }
.bg-navy .faq-arrow { stroke: rgba(255,255,255,.6); }
.bg-navy .faq-q:hover .faq-arrow { stroke: rgba(255,255,255,.9); }
.bg-navy .faq-q[aria-expanded="true"] .faq-arrow { stroke: #1a1a1a; }
.bg-navy .faq-a { background: rgba(255,255,255,.05); border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.82); }

/* ---- Responsive inner pages ---- */
@media (max-width:900px) {
  .about-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width:600px) {
  .about-visual { grid-template-columns: 1fr 1fr; padding: 24px 16px; }
  .contact-form-wrap { padding: 24px 16px; }
  .pricing-connections { padding: 20px 14px; }
  .connections-table { font-size: .8rem; }
  .connections-table th, .connections-table td { padding: 9px 10px; }
}
@media (max-width: 768px) {
  .page-hero-stats { gap: 16px; }
  .page-hero-stat { border-right: none; margin-right: 0; padding-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: 16px; width: 100%; }
  .page-hero-stat:last-child { border-bottom: none; padding-bottom: 0; }
}
@media (max-width: 480px) {
  .page-hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; }
  .page-hero-stat { border-bottom: none; border-right: none; padding: 0; margin: 0; width: auto; }
}

/* prevent horizontal overflow */
html, body { max-width: 100%; overflow-x: hidden; }

/* ============================================================
   COMPREHENSIVE RESPONSIVE FIXES
   Ported from Thunder TV — Apollo brand colors applied
   Smartphones (≤480px), tablets (481–768px), small desktop (769–1023px)
   ============================================================ */

/* ── Base: prevent horizontal overflow on all pages ── */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

img, svg, video, iframe {
  max-width: 100%;
}

/* ── Top bar: single line on very narrow screens ── */
@media (max-width: 540px) {
  .top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: .4rem;
    padding: 8px 4%;
    font-size: .76rem;
  }
}

/* ── Nav: reduce height and padding on small screens ── */
@media (max-width: 480px) {
  .nav { height: 64px; padding: 0 4%; }
  .nav-logo-text { font-size: 1.2rem; }
}

/* ──────────────────────────────────────
   HERO
────────────────────────────────────── */
@media (max-width: 768px) {
  .hero { min-height: unset; padding: 0; }
  .hero-inner { padding: 56px 5% 48px; }
  .hero h1    { font-size: clamp(1.8rem, 7vw, 2.6rem); }
  .hero-sub   { font-size: .95rem; }
  .hero-stats { gap: 1.2rem; }
  .hero-stat-val { font-size: 1.4rem; }
}

@media (max-width: 480px) {
  .hero-inner { padding: 44px 5% 36px; }
  .hero h1    { font-size: clamp(1.6rem, 8vw, 2.2rem); }
  .hero-tag   { font-size: .7rem; }
  .btn-gold,
  .btn-outline { padding: 13px 24px; font-size: .88rem; }
  .hero-stats  { flex-wrap: wrap; gap: 1rem; }
}

/* ──────────────────────────────────────
   PAGE HERO (inner pages)
────────────────────────────────────── */
@media (max-width: 768px) {
  .page-hero        { padding: 40px 0; }
  .page-hero h1     { font-size: clamp(1.5rem, 6vw, 2.2rem); }
  .page-hero-inner  { padding: 0 4%; }
}

@media (max-width: 480px) {
  .page-hero   { padding: 28px 0; }
  .page-hero h1 { font-size: clamp(1.3rem, 7vw, 1.8rem); }
}

/* ──────────────────────────────────────
   TRUST BAR
────────────────────────────────────── */
@media (max-width: 768px) {
  .trust-item  { padding: 6px 14px; }
  .trust-divider { display: none; }
}

@media (max-width: 480px) {
  .trust-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 4%;
  }
  .trust-item  { padding: 10px 8px; }
  .trust-item svg { width: 22px; height: 22px; }
}

/* ──────────────────────────────────────
   FEATURES GRID
────────────────────────────────────── */
@media (max-width: 900px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .features-grid { grid-template-columns: 1fr; }
  .feature-card  { padding: 24px 20px; }
}

/* ──────────────────────────────────────
   CHANNEL CATEGORIES GRID
────────────────────────────────────── */
@media (max-width: 900px) {
  .channels-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 600px) {
  .channels-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 380px) {
  .channels-grid { grid-template-columns: 1fr; }
}

/* ──────────────────────────────────────
   DEVICES GRID
────────────────────────────────────── */
@media (max-width: 1023px) {
  .devices-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 760px) {
  .devices-grid { grid-template-columns: repeat(3, 1fr); }
  .device-icon  { width: 110px; height: 56px; }
}

@media (max-width: 520px) {
  .devices-grid { grid-template-columns: repeat(2, 1fr); }
  .device-icon  { width: 100%; height: 52px; }
}

/* ──────────────────────────────────────
   PRICING GRID (add tablet step)
────────────────────────────────────── */
@media (max-width: 1023px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card--featured { transform: none; }
}

@media (max-width: 480px) {
  .price-num { font-size: 2.4rem; }
}

/* ──────────────────────────────────────
   PRICING PAGE 4-column grid (tablet step)
────────────────────────────────────── */
@media (max-width: 1023px) and (min-width: 769px) {
  .pricing-grid-4 { grid-template-columns: repeat(2, 1fr) !important; }
}

/* ──────────────────────────────────────
   CONNECTIONS TABLE
────────────────────────────────────── */
@media (max-width: 640px) {
  .connections-table { font-size: .78rem; }
  .connections-table th,
  .connections-table td { padding: 8px 8px; }
  .pricing-connections { padding: 16px; }
  .pricing-guarantee   { flex-direction: column; align-items: flex-start; }
  .pricing-guarantee a { margin-left: 0; }
}

/* ──────────────────────────────────────
   REVIEWS GRID
────────────────────────────────────── */
@media (max-width: 860px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .reviews-grid { grid-template-columns: 1fr; }
}

/* ──────────────────────────────────────
   FAQ
────────────────────────────────────── */
@media (max-width: 480px) {
  .faq-q { padding: 14px 16px; font-size: .88rem; }
  .faq-a { padding: 14px 16px; font-size: .84rem; }
}

/* ──────────────────────────────────────
   SECTION HEADERS
────────────────────────────────────── */
@media (max-width: 480px) {
  .section-header h2 { font-size: clamp(1.4rem, 6vw, 1.9rem); }
  .section-header p  { font-size: .9rem; }
  .section           { padding: 48px 0; }
}

/* ──────────────────────────────────────
   CTA STRIP
────────────────────────────────────── */
@media (max-width: 600px) {
  .cta-strip    { padding: 48px 0; }
  .cta-inner h2 { font-size: clamp(1.2rem, 5vw, 1.6rem); }
  .cta-actions  { flex-direction: column; width: 100%; }
  .cta-actions a { text-align: center; justify-content: center; }
}

/* ──────────────────────────────────────
   FOOTER
────────────────────────────────────── */
@media (max-width: 640px) {
  .footer-top         { padding: 44px 0 28px; }
  .footer-nav         { flex-direction: column; gap: 1.5rem; }
  .footer-grid        { padding: 0 5%; }
  .footer-col h4      { margin-bottom: 10px; }
  .footer-bottom-inner { padding: 0 5%; }
  .footer-bottom p    { font-size: .74rem; }
}

@media (max-width: 380px) {
  .footer-nav { gap: 1rem; }
}

/* ──────────────────────────────────────
   ABOUT PAGE
────────────────────────────────────── */
@media (max-width: 760px) {
  .about-grid   { grid-template-columns: 1fr; }
  .about-visual { grid-template-columns: repeat(3, 1fr); padding: 24px; }
}

@media (max-width: 480px) {
  .about-visual { grid-template-columns: repeat(2, 1fr); padding: 16px; }
  .about-stat-box strong { font-size: 1.6rem; }
}

/* ──────────────────────────────────────
   CONTACT PAGE
────────────────────────────────────── */
@media (max-width: 760px) {
  .contact-layout    { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 24px 16px; }
}

@media (max-width: 480px) {
  .contact-method { flex-direction: column; gap: 10px; }
  .form-row       { grid-template-columns: 1fr; }
}

/* ──────────────────────────────────────
   INNER PAGE HERO STATS BAR
────────────────────────────────────── */
@media (max-width: 640px) {
  .page-hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 20px;
    margin-top: 20px;
  }
  .page-hero-stat {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 360px) {
  .page-hero-stats { grid-template-columns: 1fr; }
}

/* ──────────────────────────────────────
   SECTION INNER CONTAINER
────────────────────────────────────── */
@media (max-width: 480px) {
  .section-inner { padding: 0 4%; }
}

/* ============================================================
   PRICING CARDS V2 — Screenshot-matching layout
   Apollo brand: gold accent replaces blue
   ============================================================ */

.pricing-save {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  color: #007a99;
  margin-bottom: 6px;
  letter-spacing: .2px;
}

.pricing-amount-v2 {
  display: flex;
  align-items: flex-end;
  gap: 0;
  line-height: 1;
  margin-bottom: 4px;
  flex-wrap: nowrap;
}

.price-sym-v2 {
  font-size: 2rem;
  font-weight: 900;
  color: var(--navy-header);
  line-height: 1;
  align-self: flex-start;
  margin-top: 4px;
}

.price-num-v2 {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--navy-header);
  letter-spacing: -2px;
  line-height: 1;
}

.price-period {
  font-size: .72rem;
  color: var(--text-light);
  font-weight: 500;
  padding-bottom: 6px;
  padding-left: 3px;
  align-self: flex-end;
  white-space: nowrap;
}

.pricing-normally {
  font-size: .82rem;
  color: var(--text-light);
  margin-bottom: 14px;
  margin-top: 2px;
}

.pricing-normally s { color: #999; }

.pricing-networks {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin: 8px 0 0;
}

.pricing-networks-label {
  font-size: .78rem;
  color: var(--text-light);
  width: 100%;
  margin-bottom: 4px;
}

.net-logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #555;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -.3px;
  flex-shrink: 0;
  line-height: 1.1;
  text-align: center;
}

.pricing-connections-list {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.pricing-connections-list h4 {
  font-family: 'Playfair Display', serif;
  font-size: .85rem;
  font-weight: 700;
  color: var(--navy-header);
  margin-bottom: 10px;
  text-align: center;
}

.pricing-connections-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

.pricing-connections-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  color: var(--text);
}

.pricing-connections-list li svg {
  width: 16px;
  height: 16px;
  color: var(--accent-gold);
  flex-shrink: 0;
}

.btn-subscribe {
  display: block;
  width: 100%;
  background: var(--navy-header);
  color: #fff;
  text-align: center;
  padding: 14px 20px;
  font-weight: 700;
  font-size: .92rem;
  text-decoration: none;
  letter-spacing: .3px;
  margin-top: 18px;
  transition: background .2s ease;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}

.btn-subscribe:hover { background: var(--accent-gold); color: #1a1a1a; }
.pricing-card--featured .btn-subscribe { background: var(--accent-gold); color: #1a1a1a; }
.pricing-card--featured .btn-subscribe:hover { background: var(--accent-gold-dark); }

.pricing-instant {
  text-align: center;
  font-size: .73rem;
  color: var(--text-light);
  margin-top: 8px;
}

@media (max-width: 900px) {
  .pricing-grid-4 { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 540px) {
  .pricing-grid-4 { grid-template-columns: 1fr !important; }
}

/* ============================================================
   APOLLO DARK THEME — Global background + text overrides
   Maps the dark navy/cyan brand across all page sections
   ============================================================ */

/* Page background */
body {
  background: #080d1a !important;
  color: #e8f4f8 !important;
}

/* Section backgrounds */
.bg-white  { background: #0d1f3c !important; }
.bg-light  { background: #0a1628 !important; }
.bg-navy   { background: #050810 !important; }

/* Cards */
.pricing-card,
.feature-card,
.review-card,
.device-card,
.channel-card {
  background: #0d1f3c !important;
  border-color: #1a3a5c !important;
  color: #e8f4f8 !important;
}

.pricing-card:hover,
.feature-card:hover,
.device-card:hover {
  border-color: #00d4ff !important;
}

.pricing-card--featured {
  border-color: #00d4ff !important;
  box-shadow: 0 16px 48px rgba(0, 212, 255, 0.15) !important;
}

/* Feature card icon */
.feature-icon-wrap { background: #0a1628 !important; }
.feature-icon-wrap svg { stroke: #00d4ff !important; }
.feature-card h3 { color: #e8f4f8 !important; }
.feature-card p { color: #8ab4cc !important; }

/* Feature card bottom accent */
.feature-card::after { background: #00d4ff !important; }
.feature-card:hover { background: #112240 !important; }

/* Trust bar */
.trust-bar {
  background: #0a1628 !important;
  border-top-color: #00d4ff !important;
  border-bottom-color: #1a3a5c !important;
}
.trust-item strong { color: #e8f4f8 !important; }
.trust-item span   { color: #8ab4cc !important; }
.trust-item svg    { color: #00d4ff !important; }
.trust-divider     { background: #1a3a5c !important; }

/* Section headers */
.section-header h2 { color: #e8f4f8 !important; }
.section-header p  { color: #8ab4cc !important; }
.section-label     { background: #0a1628 !important; color: #e8f4f8 !important; border: 1px solid #1a3a5c; }
.section-label--gold { background: #00d4ff !important; color: #080d1a !important; border: none; }
.text-blue  { color: #00d4ff !important; }
.text-gold  { color: #00d4ff !important; }

/* Nav */
.nav-wrap   { background: #0a1628 !important; border-bottom-color: #00d4ff !important; }
.nav-logo-text { color: #e8f4f8 !important; }
.nav-logo-text span { color: #00d4ff !important; }
.nav-links a { color: #8ab4cc !important; }
.nav-links a:hover,
.nav-links a.active { color: #e8f4f8 !important; border-bottom-color: #00d4ff !important; }
.nav-cta {
  background: #00d4ff !important;
  color: #080d1a !important;
}
.nav-cta:hover { background: #00a8cc !important; }

/* Mobile menu */
.mobile-menu {
  background: #0a1628 !important;
  border-bottom-color: #00d4ff !important;
}
.mobile-menu a { color: #8ab4cc !important; border-bottom-color: #1a3a5c !important; }
.mobile-menu a:hover { color: #e8f4f8 !important; }

/* Top bar */
.top-bar { background: #00d4ff !important; color: #080d1a !important; }
.top-bar a { color: #080d1a !important; }

/* Buttons */
.btn-gold,
.btn-subscribe {
  background: #00d4ff !important;
  color: #080d1a !important;
  box-shadow: 0 3px 12px rgba(0,212,255,.3) !important;
}
.btn-gold:hover,
.btn-subscribe:hover {
  background: #00a8cc !important;
  color: #080d1a !important;
}
.btn-outline-blue {
  border-color: #00d4ff !important;
  color: #00d4ff !important;
}
.btn-outline-blue:hover {
  background: #00d4ff !important;
  color: #080d1a !important;
}
.btn-outline {
  border-color: rgba(255,255,255,.4) !important;
  color: #fff !important;
}
.btn-outline:hover {
  border-color: #00d4ff !important;
  background: rgba(0,212,255,.08) !important;
}

/* Pricing badge */
.pricing-badge { background: #00d4ff !important; color: #080d1a !important; }
.price-sym, .price-num, .price-sym-v2, .price-num-v2 { color: #e8f4f8 !important; }
.price-sub, .price-period { color: #8ab4cc !important; }
.pricing-save { color: #00d4ff !important; }
.pricing-normally s { color: #5a8aaa !important; }
.pricing-normally { color: #8ab4cc !important; }
.pricing-list svg { color: #00d4ff !important; }
.pricing-list li { color: #e8f4f8 !important; }
.pricing-top { border-bottom-color: #1a3a5c !important; }
.pricing-top h3 { color: #8ab4cc !important; }
.pricing-note svg { color: #00d4ff !important; }
.pricing-note { color: #8ab4cc !important; }
.btn-subscribe { border-radius: 4px !important; }
.pricing-connections-list { border-top-color: #1a3a5c !important; }
.pricing-connections-list h4 { color: #e8f4f8 !important; }
.pricing-connections-list li { color: #8ab4cc !important; }
.pricing-connections-list li svg { color: #00d4ff !important; }
.pricing-instant { color: #5a8aaa !important; }

/* Review cards */
.review-card { border-top-color: #00d4ff !important; }
.review-card blockquote { color: rgba(232,244,248,.8) !important; }
.review-card footer strong { color: #e8f4f8 !important; }
.review-card footer small  { color: rgba(232,244,248,.45) !important; }
.reviewer-avatar { background: #00d4ff !important; color: #080d1a !important; }
.review-stars { color: #00d4ff !important; }

/* FAQ */
.faq-list { border-color: #1a3a5c !important; }
.faq-item { border-bottom-color: #1a3a5c !important; }
.faq-q { color: #e8f4f8 !important; background: #0d1f3c !important; }
.faq-q:hover { background: #112240 !important; }
.faq-q[aria-expanded="true"] { background: #00d4ff !important; color: #080d1a !important; }
.faq-q[aria-expanded="true"] .faq-arrow { stroke: #080d1a !important; }
.faq-arrow { stroke: #5a8aaa !important; }
.faq-a { background: #0a1628 !important; border-top-color: #1a3a5c !important; color: #8ab4cc !important; }

/* CTA strip */
.cta-strip { background: #050810 !important; border-top-color: #00d4ff !important; }
.cta-inner h2 { color: #e8f4f8 !important; }
.cta-inner h2 em { color: #00d4ff !important; }
.cta-inner p { color: rgba(232,244,248,.65) !important; }

/* Footer */
.footer-top { background: #080d1a !important; }
.footer-bottom { background: #050810 !important; border-top-color: rgba(255,255,255,.06) !important; }
.footer-brand p { color: rgba(232,244,248,.5) !important; }
.footer-col h4 { color: #e8f4f8 !important; border-bottom-color: #00d4ff !important; }
.footer-col a { color: rgba(232,244,248,.5) !important; }
.footer-col a:hover { color: #00d4ff !important; }
.footer-bottom p { color: rgba(232,244,248,.35) !important; }

/* Page hero */
.page-hero { background: #0a1628 !important; border-bottom-color: #00d4ff !important; }
.page-hero::before {
  background-image: linear-gradient(rgba(0,212,255,.04) 1px,transparent 1px),
                    linear-gradient(90deg,rgba(0,212,255,.04) 1px,transparent 1px) !important;
}
.page-hero h1 { color: #e8f4f8 !important; }
.page-hero h1 em { color: #00d4ff !important; }
.page-hero p { color: rgba(232,244,248,.65) !important; }

/* Breadcrumb */
.breadcrumb a { color: rgba(232,244,248,.55) !important; }
.breadcrumb a:hover { color: #00d4ff !important; }
.breadcrumb span { color: #00d4ff !important; }

/* Page hero stats */
.page-hero-stat-icon {
  background: rgba(0,212,255,.12) !important;
  border-color: rgba(0,212,255,.28) !important;
}
.page-hero-stat-icon svg { stroke: #00d4ff !important; }
.page-hero-stat-body strong { color: #e8f4f8 !important; }
.page-hero-stat-body span  { color: rgba(232,244,248,.5) !important; }
.page-hero-stats { border-top-color: rgba(255,255,255,.1) !important; }
.page-hero-stat  { border-right-color: rgba(255,255,255,.15) !important; }

/* Prose pages */
.prose-page { background: #080d1a !important; }
.prose-inner h2 { color: #e8f4f8 !important; border-bottom-color: #00d4ff !important; }
.prose-inner h3 { color: #e8f4f8 !important; }
.prose-inner p, .prose-inner li { color: #8ab4cc !important; }
.prose-inner strong { color: #e8f4f8 !important; }
.prose-inner a { color: #00d4ff !important; }
.prose-meta { background: #0a1628 !important; border-left-color: #00d4ff !important; }
.prose-meta strong { color: #e8f4f8 !important; }

/* About page */
.about-text h2 { color: #e8f4f8 !important; }
.about-text h2 em { color: #00d4ff !important; }
.about-text p { color: #8ab4cc !important; }
.about-visual { background: #0a1628 !important; }
.about-stat-box { background: rgba(0,212,255,.06) !important; border-color: rgba(0,212,255,.15) !important; }
.about-stat-box strong { color: #00d4ff !important; }
.about-stat-box span   { color: rgba(232,244,248,.55) !important; }

/* Contact page */
.contact-info h3 { color: #e8f4f8 !important; }
.contact-info p  { color: #8ab4cc !important; }
.contact-method { border-color: #1a3a5c !important; background: #0d1f3c !important; }
.contact-method:hover { border-color: #00d4ff !important; }
.contact-method-icon { background: #0a1628 !important; }
.contact-method-icon svg { stroke: #00d4ff !important; }
.contact-method-body strong { color: #e8f4f8 !important; }
.contact-method-body span   { color: #8ab4cc !important; }
.contact-form-wrap { background: #0a1628 !important; border-color: #1a3a5c !important; }
.contact-form-wrap h3 { color: #e8f4f8 !important; }
.contact-form-wrap > p { color: #8ab4cc !important; }
.form-group label { color: #8ab4cc !important; }
.form-group input,
.form-group select,
.form-group textarea {
  background: #0d1f3c !important;
  border-color: #1a3a5c !important;
  color: #e8f4f8 !important;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: #00d4ff !important; }

/* Pricing connections table */
.pricing-connections { background: #0a1628 !important; border-color: #1a3a5c !important; }
.pricing-connections h3 { color: #e8f4f8 !important; }
.pricing-connections > p { color: #8ab4cc !important; }
.connections-table th { background: #050810 !important; color: #e8f4f8 !important; }
.connections-table td { color: #8ab4cc !important; border-bottom-color: #1a3a5c !important; }
.connections-table tr:nth-child(even) td { background: #0d1f3c !important; }
.connections-table .price-cell { color: #00d4ff !important; }
.pricing-guarantee { background: #050810 !important; }
.pricing-guarantee-icon { background: #00d4ff !important; }
.pricing-guarantee-icon svg { stroke: #080d1a !important; }
.pricing-guarantee strong { color: #e8f4f8 !important; }
.pricing-guarantee p { color: rgba(232,244,248,.6) !important; }

/* DMCA */
.dmca-notice { background: rgba(0,212,255,.06) !important; border-left-color: #00d4ff !important; }
.dmca-notice p { color: #8ab4cc !important; }
.dmca-form-box { background: #0a1628 !important; border-color: #1a3a5c !important; }
.dmca-form-box h3 { color: #e8f4f8 !important; }

/* Channel cards */
.channel-card { background: rgba(0,212,255,.04) !important; border-color: rgba(0,212,255,.1) !important; }
.channel-card:hover { background: rgba(0,212,255,.1) !important; border-color: rgba(0,212,255,.35) !important; }
.channel-card h3 { color: #e8f4f8 !important; }
.channel-card p  { color: rgba(232,244,248,.55) !important; }
.channel-count { color: #00d4ff !important; background: rgba(0,212,255,.1) !important; border-color: rgba(0,212,255,.28) !important; }
.channel-icon  { filter: drop-shadow(0 0 6px rgba(0,212,255,.5)); }

/* Device cards */
.device-card { background: #0d1f3c !important; border-color: #1a3a5c !important; }
.device-card:hover { border-color: #00d4ff !important; box-shadow: 0 6px 24px rgba(0,212,255,.12) !important; }
.device-card h4 { color: #e8f4f8 !important; }
.device-card p  { color: #8ab4cc !important; }
.device-icon svg { stroke: #8ab4cc !important; }
.device-card:hover .device-icon svg { stroke: #00d4ff !important; }

/* Scrollbar */
::-webkit-scrollbar-track { background: #080d1a !important; }
::-webkit-scrollbar-thumb { background: #0a1628 !important; }
::-webkit-scrollbar-thumb:hover { background: #00d4ff !important; }

/* Focus ring */
:focus-visible { outline-color: #00d4ff !important; }

/* Dark bg FAQ override */
.bg-navy .faq-q { color: #e8f4f8 !important; background: rgba(0,212,255,.04) !important; }
.bg-navy .faq-q:hover { background: rgba(0,212,255,.09) !important; }
.bg-navy .faq-q[aria-expanded="true"] { background: #00d4ff !important; color: #080d1a !important; }
.bg-navy .faq-arrow { stroke: rgba(232,244,248,.6) !important; }
.bg-navy .faq-q[aria-expanded="true"] .faq-arrow { stroke: #080d1a !important; }
.bg-navy .faq-a { background: rgba(0,212,255,.05) !important; color: rgba(232,244,248,.82) !important; border-top-color: rgba(0,212,255,.1) !important; }
.bg-navy .faq-list { border-color: rgba(0,212,255,.15) !important; }
.bg-navy .faq-item { border-bottom-color: rgba(0,212,255,.1) !important; }

/* Pricing v2 save color */
.pricing-save { color: #00d4ff !important; }

/* Network logo tints */
.net-logo { border: 1px solid rgba(0,212,255,.2); }

/* ============================================================
   DEVICE CARDS — Image style matching screenshot
   White image container on dark card background
   ============================================================ */

.device-card {
  background: #0d1f3c !important;
  border: 2px solid #1a3a5c !important;
  border-radius: 4px;
  text-align: center;
  padding: 24px 16px 20px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.device-card:hover {
  border-color: #00d4ff !important;
  box-shadow: 0 6px 24px rgba(0, 212, 255, 0.15) !important;
}

.device-icon {
  width: 100% !important;
  height: 100px !important;
  background: #ffffff !important;
  border-radius: 4px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 16px !important;
  overflow: hidden;
  padding: 12px;
}

.device-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block;
}

.device-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  color: #e8f4f8 !important;
  margin-bottom: 6px !important;
}

.device-card p {
  font-size: 0.78rem !important;
  color: #8ab4cc !important;
  line-height: 1.5 !important;
}
