/* Reading Head Start review: product-specific layer over the approved Genius model. */
.product-reading .product-art::after { content: "Original FlashVipClub image"; }
.product-reading .journey-cta-band { background: #9c442b; }
.product-reading .editorial-art { background: #fff0df; }
.product-reading .human-hero img { object-position: 50% 48%; }
.product-reading .story-visual img { object-position: 50% 45%; }

.hero-billing {
  max-width: 690px;
  margin: 10px 0 0;
  color: #5d433a;
  font-size: .88rem;
  line-height: 1.45;
}
.hero-billing strong { color: var(--ink); font-weight: 650; }

.reading-icon {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  grid-row: 1 / span 3;
  margin-bottom: 0;
  border-radius: 50%;
  color: var(--product-dark);
  background: #fff0c6;
}
.reading-benefits .benefit-icon,
.reading-benefits .benefit-card h3,
.reading-benefits .benefit-card p { grid-column: 2; }
.reading-icon svg { width: 70px; height: 70px; }
.reading-icon :where(path, rect, circle) {
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reading-price-panel {
  background: linear-gradient(135deg, #fff2e8, #efb07f 76%, #d77954);
}
.trial-label {
  display: block;
  margin: 8px 0 4px;
  color: #7b3425;
  font-size: .68rem;
  letter-spacing: .13em;
}
.renewal-price {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.7vw, 1.8rem);
  line-height: 1.1;
}

.product-reading .guarantee-number strong {
  font-size: clamp(3.2rem, 6vw, 5rem);
  letter-spacing: -.07em;
}
.product-reading .guarantee-number {
  box-sizing: border-box;
  width: 100%;
  max-width: 260px;
  min-height: 166px;
  justify-self: center;
  padding: 28px 22px;
  border-radius: 20px;
}

@media (max-width: 820px) {
  .product-reading .product-hero { padding-top: 12px; }
  .product-reading .product-label { margin-bottom: 6px; }
  .product-reading .product-hero h1 {
    font-size: clamp(2rem, 9.3vw, 2.32rem);
    line-height: 1.02;
  }
  .product-reading .human-opening { margin-top: 8px; }
  .hero-billing { margin-top: 7px; font-size: .78rem; line-height: 1.35; }
  .product-reading .hero-conversion { margin-top: 9px; }
  .product-reading .button {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .reading-icon { width: 88px; height: 88px; margin-bottom: 0; grid-row: 1 / span 3; }
  .reading-icon svg { width: 56px; height: 56px; }
  .reading-benefits .benefit-card {
    grid-template-columns: 88px minmax(0, 1fr);
    column-gap: 16px;
  }
  .reading-benefits .benefit-icon,
  .reading-benefits h3,
  .reading-benefits p { grid-column: 2; }
  .product-reading .guarantee-number {
    min-height: 156px;
    padding: 24px 20px;
    border-radius: 18px;
  }
  .product-reading .guarantee-number strong { font-size: 4rem; }
}

@media (max-width: 480px) {
  .reading-icon { width: 76px; height: 76px; }
  .reading-icon svg { width: 49px; height: 49px; }
  .reading-benefits .benefit-card { grid-template-columns: 76px minmax(0, 1fr); column-gap: 14px; }
}
