/* Streaming TV, Radio ed Eventi - pagina HTML reale */

.streaming-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 66px 0 82px;
  background: linear-gradient(135deg, #030b19 0%, #061b33 42%, #25052f 100%);
}

.streaming-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(224,27,54,.26), transparent 24%),
    linear-gradient(90deg, rgba(3,11,25,.82), rgba(6,27,51,.56) 40%, rgba(6,27,51,.18)),
    url("../img/streaming-live-sfondo.jpg") center right / cover no-repeat;
  opacity: 1;
  filter: saturate(1.18) contrast(1.08);
}

.streaming-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% 0 -10%;
  height: 170px;
  background:
    radial-gradient(ellipse at 35% 80%, rgba(224,27,54,.35), transparent 55%),
    repeating-radial-gradient(ellipse at 35% 100%, rgba(0,109,255,.18) 0 2px, transparent 2px 16px);
  opacity: .62;
}

.streaming-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,.86fr) minmax(380px,.72fr);
  gap: 42px;
  align-items: center;
}

.streaming-copy h1 {
  max-width: 840px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.25rem,5vw,4.35rem);
  line-height: 1.02;
  letter-spacing: -.06em;
}

.streaming-lead {
  max-width: 730px;
  color: rgba(255,255,255,.9);
  font-size: 1.1rem;
  line-height: 1.72;
}

.streaming-actions,
.streaming-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.streaming-badges span {
  border-radius: 999px;
  padding: 10px 13px;
  color: #fff;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 850;
}

.streaming-preview-card {
  padding: 22px;
  border-radius: 34px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 38px 110px rgba(0,0,0,.38), 0 0 80px rgba(224,27,54,.20);
  backdrop-filter: blur(10px);
}

.live-device {
  border-radius: 26px;
  padding: 18px;
  background: #050b16;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.08);
}

.device-screen {
  position: relative;
  min-height: 260px;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 22%, rgba(255,255,255,.32), transparent 15%),
    radial-gradient(circle at 42% 38%, rgba(224,27,54,.44), transparent 20%),
    linear-gradient(135deg, #28134a, #071b35 52%, #050b16);
}

.live-label {
  position: absolute;
  top: 18px;
  left: 18px;
  border-radius: 8px;
  padding: 8px 10px;
  color: #fff;
  background: linear-gradient(135deg, #e01b36, #ff3b4f);
  font-weight: 950;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: #fff;
  background: rgba(224,27,54,.88);
  font-size: 2rem;
  box-shadow: 0 20px 60px rgba(224,27,54,.45);
}

.live-text {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.live-text strong,
.live-text span {
  width: max-content;
  max-width: 100%;
  border-radius: 10px;
  padding: 10px 14px;
  color: #fff;
  background: #e01b36;
  font-size: 1.25rem;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}

.live-text span {
  font-size: 1.12rem;
}

.streaming-feature-strip {
  background: #f4f7fb;
  padding: 0 0 56px;
}

.streaming-feature-grid {
  position: relative;
  z-index: 3;
  margin-top: -34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(6,27,51,.14);
  border: 1px solid rgba(9,25,44,.08);
}

.streaming-feature-grid article {
  text-align: center;
  padding: 28px 22px;
  border-right: 1px solid rgba(9,25,44,.08);
}

.streaming-feature-grid article:last-child {
  border-right: 0;
}

.streaming-feature-grid span {
  display: block;
  color: #e01b36;
  font-size: 2rem;
  font-weight: 950;
  margin-bottom: 12px;
}

.streaming-feature-grid h3 {
  margin: 0 0 8px;
  color: #071b35;
  font-size: 1.04rem;
}

.streaming-feature-grid p {
  margin: 0;
  color: #5f6c7b;
  line-height: 1.5;
  font-size: .92rem;
}

.streaming-section,
.streaming-cta-section {
  background: #fff;
  padding: 66px 0;
}

.streaming-section {
  padding-top: 0;
}

.streaming-light {
  background: #f4f7fb;
  padding-top: 66px;
}

.section-title.centered {
  max-width: 900px;
  margin: 0 auto 32px;
  text-align: center;
}

.section-title h2,
.streaming-two-col h2 {
  color: #071b35;
  letter-spacing: -.045em;
}

.section-title p,
.streaming-two-col p {
  color: #5f6c7b;
  line-height: 1.7;
}

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

.streaming-value-grid article,
.tech-grid article,
.event-list div,
.process-list div {
  border: 1px solid rgba(9,25,44,.08);
  border-radius: 20px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 16px 42px rgba(6,27,51,.07);
}

.streaming-value-grid span,
.tech-grid span {
  display: inline-grid;
  place-items: center;
  min-width: 54px;
  height: 54px;
  border-radius: 16px;
  margin-bottom: 14px;
  color: #fff;
  background: linear-gradient(135deg, #e01b36, #006dff);
  font-size: 1.18rem;
  font-weight: 950;
  padding: 0 10px;
}

.streaming-value-grid h3,
.tech-grid h3 {
  margin: 0 0 8px;
  color: #071b35;
  font-size: 1.08rem;
}

.streaming-value-grid p,
.tech-grid p {
  margin: 0;
  color: #5f6c7b;
  line-height: 1.55;
  font-size: .94rem;
}

.streaming-two-col {
  display: grid;
  grid-template-columns: minmax(0,.85fr) minmax(360px,.95fr);
  gap: 42px;
  align-items: start;
}

.event-list,
.process-list {
  display: grid;
  gap: 13px;
}

.event-list strong,
.process-list strong {
  display: block;
  color: #071b35;
  margin-bottom: 6px;
}

.event-list span,
.process-list span {
  color: #5f6c7b;
  line-height: 1.5;
}

.streaming-cta-section {
  padding-top: 0;
}

.streaming-cta-box {
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: 30px;
  align-items: center;
  border-radius: 28px;
  padding: 36px 40px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 45%, rgba(224,27,54,.38), transparent 18%),
    linear-gradient(135deg, #061b33 0%, #082c5f 52%, #18051f 100%);
  box-shadow: 0 22px 70px rgba(6,27,51,.15);
}

.streaming-cta-box h2 {
  color: #fff;
  margin: 0;
  font-size: clamp(2rem,3vw,3.2rem);
  line-height: 1.05;
}

.streaming-cta-box p {
  color: rgba(255,255,255,.86);
  line-height: 1.6;
  margin: 0;
}

.streaming-cta-box .btn-outline {
  color: #fff;
  border-color: rgba(255,255,255,.35);
}

@media (max-width: 1100px) {
  .streaming-hero-grid,
  .streaming-two-col,
  .streaming-cta-box {
    grid-template-columns: 1fr;
  }

  .streaming-feature-grid,
  .streaming-value-grid,
  .tech-grid {
    grid-template-columns: 1fr 1fr;
  }

  .streaming-preview-card {
    max-width: 620px;
  }
}

@media (max-width: 680px) {
  .streaming-hero {
    padding: 42px 0 60px;
  }

  .streaming-feature-grid,
  .streaming-value-grid,
  .tech-grid {
    grid-template-columns: 1fr;
  }

  .streaming-feature-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(9,25,44,.08);
  }
}


/* Maggiore impatto visivo e sezione HbbTV */
.streaming-copy h1 {
  text-shadow: 0 18px 52px rgba(0,0,0,.38);
}

.streaming-preview-card {
  transform: translateY(4px);
}

.streaming-badges span {
  box-shadow: 0 12px 34px rgba(0,0,0,.18);
}

.hbbtv-highlight {
  padding: 0 0 66px;
  background: #fff;
}

.hbbtv-box {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .72fr);
  gap: 32px;
  align-items: center;
  border-radius: 30px;
  padding: 36px 40px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 28%, rgba(224,27,54,.38), transparent 20%),
    radial-gradient(circle at 18% 85%, rgba(0,109,255,.38), transparent 22%),
    linear-gradient(135deg, #061b33 0%, #082c5f 48%, #24052f 100%);
  box-shadow: 0 26px 80px rgba(6,27,51,.18);
}

.hbbtv-box h2 {
  margin: 0 0 12px;
  color: #fff;
  letter-spacing: -.045em;
}

.hbbtv-box p {
  margin: 0;
  color: rgba(255,255,255,.86);
  line-height: 1.7;
}

.hbbtv-points {
  display: grid;
  gap: 12px;
}

.hbbtv-points span {
  display: block;
  border-radius: 16px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  font-weight: 850;
}

.hbbtv-points span::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 999px;
  color: #fff;
  background: #00A651;
  font-size: .78rem;
}

@media (max-width: 1100px) {
  .hbbtv-box {
    grid-template-columns: 1fr;
  }
}
