/* Variant B: keep the offer and primary CTA inside the first mobile viewport. */
.hero-v2 {
  min-height: 850px;
  padding-top: 16px;
}

.hero-v2 .eyebrow {
  margin-top: 10px;
}

.hero-v2 h1 {
  margin-bottom: 9px;
}

.hero-v2 .hero-lead {
  margin-bottom: 6px;
}

.hero-v2 .hero-product {
  height: 154px;
  margin: 0;
  overflow: hidden;
}

.hero-v2 .hero-product img {
  width: 100%;
  height: 154px;
  object-fit: contain;
  transform: none;
}

.hero-v2 .hero-copy.wide {
  font-size: 11px;
  line-height: 1.38;
  margin-bottom: 9px;
}

.hero-v2 .hero-checks {
  gap: 5px;
  margin-bottom: 10px;
}

.hero-v2 .hero-checks li {
  padding-top: 7px;
  padding-bottom: 7px;
}

.hero-v2 .cta-main {
  min-height: 54px;
}

.hero-v2 .timer-card {
  margin-top: 10px;
}

@media (max-height: 720px) {
  .hero-v2 .proof-row { transform: scale(.9); }
  .hero-v2 h1 { font-size: 37px; }
  .hero-v2 .hero-lead { font-size: 15px; }
  .hero-v2 .hero-product,
  .hero-v2 .hero-product img { height: 135px; }
  .hero-v2 .timer-card { padding-block: 8px; }
}
