/* v1.3.26 — Hero Premium Redesign
   Goal: elevate the homepage hero into a stronger 2026-style premium IPTV section
   without changing the validated content structure. */

.hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: 82px 0 96px;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 28, 36, .42), transparent 24%),
    radial-gradient(circle at 22% 78%, rgba(255, 28, 36, .16), transparent 28%),
    linear-gradient(90deg, #070708 0%, #140102 34%, #2b0104 60%, #09090c 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), transparent 16%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.07), transparent 35%),
    repeating-linear-gradient(120deg, rgba(255,255,255,.02) 0 1px, transparent 1px 38px);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 56%;
  width: 920px;
  height: 520px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 28, 36, .20), transparent 68%);
  filter: blur(24px);
  z-index: -1;
  pointer-events: none;
}

.skyline {
  position: absolute;
  inset: auto 0 0;
  height: 74%;
  opacity: .18;
  background:
    linear-gradient(180deg, transparent, rgba(0,0,0,.35)),
    url("../img/charleroi.webp") center bottom / cover no-repeat;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(510px, .98fr);
  align-items: center;
  gap: 52px;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  color: #ff3941;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 13px;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,.10), #ff2932);
  box-shadow: 0 0 14px rgba(255, 36, 48, .28);
}

.hero h1 {
  margin: 0 0 20px;
  font-size: clamp(64px, 7vw, 108px);
  line-height: .93;
  letter-spacing: -.055em;
  font-weight: 900;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 12px 34px rgba(0,0,0,.22);
}

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

.hero-copy {
  max-width: 640px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.88);
  font-size: 18px;
  line-height: 1.62;
}

.proofs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}

.proof {
  min-height: 74px;
  padding: 14px 14px 14px 12px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  border: 1px solid rgba(255,255,255,.09);
  box-shadow:
    0 18px 28px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  gap: 12px;
}

.proof-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  color: #ff232d;
  background: rgba(255, 34, 44, .12);
  box-shadow: inset 0 0 0 1px rgba(255, 47, 58, .24), 0 10px 16px rgba(0,0,0,.10);
}

.proof-icon i {
  font-size: 15px;
}

.proof strong,
.proof small {
  display: block;
  line-height: 1.1;
}

.proof strong {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.proof small {
  margin-top: 5px;
  color: rgba(255,255,255,.70);
  font-size: 13px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 0 16px;
}

.hero-actions .btn-primary,
.hero-actions .btn-ghost {
  min-height: 58px;
  padding: 0 28px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.02em;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  box-shadow: 0 22px 34px rgba(0,0,0,.18);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.hero-actions .btn-primary {
  background: linear-gradient(135deg, #ff1a23, #e50816 62%, #b7000a 100%);
  color: #fff;
}

.hero-actions .btn-ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
  backdrop-filter: blur(10px);
}

.hero-actions .btn-primary:hover,
.hero-actions .btn-ghost:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 38px rgba(0,0,0,.22);
}

.mini-trust {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.45;
}

.mini-trust i {
  color: #ff2a32;
}

.tv-stage {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1600px;
}

.tv-stage::before {
  content: "";
  position: absolute;
  inset: 28px 12px 84px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    radial-gradient(circle at 78% 14%, rgba(255, 33, 44, .22), transparent 20%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 30px 80px rgba(0,0,0,.24);
  z-index: 0;
  pointer-events: none;
}

.screen {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  border-radius: 24px;
  padding: 7px;
  background: linear-gradient(180deg, #232833, #0a0d14);
  box-shadow:
    0 40px 72px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.08);
  transform: perspective(1800px) rotateY(-5deg) rotateX(1.4deg);
  transform-origin: center right;
}

.screen::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: -18px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(0, 142, 255, .85), transparent);
  box-shadow: 0 0 24px rgba(0, 142, 255, .28);
}

.screen-inner {
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 18%, rgba(104, 59, 137, .22), transparent 18%),
    linear-gradient(180deg, #071017 0%, #08101d 68%, #0a1017 100%);
}

.screen-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(7,11,18,.76);
}

.mini-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.mini-logo .play {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, #ff1a23, #ba0010);
  color: #fff;
  box-shadow: 0 10px 20px rgba(255, 28, 36, .24);
}

.mini-logo strong span {
  color: #ff2530;
}

.screen-tabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  font-weight: 700;
}

.screen-tabs .active {
  color: #fff;
  position: relative;
}

.screen-tabs .active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff222d, #ff6168);
}

.screen-icons {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

.tv-cards {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 14px;
  padding: 18px;
}

.tv-card {
  min-height: 146px;
  padding: 18px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
  position: relative;
  overflow: hidden;
}

.tv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), transparent 32%),
    linear-gradient(180deg, transparent, rgba(0,0,0,.45));
  pointer-events: none;
}

.tv-card span,
.tv-card small {
  position: relative;
  z-index: 2;
}

.tv-card span {
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.tv-card small {
  margin-top: 8px;
  color: rgba(255,255,255,.70);
  font-size: 12px;
}

.tv-card.live { background: linear-gradient(135deg, #ff1220, #ff2f4e 46%, #8d0210); }
.tv-card.films { background: linear-gradient(135deg, #6a4336, #2f0906 70%, #0f0a0e); }
.tv-card.series { background: linear-gradient(135deg, #5e2d72, #210718 70%, #0d0a10); }
.tv-card.kids { background: linear-gradient(135deg, #657557, #29403f 64%, #121518); }

.channels {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding: 0 18px 18px;
}

.channel {
  min-height: 60px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.channel.tf1 { background: #fff; color: #2353d9; }
.channel.two, .channel.three { background: rgba(255,255,255,.03); }
.channel.two span { color: #ff3442; margin-right: 4px; }
.channel.three { color: #58aaff; }
.channel.canal { background: #101010; }
.channel.bein { background: #efe4ff; color: #5c2fa0; line-height: 1.1; }
.channel.rmc { background: #e91f2b; line-height: 1.1; }

.screen-foot {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 32%;
  height: 15px;
  border-radius: 0 0 999px 999px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #0d1118, #05070c);
  box-shadow: 0 20px 30px rgba(0,0,0,.36);
  z-index: 1;
}

.tv-box {
  position: absolute;
  left: 26px;
  bottom: 62px;
  width: 96px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(180deg, #10131a, #06090e);
  box-shadow: 0 18px 26px rgba(0,0,0,.30);
  z-index: 1;
}

.tv-box::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 4px;
  border-radius: 999px;
  background: #0f7cff;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(15,124,255,.36);
}

.deal-float {
  position: absolute;
  right: 12px;
  bottom: 10px;
  display: grid;
  grid-template-columns: 204px 1fr;
  gap: 0;
  align-items: stretch;
  z-index: 3;
}

.deal-price {
  position: relative;
  padding: 16px 20px 18px;
  color: #fff;
  border-radius: 24px;
  transform: rotate(-4deg);
  background: linear-gradient(180deg, #ff1c2a 0%, #d40412 66%, #7f0009 100%);
  border: 2px solid rgba(255,255,255,.70);
  box-shadow:
    0 18px 34px rgba(130, 0, 10, .32),
    inset 0 1px 0 rgba(255,255,255,.28);
  text-align: center;
}

.deal-price span,
.deal-price small {
  display: block;
  line-height: 1.05;
}

.deal-price span {
  font-size: 16px;
  font-weight: 800;
}

.deal-price strong {
  display: block;
  margin: 6px 0 4px;
  font-size: 62px;
  line-height: .9;
  font-weight: 900;
  letter-spacing: -.07em;
}

.deal-price small {
  font-size: 14px;
  font-weight: 800;
}

.deal-list {
  margin-left: -8px;
  padding: 18px 22px 18px 28px;
  border-radius: 0 24px 24px 0;
  background: rgba(255,255,255,.97);
  box-shadow: 0 20px 34px rgba(0,0,0,.18);
  align-self: center;
}

.deal-list p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #111216;
  font-size: 16px;
  font-weight: 700;
}

.deal-list p + p {
  margin-top: 10px;
}

.deal-list i {
  color: #111216;
  width: 16px;
  text-align: center;
}

@media (max-width: 1240px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(56px, 6.2vw, 92px);
  }

  .proofs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screen {
    max-width: 660px;
  }

  .tv-card {
    min-height: 132px;
  }

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

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

@media (max-width: 1040px) {
  .hero {
    padding: 74px 0 82px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    max-width: none;
  }

  .tv-stage {
    min-height: 520px;
    padding-top: 10px;
  }

  .tv-stage::before {
    inset: 12px 0 82px;
  }

  .screen {
    max-width: 760px;
    transform: none;
  }

  .deal-float {
    right: 12px;
  }
}

@media (max-width: 760px) {
  .hero {
    padding: 56px 0 68px;
  }

  .hero h1 {
    font-size: clamp(46px, 11vw, 72px);
    line-height: .96;
    letter-spacing: -.05em;
  }

  .hero-copy {
    font-size: 16px;
  }

  .proofs {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .proof {
    min-height: 70px;
    padding: 12px;
  }

  .proof strong {
    font-size: 14px;
  }

  .proof small {
    font-size: 12px;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-ghost {
    width: 100%;
    justify-content: center;
    min-height: 54px;
    font-size: 17px;
  }

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

  .screen-head {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  .screen-tabs {
    justify-content: flex-start;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 4px;
  }

  .screen-icons {
    justify-content: flex-start;
  }

  .tv-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 14px;
  }

  .tv-card {
    min-height: 118px;
    border-radius: 16px;
  }

  .tv-card span {
    font-size: 15px;
  }

  .channels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 14px 14px;
  }

  .channel {
    min-height: 56px;
    font-size: 12px;
  }

  .deal-float {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
    width: 100%;
  }

  .deal-price {
    transform: none;
    border-radius: 22px;
  }

  .deal-list {
    margin-left: 0;
    border-radius: 22px;
    padding: 16px 18px;
  }

  .deal-list p {
    font-size: 15px;
  }

  .screen-foot,
  .tv-box {
    display: none;
  }
}

@media (max-width: 540px) {
  .proofs {
    grid-template-columns: 1fr;
  }

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

  .tv-cards {
    grid-template-columns: 1fr;
  }

  .channels {
    grid-template-columns: 1fr 1fr;
  }
}
