/* v1.3.29 — Real Photo Hero Replacement
   User requested no generated/mockup image in the hero. This replaces the right
   synthetic TV interface visual with a real locally stored Pexels photo. */

.hero-real-photo-v1329 .tv-stage {
  min-height: 560px;
  align-items: center;
  justify-content: center;
}

.hero-real-photo-v1329 .tv-stage::before {
  inset: 10px -8px 62px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 58% 22%, rgba(255, 28, 36, .28), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.014));
}

.hero-real-photo-v1329 .hero-real-photo-card {
  position: relative;
  z-index: 2;
  width: min(860px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #08080b;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow:
    0 44px 90px rgba(0,0,0,.42),
    0 0 80px rgba(237,13,18,.14),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.hero-real-photo-v1329 .hero-real-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.50), rgba(0,0,0,.10) 45%, rgba(0,0,0,.42)),
    linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.48)),
    radial-gradient(circle at 75% 20%, rgba(237,13,18,.26), transparent 24%);
  pointer-events: none;
}

.hero-real-photo-v1329 .hero-real-photo-card::after {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: -1px;
  height: 7px;
  z-index: 3;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(239,27,36,.94), transparent);
  box-shadow: 0 0 28px rgba(239,27,36,.36);
  pointer-events: none;
}

.hero-real-photo-v1329 .hero-real-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.03) contrast(1.04) brightness(.82);
}

.hero-real-photo-v1329 .hero-real-photo-card figcaption {
  position: absolute;
  left: 24px;
  top: 22px;
  z-index: 4;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,.48);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

/* Remove the generated/CSS mockup from the visual output. */
.hero-real-photo-v1329 .screen,
.hero-real-photo-v1329 .screen-foot,
.hero-real-photo-v1329 .tv-box {
  display: none !important;
}

/* Keep the existing price/trust block, but adapt it to the real photo. */
.hero-real-photo-v1329 .deal-float {
  z-index: 5;
  right: -12px;
  bottom: 24px;
  grid-template-columns: 220px minmax(230px, 1fr);
}

.hero-real-photo-v1329 .deal-price {
  transform: rotate(-4deg) translateY(-4px);
}

.hero-real-photo-v1329 .deal-price strong {
  font-size: 66px;
}

.hero-real-photo-v1329 .deal-list {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
}

/* Add a discreet real-photo badge without overloading the hero. */
.hero-real-photo-v1329 .hero-real-photo-card .real-photo-badge {
  display: none;
}

@media (max-width: 1320px) {
  .hero-real-photo-v1329 .hero-real-photo-card {
    width: min(760px, 100%);
  }

  .hero-real-photo-v1329 .deal-float {
    right: -4px;
    grid-template-columns: 194px minmax(210px, 1fr);
  }

  .hero-real-photo-v1329 .deal-price strong {
    font-size: 58px;
  }
}

@media (max-width: 1080px) {
  .hero-real-photo-v1329 .tv-stage {
    min-height: 530px;
  }

  .hero-real-photo-v1329 .hero-real-photo-card {
    width: min(820px, 100%);
  }

  .hero-real-photo-v1329 .deal-float {
    right: 18px;
    bottom: 12px;
  }
}

@media (max-width: 760px) {
  .hero-real-photo-v1329 .tv-stage {
    min-height: auto;
    display: block;
  }

  .hero-real-photo-v1329 .hero-real-photo-card {
    width: 100%;
    border-radius: 24px;
  }

  .hero-real-photo-v1329 .hero-real-photo-card figcaption {
    left: 14px;
    top: 14px;
    font-size: 10px;
  }

  .hero-real-photo-v1329 .deal-float {
    position: static;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .hero-real-photo-v1329 .deal-price {
    transform: none;
  }

  .hero-real-photo-v1329 .deal-list {
    margin-left: 0;
    border-radius: 22px;
  }
}
