/* v1.3.27 — Hero Cinematic Final Polish
   Targeted final pass on the homepage hero only. */

.hero {
  position: relative;
  padding-top: clamp(92px, 7vw, 132px);
  padding-bottom: clamp(94px, 7vw, 132px);
  background:
    radial-gradient(circle at 67% 23%, rgba(255, 28, 36, .54), transparent 26%),
    radial-gradient(circle at 16% 75%, rgba(255, 28, 36, .18), transparent 30%),
    linear-gradient(100deg, #050506 0%, #120102 28%, #3a0307 56%, #08080b 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), transparent 18%),
    radial-gradient(circle at 58% 40%, rgba(255,255,255,.085), transparent 34%),
    radial-gradient(circle at 78% 52%, rgba(237, 13, 18, .18), transparent 30%),
    repeating-linear-gradient(115deg, rgba(255,255,255,.024) 0 1px, transparent 1px 36px);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  top: 51%;
  left: 67%;
  width: 760px;
  height: 460px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 28, 36, .26), transparent 68%);
  filter: blur(20px);
  pointer-events: none;
}

.skyline {
  opacity: .20;
  filter: contrast(1.05) saturate(.8);
}

.hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr);
  gap: clamp(54px, 5vw, 78px);
  align-items: center;
}

.hero-content { max-width: 720px; }

.eyebrow {
  margin-bottom: 18px;
  font-size: 12.5px;
  letter-spacing: .22em;
  color: #ff2a35;
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(68px, 6.55vw, 112px);
  line-height: .91;
  letter-spacing: -.06em;
}

.hero h1 span {
  color: #ff202c;
  text-shadow: 0 0 28px rgba(255, 33, 44, .26);
}

.hero-copy {
  max-width: 660px;
  margin-bottom: 30px;
  color: rgba(255,255,255,.90);
  font-size: 18.5px;
  line-height: 1.58;
}

.proofs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin-bottom: 30px;
}

.proof {
  min-height: 84px;
  padding: 15px 14px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 31, 43, .18), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 32px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.08);
}

.proof-icon {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255, 32, 44, .20), rgba(255, 32, 44, .09));
  box-shadow: inset 0 0 0 1px rgba(255, 47, 58, .34), 0 10px 18px rgba(0,0,0,.13);
}

.proof strong { font-size: 16px; }
.proof small { color: rgba(255,255,255,.74); font-size: 12.5px; }

.hero-actions {
  gap: 18px;
  margin-bottom: 17px;
}

.hero-actions .btn-primary,
.hero-actions .btn-ghost {
  min-height: 62px;
  border-radius: 18px;
  padding-inline: 32px;
}

.hero-actions .btn-primary {
  min-width: 278px;
  justify-content: center;
  box-shadow: 0 24px 38px rgba(180, 0, 12, .30), 0 0 0 1px rgba(255,255,255,.08) inset;
}

.hero-actions .btn-ghost {
  min-width: 220px;
  justify-content: center;
}

.tv-stage {
  min-height: 590px;
}

.tv-stage::before {
  inset: 8px -10px 62px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 64% 20%, rgba(255, 28, 36, .24), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.016));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 34px 92px rgba(0,0,0,.30);
}

.screen {
  max-width: 790px;
  transform: perspective(1800px) rotateY(-3.2deg) rotateX(1deg) translateY(-8px);
  border-radius: 28px;
  padding: 8px;
  box-shadow:
    0 46px 86px rgba(0,0,0,.40),
    0 0 80px rgba(237, 13, 18, .13),
    inset 0 1px 0 rgba(255,255,255,.09);
}

.screen-inner { border-radius: 20px; }
.screen-head { padding: 18px 20px; }
.tv-cards { gap: 15px; padding: 20px; }
.tv-card { min-height: 162px; border-radius: 20px; }
.tv-card span { font-size: 18px; }
.channels { padding: 0 20px 20px; gap: 13px; }
.channel { min-height: 66px; border-radius: 15px; font-size: 14px; }

.deal-float {
  right: -4px;
  bottom: 4px;
  grid-template-columns: 226px 1fr;
}

.deal-price {
  padding: 18px 22px 20px;
  border-radius: 26px;
  transform: rotate(-4deg) translateY(-4px);
  box-shadow:
    0 24px 42px rgba(130, 0, 10, .38),
    0 0 34px rgba(255, 30, 42, .18),
    inset 0 1px 0 rgba(255,255,255,.30);
}

.deal-price strong { font-size: 70px; }

.deal-list {
  padding: 20px 25px 20px 31px;
  border-radius: 0 26px 26px 0;
  box-shadow: 0 24px 40px rgba(0,0,0,.20);
}

.deal-list p { font-size: 16px; }
.screen-foot { bottom: 26px; width: 34%; }
.tv-box { left: 16px; bottom: 60px; }

.hero + section,
.hero + .section { position: relative; }

.hero + section::before,
.hero + .section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(237,13,18,.24), transparent);
}

@media (max-width: 1320px) {
  .hero-grid { grid-template-columns: minmax(0, .92fr) minmax(510px, 1.08fr); gap: 46px; }
  .hero h1 { font-size: clamp(60px, 6.05vw, 96px); }
  .screen { max-width: 720px; }
  .deal-float { grid-template-columns: 198px 1fr; right: 0; }
  .deal-price strong { font-size: 58px; }
}

@media (max-width: 1040px) {
  .hero { padding-top: 78px; padding-bottom: 86px; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .tv-stage { min-height: 560px; }
  .screen { max-width: 780px; transform: none; }
  .deal-float { right: 18px; bottom: 8px; }
}

@media (max-width: 760px) {
  .hero { padding-top: 58px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(45px, 11vw, 68px); line-height: .94; }
  .hero-copy { font-size: 15.5px; }
  .proofs { grid-template-columns: 1fr 1fr; }
  .proof { min-height: 76px; }
  .hero-actions .btn-primary,
  .hero-actions .btn-ghost { min-height: 56px; min-width: 0; width: 100%; }
  .tv-stage { min-height: 500px; }
  .tv-stage::before { inset: 10px 0 70px; }
  .screen { max-width: 100%; }
  .tv-card { min-height: 124px; }
  .deal-float { position: static; grid-template-columns: 1fr; margin-top: 18px; }
  .deal-price { transform: none; }
  .deal-list { margin-left: 0; border-radius: 22px; }
}

@media (max-width: 540px) {
  .proofs { grid-template-columns: 1fr; }
  .tv-stage { min-height: 440px; }
  .screen-head { padding: 13px; }
  .screen-tabs { gap: 14px; }
  .tv-card { min-height: 110px; }
}
