:root {
  --ips-media-navy: #08152f;
  --ips-media-navy-2: #101f43;
  --ips-media-red: #e51f46;
  --ips-media-red-dark: #b90e32;
  --ips-media-gold: #f4bd55;
  --ips-media-ink: #10172a;
  --ips-media-muted: #667085;
  --ips-media-line: #e5e9f2;
}

.ips-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 7vw, 100px) 0;
}

.ips-showcase--movies {
  color: #fff;
  background:
    radial-gradient(circle at 92% 5%, rgba(229, 31, 70, .26), transparent 28%),
    radial-gradient(circle at 10% 100%, rgba(44, 91, 190, .22), transparent 34%),
    var(--ips-media-navy);
}

.ips-showcase--channels { background: linear-gradient(180deg, #fff 0%, #f4f6fa 100%); }
.ips-showcase--leagues {
  color: #fff;
  background:
    linear-gradient(110deg, rgba(8, 21, 47, .98), rgba(16, 31, 67, .94)),
    #08152f;
}

.ips-showcase__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.ips-showcase__copy { max-width: 820px; }
.ips-showcase__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: var(--ips-media-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ips-showcase--movies .ips-showcase__kicker,
.ips-showcase--leagues .ips-showcase__kicker { color: #ff6684; }
.ips-kicker-mark { font-size: 11px; }
.ips-showcase__copy h2,
.ips-pricing__header h2 {
  margin: 0;
  color: var(--ips-media-ink);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.06;
  letter-spacing: -.035em;
}
.ips-showcase--movies .ips-showcase__copy h2,
.ips-showcase--leagues .ips-showcase__copy h2 { color: #fff; }
.ips-showcase__copy p,
.ips-pricing__header p {
  max-width: 760px;
  margin: 17px 0 0;
  color: var(--ips-media-muted);
  font-size: 17px;
  line-height: 1.75;
}
.ips-showcase--movies .ips-showcase__copy p,
.ips-showcase--leagues .ips-showcase__copy p { color: #c7d0e3; }

.ips-rail-controls { display: flex; flex: 0 0 auto; gap: 10px; }
.ips-rail-controls button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--ips-media-line);
  border-radius: 50%;
  color: var(--ips-media-ink);
  background: #fff;
  box-shadow: 0 9px 24px rgba(15, 23, 42, .1);
  font: 800 20px/1 Arial, sans-serif;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.ips-showcase--movies .ips-rail-controls button,
.ips-showcase--leagues .ips-rail-controls button {
  border-color: rgba(255,255,255,.17);
  color: #fff;
  background: rgba(255,255,255,.08);
  box-shadow: none;
}
.ips-rail-controls button:hover { color: #fff; border-color: var(--ips-media-red); background: var(--ips-media-red); transform: translateY(-2px); }
.ips-rail-controls button:disabled { opacity: .38; cursor: default; transform: none; }

.ips-rail {
  display: grid;
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 2px 22px;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(229,31,70,.65) transparent;
}
.ips-rail::-webkit-scrollbar { height: 5px; }
.ips-rail::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(229,31,70,.65); }
.ips-rail--posters { grid-auto-columns: clamp(168px, 17vw, 230px); }
.ips-rail--logos { grid-auto-columns: clamp(170px, 18vw, 220px); }

.ips-poster-card,
.ips-logo-card { min-width: 0; scroll-snap-align: start; }
.ips-poster-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  background: var(--ips-media-navy-2);
  box-shadow: 0 18px 38px rgba(0,0,0,.25);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.ips-poster-card:hover,
.ips-poster-card:focus-within { border-color: rgba(255,102,132,.8); transform: translateY(-7px); box-shadow: 0 25px 46px rgba(0,0,0,.34); }
.ips-poster-card a { display: block; height: 100%; color: inherit; text-decoration: none; }
.ips-poster-card figure { position: relative; aspect-ratio: 2 / 3; margin: 0; overflow: hidden; background: #111d39; }
.ips-poster-card figure::after { position: absolute; inset: auto 0 0; height: 32%; background: linear-gradient(transparent, rgba(4,10,24,.8)); content: ""; }
.ips-poster-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.ips-poster-card:hover img { transform: scale(1.045); }
.ips-poster-card__body { min-height: 95px; padding: 17px 17px 19px; }
.ips-poster-card__body span { color: #ff7691; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ips-poster-card__body h3 { margin: 7px 0 0; color: #fff; font-size: 17px; line-height: 1.3; }

.ips-logo-card {
  display: grid;
  min-height: 150px;
  place-items: center;
  align-content: center;
  gap: 16px;
  padding: 24px 18px;
  border: 1px solid var(--ips-media-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 13px 32px rgba(15, 23, 42, .07);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.ips-logo-card:hover { border-color: rgba(229,31,70,.35); transform: translateY(-5px); box-shadow: 0 20px 38px rgba(15,23,42,.12); }
.ips-logo-card img { width: auto; max-width: 125px; height: auto; max-height: 58px; object-fit: contain; }
.ips-logo-card h3 { margin: 0; color: var(--ips-media-ink); font-size: 14px; line-height: 1.25; text-align: center; }
.ips-logo-card--league { border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.075); box-shadow: none; }
.ips-logo-card--league:hover { border-color: rgba(255,102,132,.6); background: rgba(255,255,255,.11); }
.ips-logo-card--league h3 { color: #fff; }

.ips-showcase__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
}
.ips-showcase__footer p { margin: 0; color: var(--ips-media-muted); font-size: 13px; line-height: 1.6; }
.ips-showcase--movies .ips-showcase__footer p,
.ips-showcase--leagues .ips-showcase__footer p { color: #abb7cf; }
.ips-showcase__link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  color: var(--ips-media-red);
  background: none;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.ips-showcase--movies .ips-showcase__link,
.ips-showcase--leagues .ips-showcase__link { color: #fff; }

.ips-pricing {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 112px) 0;
  background:
    radial-gradient(circle at 100% 0, rgba(229,31,70,.09), transparent 30%),
    linear-gradient(180deg, #f7f8fb 0%, #fff 100%);
}
.ips-pricing__header { max-width: 850px; margin: 0 auto 34px; text-align: center; }
.ips-pricing__header .ips-showcase__kicker { justify-content: center; }
.ips-pricing__header p { margin-right: auto; margin-left: auto; }

.ips-tier-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-width: 670px;
  margin: 0 auto 34px;
  padding: 8px;
  border: 1px solid var(--ips-media-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15,23,42,.1);
}
.ips-tier-switch button {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 12px 17px;
  border: 0;
  border-radius: 16px;
  color: #4e586c;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}
.ips-tier-switch button[aria-selected="true"] { color: #fff; background: var(--ips-media-navy); box-shadow: 0 11px 25px rgba(8,21,47,.2); transform: translateY(-1px); }
.ips-tier-switch button[data-plan-toggle="vip"][aria-selected="true"] { background: linear-gradient(120deg, var(--ips-media-red-dark), var(--ips-media-red)); box-shadow: 0 13px 30px rgba(229,31,70,.25); }
.ips-tier-switch__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: var(--ips-media-red); background: #fff1f4; font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.ips-tier-switch button[aria-selected="true"] .ips-tier-switch__icon { color: var(--ips-media-navy); background: #fff; }
.ips-tier-switch button strong,
.ips-tier-switch button small { display: block; }
.ips-tier-switch button strong { font-size: 16px; }
.ips-tier-switch button small { margin-top: 2px; color: #7b8497; font-size: 12px; }
.ips-tier-switch button[aria-selected="true"] small { color: rgba(255,255,255,.75); }
.ips-tier-switch button em { padding: 5px 8px; border-radius: 999px; color: #7a4c00; background: #fff0c7; font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.ips-tier-panel { animation: ips-tier-enter .35s ease both; outline: none; }
.ips-tier-panel[hidden] { display: none; }
@keyframes ips-tier-enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.ips-tier-summary {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 34px;
  margin-bottom: 24px;
  padding: 28px 30px;
  border: 1px solid var(--ips-media-line);
  border-radius: 22px;
  background: #fff;
}
.ips-tier-panel--vip .ips-tier-summary { border-color: rgba(244,189,85,.32); color: #fff; background: linear-gradient(120deg, #08152f, #152d5a); box-shadow: 0 20px 45px rgba(8,21,47,.2); }
.ips-tier-summary > div > span { color: var(--ips-media-red); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ips-tier-panel--vip .ips-tier-summary > div > span { color: var(--ips-media-gold); }
.ips-tier-summary h3 { margin: 6px 0; color: var(--ips-media-ink); font-size: clamp(25px, 3vw, 34px); }
.ips-tier-panel--vip .ips-tier-summary h3 { color: #fff; }
.ips-tier-summary p { margin: 0; color: var(--ips-media-muted); line-height: 1.65; }
.ips-tier-panel--vip .ips-tier-summary p { color: #bfc9dd; }
.ips-tier-summary ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.ips-tier-summary li { display: flex; gap: 9px; color: #465065; font-size: 14px; line-height: 1.45; }
.ips-tier-summary li i { flex: 0 0 auto; margin-top: 3px; color: var(--ips-media-red); }
.ips-tier-panel--vip .ips-tier-summary li { color: #edf1f8; }
.ips-tier-panel--vip .ips-tier-summary li i { color: var(--ips-media-gold); }

.ips-plan-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)); gap: 18px; align-items: stretch; }
.ips-plan-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 25px 22px 22px;
  border: 1px solid var(--ips-media-line);
  border-radius: 20px;
  color: var(--ips-media-ink);
  background: #fff;
  box-shadow: 0 14px 36px rgba(15,23,42,.08);
  transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.ips-plan-card:hover { border-color: rgba(229,31,70,.38); transform: translateY(-6px); box-shadow: 0 22px 44px rgba(15,23,42,.13); }
.ips-plan-card--vip { overflow: hidden; border-color: rgba(255,255,255,.12); color: #fff; background: linear-gradient(155deg, #101f43, #08152f); box-shadow: 0 18px 40px rgba(8,21,47,.2); }
.ips-plan-card--vip::before { position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--ips-media-red), var(--ips-media-gold)); content: ""; }
.ips-plan-card--vip:hover { border-color: rgba(244,189,85,.5); box-shadow: 0 26px 50px rgba(8,21,47,.3); }
.ips-plan-card.is-recommended { border-color: var(--ips-media-red); box-shadow: 0 24px 50px rgba(229,31,70,.17); }
.ips-plan-card--vip.is-recommended { border-color: var(--ips-media-gold); box-shadow: 0 27px 55px rgba(8,21,47,.34); }
.ips-plan-card__topline { display: flex; min-height: 26px; align-items: center; justify-content: space-between; gap: 8px; }
.ips-plan-card__topline h4 { margin: 0; color: inherit; font-size: 15px; font-weight: 900; }
.ips-plan-card__topline strong { padding: 5px 8px; border-radius: 999px; color: #a20c2b; background: #fff0f3; font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.ips-plan-card--vip .ips-plan-card__topline strong { color: #6b4300; background: #fff0c7; }
.ips-plan-card__price { display: flex; align-items: flex-start; margin: 19px 0 4px; }
.ips-plan-card__price sup { margin: 10px 4px 0 0; color: var(--ips-media-red); font-size: 20px; font-weight: 900; }
.ips-plan-card--vip .ips-plan-card__price sup { color: var(--ips-media-gold); }
.ips-plan-card__price span { font-size: clamp(38px, 4vw, 52px); font-weight: 900; line-height: 1; letter-spacing: -.045em; }
.ips-plan-card > p { min-height: 42px; margin: 5px 0 18px; color: var(--ips-media-muted); font-size: 12px; line-height: 1.55; }
.ips-plan-card--vip > p { color: #aebbd2; }
.ips-plan-card > ul { display: grid; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; }
.ips-plan-card > ul li { display: flex; gap: 8px; color: #465065; font-size: 12px; line-height: 1.45; }
.ips-plan-card--vip > ul li { color: #dbe3f1; }
.ips-plan-card > ul i { flex: 0 0 auto; margin-top: 3px; color: var(--ips-media-red); }
.ips-plan-card--vip > ul i { color: var(--ips-media-gold); }
.ips-plan-card__cta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding: 13px 14px; border-radius: 12px; color: #fff; background: var(--ips-media-red); font-size: 13px; font-weight: 900; text-decoration: none; }
.ips-plan-card__cta:hover { color: #fff; background: var(--ips-media-red-dark); }
.ips-plan-card--vip .ips-plan-card__cta { color: var(--ips-media-navy); background: linear-gradient(90deg, var(--ips-media-gold), #ffd98d); }
.ips-plan-card--vip .ips-plan-card__cta:hover { color: var(--ips-media-navy); filter: brightness(1.05); }

.ips-pricing__footer { display: flex; align-items: center; justify-content: center; gap: 22px 36px; margin-top: 30px; color: var(--ips-media-muted); font-size: 13px; flex-wrap: wrap; }
.ips-pricing__footer span::before { margin-right: 8px; color: var(--ips-media-red); content: "✓"; font-weight: 900; }
.ips-pricing__footer a { color: var(--ips-media-red); font-weight: 900; text-decoration: none; }
.ips-pricing__noscript { margin: -20px 0 24px; text-align: center; }
.ips-pricing__noscript a { color: var(--ips-media-red); font-weight: 800; }

.ips-rail:focus-visible,
.ips-tier-panel:focus-visible { outline: 3px solid rgba(229,31,70,.4); outline-offset: 5px; }
.ips-rail-controls button:focus-visible,
.ips-tier-switch button:focus-visible,
.ips-showcase__link:focus-visible,
.ips-plan-card__cta:focus-visible { outline: 3px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 6px rgba(229,31,70,.55); }

@media (max-width: 991px) {
  .ips-showcase__header { align-items: flex-start; }
  .ips-tier-summary { grid-template-columns: 1fr; gap: 22px; }
  .ips-plan-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .ips-showcase__header { display: grid; }
  .ips-showcase__copy p, .ips-pricing__header p { font-size: 15px; }
  .ips-rail-controls { justify-self: end; }
  .ips-showcase__footer { align-items: flex-start; flex-direction: column; }
  .ips-tier-switch { grid-template-columns: 1fr; border-radius: 18px; }
  .ips-tier-switch button { min-height: 64px; }
  .ips-plan-cards { grid-template-columns: 1fr; }
  .ips-tier-summary { padding: 23px 21px; }
}

@media (max-width: 420px) {
  .ips-rail--posters { grid-auto-columns: 72vw; }
  .ips-rail--logos { grid-auto-columns: 68vw; }
  .ips-tier-switch button em { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ips-rail { scroll-behavior: auto; }
  .ips-poster-card,
  .ips-poster-card img,
  .ips-logo-card,
  .ips-tier-switch button,
  .ips-plan-card,
  .ips-tier-panel { animation: none; transition: none; }
}

/* Full-bleed cinematic home hero. The copy remains stable while only the
   decorative background changes, avoiding layout shift between slides. */
.ips-cinematic-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 620px;
  min-height: clamp(620px, calc(100svh - 118px), 830px);
  overflow: hidden;
  color: #fff;
  background: #030712;
}
.ips-cinematic-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2,6,23,.96) 0%, rgba(2,6,23,.86) 34%, rgba(2,6,23,.45) 68%, rgba(2,6,23,.2) 100%),
    linear-gradient(0deg, rgba(2,6,23,.74) 0%, transparent 42%);
}
.ips-cinematic-hero__slides,
.ips-cinematic-hero__slide {
  position: absolute;
  inset: 0;
  margin: 0;
}
.ips-cinematic-hero__slides { z-index: 0; }
.ips-cinematic-hero__slide {
  visibility: hidden;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity .95s ease, visibility .95s ease, transform 7s linear;
}
.ips-cinematic-hero__slide.is-active {
  visibility: visible;
  opacity: 1;
  transform: scale(1.075);
}
.ips-cinematic-hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ips-cinematic-hero__slide--adventure img { object-position: 54% center; }
.ips-cinematic-hero__slide--football img { object-position: center; }
.ips-cinematic-hero__slide--scifi img { object-position: 62% center; }
.ips-cinematic-hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
}
.ips-cinematic-hero__content {
  max-width: 700px;
  padding: clamp(88px, 10vw, 138px) 0 clamp(112px, 11vw, 148px);
}
.ips-cinematic-hero .ips-section-kicker {
  margin-bottom: 18px;
  color: #ff9aa8;
  text-shadow: 0 2px 14px rgba(0,0,0,.45);
}
.ips-cinematic-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(50px, 6.7vw, 92px);
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
  text-shadow: 0 5px 34px rgba(0,0,0,.48);
}
.ips-cinematic-hero h1 strong { color: #ff5c72; font-weight: inherit; }
.ips-cinematic-hero .ips-hero-copy {
  max-width: 650px;
  margin: 25px 0 31px;
  color: #edf0f7;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.65;
  text-shadow: 0 2px 16px rgba(0,0,0,.55);
}
.ips-cinematic-hero .ips-hero-proof { margin-top: 27px; }
.ips-cinematic-hero .ips-hero-proof li { color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.ips-cinematic-hero__controls {
  position: absolute;
  right: 20px;
  right: max(20px, calc((100vw - 1320px) / 2));
  bottom: 28px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(3,7,24,.58);
  box-shadow: 0 10px 34px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
}
.ips-cinematic-hero__controls[hidden] { display: none !important; }
.ips-cinematic-hero__autoplay,
.ips-cinematic-hero__dots button {
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
}
.ips-cinematic-hero__autoplay {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font: 800 12px/1 Arial, sans-serif;
}
.ips-cinematic-hero__autoplay:hover { background: #d6111e; }
.ips-cinematic-hero__dots { display: flex; align-items: center; gap: 2px; padding-right: 2px; }
.ips-cinematic-hero__dots button {
  position: relative;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
}
.ips-cinematic-hero__dots button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  content: "";
  transition: width .2s ease, border-radius .2s ease, background .2s ease;
}
.ips-cinematic-hero__dots button[aria-current="true"]::before { width: 24px; border-radius: 999px; background: #fff; }
.ips-cinematic-hero__autoplay:focus-visible,
.ips-cinematic-hero__dots button:focus-visible { outline: 3px solid #fff !important; outline-offset: 3px; }

@media (max-width: 767px) {
  .ips-cinematic-hero { min-height: 680px; }
  .ips-cinematic-hero::before {
    background:
      linear-gradient(90deg, rgba(2,6,23,.93), rgba(2,6,23,.56)),
      linear-gradient(0deg, rgba(2,6,23,.8), transparent 48%);
  }
  .ips-cinematic-hero__slide--adventure img { object-position: 58% center; }
  .ips-cinematic-hero__slide--football img { object-position: 54% center; }
  .ips-cinematic-hero__slide--scifi img { object-position: 68% center; }
  .ips-cinematic-hero__content { padding: 74px 0 104px; }
  .ips-cinematic-hero h1 { font-size: clamp(42px, 12vw, 60px); line-height: 1; }
  .ips-cinematic-hero .ips-hero-copy { font-size: 17px; line-height: 1.55; }
  .ips-cinematic-hero .ips-hero-proof { display: grid; gap: 7px; }
  .ips-cinematic-hero__controls { right: 14px; bottom: 15px; }
}

@media (max-width: 420px) {
  .ips-cinematic-hero { min-height: 720px; }
  .ips-cinematic-hero .ips-button-row .theme-btn { width: 100%; text-align: center; }
}

@media (max-height: 600px) and (orientation: landscape) {
  .ips-cinematic-hero {
    min-height: 480px;
    min-height: calc(100svh - 74px);
  }
  .ips-cinematic-hero__content { max-width: 640px; padding: 42px 0 70px; }
  .ips-cinematic-hero .ips-section-kicker { margin-bottom: 9px; font-size: 12px; }
  .ips-cinematic-hero h1 { max-width: 640px; font-size: clamp(36px, 6.2vw, 56px); line-height: .98; }
  .ips-cinematic-hero .ips-hero-copy { margin: 13px 0 17px; font-size: 15px; line-height: 1.45; }
  .ips-cinematic-hero .ips-hero-proof { margin-top: 13px; font-size: 13px; }
  .ips-cinematic-hero .theme-btn { min-height: 48px; padding: 16px 25px; }
  .ips-cinematic-hero__controls { bottom: 10px; }
}

/* Compact, seamless media strips: imagery only. */
.ips-media-strip {
  --ips-strip-gap: 6px;
  --ips-strip-duration: 68s;
  position: relative;
  overflow: hidden;
  padding: 6px 0;
  border-top: 1px solid rgba(255,255,255,.07);
  background: #050b1b;
}
.ips-media-strip--logos {
  --ips-strip-gap: 4px;
  --ips-strip-duration: 48s;
  padding: 4px 0;
  background: #050b1b;
}
.ips-media-strip--leagues {
  --ips-strip-duration: 54s;
  background: #050b1b;
}
.ips-auto-rail {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
}
.ips-auto-rail::-webkit-scrollbar { display: none; }
.ips-auto-rail__track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.ips-media-strip.is-ready .ips-auto-rail__track { animation: ips-auto-slide-left var(--ips-strip-duration) linear infinite; }
.ips-media-strip.is-ready .ips-auto-rail__track--reverse { animation-name: ips-auto-slide-right; }
.ips-auto-rail__group {
  display: flex;
  flex: 0 0 auto;
  gap: var(--ips-strip-gap);
  padding-right: var(--ips-strip-gap);
}
@keyframes ips-auto-slide-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
@keyframes ips-auto-slide-right {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}
.ips-auto-rail:focus-within .ips-auto-rail__track,
.ips-auto-rail:active .ips-auto-rail__track,
.ips-media-strip.is-paused .ips-auto-rail__track,
.ips-media-strip.is-page-hidden .ips-auto-rail__track,
.ips-media-strip.is-offscreen .ips-auto-rail__track { animation-play-state: paused; }
.ips-media-strip.is-offscreen .ips-auto-rail__track { will-change: auto; }
.ips-auto-rail:focus-visible { outline: 3px solid #fff !important; outline-offset: -4px; }
@media (hover: hover) and (pointer: fine) {
  .ips-auto-rail:hover .ips-auto-rail__track { animation-play-state: paused; }
}
.ips-movie-slide {
  display: block;
  flex: 0 0 clamp(122px, 14vw, 184px);
  aspect-ratio: 2 / 3;
  overflow: hidden;
  margin: 0;
  border-radius: 9px;
  background: #111d39;
  box-shadow: 0 5px 15px rgba(0,0,0,.24);
}
.ips-movie-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease;
}
.ips-movie-slide:hover img,
.ips-movie-slide:focus-visible img { filter: brightness(1.08); transform: scale(1.035); }
.ips-movie-slide:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: -5px;
  box-shadow: inset 0 0 0 6px #d6111e, 0 5px 15px rgba(0,0,0,.24);
}
.ips-logo-slide {
  display: grid;
  flex: 0 0 clamp(108px, 12vw, 148px);
  height: clamp(66px, 7vw, 82px);
  place-items: center;
  margin: 0;
  padding: 8px 12px;
  border: 0;
  background: transparent;
}
.ips-logo-slide--league {
  background: transparent;
}
.ips-logo-slide img { display: block; width: auto; max-width: 100%; height: auto; max-height: 48px; object-fit: contain; filter: drop-shadow(0 3px 8px rgba(0,0,0,.28)); }
.ips-marquee-toggle {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  color: #fff;
  background: rgba(8,21,47,.78);
  box-shadow: 0 5px 15px rgba(0,0,0,.18);
  font: 800 13px/1 Arial, sans-serif;
  cursor: pointer;
  opacity: .72;
  backdrop-filter: blur(5px);
  transition: opacity .2s ease, background .2s ease;
}
.ips-marquee-toggle:hover,
.ips-marquee-toggle:focus-visible { background: #d6111e; opacity: 1; }
.ips-marquee-toggle:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
.ips-marquee-toggle[hidden] { display: none !important; }

@media (max-width: 767px) {
  .ips-media-strip { --ips-strip-gap: 5px; --ips-strip-duration: 58s; padding: 5px 0; }
  .ips-media-strip--logos { --ips-strip-gap: 3px; --ips-strip-duration: 42s; padding: 3px 0; }
  .ips-media-strip--leagues { --ips-strip-duration: 47s; }
  .ips-movie-slide { flex-basis: clamp(112px, 31vw, 145px); border-radius: 7px; }
  .ips-logo-slide { flex-basis: clamp(100px, 27vw, 128px); height: 64px; padding: 9px 12px; }
  .ips-logo-slide img { max-height: 42px; }
  .ips-marquee-toggle { top: 10px; right: 10px; width: 32px; height: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .ips-cinematic-hero__slide { transition: none; transform: none; }
  .ips-cinematic-hero__autoplay { display: none; }
  .ips-media-strip.is-ready .ips-auto-rail__track { animation: none; transform: none; }
  .ips-marquee-toggle { display: none; }
  .ips-movie-slide img { transition: none; }
}

/* Cinematic section backgrounds. These reuse the responsive hero files, so
   the browser normally serves them from cache instead of downloading a new
   set of large decorative images for every section. */
.home-page .ips-home-scene {
  --ips-scene-overlay: linear-gradient(180deg, rgba(3,7,24,.93), rgba(3,7,24,.96));
  color: #e7eaf2;
  border-top: 1px solid rgba(255,255,255,.09);
  background-color: #050b1b;
  background-image: var(--ips-scene-overlay);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-page .ips-home-scene--adventure {
  --ips-scene-image: url('/assets/images/movie-home/hero-slide-1-960.webp');
  --ips-scene-overlay: linear-gradient(115deg, rgba(3,7,24,.93) 0%, rgba(3,7,24,.75) 52%, rgba(3,7,24,.89) 100%);
}
.home-page .ips-home-scene--football {
  --ips-scene-image: url('/assets/images/football/hero-football-960.webp');
  --ips-scene-overlay: linear-gradient(110deg, rgba(3,7,24,.92) 0%, rgba(3,7,24,.76) 48%, rgba(3,7,24,.91) 100%);
}
.home-page .ips-home-scene--scifi {
  --ips-scene-image: url('/assets/images/home-cinema/hero-cinema-960.webp');
  --ips-scene-overlay: linear-gradient(112deg, rgba(3,7,24,.94) 0%, rgba(3,7,24,.78) 50%, rgba(3,7,24,.9) 100%);
}
.home-page .ips-home-scene.is-scene-ready {
  background-image: var(--ips-scene-overlay), var(--ips-scene-image);
  background-position: center, center top;
  background-size: cover, 100% auto;
}

.home-page .ips-home-scene .section-title > span,
.home-page .ips-home-scene .ips-section-kicker { color: #ff9aa8; }
.home-page .ips-home-scene .section-title h2 { color: #fff; text-shadow: 0 3px 24px rgba(0,0,0,.38); }
.home-page .ips-home-scene .section-title > p { color: #e0e5ef; text-shadow: 0 2px 14px rgba(0,0,0,.35); }

.home-page .ips-home-scene--pricing .ips-pricing__header h2 { color: #fff; text-shadow: 0 3px 24px rgba(0,0,0,.42); }
.home-page .ips-home-scene--pricing .ips-pricing__header p { color: #e0e5ef; }
.home-page .ips-home-scene--pricing .ips-showcase__kicker { color: #ff9aa8; }
.home-page .ips-home-scene--pricing .ips-tier-switch,
.home-page .ips-home-scene--pricing .ips-tier-panel--standard .ips-tier-summary,
.home-page .ips-home-scene--pricing .ips-plan-card:not(.ips-plan-card--vip) {
  background: rgba(255,255,255,.95);
  box-shadow: 0 22px 58px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
}
.home-page .ips-home-scene--pricing .ips-pricing__footer { color: #e2e7f0; }
.home-page .ips-home-scene--pricing .ips-pricing__footer a { color: #ff9aaa; }
.home-page .ips-home-scene--pricing .ips-tier-switch button[data-plan-toggle="vip"][aria-selected="true"] {
  background: linear-gradient(120deg, #76091f, #a50c2d);
}
.home-page .ips-home-scene--pricing .ips-tier-switch button[data-plan-toggle="vip"][aria-selected="true"] small {
  color: #fff;
  font-weight: 700;
}

.home-page .ips-home-scene--trust {
  --ips-scene-overlay: linear-gradient(90deg, rgba(3,7,24,.88), rgba(3,7,24,.7), rgba(3,7,24,.88));
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.home-page .ips-home-scene--trust.is-scene-ready { background-position: center, center 55%; }
.home-page .ips-home-scene--trust .ips-trust-grid {
  border-right: 1px solid rgba(255,255,255,.1);
  border-left: 1px solid rgba(255,255,255,.1);
  background: rgba(3,7,24,.48);
  backdrop-filter: blur(7px);
}
.home-page .ips-home-scene--trust .ips-trust-item { border-color: rgba(255,255,255,.13); }
.home-page .ips-home-scene--trust .ips-trust-item strong { color: #fff; }
.home-page .ips-home-scene--trust .ips-trust-item span { color: #d6dce8; }
.home-page .ips-home-scene--trust .ips-trust-item i { color: #ff6f82; }

.home-page .ips-home-scene--services::before { display: none; }
.home-page .ips-home-scene--services .ips-service-card,
.home-page .ips-home-scene--process .ips-process-card,
.home-page .ips-home-scene--blog .ips-blog-card,
.home-page .ips-home-scene--faq .ips-faq-list details {
  border-color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.95);
  box-shadow: 0 24px 60px rgba(0,0,0,.2);
  backdrop-filter: blur(9px);
}

.home-page .ips-home-scene--about .section-title {
  margin: 0;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(3,7,24,.7);
  box-shadow: 0 25px 64px rgba(0,0,0,.25);
  backdrop-filter: blur(12px);
}
.home-page .ips-home-scene--about .section-title p { color: #e0e5ef; }
.home-page .ips-home-scene--about .ips-check-list li { color: #fff; }
.home-page .ips-home-scene--about .ips-inline-link { color: #ff9aa8; }
.home-page .ips-home-scene--about .ips-about-media > img { box-shadow: 0 25px 65px rgba(0,0,0,.32); }

.home-page .ips-home-scene--devices .ips-device-chip {
  border-color: rgba(255,255,255,.2);
  background: rgba(3,7,24,.58);
  box-shadow: 0 16px 36px rgba(0,0,0,.14);
  backdrop-filter: blur(7px);
}

.home-page .ips-home-scene--blog .title-section-area .theme-btn {
  border: 1px solid rgba(255,255,255,.55);
}
.home-page .ips-home-scene--faq .section-title p { color: #e0e5ef; }

.home-page .ips-home-scene--cta {
  --ips-scene-overlay: linear-gradient(105deg, rgba(137,4,20,.93) 0%, rgba(214,17,30,.78) 46%, rgba(3,7,24,.88) 100%);
}
.home-page .ips-home-scene--cta.is-scene-ready { background-position: center, center; }

/* White content cards sit inside dark photographic sections, so their text
   color must be explicit instead of inheriting the section's light foreground. */
.home-page .ips-home-scene--services .ips-service-card,
.home-page .ips-home-scene--process .ips-process-card,
.home-page .ips-home-scene--blog .ips-blog-card,
.home-page .ips-home-scene--faq .ips-faq-list details,
.home-page .ips-home-scene--pricing .ips-tier-panel--standard .ips-tier-summary,
.home-page .ips-home-scene--pricing .ips-plan-card:not(.ips-plan-card--vip) {
  color: #111827;
}
.home-page .ips-home-scene--services .ips-service-card :is(h2, h3, h4, p, li, strong, small),
.home-page .ips-home-scene--process .ips-process-card :is(h2, h3, h4, p, li, span, strong, small),
.home-page .ips-home-scene--blog .ips-blog-card :is(h2, h3, h4, p, li, span, strong, small, time),
.home-page .ips-home-scene--faq .ips-faq-list details :is(h2, h3, h4, p, li, span, strong, small, summary),
.home-page .ips-home-scene--pricing .ips-tier-panel--standard .ips-tier-summary :is(h2, h3, h4, p, li, span, strong, small),
.home-page .ips-home-scene--pricing .ips-plan-card:not(.ips-plan-card--vip) :is(h2, h3, h4, p, li, span, strong, small, sup) {
  color: #111827;
}
.home-page .ips-home-scene--services .ips-service-card a,
.home-page .ips-home-scene--process .ips-process-card a,
.home-page .ips-home-scene--blog .ips-blog-card a,
.home-page .ips-home-scene--faq .ips-faq-list details a {
  color: #111827;
}
.home-page .ips-home-scene--pricing .ips-tier-switch button[aria-selected="false"],
.home-page .ips-home-scene--pricing .ips-tier-switch button[aria-selected="false"] span,
.home-page .ips-home-scene--pricing .ips-tier-switch button[aria-selected="false"] strong,
.home-page .ips-home-scene--pricing .ips-tier-switch button[aria-selected="false"] small,
.home-page .ips-home-scene--pricing .ips-tier-switch button[aria-selected="false"] em {
  color: #111827;
}

@media (min-width: 1000px) {
  .home-page .ips-home-scene--adventure { --ips-scene-image: url('/assets/images/movie-home/hero-slide-1-1440.webp'); }
  .home-page .ips-home-scene--football { --ips-scene-image: url('/assets/images/football/hero-football-1440.webp'); }
  .home-page .ips-home-scene--scifi { --ips-scene-image: url('/assets/images/home-cinema/hero-cinema-1440.webp'); }
}

@media (max-width: 767px) {
  .home-page .ips-home-scene.is-scene-ready {
    background-position: center, center top;
    background-size: cover, auto 520px;
  }
  .home-page .ips-home-scene--trust.is-scene-ready,
  .home-page .ips-home-scene--cta.is-scene-ready { background-position: center, center; }
  .home-page .ips-home-scene--about .section-title { padding: 26px 22px; }
  .home-page .ips-home-scene--trust .ips-trust-grid { border-right: 0; border-left: 0; }
}

@media (forced-colors: active) {
  .home-page .ips-home-scene,
  .home-page .ips-home-scene.is-scene-ready { color: CanvasText; background: Canvas; }
}
