.streaming-guide {
  --stream-cyan: #63dcff;
  --stream-lime: #b8ff3b;
}

.streaming-guide-hero {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .58fr);
}

.streaming-guide-hero .broadcast-hero-copy {
  background:
    radial-gradient(circle at 74% 24%, rgba(99, 220, 255, .11), transparent 28%),
    linear-gradient(135deg, rgba(5, 9, 34, .3), rgba(19, 25, 65, .2));
}

.streaming-guide-summary {
  position: relative;
  align-self: center;
  margin: clamp(22px, 3vw, 42px);
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(99, 220, 255, .25);
  border-top: 4px solid var(--gold);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(13, 19, 56, .97), rgba(4, 12, 31, .96));
  box-shadow: 0 30px 70px rgba(0, 0, 0, .3);
}

.streaming-guide-summary::after {
  position: absolute;
  right: -46px;
  bottom: -54px;
  width: 175px;
  height: 175px;
  border: 1px solid rgba(99, 220, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(99, 220, 255, .035), 0 0 0 48px rgba(255, 209, 42, .025);
  content: "";
}

.streaming-guide-summary > span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--stream-lime);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.streaming-guide-summary > span i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(184, 255, 59, .1);
}

.streaming-guide-summary > strong {
  display: block;
  margin-top: 22px;
  color: var(--gold);
  font-size: clamp(66px, 8vw, 108px);
  line-height: .8;
}

.streaming-guide-summary h2 { margin-top: 15px; color: white; font-size: 25px; }
.streaming-guide-summary p { position: relative; z-index: 1; margin: 13px 0 0; color: #aeb9cd; font-size: 13px; line-height: 1.65; }
.streaming-guide-summary a { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; margin-top: 24px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, .12); color: white; font-size: 12px; font-weight: 900; }
.streaming-guide-summary a:hover { color: var(--gold); }

.streaming-country-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.streaming-country-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 194px;
  padding: 25px 26px 23px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(99, 220, 255, .08), transparent 34%),
    linear-gradient(155deg, rgba(18, 26, 64, .97), rgba(5, 10, 31, .99));
  box-shadow: 0 22px 48px rgba(0, 0, 0, .18);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.streaming-country-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--stream-cyan));
  content: "";
}

.streaming-country-card:hover { transform: translateY(-4px); border-color: rgba(99, 220, 255, .32); box-shadow: 0 28px 58px rgba(0, 0, 0, .28); }
.streaming-country-card > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.streaming-country-card > header small { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(99, 220, 255, .25); border-radius: 50%; color: var(--stream-cyan); font-size: 9px; font-weight: 950; letter-spacing: .06em; }
.streaming-country-card > header b { color: #8794ae; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-align: right; text-transform: uppercase; }

.streaming-country-identity {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 22px;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.streaming-country-identity > div:last-child > span,
.streaming-time-grid small {
  display: block;
  color: #8794ae;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.streaming-country-card h3 { color: white; font-size: clamp(18px, 1.55vw, 23px); line-height: 1.35; }
.streaming-country-card h3 em { color: var(--gold); font-style: normal; }

.streaming-platforms,
.streaming-times {
  position: relative;
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid var(--broadcast-line);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(8, 15, 45, .96), rgba(4, 10, 30, .98));
}

.streaming-platform-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
}

.streaming-platform-grid article {
  min-height: 240px;
  padding: 23px 20px;
  background: #0a1030;
}
.streaming-platform-grid article > span { color: var(--gold); font-size: 10px; font-weight: 950; }
.streaming-platform-grid small { display: block; margin-top: 34px; color: var(--stream-cyan); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.streaming-platform-grid h3 { margin-top: 8px; color: white; font-size: 17px; line-height: 1.25; }
.streaming-platform-grid p { margin-top: 13px; color: #9da9bf; font-size: 11px; line-height: 1.62; }

.streaming-caribbean .broadcast-provider-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.streaming-caribbean .broadcast-provider-grid article:last-child { grid-column: auto; }

.streaming-time-grid { display: grid; gap: 8px; }
.streaming-time-grid article {
  display: grid;
  grid-template-columns: 34px minmax(220px, 1.3fr) minmax(150px, .7fr) minmax(150px, .7fr);
  gap: 18px;
  align-items: center;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 10px;
  background: rgba(255, 255, 255, .025);
}
.streaming-time-grid article > span { color: var(--stream-cyan); font-size: 10px; font-weight: 950; }
.streaming-time-grid h3 { margin-top: 4px; color: white; font-size: 15px; }
.streaming-time-grid strong { display: block; margin-top: 4px; color: var(--gold); font-size: 14px; }
.streaming-time-note { margin: 17px 0 0; color: #9ba8bf; font-size: 11px; }
.streaming-time-note a { color: var(--stream-cyan); font-weight: 900; }

@media (max-width: 1120px) {
  .streaming-guide-hero { grid-template-columns: 1fr; }
  .streaming-platform-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .streaming-country-grid,
  .streaming-caribbean .broadcast-provider-grid { grid-template-columns: 1fr; }
  .streaming-platform-grid { grid-template-columns: 1fr; }
  .streaming-platform-grid article { min-height: 0; }
  .streaming-platform-grid small { margin-top: 20px; }
  .streaming-time-grid article { grid-template-columns: 28px minmax(0, 1fr); }
  .streaming-time-grid article > div:nth-child(n+3) { grid-column: 2; }
}

@media (max-width: 520px) {
  .streaming-guide-summary { margin: 14px; padding: 25px 21px; }
  .streaming-country-card { min-height: 0; padding: 22px 19px; }
  .streaming-country-identity { grid-template-columns: 1fr; gap: 14px; }
  .streaming-country-identity .broadcast-channel-logos { width: 100%; min-height: 56px; padding: 0; border: 0; }
  .streaming-platforms,
  .streaming-times { padding: 25px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .streaming-country-card { transition: none; }
}
