/* Страница «Беспроводное ТВ» — дополнения к internet-main/style-light.css */

.hero--tv .hero__overlay {
  background:
    linear-gradient(135deg, rgba(8, 60, 45, 0.55) 0%, rgba(12, 40, 35, 0.4) 45%, rgba(20, 50, 42, 0.35) 100%),
    linear-gradient(to top, rgba(6, 28, 22, 0.65) 0%, transparent 50%);
}
.hero--tv .hero__bg img {
  object-position: center center;
  transform: scale(1.02);
}
.hero--tv .hero__content {
  max-width: 520px;
  padding: 28px 32px 32px;
  border-radius: var(--radius-lg);
  background: rgba(0, 158, 80, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
}
.hero--tv .hero__title {
  margin-bottom: 28px;
  font-size: clamp(1.35rem, 3.4vw, 2rem);
  line-height: 1.25;
  font-weight: 800;
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
  background-clip: unset;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}
.hero--tv .btn--tv-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--clr-accent-dark);
  font-weight: 700;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  border: none;
}
.hero--tv .btn--tv-hero:hover {
  background: #f0fdf4;
  color: var(--clr-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}

#benefits.features.features--intercom {
  background:
    linear-gradient(180deg, rgba(0, 158, 80, 0.08) 0%, transparent 45%),
    var(--clr-bg-alt);
}
#benefits.features.features--intercom::before {
  background: radial-gradient(circle, rgba(0, 158, 80, 0.1) 0%, transparent 65%);
}
#benefits .feature-card {
  border-color: rgba(0, 158, 80, 0.2);
  background: rgba(255, 255, 255, 0.9);
}
#benefits .feature-card__glow {
  background: linear-gradient(135deg, rgba(0, 158, 80, 0.1) 0%, transparent 55%);
}

@media (max-width: 900px) {
  .already--tv .already__visual {
    display: flex;
    order: -1;
  }
  .already--tv .already__grid {
    gap: 28px;
  }
}
