
/* ===================================================
   ZERO-CLS LAYOUT STABILITY ENGINE (PERFECT 0.00 CLS)
=================================================== */
i[class*="fa-"], .fas, .far, .fab, .fa {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: -0.125em;
  box-sizing: content-box;
}

img {
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

.header {
  min-height: 72px;
}

.hero-section {
  min-height: 680px;
}

.hero-stats-strip {
  min-height: 84px;
}

.features-bar-section {
  min-height: 95px;
}

.movie-slider-section {
  min-height: 290px;
}

.movie-marquee-container {
  min-height: 250px;
}

.movie-poster-card {
  width: 155px;
  height: 230px;
  aspect-ratio: 155 / 230;
  contain: layout paint;
}

:root {
  --orange: #ff7700;
  --orange-hover: #ff881a;
  --dark-bg: #070a12;
  --dark-surface: #0c101a;
  --dark-card: #101522;
  --dark-card-border: #1e2638;
  --light-bg: #ffffff;
  --light-section-bg: #f8f9fc;
  --text-dark: #111827;
  --text-dark-muted: #64748b;
  --text-light: #ffffff;
  --text-light-muted: #94a3b8;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --transition: all 0.25s ease;
}

/* RESET & BASE */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text-light);
  background-color: var(--dark-bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

.orange {
  color: var(--orange);
}

/* SECTION BASICS */
.dark-section {
  background-color: var(--dark-bg);
  color: var(--text-light);
  padding: 70px 0;
}

.light-section {
  background-color: var(--light-bg);
  color: var(--text-dark);
  padding: 70px 0;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.section-title.text-center {
  text-align: center;
}

.section-title.text-left {
  text-align: left;
}

.section-subtitle {
  color: var(--text-light-muted);
  font-size: 0.95rem;
  margin-bottom: 40px;
}

.text-center {
  text-align: center !important;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition);
  border: none;
}

.btn-orange {
  background: linear-gradient(135deg, #ff6600, #ff8800);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(255, 102, 0, 0.35);
}

.btn-orange:hover {
  background: linear-gradient(135deg, #ff7700, #ff9911);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 102, 0, 0.45);
}

.btn-dark-outline {
  background: rgba(13, 17, 28, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.btn-dark-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-2px);
}

.btn.full-width {
  width: 100%;
}

/* IMAGE CONTAINERS & PLACEHOLDERS (EMPTY & READY FOR USER IMAGES) */
.image-box {
  position: relative;
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.15);
}

.light-section .image-box {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

.user-custom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.placeholder-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px;
  text-align: center;
  color: var(--text-light-muted);
}

.light-section .placeholder-overlay {
  color: var(--text-dark-muted);
}

.placeholder-icon {
  font-size: 2.5rem;
  color: var(--orange);
}

/* ===================================================
   SECTION 1: HEADER & NAVIGATION
=================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: linear-gradient(180deg, rgba(5, 7, 13, 0.85) 0%, rgba(5, 7, 13, 0.3) 60%, transparent 100%);
  border: none !important;
  border-bottom: none !important;
  outline: none !important;
  box-shadow: none !important;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.header.scrolled {
  background: #070a12 !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.6) !important;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1360px;
  margin: 0 auto;
  padding: 16px 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.logo-icon {
  color: var(--orange);
  font-size: 1.35rem;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 28px;
}

.nav-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition);
}

.nav-links a:hover {
  color: #ffffff;
}

.mobile-menu-cta {
  display: none;
}

.nav-btn {
  padding: 8px 20px;
  font-size: 0.88rem;
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.4rem;
  cursor: pointer;
}

/* ===================================================
   SECTION 2: HERO BANNER (FULL-BLEED BACKGROUND VIDEO)
=================================================== */
.hero-section {
  position: relative;
  min-height: 700px;
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #05070d;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
  filter: brightness(0.92) contrast(1.05) saturate(1.15);
}

.hero-bg-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(90deg, rgba(5, 7, 13, 0.88) 0%, rgba(5, 7, 13, 0.6) 55%, rgba(5, 7, 13, 0.72) 100%),
              linear-gradient(180deg, transparent 70%, rgba(5, 7, 13, 0.95) 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-container-expanded {
  position: relative;
  z-index: 3;
  width: 100%;
}

.hero-content-wide {
  max-width: 820px;
}

.hero-top-badges {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.hero-welcome-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 102, 0, 0.16);
  border: 1px solid rgba(255, 102, 0, 0.4);
  color: var(--orange);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.hero-title {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.hero-subtitle {
  font-size: 1.08rem;
  color: #e2e8f0;
  margin-bottom: 32px;
  max-width: 720px;
  line-height: 1.7;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.hero-cta-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-large-hero {
  padding: 15px 32px;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 12px;
  gap: 10px;
}

.hero-stats-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 42px;
  max-width: 880px;
  box-shadow: none;
}

.hero-stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.2s ease;
}

.hero-stat-item:hover {
  transform: translateY(-2px);
}

.stat-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 102, 0, 0.12);
  border: 1px solid rgba(255, 102, 0, 0.3);
  color: var(--orange);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.15);
}

.stat-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.stat-number {
  font-size: 1.35rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.stat-plus,
.stat-unit {
  color: var(--orange);
  font-size: 1.05rem;
  font-weight: 800;
}

.stat-label {
  font-size: 0.76rem;
  color: #94a3b8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 2px;
}

.stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-tv-box {
  height: 290px;
  background: #0d121d;
  border: 1px solid #1a2233;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
}

.slider-dots {
  display: flex;
  gap: 6px;
  margin-top: 16px;
}

.slider-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: var(--transition);
}

.slider-dots .dot.active {
  background: var(--orange);
  width: 18px;
  border-radius: 10px;
}

/* ===================================================
   SECTION 3: 4-FEATURE BAR
=================================================== */
.features-bar-section {
  background-color: #05080e;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 24px 0;
}

.features-bar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.bar-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bar-icon-box {
  color: var(--orange);
  font-size: 1.6rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-4k {
  display: inline-block;
  border: 2px solid var(--orange);
  color: var(--orange);
  font-weight: 800;
  font-size: 0.85rem;
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 1;
}

.bar-text h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
}

.bar-text p {
  font-size: 0.78rem;
  color: var(--text-light-muted);
  line-height: 1.35;
}

/* ===================================================
   SECTION 4: ABOUT / SERVICE OVERVIEW (WHITE)
=================================================== */
.about-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-desc {
  color: var(--text-dark-muted);
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.about-mini-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.mini-feat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.mini-feat-icon {
  width: 44px;
  height: 44px;
  border: 1.5px solid #fed7aa;
  background: #fff7ed;
  color: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.mini-feat span {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.2;
}

.about-cta-wrap {
  margin-top: 32px;
}

.about-cta-btn {
  padding: 13px 32px;
  font-size: 0.95rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 15px rgba(255, 102, 0, 0.35);
  transition: var(--transition);
}

.about-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 102, 0, 0.5);
}

.about-image-card {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
}

.about-showcase-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 0;
  border: none;
  box-shadow: none;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.about-showcase-img:hover {
  transform: scale(1.02);
}

/* ===================================================
   INFINITE MOVIE POSTERS MARQUEE SLIDER
=================================================== */
.movie-slider-section {
  background-color: #ffffff;
  padding: 10px 0 65px;
  overflow: hidden;
  position: relative;
}

.movie-marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  user-select: none;
  gap: 18px;
  padding: 10px 0;
}

.movie-marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  animation: scroll-marquee-seamless 35s linear infinite;
  will-change: transform;
}

.movie-marquee-container:hover .movie-marquee-group {
  animation-play-state: paused;
}

@keyframes scroll-marquee-seamless {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 18px));
  }
}

.movie-poster-card {
  width: 155px;
  height: 230px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  cursor: pointer;
  background: #f1f5f9;
}

.movie-poster-card:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.movie-poster-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.marquee-fade-left,
.marquee-fade-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  pointer-events: none;
  z-index: 2;
}

.marquee-fade-left {
  left: 0;
  background: linear-gradient(to right, #ffffff 15%, transparent 100%);
}

.marquee-fade-right {
  right: 0;
  background: linear-gradient(to left, #ffffff 15%, transparent 100%);
}

/* ===================================================
   SECTION: TOP GLOBAL & LOCAL CHANNELS (WHITE)
=================================================== */
.global-channels-section {
  background-color: #ffffff;
  padding: 55px 0 80px;
  text-align: center;
  position: relative;
}

.section-subtitle-italic {
  color: #4b5563;
  font-style: italic;
  font-size: 0.96rem;
  max-width: 680px;
  margin: 0 auto 36px;
  line-height: 1.6;
}

.channels-logos-wall {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin: 0 auto 32px;
  padding: 0 20px;
}

.channels-wall-img {
  width: 100%;
  max-width: 720px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) opacity(0.9);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.channels-wall-img:hover {
  transform: scale(1.02);
  opacity: 1;
}

.view-channels-link-wrap {
  margin-top: 10px;
}

.view-channels-link {
  color: var(--orange);
  font-weight: 800;
  font-size: 0.88rem;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}

.view-channels-link:hover {
  color: var(--orange-hover);
  text-underline-offset: 8px;
}

/* ===================================================
   SECTION 5: PRICING PLANS (POWERFUL 3-CARD LAYOUT - DARK)
=================================================== */
.pricing-section-v2 {
  background-color: var(--dark-bg);
  background: radial-gradient(circle at 50% 25%, rgba(255, 102, 0, 0.05) 0%, transparent 65%),
              var(--dark-bg);
  padding: 85px 0 95px;
  color: #ffffff;
  position: relative;
}

.section-title-bold {
  font-size: 2.75rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.white-text {
  color: #ffffff;
}

.section-subtitle-dark {
  color: #9ca3af;
  font-size: 0.95rem;
  max-width: 680px;
  margin: 0 auto 36px;
  line-height: 1.65;
  text-align: center;
  width: 100%;
}

.device-switcher-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

.device-switcher {
  background: #0d121d;
  padding: 5px;
  border-radius: 40px;
  display: inline-flex;
  gap: 4px;
  border: 1px solid #1e2638;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.device-tab {
  background: transparent;
  border: none;
  color: #9ca3af;
  padding: 9px 24px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.device-tab.active {
  background: var(--orange);
  color: #070a12;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(255, 102, 0, 0.4);
}

.pricing-cards-v2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto 40px;
}

.pricing-card-v2 {
  background: #141416;
  color: #ffffff;
  border-radius: 24px;
  padding: 44px 30px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #232326;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pricing-card-v2:hover {
  transform: translateY(-6px);
  border-color: #333338;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.7);
}

.pricing-card-v2.featured-plan {
  border: 2px solid var(--orange);
  background: #161619;
  transform: scale(1.03);
  box-shadow: 0 0 35px rgba(255, 102, 0, 0.2), 0 20px 45px rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.pricing-card-v2.featured-plan:hover {
  transform: scale(1.05) translateY(-6px);
  box-shadow: 0 0 45px rgba(255, 102, 0, 0.3), 0 25px 50px rgba(0, 0, 0, 0.75);
}

.featured-badge-top {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: #070a12;
  font-weight: 900;
  font-size: 0.72rem;
  padding: 4px 18px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.save-tag-red {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #dc2626;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.02em;
}

.card-top-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 102, 0, 0.45);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin: 0 auto 16px;
  background: rgba(255, 102, 0, 0.08);
}

.card-top-icon.featured-icon {
  border-color: var(--orange);
  background: rgba(255, 102, 0, 0.16);
  font-size: 1.35rem;
}

.card-plan-title {
  font-size: 1.45rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.card-price-v2 {
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.card-price-v2 .currency {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--orange);
  vertical-align: super;
  margin-right: 2px;
}

.card-price-v2 .amount {
  font-size: 3.2rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.03em;
}

.card-price-v2 .cents {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  vertical-align: super;
}

.card-price-v2 .period {
  font-size: 0.76rem;
  font-weight: 700;
  color: #8a8a8a;
  text-transform: uppercase;
  margin-left: 3px;
}

.card-features-v2 {
  list-style: none;
  margin-bottom: 30px;
  flex: 1;
  padding: 0;
}

.card-features-v2 li {
  font-size: 0.88rem;
  color: #e5e5e5;
  padding: 6.5px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.card-features-v2 li i {
  color: var(--orange);
  font-size: 0.84rem;
  flex-shrink: 0;
}

.btn-card-outline {
  display: block;
  width: 100%;
  padding: 13px 0;
  border: 1.5px solid rgba(255, 102, 0, 0.7);
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: none;
  transition: all 0.2s ease;
  background: transparent;
  letter-spacing: 0.02em;
}

.btn-card-outline:hover {
  background: var(--orange);
  color: #070a12;
  border-color: var(--orange);
}

.btn-card-solid {
  display: block;
  width: 100%;
  padding: 14px 0;
  background: var(--orange);
  color: #070a12;
  text-align: center;
  border-radius: 8px;
  font-weight: 900;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 15px rgba(255, 102, 0, 0.4);
}

.btn-card-solid:hover {
  background: var(--orange-hover);
  filter: brightness(1.05);
}

.card-checkout-trust {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 0.65rem;
  color: #8a8a8a;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.trust-mini-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  font-size: 1.2rem;
  color: #9ca3af;
}

.guarantee-banner-v2 {
  background: #141416;
  border: 1px solid #232326;
  border-radius: 18px;
  padding: 22px 34px;
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 840px;
  margin: 0 auto;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

.guarantee-icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 102, 0, 0.1);
  border: 1.5px solid var(--orange);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  flex-shrink: 0;
}

.guarantee-text h4 {
  font-size: 1.08rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.guarantee-text p {
  font-size: 0.86rem;
  color: #9ca3af;
}

/* ===================================================
   SECTION: WATCH IN 3 STEPS (WHITE)
=================================================== */
.steps-section {
  background-color: #ffffff;
  padding: 85px 0 95px;
  position: relative;
}

.dark-text {
  color: #111827;
}

.section-subtitle-light {
  color: #64748b;
  font-size: 0.95rem;
  text-align: center;
  margin: 0 auto 52px;
  max-width: 620px;
  line-height: 1.6;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1080px;
  margin: 0 auto;
}

.step-card {
  background: #141416;
  border: 1px solid #232326;
  border-radius: 20px;
  padding: 44px 28px 32px;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
  border-color: var(--orange);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.step-watermark {
  position: absolute;
  top: 14px;
  left: 20px;
  font-size: 2.8rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.07);
  line-height: 1;
  pointer-events: none;
  font-family: inherit;
}

.step-icon-badge {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #141416;
  border: 2px solid #ffffff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.step-card:hover .step-icon-badge {
  border-color: var(--orange);
  color: var(--orange);
  box-shadow: 0 4px 18px rgba(255, 102, 0, 0.35);
}

.step-title {
  font-size: 1.25rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.step-desc {
  color: #9ca3af;
  font-size: 0.88rem;
  line-height: 1.6;
  max-width: 280px;
  margin: 0 auto;
}

/* ===================================================
   SECTION 6: WHY CHOOSE US (WHITE)
=================================================== */
.why-section {
  background-color: #ffffff;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.why-box {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: var(--radius-md);
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
}

.why-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.why-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1.5px solid #fed7aa;
  background: #fff7ed;
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin: 0 auto 16px;
}

.why-box h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.why-box p {
  font-size: 0.84rem;
  color: var(--text-dark-muted);
  line-height: 1.5;
}

/* ===================================================
   SECTION 7: CHANNELS & CONTENT (DARK)
=================================================== */
.category-cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.category-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid #1a2233;
  cursor: pointer;
  transition: var(--transition);
  aspect-ratio: 16/11;
  display: flex;
  flex-direction: column;
}

.category-card:hover {
  transform: translateY(-4px);
  border-color: var(--orange);
}

.category-img-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.category-img-box img.user-custom-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.4s ease;
}

.category-card:hover .category-img-box img.user-custom-img {
  transform: scale(1.08);
}

.category-placeholder-bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sports-gradient { background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%); }
.movies-gradient { background: linear-gradient(135deg, #3b0764 0%, #0f172a 100%); }
.shows-gradient { background: linear-gradient(135deg, #78350f 0%, #0f172a 100%); }
.news-gradient { background: linear-gradient(135deg, #065f46 0%, #0f172a 100%); }
.entertainment-gradient { background: linear-gradient(135deg, #831843 0%, #0f172a 100%); }

.category-bg-icon {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.4);
}

.category-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
  padding: 12px 0 8px;
  text-align: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: #ffffff;
  z-index: 2;
}

/* ===================================================
   SECTION 8: STREAM ON ANY DEVICE (9-DEVICE GRID)
=================================================== */
.setup-grid-section {
  background-color: #ffffff;
  padding: 85px 0 95px;
  position: relative;
}

.devices-setup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto;
}

.device-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 34px 24px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.device-card:hover {
  transform: translateY(-6px);
  border-color: var(--orange);
  box-shadow: 0 16px 36px rgba(255, 102, 0, 0.12);
}

.device-card-img-wrap {
  width: 140px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.device-card-img-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.08));
  transition: transform 0.3s ease;
}

.device-card:hover .device-card-img-wrap img {
  transform: scale(1.08);
}

.device-card-title {
  font-size: 1.18rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.device-card-desc {
  font-size: 0.84rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 22px;
  flex-grow: 1;
}

.device-learn-more-btn {
  color: var(--orange);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 18px;
  border: 1.5px solid rgba(255, 102, 0, 0.35);
  border-radius: 20px;
  transition: all 0.25s ease;
}

.device-card:hover .device-learn-more-btn {
  background: var(--orange);
  color: #ffffff;
  border-color: var(--orange);
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.35);
}

/* ===================================================
   SECTION 9: REVIEWS (DARK)
=================================================== */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.review-card {
  background: #0c111c;
  border: 1px solid #1a2233;
  border-radius: var(--radius-md);
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stars {
  color: #f59e0b;
  margin-bottom: 12px;
  font-size: 0.85rem;
}

.review-card blockquote {
  font-size: 0.88rem;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 18px;
}

.author-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.author-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: #ffffff;
}

.review-badge {
  font-size: 0.72rem;
  padding: 3px 8px;
  border-radius: 12px;
  font-weight: 600;
}

.review-badge.reddit { background: rgba(255, 69, 0, 0.15); color: #ff4500; }
.review-badge.verified { background: rgba(16, 185, 129, 0.15); color: #10b981; }
.review-badge.tech { background: rgba(59, 130, 246, 0.15); color: #60a5fa; }

/* ===================================================
   SECTION 10: FAQ ACCORDION (WHITE - 2 COLUMNS)
=================================================== */
.faq-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 36px;
}

.faq-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: var(--transition);
}

.faq-card.active {
  border-color: #cbd5e1;
}

.faq-header {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #ffffff;
}

.faq-header h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-dark);
}

.faq-toggle-icon {
  font-size: 1.2rem;
  font-weight: 700;
  color: #94a3b8;
  transition: transform 0.2s ease;
}

.faq-card.active .faq-toggle-icon {
  transform: rotate(45deg);
  color: var(--orange);
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-card.active .faq-body {
  max-height: 250px;
}

.faq-body p {
  padding: 0 20px 16px;
  font-size: 0.85rem;
  color: var(--text-dark-muted);
  line-height: 1.6;
}

/* ===================================================
   SECTION 11: CTA BANNER (DARK)
=================================================== */
.cta-banner-section {
  border: none;
}

.cta-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.cta-left h2 {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}

.cta-left p {
  color: var(--text-light-muted);
  font-size: 0.98rem;
  margin-bottom: 24px;
}

.cta-wall-box {
  height: 200px;
  background: #090e18;
  border-color: #1a2233;
}

.mini-badges-wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.mini-badges-wall span {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #cbd5e1;
}

/* ===================================================
   SECTION 12: SITE FOOTER
=================================================== */
.site-footer,
footer.footer {
  background-color: #04060a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 50px 0 24px;
  position: relative;
  z-index: 1;
}

.site-footer .logo,
.footer-col .logo,
.brand-col .logo {
  position: static !important;
  transform: none !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px !important;
  text-decoration: none;
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
}

.footer-top-grid,
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 36px;
  margin-bottom: 36px;
}

.brand-col p {
  font-size: 0.85rem;
  color: var(--text-light-muted);
  margin-top: 8px;
  line-height: 1.6;
}

.footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.footer-socials a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cbd5e1;
  font-size: 0.8rem;
  text-decoration: none;
  transition: var(--transition);
}

.footer-socials a:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.footer-col h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: var(--text-light-muted);
  text-decoration: none;
  font-size: 0.84rem;
  transition: var(--transition);
}

.footer-col ul li a:hover {
  color: var(--orange);
}

.contact-col p {
  font-size: 0.84rem;
  color: var(--text-light-muted);
  margin-bottom: 8px;
}

.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
  color: var(--text-light-muted);
  flex-wrap: wrap;
  gap: 14px;
}

.payment-icons-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pay-badge {
  background: #0f1523;
  border: 1px solid #1e2638;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  gap: 4px;
}

.legal-disclaimer {
  padding-top: 14px;
  font-size: 0.72rem;
  color: #7d8ba3;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-title {
    font-size: 2.3rem;
  }

  .hero-subtitle {
    margin: 0 auto 24px;
  }

  .hero-cta-group {
    justify-content: center;
  }

  .hero-content-wide {
    max-width: 100%;
    text-align: center;
  }

  .hero-top-badges {
    justify-content: center;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    margin: 0 auto 28px;
  }

  .hero-cta-group {
    justify-content: center;
  }

  .hero-seo-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-cards-v2-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    gap: 30px;
  }

  .pricing-card-v2.featured-plan {
    transform: none;
  }

  .pricing-card-v2.featured-plan:hover {
    transform: translateY(-6px);
  }

  .guarantee-banner-v2 {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }

  .about-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .about-right {
    order: 1;
    width: 100%;
  }

  .about-left {
    order: 2;
    width: 100%;
  }

  .about-left .section-title {
    text-align: center;
  }

  .about-desc {
    text-align: center;
  }

  .about-cta-wrap {
    text-align: center;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .features-bar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-top-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding-top: 120px;
    min-height: auto;
  }

  .hero-title {
    font-size: 2.1rem;
  }

  .section-title-bold {
    font-size: 1.95rem;
    line-height: 1.2;
    padding: 0 10px;
  }

  .section-subtitle-dark {
    font-size: 0.88rem;
    padding: 0 15px;
    margin-bottom: 25px;
  }

  .device-switcher-wrap {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 35px;
  }

  .device-switcher {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    max-width: 440px;
    padding: 4px;
    border-radius: 30px;
    gap: 2px;
  }

  .device-tab {
    padding: 7px 4px;
    font-size: 0.78rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    border-radius: 20px;
  }

  .hero-stats-strip {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0;
    width: 100%;
    max-width: 440px;
    margin: 28px auto 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .hero-stat-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 9px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .stat-icon-wrap {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 0.95rem;
    flex-shrink: 0;
  }

  .stat-number {
    font-size: 1.08rem;
    line-height: 1.1;
  }

  .stat-label {
    font-size: 0.66rem;
    line-height: 1.1;
  }

  .stat-divider {
    display: none;
  }

  .navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    width: 100%;
  }

  .navbar .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 7px;
    z-index: 1000;
    margin: 0;
  }

  .mobile-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    order: 1;
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 1.15rem;
    cursor: pointer;
    z-index: 1001;
    transition: all 0.2s ease;
    margin: 0;
  }

  .mobile-toggle:hover,
  .mobile-toggle:active {
    background: rgba(255, 102, 0, 0.15);
    border-color: rgba(255, 102, 0, 0.4);
    color: var(--orange);
  }

  .nav-links {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #080b14 !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 95px 20px 40px;
    gap: 12px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links li {
    width: 100%;
    max-width: 380px;
    list-style: none;
  }

  .nav-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #e2e8f0;
    background: #11141f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    transition: all 0.2s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }

  .nav-links a::after {
    content: "›";
    font-size: 1.4rem;
    color: #64748b;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.2s ease, color 0.2s ease;
  }

  .nav-links a:hover,
  .nav-links a:active {
    background: #1a1e2e;
    border-color: rgba(255, 102, 0, 0.5);
    color: var(--orange);
    transform: translateX(4px);
  }

  .nav-links a:hover::after,
  .nav-links a:active::after {
    color: var(--orange);
    transform: translateX(3px);
  }

  .nav-links a.active-page {
    background: rgba(255, 102, 0, 0.12);
    border-color: var(--orange);
    color: var(--orange);
    border-left: 3px solid var(--orange);
  }

  .nav-links a.active-page::after {
    color: var(--orange);
  }

  .nav-actions {
    display: none !important;
  }

  .mobile-menu-cta {
    display: block !important;
    width: 100%;
    max-width: 380px;
    margin-top: 10px;
    list-style: none;
  }

  .nav-links a.btn-menu-get-started,
  .btn-menu-get-started {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 16px 20px !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    background: var(--gradient-accent, linear-gradient(135deg, #ff6600, #ff8c22)) !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(255, 102, 0, 0.42) !important;
    text-align: center !important;
    text-decoration: none !important;
    letter-spacing: -0.01em !important;
    transition: all 0.2s ease !important;
  }

  .nav-links a.btn-menu-get-started::after,
  .btn-menu-get-started::after {
    display: none !important;
    content: "" !important;
  }

  .nav-links a.btn-menu-get-started:hover,
  .nav-links a.btn-menu-get-started:active,
  .btn-menu-get-started:hover,
  .btn-menu-get-started:active {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 30px rgba(255, 102, 0, 0.58) !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff7a1a, #ffa03b) !important;
  }

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

  .faq-grid-2col {
    grid-template-columns: 1fr;
  }

  .category-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-bar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 440px;
    margin: 0 auto;
  }

  .bar-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }

  .bar-icon-box {
    font-size: 1.5rem;
    margin-bottom: 2px;
  }

  .bar-text h4 {
    font-size: 0.84rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
  }

  .bar-text p {
    font-size: 0.7rem;
    color: #94a3b8;
    line-height: 1.25;
  }

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

  .about-mini-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer .logo,
  .footer-col .logo,
  .brand-col .logo {
    position: static !important;
    left: auto !important;
    transform: none !important;
    margin-bottom: 12px !important;
  }

  .footer-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .payment-icons-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .legal-disclaimer {
    padding-bottom: 70px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    gap: 40px;
  }

  .step-card {
    padding: 40px 24px 28px;
  }

  .devices-setup-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.85rem;
  }

  .section-title-bold {
    font-size: 1.65rem;
    line-height: 1.18;
  }

  .devices-setup-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    gap: 18px;
  }

  .steps-grid {
    max-width: 100%;
    gap: 36px;
  }

  .step-card {
    padding: 36px 18px 24px;
    border-radius: 16px;
  }

  .device-switcher,
  .pricing-section-v2.light-pricing .device-switcher {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    width: 100% !important;
    max-width: 360px !important;
    border-radius: 35px !important;
    gap: 3px !important;
    padding: 4px !important;
    background: #11141c !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14) !important;
    margin: 0 auto !important;
  }

  .device-tab,
  .pricing-section-v2.light-pricing .device-tab {
    padding: 8px 2px !important;
    font-size: 0.74rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    white-space: nowrap !important;
    border-radius: 25px !important;
  }

  .hero-cta-group {
    flex-direction: column;
  }

  .hero-cta-group .btn {
    width: 100%;
  }

  .hero-stats-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 0;
  }

  .stat-icon-wrap {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }

  .stat-number {
    font-size: 1rem;
  }

  .pricing-card-v2 {
    padding: 30px 18px 24px;
    border-radius: 20px;
  }

  .card-plan-title {
    font-size: 1.3rem;
  }

  .card-price-v2 .amount {
    font-size: 2.8rem;
  }

  .card-features-v2 li {
    font-size: 0.82rem;
  }

  .guarantee-banner-v2 {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .guarantee-text h4 {
    font-size: 0.95rem;
  }

  .guarantee-text p {
    font-size: 0.8rem;
  }

  .movie-slider-section {
    padding: 0 0 45px;
  }

  .movie-poster-card {
    width: 120px;
    height: 180px;
    border-radius: 10px;
  }

  .movie-marquee-container {
    gap: 12px;
  }

  .movie-marquee-group {
    gap: 12px;
    animation-duration: 25s;
  }

  .marquee-fade-left,
  .marquee-fade-right {
    width: 45px;
  }

  .floating-whatsapp-wrap {
    bottom: 20px;
    right: 18px;
  }

  .whatsapp-icon-circle {
    width: 52px;
    height: 52px;
    font-size: 28px;
  }

  .whatsapp-tooltip {
    display: none;
  }
}

/* ===================================================
   FLOATING WHATSAPP SUPPORT WIDGET
=================================================== */
.floating-whatsapp-wrap {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
}

.floating-whatsapp-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.whatsapp-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
  position: relative;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.floating-whatsapp-btn:hover .whatsapp-icon-circle {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.65);
}

.whatsapp-pulse {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 2px solid #25D366;
  animation: wa-pulse 2s infinite ease-out;
  pointer-events: none;
}

@keyframes wa-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

.whatsapp-tooltip {
  background: #141416;
  border: 1px solid #282830;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 500;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.whatsapp-tooltip strong {
  color: #25D366;
  font-weight: 700;
}

/* ===================================================
   DEDICATED SETUP PAGE STYLES (set-up.html)
=================================================== */
.active-page {
  color: var(--orange) !important;
  font-weight: 700 !important;
}

.setup-hero-banner {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 160px 0 95px;
  background-image: linear-gradient(180deg, rgba(7, 10, 18, 0.72) 0%, rgba(7, 10, 18, 0.88) 100%),
                    url('../images/setup-banner-bg.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.setup-page-title {
  font-size: 2.8rem;
  font-weight: 900;
  color: #ffffff;
  margin-top: 14px;
  margin-bottom: 16px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.setup-page-subtitle {
  font-size: 1.05rem;
  color: #94a3b8;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.6;
}

.setup-help-card {
  background: #141416;
  border: 1px solid #232326;
  border-radius: 20px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 900px;
  margin: 60px auto 0;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.setup-help-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.12);
  border: 1.5px solid #25D366;
  color: #25D366;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.setup-help-info {
  flex-grow: 1;
}

.setup-help-info h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}

.setup-help-info p {
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.5;
}

.btn-whatsapp-help {
  background: #25D366;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
  transition: all 0.25s ease;
}

.btn-whatsapp-help:hover {
  background: #20ba5a;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.5);
}

@media (max-width: 768px) {
  .setup-hero-banner {
    padding: 120px 0 50px;
  }
  .setup-page-title {
    font-size: 2rem;
  }
  .setup-help-card {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }
}

/* ===================================================
   TUTORIAL SUBPAGES STYLING (iptv-on-firestick-tutorial.html)
=================================================== */
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 0.84rem;
  color: #94a3b8;
}

.breadcrumb-nav a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb-nav a:hover {
  color: var(--orange);
}

.breadcrumb-nav .sep {
  font-size: 0.7rem;
  color: #64748b;
}

.breadcrumb-nav .current {
  color: var(--orange);
  font-weight: 600;
}

.tutorial-hero-section {
  position: relative;
  background-color: var(--dark-bg);
  background-image: linear-gradient(180deg, rgba(10, 10, 15, 0.45) 0%, rgba(10, 10, 15, 0.62) 50%, rgba(10, 10, 15, 0.88) 100%),
                    radial-gradient(circle at 75% 30%, rgba(255, 102, 0, 0.15) 0%, transparent 60%),
                    url('../images/best-iptv-service-provider-scaled.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 140px 0 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.tutorial-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 40px;
  align-items: center;
}

.tutorial-main-title {
  font-size: 2.6rem;
  font-weight: 900;
  color: #ffffff;
  margin-top: 14px;
  margin-bottom: 16px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.9);
}

.tutorial-main-subtitle {
  font-size: 1rem;
  color: #f1f5f9;
  line-height: 1.65;
  margin-bottom: 24px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

.tutorial-quick-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.meta-pill {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tutorial-hero-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.tutorial-featured-img {
  width: 100%;
  max-width: 340px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 35px rgba(255, 102, 0, 0.18));
  transition: transform 0.3s ease;
}

.firetv-hero-logo {
  max-width: 250px;
  filter: drop-shadow(0 10px 30px rgba(255, 102, 0, 0.35));
}

.android-hero-logos-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 30px 40px;
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(255, 102, 0, 0.15);
  max-width: 380px;
  margin: 0 auto;
}

.android-hero-logo-img {
  width: 100%;
  max-width: 190px;
  height: auto;
  filter: drop-shadow(0 6px 18px rgba(255, 255, 255, 0.2));
  transition: transform 0.3s ease;
}

.hero-logo-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  border-radius: 2px;
}

.chromeos-hero-logo-img {
  width: 100%;
  max-width: 210px;
  height: auto;
  filter: drop-shadow(0 6px 18px rgba(255, 255, 255, 0.2));
  transition: transform 0.3s ease;
}

.android-hero-logos-wrap:hover .android-hero-logo-img,
.android-hero-logos-wrap:hover .chromeos-hero-logo-img {
  transform: scale(1.04);
}

.tutorial-featured-img:hover {
  transform: scale(1.04);
}

/* MAIN TUTORIAL LAYOUT GRID */
.tutorial-main-content {
  background-color: #ffffff;
  padding: 70px 0 90px;
}

.tutorial-layout-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}

.tutorial-article {
  min-width: 0;
}

.tutorial-callout-box {
  background: #f8fafc;
  border-left: 4px solid var(--orange);
  border-radius: 0 12px 12px 0;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.callout-icon {
  font-size: 1.5rem;
  color: var(--orange);
  flex-shrink: 0;
  margin-top: 2px;
}

.callout-content h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}

.callout-content p {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.6;
}

.toc-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 48px;
}

.toc-box h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.toc-box ul li a {
  color: #334155;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.toc-box ul li a:hover {
  color: var(--orange);
  transform: translateX(4px);
}

/* STEP BLOCKS */
.tutorial-step-block {
  margin-bottom: 56px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
}

.step-badge-number {
  display: inline-block;
  background: rgba(255, 102, 0, 0.12);
  color: var(--orange);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  padding: 4px 12px;
  border-radius: 14px;
  margin-bottom: 10px;
}

.tutorial-step-block h2 {
  font-size: 1.65rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
  line-height: 1.3;
}

.tutorial-step-block p {
  font-size: 0.96rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 20px;
}

.step-action-list {
  padding-left: 22px;
  margin-bottom: 28px;
}

.step-action-list li {
  font-size: 0.94rem;
  color: #334155;
  line-height: 1.75;
  margin-bottom: 10px;
}

.step-action-list li strong {
  color: #0f172a;
}

.sub-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.sub-list li {
  margin-bottom: 6px;
}

.sub-list code {
  background: #f1f5f9;
  color: var(--orange);
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 700;
}

.step-img-container {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  margin-top: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.step-img-container img {
  width: 100%;
  max-width: 620px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.img-caption {
  display: block;
  font-size: 0.8rem;
  color: #64748b;
  margin-top: 10px;
  font-weight: 500;
}

/* RECOMMENDED PLAYERS SHOWCASE */
.tutorial-players-section {
  margin-bottom: 56px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e8f0;
}

.tutorial-players-section h2 {
  font-size: 1.65rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.tutorial-players-section p {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 28px;
}

.players-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.player-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.player-card:hover {
  transform: translateY(-4px);
  border-color: var(--orange);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.player-img-wrap {
  width: 90px;
  height: 90px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.player-img-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.player-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.player-card p {
  font-size: 0.84rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 14px;
}

.player-tag {
  display: inline-block;
  background: rgba(255, 102, 0, 0.12);
  color: var(--orange);
  font-size: 0.74rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 12px;
}

/* TROUBLESHOOTING */
.tutorial-troubleshooting-section {
  margin-bottom: 50px;
}

.tutorial-troubleshooting-section h2 {
  font-size: 1.65rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 24px;
}

.trouble-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 16px;
}

.trouble-item h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.trouble-item p {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 0;
}

/* IN-ARTICLE CTA BANNER */
.tutorial-cta-banner {
  background: #141416;
  border: 1px solid #232326;
  border-radius: 20px;
  padding: 36px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.15);
}

.cta-banner-text h3 {
  font-size: 1.35rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 8px;
}

.cta-banner-text p {
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 0;
}

.cta-banner-btn-wrap {
  flex-shrink: 0;
}

/* SIDEBAR STYLING */
.tutorial-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 26px 22px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.whatsapp-sidebar-card {
  background: #141416;
  border-color: #232326;
  text-align: center;
}

.sidebar-wa-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.12);
  border: 1.5px solid #25D366;
  color: #25D366;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.whatsapp-sidebar-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.whatsapp-sidebar-card p {
  font-size: 0.84rem;
  color: #94a3b8;
  line-height: 1.5;
  margin-bottom: 18px;
}

.btn-whatsapp-sidebar {
  background: #25D366;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  width: 100%;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transition: all 0.25s ease;
}

.btn-whatsapp-sidebar:hover {
  background: #20ba5a;
  transform: translateY(-2px);
}

.pricing-sidebar-card {
  position: relative;
  overflow: hidden;
}

.sidebar-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--orange);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 10px;
}

.pricing-sidebar-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.sidebar-price {
  font-size: 1.8rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 16px;
}

.sidebar-price .currency {
  font-size: 1.1rem;
  color: var(--orange);
}

.sidebar-price .period {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
}

.sidebar-features {
  list-style: none;
  margin-bottom: 20px;
}

.sidebar-features li {
  font-size: 0.84rem;
  color: #334155;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.links-sidebar-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
}

.other-guides-list {
  list-style: none;
}

.other-guides-list li {
  padding: 7px 0;
  border-bottom: 1px solid #f1f5f9;
}

.other-guides-list li:last-child {
  border-bottom: none;
}

.other-guides-list li a {
  color: #334155;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.other-guides-list li a:hover {
  color: var(--orange);
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .tutorial-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .tutorial-quick-meta {
    justify-content: center;
  }
  .tutorial-layout-grid {
    grid-template-columns: 1fr;
  }
  .tutorial-sidebar {
    position: static;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .tutorial-main-title {
    font-size: 1.95rem;
  }
  .players-showcase-grid {
    grid-template-columns: 1fr;
  }
  .tutorial-cta-banner {
    flex-direction: column;
    text-align: center;
  }
  .part-header-pill {
    padding: 12px 18px;
    border-radius: 20px;
  }
  .part-title {
    font-size: 0.95rem;
  }
}

/* PART HEADER PILL ACCORDION (SLEEK CARBON FIBER PILL) */
.tutorial-section-heading {
  font-size: 1.65rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: -0.02em;
}

.tutorial-intro-lead {
  font-size: 0.98rem;
  font-weight: 500;
  color: #334155;
  line-height: 1.65;
  margin-bottom: 24px;
}

/* KEMO BRAND STEP ACCORDION CARDS */
.kemo-step-accordion {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.kemo-step-accordion:hover {
  border-color: rgba(255, 102, 0, 0.5);
  box-shadow: 0 8px 24px rgba(255, 102, 0, 0.08);
  transform: translateY(-2px);
}

.kemo-step-accordion.active {
  border-color: var(--orange);
  box-shadow: 0 10px 30px rgba(255, 102, 0, 0.12);
}

.kemo-step-header {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  background: #ffffff;
  transition: background 0.25s ease;
}

.kemo-step-accordion.active .kemo-step-header {
  background: #fafafa;
  border-bottom: 1px solid #f1f5f9;
}

.kemo-step-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0;
  padding-right: 14px;
}

.kemo-part-badge {
  background: rgba(255, 102, 0, 0.1);
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 102, 0, 0.25);
  transition: all 0.25s ease;
  flex-shrink: 0;
  align-self: center;
}

.kemo-step-accordion.active .kemo-part-badge {
  background: var(--orange);
  color: #ffffff;
  border-color: var(--orange);
}

.kemo-step-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1.45;
}

.kemo-step-toggle-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

.kemo-step-accordion:hover .kemo-step-toggle-btn {
  background: rgba(255, 102, 0, 0.12);
  color: var(--orange);
}

.kemo-step-accordion.active .kemo-step-toggle-btn {
  background: var(--orange);
  color: #ffffff;
  transform: rotate(180deg);
}

.kemo-step-body {
  display: none;
  padding: 24px 22px 16px;
  animation: fadeIn 0.3s ease;
}

.kemo-step-accordion.active .kemo-step-body {
  display: block;
}

.step-text-item {
  font-size: 0.98rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 14px;
  line-height: 1.6;
}

.step-screenshot-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 10px;
  margin: 10px 0 24px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.step-screenshot-box img {
  width: 100%;
  max-width: 680px;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.tutorial-version-note {
  color: #ef4444;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 16px;
}

/* PART 3: POPULAR APPS GRID & CARDS */
.part3-subheading {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
  text-align: center;
  margin-bottom: 24px;
}

.popular-apps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.popular-app-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.popular-app-card:hover {
  border-color: var(--orange);
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 102, 0, 0.1);
}

.popular-app-card.highly-recommended {
  border-color: #22c55e;
}

.app-top-badge {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 14px 14px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.app-icon-wrap {
  width: 72px;
  height: 72px;
  margin: 8px auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.popular-app-card h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}

.popular-app-card p {
  font-size: 0.86rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 18px;
  flex-grow: 1;
}

.app-learn-more-link {
  color: #ef4444;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
  margin-top: auto;
}

.app-learn-more-link:hover {
  color: var(--orange);
}

.part3-ps-note {
  font-size: 0.94rem;
  font-weight: 700;
  color: #1e293b;
  text-align: center;
  margin: 24px auto 8px;
  max-width: 720px;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .popular-apps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ===================================================
   HOMEPAGE DEVICE SETUP TABS SECTION
=================================================== */
.setup-section {
  padding: 85px 0;
  background: var(--dark-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.setup-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 35px 0 35px;
  flex-wrap: wrap;
}

.setup-tabs button {
  background: #141416;
  border: 1.5px solid #232326;
  color: #94a3b8;
  padding: 12px 24px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.setup-tabs button i {
  color: var(--orange);
  font-size: 1rem;
}

.setup-tabs button:hover {
  border-color: var(--orange);
  color: #ffffff;
  transform: translateY(-2px);
}

.setup-tabs button.active {
  background: rgba(255, 102, 0, 0.15);
  border-color: var(--orange);
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(255, 102, 0, 0.25);
}

.setup-content-container {
  max-width: 820px;
  margin: 0 auto;
}

.setup-content {
  display: none;
  background: #141416;
  border: 1.5px solid #232326;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
  animation: setupFadeIn 0.35s ease;
}

.setup-content.active {
  display: block;
}

@keyframes setupFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.setup-content h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 16px;
}

.setup-content ol {
  padding-left: 0;
  list-style: none;
  counter-reset: setup-counter;
  margin-bottom: 26px;
}

.setup-content ol li {
  counter-increment: setup-counter;
  position: relative;
  padding-left: 42px;
  margin-bottom: 14px;
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.65;
}

.setup-content ol li::before {
  content: counter(setup-counter);
  position: absolute;
  left: 0;
  top: 1px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 102, 0, 0.15);
  border: 1.5px solid var(--orange);
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.setup-content ol li strong {
  color: #ffffff;
}

.setup-content .recommended-apps {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.setup-content .recommended-apps strong {
  color: #94a3b8;
  font-size: 0.88rem;
}

.setup-content .recommended-apps span,
.setup-content .recommended-apps a {
  display: inline-block;
  background: rgba(255, 102, 0, 0.12);
  border: 1px solid rgba(255, 102, 0, 0.3);
  color: var(--orange);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.setup-content .recommended-apps a:hover {
  background: var(--orange);
  color: #ffffff;
}

.setup-cta-link-wrap {
  margin-top: 24px;
  text-align: right;
}

/* ===================================================
   LIGHT THEME PRICING SECTION & CARDS
=================================================== */
.pricing-section-v2.light-pricing {
  background-color: #ffffff;
  background: #ffffff;
  color: #0f172a;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
}

.pricing-section-v2.light-pricing .section-title-bold {
  color: #0f172a;
}

.pricing-section-v2.light-pricing .dark-text {
  color: #0f172a;
}

.pricing-section-v2.light-pricing .section-subtitle-dark {
  color: #475569;
}

.pricing-section-v2.light-pricing .device-switcher {
  background: #11141c;
  border: 1px solid #1e2638;
  padding: 5px;
  border-radius: 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.pricing-section-v2.light-pricing .device-tab {
  color: #94a3b8;
  background: transparent;
  border: none;
  font-weight: 700;
}

.pricing-section-v2.light-pricing .device-tab:hover {
  color: #ffffff;
}

.pricing-section-v2.light-pricing .device-tab.active {
  background: #f59e0b;
  color: #000000;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4);
}

.pricing-section-v2.light-pricing .pricing-card-v2 {
  background: #11141b;
  color: #ffffff;
  border: 1px solid #1e2536;
  border-radius: 20px;
  padding: 44px 28px 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pricing-section-v2.light-pricing .pricing-card-v2:hover {
  transform: translateY(-6px);
  border-color: #f59e0b;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

.pricing-section-v2.light-pricing .pricing-card-v2.featured-plan {
  border: 2px solid #f59e0b;
  background: #151822;
  transform: scale(1.03);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22), 0 0 30px rgba(245, 158, 11, 0.18);
  z-index: 2;
}

.pricing-section-v2.light-pricing .pricing-card-v2.featured-plan:hover {
  transform: scale(1.05) translateY(-6px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.32), 0 0 40px rgba(245, 158, 11, 0.28);
}

.pricing-section-v2.light-pricing .featured-badge-top {
  background: #f59e0b;
  color: #000000;
  font-weight: 900;
  font-size: 0.72rem;
  padding: 4px 18px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.pricing-section-v2.light-pricing .card-top-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(245, 158, 11, 0.45);
  color: #f59e0b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin: 0 auto 16px;
  background: rgba(245, 158, 11, 0.08);
}

.pricing-section-v2.light-pricing .card-top-icon.featured-icon {
  border-color: #f59e0b;
  background: rgba(245, 158, 11, 0.16);
  font-size: 1.35rem;
}

.pricing-section-v2.light-pricing .card-plan-title {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.pricing-section-v2.light-pricing .card-price-v2 {
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.pricing-section-v2.light-pricing .card-price-v2 .currency {
  font-size: 1.5rem;
  font-weight: 800;
  color: #f59e0b;
  vertical-align: super;
  margin-right: 2px;
}

.pricing-section-v2.light-pricing .card-price-v2 .amount {
  font-size: 3.2rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.03em;
}

.pricing-section-v2.light-pricing .card-price-v2 .cents {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  vertical-align: super;
}

.pricing-section-v2.light-pricing .card-price-v2 .period {
  font-size: 0.76rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  margin-left: 3px;
}

.pricing-section-v2.light-pricing .card-features-v2 {
  list-style: none;
  margin-bottom: 30px;
  flex: 1;
  padding: 0;
}

.pricing-section-v2.light-pricing .card-features-v2 li {
  font-size: 0.88rem;
  color: #f1f5f9;
  padding: 6.5px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pricing-section-v2.light-pricing .card-features-v2 li:last-child {
  border-bottom: none;
}

.pricing-section-v2.light-pricing .card-features-v2 li i {
  color: #f59e0b;
  font-size: 0.84rem;
  flex-shrink: 0;
}

.pricing-section-v2.light-pricing .btn-card-outline {
  display: block;
  width: 100%;
  padding: 13px 0;
  border: 1.5px solid #f59e0b;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: none;
  transition: all 0.2s ease;
  background: transparent;
  letter-spacing: 0.02em;
}

.pricing-section-v2.light-pricing .btn-card-outline:hover {
  background: #f59e0b;
  color: #000000;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}

.pricing-section-v2.light-pricing .btn-card-solid {
  display: block;
  width: 100%;
  padding: 14px 0;
  background: #f59e0b;
  color: #000000;
  text-align: center;
  border-radius: 10px;
  font-weight: 900;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}

.pricing-section-v2.light-pricing .btn-card-solid:hover {
  background: #d97706;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(245, 158, 11, 0.55);
}

.pricing-section-v2.light-pricing .card-checkout-trust {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 0.65rem;
  color: #64748b;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.pricing-section-v2.light-pricing .trust-mini-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  font-size: 1.2rem;
  color: #94a3b8;
}

.trust-banner-section.light-trust {
  background: #ffffff !important;
  border-top: 1px solid #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.trust-banner-section.light-trust h4 {
  color: #0f172a !important;
}

.trust-banner-section.light-trust p {
  color: #64748b !important;
}

/* Tutorial Article Typography in Light Sections */
.tutorial-main-content .tutorial-article h2,
.tutorial-article-h2 {
  color: #0f172a !important;
  font-size: 1.55rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1.35;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: left;
}

.tutorial-intro-lead {
  color: #475569 !important;
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
}

/* Step Guide Blocks (Static Design for Android Hub) */
.step-guide-block {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 30px 32px;
  margin-bottom: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.step-guide-block:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.step-guide-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.step-circle-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #ff7a1a 0%, #ff5500 100%);
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 900;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.35);
  flex-shrink: 0;
}

.step-guide-title h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  line-height: 1.4;
}

.play-store-mockup-card {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px 28px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 320px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.play-store-mockup-card img {
  max-width: 220px;
  height: auto;
}

.play-store-mockup-card span {
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
  text-align: center;
}

.ps-callout-pill {
  background: #f8fafc;
  border: 1.5px dashed #cbd5e1;
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ps-callout-pill i {
  color: var(--orange);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.ps-callout-pill p {
  color: #475569;
  font-size: 0.92rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.55;
  margin: 0;
}

.popular-app-card .app-learn-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 102, 0, 0.08);
  color: var(--orange);
  font-weight: 800;
  font-size: 0.88rem;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 102, 0, 0.25);
  transition: all 0.25s ease;
  text-decoration: none;
  margin-top: 14px;
}

.popular-app-card .app-learn-more-link:hover {
  background: var(--orange);
  color: #ffffff;
  border-color: var(--orange);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 102, 0, 0.3);
}






/* ===================================================
   NAVBAR RIGHT ACTIONS & SLEEK CLIENT AREA BUTTON
=================================================== */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.btn-nav-client {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 9px 18px;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.btn-nav-client i {
  color: var(--orange, #ff6600);
  font-size: 1rem;
}
.btn-nav-client:hover {
  background: rgba(255, 102, 0, 0.12);
  border-color: var(--orange, #ff6600);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 102, 0, 0.2);
}

@media (max-width: 768px) {
  .nav-actions .btn-nav-client {
    display: none;
  }
}


/* ===================================================
   TUTORIAL HERO MEDIA (CLEAN TRANSPARENT - NO BORDERS)
=================================================== */
.tutorial-hero-img-box {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
}
.android-hero-logos-wrap {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
}
.smarttv-hero-logos-wrap {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
}


/* ===================================================
   SECTION 6: WHY CHOOSE US (PREMIUM 3-CARD DARK HERO GRID)
=================================================== */
.why-section {
  background-color: #ffffff;
  padding: 60px 0 90px;
}

.why-top-lead-text {
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.why-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1140px;
  margin: 0 auto;
}

.why-card-v2 {
  background: #141416;
  border: 1px solid #232326;
  border-radius: 24px;
  padding: 50px 32px 42px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.why-card-v2:hover {
  transform: translateY(-6px);
  border-color: var(--orange, #ff6600);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25), 0 0 25px rgba(255, 102, 0, 0.15);
}

.why-circle-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 102, 0, 0.5);
  background: rgba(255, 102, 0, 0.06);
  color: var(--orange, #ff6600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.why-card-v2:hover .why-circle-icon {
  background: var(--orange, #ff6600);
  color: #ffffff;
  border-color: var(--orange, #ff6600);
  box-shadow: 0 0 20px rgba(255, 102, 0, 0.6);
  transform: scale(1.08);
}

.why-card-title {
  font-size: 1.35rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}

.why-card-desc {
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 300px;
}

@media (max-width: 992px) {
  .why-grid-v2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


/* ===================================================
   WIDE-SCREEN FULL CONTAINER EXPANSIONS (NO EMPTY GUTTERS)
=================================================== */
.why-section {
  background-color: #ffffff;
  padding: 80px 0 110px;
}

.why-top-lead-text {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.why-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.why-card-v2 {
  background: #141416;
  border: 1.5px solid #232326;
  border-radius: 28px;
  padding: 56px 40px 48px;
  text-align: center;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.why-card-v2:hover {
  transform: translateY(-8px);
  border-color: var(--orange, #ff6600);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 35px rgba(255, 102, 0, 0.18);
}

.why-circle-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 102, 0, 0.5);
  background: rgba(255, 102, 0, 0.06);
  color: var(--orange, #ff6600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 28px;
  transition: all 0.3s ease;
}

.why-card-v2:hover .why-circle-icon {
  background: var(--orange, #ff6600);
  color: #ffffff;
  border-color: var(--orange, #ff6600);
  box-shadow: 0 0 25px rgba(255, 102, 0, 0.6);
  transform: scale(1.1);
}

.why-card-title {
  font-size: 1.5rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}

.why-card-desc {
  font-size: 0.96rem;
  color: #94a3b8;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 360px;
}

/* STEPS EXPANSION */
.steps-section {
  padding: 85px 0 110px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.step-card {
  background: #141416;
  border: 1.5px solid #232326;
  border-radius: 28px;
  padding: 54px 36px 42px;
  position: relative;
  text-align: center;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.step-card:hover {
  transform: translateY(-8px);
  border-color: var(--orange, #ff6600);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 35px rgba(255, 102, 0, 0.18);
}
.step-title {
  font-size: 1.5rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 14px;
}
.step-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 340px;
  color: #9ca3af;
}

/* PRICING GRID (3 CARDS CENTERED) */
.pricing-cards-v2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.guarantee-banner-v2 {
  background: #141416;
  border: 1px solid #232326;
  border-radius: 18px;
  padding: 24px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 880px;
  margin: 44px auto 0;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1024px) {
  .pricing-cards-v2-grid { grid-template-columns: 1fr; max-width: 440px; }
  .why-grid-v2 { gap: 20px; }
  .steps-grid { gap: 20px; }
}

@media (max-width: 860px) {
  .why-grid-v2 { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .pricing-cards-v2-grid { grid-template-columns: 1fr; }
}


/* ===================================================
   SECTION 7: CHANNELS & CONTENT (6 RICH BANNER CARDS)
=================================================== */
.channels-section {
  padding: 85px 0 105px;
  background: #080b14;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.category-banners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.category-banner-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  aspect-ratio: 16 / 7.8;
  background: #111422;
}

.category-banner-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease, filter 0.3s ease;
}

.category-banner-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: var(--orange, #ff6600);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65), 0 0 35px rgba(255, 102, 0, 0.35);
}

.category-banner-card:hover img {
  transform: scale(1.06);
}

@media (max-width: 992px) {
  .category-banners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 580px) {
  .category-banners-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}


/* ===================================================
   SECTION: STREAM LIVE & ON-DEMAND FROM ANYWHERE (6+3 RECTANGLE PILLS)
=================================================== */
.device-compatibility-section {
  background-color: #ffffff;
  padding: 85px 0 105px;
  position: relative;
  border-top: 1px solid #f1f5f9;
}

.device-showcase-wrapper {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.device-showcase-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}

.device-showcase-pill {
  flex: 0 1 185px;
  height: 110px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  overflow: hidden;
}

.device-showcase-pill:hover {
  transform: translateY(-6px);
  border-color: var(--orange, #ff6600);
  box-shadow: 0 16px 36px rgba(255, 102, 0, 0.16);
}

.device-pill-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  display: block;
}

.device-showcase-pill:hover .device-pill-img {
  transform: scale(1.06);
}

.and-more-pill {
  background: #ffffff;
}

.and-more-text {
  font-size: 1.25rem;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.01em;
  transition: color 0.25s ease;
}

.and-more-pill:hover .and-more-text {
  color: var(--orange, #ff6600);
}

@media (max-width: 1200px) {
  .device-showcase-pill {
    flex: 0 1 160px;
    height: 100px;
  }
}

@media (max-width: 860px) {
  .device-showcase-pill {
    flex: 0 1 calc(33.333% - 14px);
    height: 95px;
  }
}

@media (max-width: 580px) {
  .device-showcase-pill {
    flex: 0 1 calc(50% - 10px);
    height: 90px;
  }
}


/* ===================================================
   SECTION 9: REVIEWS & SOCIAL PROOF (PIXEL-PERFECT SHOWCASE)
=================================================== */
.reviews-section-v2 {
  background-color: #ffffff;
  padding: 80px 0 100px;
  position: relative;
  border-top: 1px solid #f1f5f9;
}

.reviews-header-wrap {
  text-align: center;
  margin-bottom: 44px;
}

.trusted-viewers-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.3);
  color: #d97706;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stars-gold {
  color: #f59e0b;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.reviews-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.review-card-v2 {
  background: #12141a;
  border: 1px solid #1e222e;
  border-radius: 18px;
  padding: 26px 22px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 250px;
}

.review-card-v2:hover {
  transform: translateY(-6px);
  border-color: var(--orange, #ff6600);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 102, 0, 0.12);
}

.featured-review-card {
  border: 1.5px solid #f59e0b !important;
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.12);
}

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

.review-stars-v2 {
  color: #f59e0b;
  font-size: 0.95rem;
  letter-spacing: 2px;
}

.review-quote-icon {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.08);
  line-height: 1;
  font-family: serif;
}

.review-body-text {
  font-size: 0.85rem;
  color: #cbd5e1;
  line-height: 1.65;
  margin: 0 0 20px 0;
  font-style: italic;
  font-weight: 400;
  flex-grow: 1;
}

.review-author-v2 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
}

.author-avatar-img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.author-info-v2 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.author-name-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.author-name-v2 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.author-verified-dot {
  width: 6px;
  height: 6px;
  background-color: #22c55e;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.8);
}

.author-device-meta {
  font-size: 0.74rem;
  color: #64748b;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .reviews-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 600px) {
  .reviews-grid-v2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}


/* ===================================================
   SECTION 11: CTA BANNER WITH CHANNEL LOGOS BACKGROUND
=================================================== */
.cta-banner-section {
  position: relative;
  background: #060911 url('../images/best-iptv-service-in-the-us.webp') right center / cover no-repeat;
  padding: 110px 0;
  overflow: hidden;
  border: none !important;
  outline: none !important;
  margin: 0 !important;
}

.cta-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(6, 9, 17, 0.95) 0%, rgba(6, 9, 17, 0.85) 45%, rgba(6, 9, 17, 0.3) 100%);
  z-index: 1;
  pointer-events: none !important;
  border: none !important;
}

.cta-banner-inner {
  position: relative;
  z-index: 2;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.cta-banner-title {
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 16px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

.cta-banner-subtitle {
  font-size: 1.12rem;
  color: #e2e8f0;
  line-height: 1.65;
  margin-bottom: 32px;
  max-width: 620px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

.cta-btn-wrap {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}

@media (max-width: 860px) {
  .cta-banner-inner {
    align-items: center;
    text-align: center;
  }
  .cta-banner-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-btn-wrap {
    justify-content: center;
  }
  .cta-banner-overlay {
    background: rgba(6, 9, 17, 0.9);
  }
}

.site-footer,
footer.footer {
  border-top: none !important;
}


/* ===================================================
   NEW BRAND LOGO ICON (CUSTOM K EMBLEM)
=================================================== */
.site-logo-icon-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0 2px 6px rgba(255, 102, 0, 0.4));
  transition: transform 0.25s ease;
}

.logo:hover .site-logo-icon-img {
  transform: scale(1.1) rotate(-3deg);
}

.footer-col .site-logo-icon-img {
  width: 30px;
  height: 30px;
}


/* ===================================================
   PRICING CARD SECURE CHECKOUT BADGE (ORIGINAL WHITE ASSET)
=================================================== */
.payment-methods-card-img {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 10px auto 0;
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.pricing-card-v2:hover .payment-methods-card-img {
  opacity: 1;
  transform: scale(1.04);
}


/* ===================================================
   BLOG & TUTORIAL RICH CONTENT TYPOGRAPHY
=================================================== */
.tutorial-p {
  color: #334155;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 20px;
}

.tutorial-bullets {
  list-style: none;
  padding-left: 0;
  margin: 18px 0 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tutorial-bullets li {
  position: relative;
  padding-left: 28px;
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.65;
}

.tutorial-bullets li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--orange);
  font-weight: 900;
  font-size: 0.95rem;
}

.tutorial-steps-list {
  padding-left: 24px;
  margin: 18px 0 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tutorial-steps-list li {
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.7;
}

.tutorial-steps-list li strong {
  color: #0f172a;
}


/* ===================================================
   SIDEBAR TABLE OF CONTENTS / CHAPTERS WIDGET
=================================================== */
.sidebar-toc-box {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 22px;
  padding: 24px 22px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.sidebar-toc-title {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 14px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sidebar-toc-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.toc-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  background: #f8fafc;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.toc-link i {
  font-size: 0.72rem;
  color: #94a3b8;
  transition: transform 0.2s ease;
}

.toc-link:hover,
.toc-link.active {
  background: #fff5ed;
  border-color: rgba(255, 102, 0, 0.3);
  color: var(--orange);
  transform: translateX(4px);
}

.toc-link:hover i,
.toc-link.active i {
  color: var(--orange);
  transform: translateX(2px);
}

/* ===================================================
   SIDEBAR WHATSAPP 24/7 SUPPORT CARD
=================================================== */
.sidebar-whatsapp-card {
  background: #141416;
  border: 1.5px solid #232326;
  border-radius: 22px;
  padding: 26px 22px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.wa-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}

.wa-icon-glow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.15);
  border: 1.5px solid #25D366;
  color: #25D366;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 16px rgba(37, 211, 102, 0.3);
}

.wa-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(37, 211, 102, 0.12);
  color: #25D366;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 800;
}

.online-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 0 8px #25D366;
  animation: pulse-dot 2s infinite ease-in-out;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.8); }
}

.wa-card-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px 0;
}

.wa-card-desc {
  font-size: 0.83rem;
  color: #94a3b8;
  line-height: 1.5;
  margin: 0 0 18px 0;
}

.btn-sidebar-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 18px;
  background: #25D366;
  color: #ffffff;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.btn-sidebar-whatsapp:hover {
  background: #20ba59;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  color: #ffffff;
}

/* ===================================================
   RELATED BLOGS & ARTICLES SECTION
=================================================== */
.related-blogs-section {
  background-color: #f8fafc;
  padding: 70px 0 85px;
  border-top: 1px solid #e2e8f0;
}

.related-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.related-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 26px;
}


/* ===================================================
   GLOBAL ARTICLE & RELATED BLOG CARD STYLES
=================================================== */
.related-blogs-section {
  background-color: #f8fafc;
  padding: 70px 0 90px;
  border-top: 1px solid #e2e8f0;
}

.related-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.related-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1200px;
  margin: 0 auto;
}

.article-card-v2 {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.article-card-v2:hover {
  transform: translateY(-5px);
  border-color: #ff6600;
  box-shadow: 0 16px 35px rgba(255, 102, 0, 0.12);
}

.article-thumb-box {
  position: relative;
  width: 100%;
  height: 200px;
  max-height: 200px;
  background: #0f172a;
  overflow: hidden;
  flex-shrink: 0;
}

.article-thumb-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.article-thumb-box img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 200px !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.4s ease;
}

.article-card-v2:hover .article-thumb-box img {
  transform: scale(1.05);
}

.cat-tag-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 12px;
  text-transform: uppercase;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 2;
  letter-spacing: 0.4px;
}

.tag-guides { background: #ff6600; }
.tag-apps { background: #3b82f6; }
.tag-troubleshooting { background: #ef4444; }
.tag-reviews { background: #10b981; }

.article-card-body {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.article-card-title {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.4;
  color: #0f172a;
  margin: 0 0 10px 0;
}

.article-card-title a {
  color: #0f172a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.article-card-title a:hover {
  color: #ff6600;
}

.article-card-desc {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 18px 0;
  flex: 1;
}

.article-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f1f5f9;
  padding-
  margin-top: auto;
}

.read-guide-link {
  color: #ff6600;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.2s ease;
}

.read-guide-link:hover {
  transform: translateX(4px);
  color: #ff6600;
}

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

@media (max-width: 640px) {
  .related-cards-grid {
    grid-template-columns: 1fr;
  }
}


/* ===================================================
   CHAPTER ACTIVE SCROLLSPY & CLICK PULSE HIGHLIGHT
=================================================== */
.sidebar-toc-box {
  position: relative;
  
  z-index: 20;
}

.sidebar-toc-nav .toc-link {
  transition: all 0.25s ease;
  cursor: pointer;
}

.sidebar-toc-nav .toc-link.active {
  background: #fff5ed !important;
  border-color: rgba(255, 102, 0, 0.4) !important;
  color: var(--orange) !important;
  font-weight: 800 !important;
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.15);
}

.sidebar-toc-nav .toc-link.active i {
  color: var(--orange) !important;
  transform: translateX(3px);
}

/* Flash Glow Pulse Animation when clicking a chapter */
@keyframes chapterPulseGlow {
  0% {
    background-color: rgba(255, 102, 0, 0.25);
    box-shadow: 0 0 0 6px rgba(255, 102, 0, 0.35);
    border-radius: 14px;
    transform: scale(1.015);
  }
  40% {
    background-color: rgba(255, 102, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.2);
  }
  100% {
    background-color: transparent;
    box-shadow: none;
    transform: scale(1);
  }
}

.chapter-highlight-target {
  animation: chapterPulseGlow 1.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes chapterHeadingFlash {
  0% {
    background-color: rgba(255, 102, 0, 0.35);
    color: var(--orange) !important;
    padding: 4px 12px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(255, 102, 0, 0.5);
    transform: translateX(6px);
  }
  60% {
    background-color: rgba(255, 102, 0, 0.15);
    padding: 4px 12px;
    border-radius: 8px;
  }
  100% {
    background-color: transparent;
    padding: 0;
    transform: translateX(0);
  }
}

.chapter-heading-glow {
  animation: chapterHeadingFlash 2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}


/* ===================================================
   DEDICATED TUTORIAL CALL-TO-ACTION BANNER (BLOG CALLOUT)
=================================================== */
.tutorial-dedicated-cta-banner {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border: 1.5px solid rgba(255, 102, 0, 0.4);
  border-radius: 20px;
  padding: 24px 28px;
  margin: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.dedicated-cta-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.dedicated-cta-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(255, 102, 0, 0.15);
  border: 1.5px solid var(--orange);
  color: var(--orange);
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 16px rgba(255, 102, 0, 0.25);
}

.dedicated-cta-text h4 {
  font-size: 1.12rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 4px 0;
}

.dedicated-cta-text p {
  font-size: 0.86rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.5;
}

.btn-dedicated-tutorial {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #ff6600 0%, #ff8800 100%);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
  box-shadow: 0 4px 15px rgba(255, 102, 0, 0.35);
  flex-shrink: 0;
}

.btn-dedicated-tutorial:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 25px rgba(255, 102, 0, 0.5);
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .tutorial-dedicated-cta-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 20px;
  }
  .btn-dedicated-tutorial {
    width: 100%;
    justify-content: center;
  }
}


/* ===================================================
   UNIFIED SIDEBAR STICKY CONTAINER (NO CHILD OVERLAP)
=================================================== */
.tutorial-sidebar {
  position: sticky !important;
  top: 95px !important;
  align-self: start !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  z-index: 10 !important;
}

.sidebar-toc-box,
.sidebar-cta-box,
.sidebar-whatsapp-card,
.tutorial-sidebar .sidebar-box {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  margin: 0 !important;
}

/* ===================================================
   CRISP HIGH-CONTRAST ARTICLE TABLES (SCORECARD & COMPARISON)
=================================================== */
.tutorial-article table,
.tutorial-layout-grid table,
#scorecard table,
#comparison-table table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-size: 0.95rem !important;
  color: #1e293b !important;
}

.tutorial-article table th,
.tutorial-layout-grid table th,
#scorecard table th,
#comparison-table table th {
  color: #0f172a !important;
  font-weight: 800 !important;
  font-size: 0.95rem !important;
  padding: 14px 12px !important;
  border-bottom: 2px solid #cbd5e1 !important;
  background: transparent !important;
}

.tutorial-article table td,
.tutorial-layout-grid table td,
#scorecard table td,
#comparison-table table td {
  color: #334155 !important;
  font-weight: 600 !important;
  padding: 14px 12px !important;
  border-bottom: 1px solid #e2e8f0 !important;
  line-height: 1.5 !important;
  background: transparent !important;
}

.tutorial-article table td strong,
.tutorial-layout-grid table td strong,
#scorecard table td strong,
#comparison-table table td strong {
  color: #0f172a !important;
  font-weight: 800 !important;
}

.tutorial-article table tr:last-child td,
.tutorial-layout-grid table tr:last-child td,
#scorecard table tr:last-child td,
#comparison-table table tr:last-child td {
  border-bottom: none !important;
}

.tutorial-article table tr:hover td {
  background-color: rgba(255, 102, 0, 0.04) !important;
}


/* INNER PAGES HERO TOP SPACING FOR TRANSPARENT HEADER */
.tutorial-hero-section,
.page-hero-section,
.channels-hero-section,
.pricing-hero-section,
.contact-hero-section,
.blog-hero-section {
  padding-top: 140px !important;
  padding-bottom: 60px !important;
}

/* ===================================================
   ACCESSIBILITY: SITEWIDE CONTRAST + SCREEN-READER UTIL
   --orange (#ff7700) is 7.4:1 on the dark surfaces but only
   2.66:1 on the white/near-white sections, which fails WCAG AA.
   Darken it on light grounds only; dark sections are unchanged.
=================================================== */
.light-section .orange,
.light-section .view-channels-link,
.about-section .orange,
.steps-section .orange,
.why-section .orange,
.faq-section .orange,
.global-channels-section .orange,
.device-compatibility-section .orange,
.setup-grid-section .orange,
.setup-methods-section .orange {
  color: #bf5000;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Both sit on white cards: #ff7700 gives 2.66:1 and WhatsApp green #25D366
   under white text gives 1.98:1. Darkened to clear WCAG AA (4.8:1 / 5.3:1). */
.device-learn-more-btn {
  color: #bf5000;
  border-color: rgba(191, 80, 0, 0.4);
}

.btn-whatsapp-help {
  background: #0f7b52;
  box-shadow: 0 4px 16px rgba(15, 123, 82, 0.35);
}

.btn-whatsapp-help:hover {
  background: #0c6644;
}

/* ===================================================
   ACCESSIBILITY: BLOG / TUTORIAL TEMPLATE CONTRAST
   Same root cause as above — the bright brand orange and the
   pastel tag colours sit on white here and fail WCAG AA.
=================================================== */
.tutorial-article .orange,
.tutorial-intro-box .orange,
.tutorial-article-h2 .orange,
.tutorial-intro-lead .orange,
.related-blogs-section .hero-welcome-badge,
.sidebar-toc-nav .toc-link.active,
.sidebar-toc-nav .toc-link:hover,
.read-guide-link,
.read-guide-link:hover {
  color: #bf5000;
}

.btn-sidebar-whatsapp {
  background: #0f7b52;
}

/* White label text needs a darker ground on every tag colour. */
.tag-guides { background: #b34700; }
.tag-apps { background: #1d4ed8; }
.tag-troubleshooting { background: #b91c1c; }
.tag-reviews { background: #047857; }
