/* iptvfreetrial.to — brand & section overrides */

/* ── Logo ── */
.main-header .logo-box {
  padding: 18px 0;
  min-width: 280px;
}
.main-header .logo-box .logo img,
.mobile-menu .nav-logo img {
  height: 72px;
  width: auto;
  max-height: none;
  filter: drop-shadow(0 2px 8px rgba(30, 27, 75, 0.15));
}
.mobile-menu .nav-logo img {
  max-width: 320px;
}
.footer-style-three .logo img {
  height: 86px;
  width: auto;
  max-height: none;
}
@media (max-width: 767px) {
  .main-header .logo-box {
    min-width: 0;
    padding: 14px 0;
  }
  .main-header .logo-box .logo img {
    height: 58px;
  }
}

/* ── Hero slider — prevent title/text overlap ── */
.main-slider-five .title {
  line-height: 1.25;
  margin-bottom: 0.35em;
  white-space: nowrap;
}
.main-slider-five h1 {
  display: block;
  margin: 0;
  padding: 0.05em 0 0.08em;
  line-height: 0.82em;
}
.main-slider-five .text {
  line-height: 1.2;
  margin-top: 0.15em;
  font-size: var(--font-50);
}
@media (max-width: 1023px) {
  .main-slider-five .title {
    white-space: normal;
    font-size: var(--font-36);
  }
  .main-slider-five .text {
    font-size: var(--font-36);
  }
}
@media (max-width: 599px) {
  .main-slider-five .title,
  .main-slider-five .text {
    line-height: 1.3;
  }
}

/* Screen-reader / SEO text — visually hidden, keeps hero design intact */
.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;
}

/* ── Pricing icons ── */
.price-block-six .icon-list .icon img {
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
}

/* ── Devices section ── */
.devices-section {
  position: relative;
  padding: 100px 0 110px;
  background: linear-gradient(160deg, #f5f3ff 0%, #fff 35%, #fdf2f8 70%, #f8f7ff 100%);
  overflow: hidden;
}

/* Floating background orbs */
.devices-section__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
  animation: devicesOrbFloat 8s ease-in-out infinite;
}
.devices-section__orb--1 {
  width: 380px;
  height: 380px;
  top: -100px;
  right: -60px;
  background: rgba(99, 102, 241, 0.18);
}
.devices-section__orb--2 {
  width: 280px;
  height: 280px;
  bottom: -80px;
  left: -40px;
  background: rgba(236, 72, 153, 0.14);
  animation-delay: -3s;
}
.devices-section__orb--3 {
  width: 200px;
  height: 200px;
  top: 40%;
  left: 45%;
  background: rgba(168, 85, 247, 0.1);
  animation-delay: -5s;
}
@keyframes devicesOrbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -25px) scale(1.08); }
}

.devices-section__wrap {
  display: flex;
  align-items: center;
  gap: 56px;
  position: relative;
  z-index: 1;
}
.devices-section__content {
  flex: 1 1 58%;
  min-width: 0;
}
.devices-section__visual {
  flex: 0 1 42%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}

/* Eyebrow badge */
.devices-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6366f1;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(99, 102, 241, 0.2);
  padding: 9px 18px;
  border-radius: 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(99, 102, 241, 0.1);
}
.devices-section__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6366f1;
  animation: devicesPulse 2s ease-in-out infinite;
}
@keyframes devicesPulse {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.5); }
  50% { opacity: 0.8; transform: scale(1.2); box-shadow: 0 0 0 6px rgba(99, 102, 241, 0); }
}

.devices-section h2 {
  font-family: var(--font-family-Jost, "Jost", sans-serif);
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--main-color-two, #1e1b4b);
  margin: 0 0 18px;
  max-width: 560px;
}
.devices-section h2 span {
  background: linear-gradient(90deg, #6366f1, #a855f7, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.devices-section__lead {
  font-size: 17px;
  line-height: 1.75;
  color: #5b5675;
  margin: 0 0 24px;
  max-width: 560px;
}

/* Stats row */
.devices-section__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.devices-section__stats li {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(99, 102, 241, 0.12);
  border-radius: 12px;
  padding: 10px 18px;
  font-size: 13px;
  color: #6b7280;
  box-shadow: 0 4px 16px rgba(30, 27, 75, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.devices-section__stats li:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.12);
}
.devices-section__stats strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #1e1b4b;
  line-height: 1.2;
  background: linear-gradient(135deg, #6366f1, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Device cards grid */
.devices-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}
.device-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 22px 20px;
  border: 1px solid rgba(99, 102, 241, 0.1);
  box-shadow: 0 8px 32px rgba(30, 27, 75, 0.07);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}
.device-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1.5px;
  background: linear-gradient(135deg, transparent, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: background 0.4s ease;
  pointer-events: none;
}
.device-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 50px rgba(99, 102, 241, 0.18);
  border-color: rgba(99, 102, 241, 0.25);
}
.device-card:hover::before {
  background: linear-gradient(135deg, #6366f1, #a855f7, #ec4899);
}
.device-card__glow {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.device-card:hover .device-card__glow { opacity: 1; }
.device-card:nth-child(1) .device-card__glow { background: radial-gradient(circle, rgba(255, 153, 0, 0.25), transparent 70%); }
.device-card:nth-child(2) .device-card__glow { background: radial-gradient(circle, rgba(168, 85, 247, 0.25), transparent 70%); }
.device-card:nth-child(3) .device-card__glow { background: radial-gradient(circle, rgba(34, 197, 94, 0.25), transparent 70%); }
.device-card:nth-child(4) .device-card__glow { background: radial-gradient(circle, rgba(244, 114, 182, 0.25), transparent 70%); }

.device-card__icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.device-card:hover .device-card__icon {
  transform: scale(1.1) rotate(-3deg);
}
.device-card__icon svg {
  width: 32px;
  height: 32px;
}
.device-card__icon--fire {
  background: linear-gradient(135deg, #ff9900, #ff6600);
  box-shadow: 0 8px 20px rgba(255, 153, 0, 0.35);
}
.device-card__icon--tv {
  background: linear-gradient(135deg, #6366f1, #a855f7);
  box-shadow: 0 8px 20px rgba(99, 102, 241, 0.35);
}
.device-card__icon--android {
  background: linear-gradient(135deg, #22c55e, #059669);
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.35);
}
.device-card__icon--apple {
  background: linear-gradient(135deg, #374151, #111827);
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.35);
}

.device-card__body { flex: 1; min-width: 0; }
.device-card h5 {
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color-two, #1e1b4b);
  margin: 0 0 4px;
}
.device-card p {
  font-size: 12px;
  color: #888;
  margin: 0 0 10px;
  line-height: 1.4;
}
.device-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.device-card__tags span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #6366f1;
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.15);
  padding: 4px 8px;
  border-radius: 6px;
  transition: background 0.3s ease, color 0.3s ease;
}
.device-card:hover .device-card__tags span {
  background: rgba(99, 102, 241, 0.14);
}

.devices-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.devices-section__actions .theme-btn { margin: 0; }

/* Animated device hub (right visual) */
.devices-hub {
  position: relative;
  width: 340px;
  height: 340px;
}
.devices-hub__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1.5px dashed rgba(99, 102, 241, 0.2);
  transform: translate(-50%, -50%);
  animation: devicesRingSpin 20s linear infinite;
}
.devices-hub__ring--1 { width: 100%; height: 100%; }
.devices-hub__ring--2 {
  width: 72%;
  height: 72%;
  animation-direction: reverse;
  animation-duration: 15s;
  border-color: rgba(168, 85, 247, 0.25);
}
.devices-hub__ring--3 {
  width: 44%;
  height: 44%;
  animation-duration: 10s;
  border-color: rgba(236, 72, 153, 0.2);
  border-style: solid;
  opacity: 0.5;
}
@keyframes devicesRingSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.devices-hub__core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #a855f7, #ec4899);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 20px 60px rgba(99, 102, 241, 0.45), 0 0 0 12px rgba(99, 102, 241, 0.1);
  animation: devicesCorePulse 3s ease-in-out infinite;
  z-index: 2;
}
.devices-hub__core svg {
  width: 52px;
  height: 52px;
}
.devices-hub__core span {
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
@keyframes devicesCorePulse {
  0%, 100% { box-shadow: 0 20px 60px rgba(99, 102, 241, 0.45), 0 0 0 12px rgba(99, 102, 241, 0.1); }
  50% { box-shadow: 0 25px 70px rgba(168, 85, 247, 0.55), 0 0 0 20px rgba(168, 85, 247, 0.05); }
}

.devices-hub__satellite {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(30, 27, 75, 0.12);
  border: 1px solid rgba(99, 102, 241, 0.1);
  z-index: 3;
}
.devices-hub__satellite svg {
  width: 28px;
  height: 28px;
}
.devices-hub__satellite--1 {
  top: 8%;
  left: 50%;
  margin-left: -26px;
  animation: devicesSatFloatV 4s ease-in-out infinite;
  animation-delay: 0s;
}
.devices-hub__satellite--2 {
  top: 50%;
  right: 0;
  margin-top: -26px;
  animation: devicesSatFloatRight 4s ease-in-out infinite;
  animation-delay: -1s;
}
.devices-hub__satellite--3 {
  bottom: 8%;
  left: 50%;
  margin-left: -26px;
  animation: devicesSatFloatV 4s ease-in-out infinite;
  animation-delay: -2s;
}
.devices-hub__satellite--4 {
  top: 50%;
  left: 0;
  margin-top: -26px;
  animation: devicesSatFloatLeft 4s ease-in-out infinite;
  animation-delay: -3s;
}
@keyframes devicesSatFloatV {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes devicesSatFloatRight {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(8px); }
}
@keyframes devicesSatFloatLeft {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-8px); }
}

@media (max-width: 991px) {
  .devices-section {
    padding: 70px 0 80px;
  }
  .devices-section__wrap {
    flex-direction: column;
    gap: 48px;
  }
  .devices-section__content,
  .devices-section__visual {
    flex: 1 1 100%;
    width: 100%;
  }
  .devices-section h2 {
    font-size: 32px;
  }
  .devices-section__visual {
    min-height: 320px;
  }
  .devices-hub {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 575px) {
  .devices-grid {
    grid-template-columns: 1fr;
  }
  .devices-section__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .devices-section__actions .theme-btn {
    text-align: center;
  }
  .devices-section h2 {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .devices-section__orb,
  .devices-hub__ring,
  .devices-hub__core,
  .devices-hub__satellite,
  .devices-section__eyebrow-dot {
    animation: none;
  }
  .device-card:hover {
    transform: translateY(-4px);
  }
}

/* ── Contact section ── */
.contact-section {
  position: relative;
  padding: 100px 0 110px;
  background: linear-gradient(180deg, #fff 0%, #f8f7ff 40%, #fdf2f8 100%);
  overflow: hidden;
}
.contact-section__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
  animation: devicesOrbFloat 10s ease-in-out infinite;
}
.contact-section__orb--1 {
  width: 400px;
  height: 400px;
  top: -80px;
  left: -100px;
  background: rgba(37, 211, 102, 0.12);
}
.contact-section__orb--2 {
  width: 320px;
  height: 320px;
  bottom: -60px;
  right: -60px;
  background: rgba(99, 102, 241, 0.14);
  animation-delay: -4s;
}

.contact-section__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 28px;
}
.contact-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #25D366;
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.25);
  padding: 9px 18px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.contact-section__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25D366;
  animation: devicesPulse 2s ease-in-out infinite;
}
.contact-section h2 {
  font-family: var(--font-family-Jost, "Jost", sans-serif);
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e1b4b;
  margin: 0 0 16px;
}
.contact-section h2 span {
  background: linear-gradient(90deg, #25D366, #6366f1, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contact-section__lead {
  font-size: 17px;
  line-height: 1.75;
  color: #5b5675;
  margin: 0;
}

.contact-section__stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0 auto 48px;
  max-width: 640px;
}
.contact-section__stats li {
  background: #fff;
  border: 1px solid rgba(99, 102, 241, 0.12);
  border-radius: 12px;
  padding: 12px 22px;
  font-size: 13px;
  color: #6b7280;
  box-shadow: 0 4px 20px rgba(30, 27, 75, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-section__stats li:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(99, 102, 241, 0.12);
}
.contact-section__stats strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #1e1b4b;
  line-height: 1.2;
  margin-bottom: 2px;
}

/* Contact cards grid */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.contact-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px 28px;
  border: 1px solid rgba(99, 102, 241, 0.1);
  box-shadow: 0 12px 40px rgba(30, 27, 75, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}
.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(30, 27, 75, 0.14);
}
.contact-card__glow {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.contact-card:hover .contact-card__glow { opacity: 1; }
.contact-card--whatsapp .contact-card__glow { background: radial-gradient(circle, rgba(37, 211, 102, 0.3), transparent 70%); }
.contact-card--setup .contact-card__glow { background: radial-gradient(circle, rgba(99, 102, 241, 0.25), transparent 70%); }
.contact-card--support .contact-card__glow { background: radial-gradient(circle, rgba(168, 85, 247, 0.25), transparent 70%); }

.contact-card__icon-wrap {
  position: relative;
  width: 88px;
  height: 88px;
  margin-bottom: 22px;
  flex-shrink: 0;
}
.contact-card__icon-ring {
  position: absolute;
  inset: -6px;
  border-radius: 22px;
  border: 2px solid transparent;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.contact-card:hover .contact-card__icon-ring {
  opacity: 1;
  animation: contactIconRing 1.6s ease-out infinite;
}
.contact-card--whatsapp .contact-card__icon-ring { border-color: rgba(37, 211, 102, 0.45); }
.contact-card--setup .contact-card__icon-ring { border-color: rgba(99, 102, 241, 0.45); }
.contact-card--support .contact-card__icon-ring { border-color: rgba(168, 85, 247, 0.45); }

@keyframes contactIconRing {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.35); opacity: 0; }
}

.contact-card__icon {
  position: relative;
  z-index: 1;
  width: 88px;
  height: 88px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}
.contact-card:hover .contact-card__icon {
  transform: scale(1.1) translateY(-4px);
}
.contact-card__icon svg {
  width: 44px;
  height: 44px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}
.contact-card__icon--wa,
.contact-card--whatsapp .contact-card__icon {
  background: linear-gradient(145deg, #25D366 0%, #128C7E 100%);
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.45);
}
.contact-card__icon--setup,
.contact-card--setup .contact-card__icon {
  background: linear-gradient(145deg, #818cf8 0%, #7c3aed 50%, #a855f7 100%);
  box-shadow: 0 14px 36px rgba(99, 102, 241, 0.45);
}
.contact-card__icon--support,
.contact-card--support .contact-card__icon {
  background: linear-gradient(145deg, #4b5563 0%, #1e1b4b 100%);
  box-shadow: 0 14px 36px rgba(30, 27, 75, 0.4);
}
.contact-card:hover .contact-card__icon--wa { box-shadow: 0 18px 44px rgba(37, 211, 102, 0.55); }
.contact-card:hover .contact-card__icon--setup { box-shadow: 0 18px 44px rgba(99, 102, 241, 0.55); }
.contact-card:hover .contact-card__icon--support { box-shadow: 0 18px 44px rgba(30, 27, 75, 0.5); }

/* WhatsApp card subtle idle pulse */
.contact-card--whatsapp .contact-card__icon {
  animation: contactWaPulse 3s ease-in-out infinite;
}
@keyframes contactWaPulse {
  0%, 100% { box-shadow: 0 14px 36px rgba(37, 211, 102, 0.45); }
  50% { box-shadow: 0 18px 48px rgba(37, 211, 102, 0.6); }
}
.contact-card--whatsapp:hover .contact-card__icon {
  animation: none;
}

.contact-card__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #128C7E;
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.3);
  padding: 5px 10px;
  border-radius: 20px;
}
.contact-card h5 {
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: #1e1b4b;
  margin: 0 0 12px;
  line-height: 1.3;
}
.contact-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0 0 18px;
  flex: 1;
}
.contact-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-card__features li {
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
  padding-left: 22px;
  position: relative;
}
.contact-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #a855f7);
  opacity: 0.25;
}
.contact-card__features li::after {
  content: "✓";
  position: absolute;
  left: 3px;
  top: 1px;
  font-size: 10px;
  font-weight: 800;
  color: #6366f1;
}

.contact-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
  border-radius: 14px;
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-card__btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
  color: #fff;
}
.contact-card__btn--green {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
}
.contact-card__btn--green:hover { box-shadow: 0 12px 32px rgba(37, 211, 102, 0.5); color: #fff; }
.contact-card__btn--purple {
  background: linear-gradient(135deg, #6366f1, #a855f7);
  color: #fff;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35);
}
.contact-card__btn--purple:hover { box-shadow: 0 12px 32px rgba(99, 102, 241, 0.45); color: #fff; }
.contact-card__btn--dark {
  background: linear-gradient(135deg, #374151, #1e1b4b);
  color: #fff;
  box-shadow: 0 8px 24px rgba(30, 27, 75, 0.3);
}
.contact-card__btn--dark:hover { box-shadow: 0 12px 32px rgba(30, 27, 75, 0.4); color: #fff; }

/* Bottom WhatsApp banner */
.contact-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4c1d95 100%);
  border-radius: 20px;
  padding: 32px 40px;
  box-shadow: 0 20px 60px rgba(30, 27, 75, 0.25);
  position: relative;
  overflow: hidden;
}
.contact-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(168, 85, 247, 0.15);
  pointer-events: none;
}
.contact-banner__content {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.contact-banner__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(145deg, #25D366, #128C7E);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  position: relative;
}
.contact-banner__icon svg { width: 34px; height: 34px; }
.contact-banner__icon--live { animation: contactWaPulse 3s ease-in-out infinite; }
.contact-banner__live-dot {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 14px;
  height: 14px;
  background: #22c55e;
  border: 2px solid #1e1b4b;
  border-radius: 50%;
  animation: devicesPulse 2s ease-in-out infinite;
}
.contact-banner h3 {
  font-family: var(--font-family-Jost, "Jost", sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
.contact-banner p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.contact-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 16px 32px;
  border-radius: 14px;
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.contact-banner__btn:hover {
  transform: scale(1.04);
  box-shadow: 0 12px 36px rgba(37, 211, 102, 0.55);
  color: #fff;
  text-decoration: none;
}

/* Installation guide images */
.sidebar-page-container .lower-content img,
.blog-detail img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(30, 27, 75, 0.1);
  margin: 16px auto;
  display: block;
}

@media (max-width: 991px) {
  .contact-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-section h2 { font-size: 34px; }
  .contact-banner {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
  }
  .contact-banner__content {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .contact-section { padding: 70px 0 80px; }
  .contact-section h2 { font-size: 28px; }
  .contact-card { padding: 28px 22px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-section__orb,
  .contact-section__eyebrow-dot,
  .contact-card--whatsapp .contact-card__icon,
  .contact-banner__icon--live,
  .how-section__orb,
  .how-step__icon-ring,
  .how-steps__line-fill,
  .sports-section__spotlight,
  .sports-section__live-dot,
  .sport-badge {
    animation: none;
  }
  .contact-card:hover .contact-card__icon-ring { animation: none; }
  .how-step:hover, .sport-badge:hover { transform: none; }
}

/* ── Trust Bar ── */
.trust-bar {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4338ca 100%);
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.trust-bar__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
.trust-bar__badges li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.92);
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 14px;
  font-weight: 600;
}
.trust-bar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  font-size: 12px;
  color: #fbbf24;
}
.trust-bar__counter {
  text-align: center;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  margin: 0;
}
.trust-bar__counter strong {
  color: #25D366;
  font-size: 18px;
}

/* ── How It Works ── */
.how-section {
  padding: 110px 0 100px;
  background: linear-gradient(180deg, #eef2ff 0%, #f8f9ff 40%, #fff 100%);
  position: relative;
  overflow: hidden;
}
.how-section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.how-section__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  animation: howOrbFloat 12s ease-in-out infinite;
}
.how-section__orb--1 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(99,102,241,0.35) 0%, transparent 70%);
  top: -80px;
  left: -100px;
}
.how-section__orb--2 {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(236,72,153,0.25) 0%, transparent 70%);
  top: 20%;
  right: -80px;
  animation-delay: -4s;
}
.how-section__orb--3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(37,211,102,0.2) 0%, transparent 70%);
  bottom: -60px;
  left: 35%;
  animation-delay: -8s;
}
@keyframes howOrbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -15px) scale(1.06); }
}
.how-section .auto-container { position: relative; z-index: 1; }
.how-section__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 64px;
}
.how-section__eyebrow,
.channels-section__eyebrow,
.sports-section__eyebrow {
  display: inline-block;
  background: linear-gradient(135deg, rgba(99,102,241,0.15), rgba(236,72,153,0.1));
  color: #6366f1;
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
  border: 1px solid rgba(99,102,241,0.2);
  box-shadow: 0 4px 16px rgba(99,102,241,0.1);
}
.how-section__header h2,
.channels-section__header h2,
.sports-section__content h2,
.compare-section__header h2,
.testimonials-section__header h2 {
  font-family: var(--font-family-Jost, "Jost", sans-serif);
  font-size: 46px;
  font-weight: 800;
  color: #1e1b4b;
  margin: 0 0 18px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.how-section__header h2 span,
.channels-section__header h2 span,
.sports-section__content h2 span,
.compare-section__header h2 span,
.testimonials-section__header h2 span {
  background: linear-gradient(135deg, #6366f1, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.how-section__header p,
.channels-section__header p {
  color: #64748b;
  font-size: 17px;
  margin: 0;
  line-height: 1.65;
}
.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 56px;
  position: relative;
}
.how-steps__line {
  display: none;
}
.how-step {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 40px 28px 36px;
  text-align: center;
  box-shadow:
    0 4px 24px rgba(30,27,75,0.06),
    0 1px 0 rgba(255,255,255,0.8) inset;
  border: 1px solid rgba(255,255,255,0.9);
  position: relative;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
  overflow: hidden;
}
.how-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 24px 24px 0 0;
}
.how-step--1::before { background: linear-gradient(90deg, #25D366, #128C7E); }
.how-step--2::before { background: linear-gradient(90deg, #6366f1, #4338ca); }
.how-step--3::before { background: linear-gradient(90deg, #f97316, #ec4899); }
.how-step:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow:
    0 24px 60px rgba(99,102,241,0.18),
    0 1px 0 rgba(255,255,255,0.9) inset;
}
.how-step__badge {
  display: inline-block;
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6366f1;
  background: rgba(99,102,241,0.1);
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.how-step--1 .how-step__badge { color: #16a34a; background: rgba(37,211,102,0.12); }
.how-step--2 .how-step__badge { color: #4338ca; background: rgba(99,102,241,0.12); }
.how-step--3 .how-step__badge { color: #ea580c; background: rgba(249,115,22,0.12); }
.how-step__icon-ring {
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 2px dashed rgba(99,102,241,0.2);
  animation: howRingSpin 20s linear infinite;
  pointer-events: none;
}
.how-step--1 .how-step__icon-ring { border-color: rgba(37,211,102,0.25); }
.how-step--2 .how-step__icon-ring { border-color: rgba(99,102,241,0.25); }
.how-step--3 .how-step__icon-ring { border-color: rgba(249,115,22,0.25); }
@keyframes howRingSpin {
  to { transform: translateX(-50%) rotate(360deg); }
}
.how-step__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 28px rgba(0,0,0,0.15);
  transition: transform 0.35s ease;
}
.how-step:hover .how-step__icon { transform: scale(1.1); }
.how-step__icon--wa { background: linear-gradient(135deg, #25D366, #128C7E); }
.how-step__icon--key { background: linear-gradient(135deg, #6366f1, #4338ca); }
.how-step__icon--play { background: linear-gradient(135deg, #f97316, #ea580c); color: #fff; }
.how-step h5 {
  font-family: var(--font-family-Jost, "Jost", sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: #1e1b4b;
  margin: 0 0 14px;
}
.how-step p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
.how-step p strong { color: #4338ca; }
.how-step__arrow {
  display: none;
}
.how-section__cta {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 8px;
}

@media (min-width: 992px) {
  .how-steps__line {
    display: block;
    position: absolute;
    top: 108px;
    left: 16%;
    right: 16%;
    height: 3px;
    background: rgba(99,102,241,0.12);
    border-radius: 3px;
    z-index: 0;
  }
  .how-steps__line-fill {
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #25D366, #6366f1, #f97316);
    border-radius: 3px;
    background-size: 200% 100%;
    animation: howLineShimmer 4s ease-in-out infinite;
  }
  @keyframes howLineShimmer {
    0%, 100% { background-position: 0% 50%; opacity: 0.7; }
    50% { background-position: 100% 50%; opacity: 1; }
  }
  .how-step { z-index: 1; }
  .how-step__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -22px;
    top: 108px;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    color: #6366f1;
    box-shadow: 0 4px 16px rgba(99,102,241,0.2);
    z-index: 2;
  }
  .how-step--3 .how-step__arrow { display: none; }
}

/* ── Channels Preview ── */
.channels-section {
  padding: 80px 0;
  background: #fff;
}
.channels-section__header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 40px;
}
.channels-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}
.channel-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: #f1f5f9;
  border-radius: 50px;
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  border: 1px solid #e2e8f0;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  cursor: default;
}
.channel-pill:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(99,102,241,0.15);
}
.channel-pill--usa { background: rgba(59,130,246,0.1); border-color: rgba(59,130,246,0.2); }
.channel-pill--uk { background: rgba(239,68,68,0.08); border-color: rgba(239,68,68,0.15); }
.channel-pill--ca { background: rgba(239,68,68,0.08); border-color: rgba(239,68,68,0.15); }
.channel-pill--sports { background: rgba(34,197,94,0.1); border-color: rgba(34,197,94,0.2); color: #15803d; }

/* ── Sports Section ── */
.sports-section {
  padding: 110px 0;
  background: #0a0a1a;
  position: relative;
  overflow: hidden;
}
.sports-section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sports-section__spotlight {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 70%;
  height: 140%;
  background: radial-gradient(ellipse at center, rgba(99,102,241,0.35) 0%, rgba(236,72,153,0.12) 35%, transparent 65%);
  animation: sportsSpotlight 8s ease-in-out infinite;
}
@keyframes sportsSpotlight {
  0%, 100% { opacity: 0.8; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}
.sports-section__scanline {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(255,255,255,0.015) 2px,
    rgba(255,255,255,0.015) 4px
  );
  opacity: 0.5;
}
.sports-section .auto-container { position: relative; z-index: 1; }
.sports-section__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.sports-section__live {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fbbf24;
  margin-bottom: 16px;
  padding: 6px 16px 6px 12px;
  background: rgba(251,191,36,0.1);
  border: 1px solid rgba(251,191,36,0.25);
  border-radius: 50px;
}
.sports-section__live-dot {
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(239,68,68,0.6);
  animation: livePulse 2s ease-in-out infinite;
}
@keyframes livePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(239,68,68,0.6); }
  50% { box-shadow: 0 0 0 8px rgba(239,68,68,0); }
}
.sports-section__eyebrow {
  background: rgba(251,191,36,0.12) !important;
  color: #fbbf24 !important;
  border-color: rgba(251,191,36,0.25) !important;
  box-shadow: 0 4px 16px rgba(251,191,36,0.08) !important;
}
.sports-section__content h2 { color: #fff; }
.sports-section__content h2 span {
  background: linear-gradient(135deg, #fbbf24, #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sports-section__content p {
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 24px;
}
.sports-section__stats {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  flex-wrap: wrap;
}
.sports-section__stats li {
  flex: 1;
  min-width: 90px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 16px 14px;
  text-align: center;
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, background 0.3s ease;
}
.sports-section__stats li:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.1);
}
.sports-section__stats strong {
  display: block;
  font-family: var(--font-family-Jost, "Jost", sans-serif);
  font-size: 28px;
  font-weight: 800;
  color: #fbbf24;
  line-height: 1.1;
  margin-bottom: 4px;
}
.sports-section__stats span {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.sports-section__list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.sports-section__list li {
  color: rgba(255,255,255,0.88);
  font-size: 15px;
  padding: 10px 0 10px 32px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.sports-section__list li:last-child { border-bottom: none; }
.sports-section__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  background: rgba(37,211,102,0.2);
  color: #25D366;
  font-weight: 800;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 22px;
  text-align: center;
}
.sports-section__visual { position: relative; }
.sports-section__frame {
  position: relative;
  padding: 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  backdrop-filter: blur(16px);
  box-shadow:
    0 24px 80px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.08);
}
.sports-section__frame-corner {
  position: absolute;
  width: 24px;
  height: 24px;
  border-color: #fbbf24;
  border-style: solid;
  opacity: 0.7;
}
.sports-section__frame-corner--tl { top: 12px; left: 12px; border-width: 3px 0 0 3px; border-radius: 4px 0 0 0; }
.sports-section__frame-corner--tr { top: 12px; right: 12px; border-width: 3px 3px 0 0; border-radius: 0 4px 0 0; }
.sports-section__frame-corner--bl { bottom: 12px; left: 12px; border-width: 0 0 3px 3px; border-radius: 0 0 0 4px; }
.sports-section__frame-corner--br { bottom: 12px; right: 12px; border-width: 0 3px 3px 0; border-radius: 0 0 4px 0; }
.sports-section__badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.sport-badge {
  padding: 22px 16px;
  border-radius: 18px;
  text-align: center;
  font-family: var(--font-family-Jost, "Jost", sans-serif);
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
  cursor: default;
  animation: sportBadgeFloat 5s ease-in-out infinite;
}
.sport-badge:nth-child(2) { animation-delay: -0.8s; }
.sport-badge:nth-child(3) { animation-delay: -1.6s; }
.sport-badge:nth-child(4) { animation-delay: -2.4s; }
.sport-badge:nth-child(5) { animation-delay: -3.2s; }
.sport-badge:nth-child(6) { animation-delay: -4s; }
@keyframes sportBadgeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.sport-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 50%);
  pointer-events: none;
}
.sport-badge:hover {
  transform: translateY(-8px) scale(1.04);
  animation-play-state: paused;
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}
.sport-badge__emoji {
  display: block;
  font-size: 32px;
  margin-bottom: 8px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}
.sport-badge__label {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.sport-badge--nfl { background: linear-gradient(145deg, #2563eb, #1e3a8a); box-shadow: 0 8px 24px rgba(37,99,235,0.35); }
.sport-badge--epl { background: linear-gradient(145deg, #8b5cf6, #5b21b6); box-shadow: 0 8px 24px rgba(139,92,246,0.35); }
.sport-badge--ufc { background: linear-gradient(145deg, #ef4444, #991b1b); box-shadow: 0 8px 24px rgba(239,68,68,0.35); }
.sport-badge--f1 { background: linear-gradient(145deg, #dc2626, #7f1d1d); box-shadow: 0 8px 24px rgba(220,38,38,0.35); }
.sport-badge--nba { background: linear-gradient(145deg, #f97316, #c2410c); box-shadow: 0 8px 24px rgba(249,115,22,0.35); }
.sport-badge--4k {
  background: linear-gradient(145deg, #6366f1, #312e81);
  box-shadow: 0 8px 24px rgba(99,102,241,0.4);
}
.sport-badge--4k .sport-badge__emoji { font-size: 28px; color: #fbbf24; }
.sport-badge--4k .sport-badge__label { font-size: 20px; }

/* ── Comparison Table ── */
.compare-section {
  padding: 90px 0;
  background: #f8f9ff;
}
.compare-section__header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
}
.compare-section__header p { color: #64748b; font-size: 16px; }
.compare-table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  box-shadow: 0 12px 48px rgba(30,27,75,0.08);
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 640px;
}
.compare-table th,
.compare-table td {
  padding: 16px 20px;
  text-align: center;
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 14px;
  border-bottom: 1px solid #f1f5f9;
}
.compare-table thead th {
  background: #1e1b4b;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.compare-table thead th:first-child { text-align: left; border-radius: 20px 0 0 0; }
.compare-table thead th:last-child { border-radius: 0 20px 0 0; }
.compare-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: #334155;
}
.compare-table__highlight {
  background: rgba(99,102,241,0.06);
  color: #4338ca;
}
.compare-table tbody tr:last-child td:first-child { border-radius: 0 0 0 20px; }
.compare-table tbody tr:last-child td:last-child { border-radius: 0 0 20px 0; }

/* ── Testimonials ── */
.testimonials-section {
  padding: 90px 0;
  background: #fff;
}
.testimonials-section__header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 48px;
}
.testimonials-section__header p { color: #64748b; font-size: 16px; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: #f8f9ff;
  border-radius: 20px;
  padding: 28px 24px;
  border: 1px solid rgba(99,102,241,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(99,102,241,0.12);
}
.testimonial-card__stars {
  color: #fbbf24;
  font-size: 16px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.testimonial-card p {
  color: #475569;
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 18px;
  font-style: italic;
}
.testimonial-card__author {
  font-size: 13px;
  color: #64748b;
}
.testimonial-card__author strong { color: #1e1b4b; }

/* ── Mobile Sticky CTA ── */
.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  display: flex;
  gap: 10px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(15,23,42,0.97);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,0.1);
  transform: translateY(110%);
  transition: transform 0.35s ease;
}
.mobile-sticky-cta.is-visible { transform: translateY(0); }
.mobile-sticky-cta__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25D366;
  color: #fff;
  padding: 14px 20px;
  border-radius: 12px;
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.mobile-sticky-cta__btn:hover { color: #fff; text-decoration: none; }
.mobile-sticky-cta__secondary {
  display: inline-flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.mobile-sticky-cta__secondary:hover { color: #fff; background: rgba(255,255,255,0.08); text-decoration: none; }

@media (max-width: 991px) {
  body { padding-bottom: 0; }
  .how-steps { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; gap: 24px; }
  .how-step__arrow { display: none !important; }
  .sports-section__wrap { grid-template-columns: 1fr; gap: 40px; }
  .sports-section__visual { order: -1; max-width: 480px; margin: 0 auto; }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .how-section__header h2,
  .channels-section__header h2,
  .sports-section__content h2,
  .compare-section__header h2,
  .testimonials-section__header h2 { font-size: 34px; }
  .how-section, .sports-section { padding: 80px 0; }
}
@media (max-width: 575px) {
  .testimonials-grid { grid-template-columns: 1fr; }
  .trust-bar__badges { flex-direction: column; align-items: center; }
  .sports-section__stats { flex-direction: column; }
  .sports-section__stats li { min-width: 0; }
  .sports-section__frame { padding: 20px; }
  .how-section__header h2,
  .sports-section__content h2 { font-size: 28px; }
}

/* ── App Download Strip (Installation Guide) ── */
.app-download-strip {
  background: linear-gradient(135deg, #f8f9ff 0%, #eef2ff 100%);
  border-radius: 20px;
  padding: 36px 32px;
  margin-bottom: 40px;
  border: 1px solid rgba(99,102,241,0.12);
  text-align: center;
}
.app-download-strip h3 {
  font-family: var(--font-family-Jost, "Jost", sans-serif);
  font-size: 26px;
  font-weight: 700;
  color: #1e1b4b;
  margin: 0 0 8px;
}
.app-download-strip > p {
  color: #64748b;
  font-size: 15px;
  margin: 0 0 28px;
}
.app-download-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.app-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 24px 16px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.app-badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(99,102,241,0.15);
  border-color: #6366f1;
  text-decoration: none;
}
.app-badge__icon { font-size: 32px; }
.app-badge__name {
  font-family: var(--font-family-Jost, "Jost", sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: #1e1b4b;
}
.app-badge__platform {
  font-size: 12px;
  color: #64748b;
  line-height: 1.4;
}
.app-download-strip__cta { display: inline-flex; }

/* ── Free Trial Page ── */
.page-free-trial .ft-intro {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-free-trial .ft-intro .content h2 {
  margin-bottom: 16px;
}
.ft-intro__checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
  list-style: none;
  padding: 0;
  margin: 24px 0 28px;
}
.ft-intro__checks li {
  position: relative;
  padding-left: 28px;
  font-family: var(--font-family-poppins, "Poppins", sans-serif);
  font-size: 15px;
  font-weight: 600;
  color: #334155;
}
.ft-intro__checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: rgba(37, 211, 102, 0.15);
  color: #16a34a;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  text-align: center;
}
.ft-intro__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}
.ft-intro__counter {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}
.ft-intro__counter strong {
  color: #25D366;
  font-size: 18px;
}
.ft-final-cta {
  padding: 80px 0 90px;
  background: #f8f9ff;
}
.ft-final-cta .contact-banner {
  margin: 0;
}
.ft-final-cta__plans {
  text-align: center;
  margin: 24px 0 0;
  font-size: 15px;
}
.ft-final-cta__plans a {
  color: #6366f1;
  font-weight: 600;
  text-decoration: underline;
}
.ft-final-cta__plans a:hover {
  color: #4338ca;
}

.ft-benefits {
  padding: 80px 0;
  background: #fff;
}
.ft-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ft-benefit {
  padding: 32px 28px;
  border-radius: 20px;
  background: #f8f9ff;
  border: 1px solid rgba(99,102,241,0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ft-benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(99,102,241,0.1);
}
.ft-benefit__icon {
  font-size: 36px;
  margin-bottom: 16px;
}
.ft-benefit h4 {
  font-family: var(--font-family-Jost, "Jost", sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: #1e1b4b;
  margin: 0 0 10px;
}
.ft-benefit p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 991px) {
  .app-download-strip__grid { grid-template-columns: 1fr; }
  .ft-benefits__grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}

@media (max-width: 767px) {
  .ft-intro__checks {
    grid-template-columns: 1fr;
  }
  .page-free-trial .ft-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .mobile-sticky-cta { display: none !important; }
}
@media (max-width: 991px) {
  #wa-float { bottom: 80px !important; }
}

/* ── Legal pages ── */
.legal-page {
  padding: 100px 0 90px;
  background: linear-gradient(180deg, #fff 0%, #f8f9ff 100%);
}
.legal-page__inner {
  max-width: 780px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 48px 52px;
  border: 1px solid rgba(147, 51, 234, 0.1);
  box-shadow: 0 8px 40px rgba(30, 27, 75, 0.06);
}
.legal-page__inner h1 {
  font-family: var(--font-family-Jost, "Jost", sans-serif);
  font-size: 36px;
  font-weight: 800;
  color: #1e1b4b;
  margin: 0 0 8px;
}
.legal-page__updated {
  color: #94a3b8;
  font-size: 14px;
  margin-bottom: 32px;
}
.legal-page__inner h2 {
  font-family: var(--font-family-Jost, "Jost", sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: #1e1b4b;
  margin: 28px 0 12px;
}
.legal-page__inner p,
.legal-page__inner li {
  color: #64748b;
  font-size: 15px;
  line-height: 1.75;
}
.legal-page__inner ul {
  padding-left: 20px;
  margin: 0 0 16px;
}
.legal-page__inner a { color: #9333ea; font-weight: 600; }
.legal-page__contact {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #e2e8f0;
}
@media (max-width: 575px) {
  .legal-page__inner { padding: 32px 24px; }
  .legal-page__inner h1 { font-size: 28px; }
}

/* Footer legal links */
.footer-bottom .inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-legal a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.footer-legal a:hover { color: #fff; }
