/* Human, concise conversion layout shared by FlashVip product reviews. */
.hybrid-review { overflow-x: clip; }
.hybrid-review :where(a, button, summary):focus-visible {
  outline: 3px solid #0b3faf;
  outline-offset: 3px;
}

.hybrid-review .product-hero { padding: 34px 0 38px; }
.hybrid-review .product-hero-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  gap: 40px;
  align-items: center;
}
.hybrid-hero-copy { min-width: 0; }
.hybrid-review .product-label { margin-bottom: 9px; font-size: .68rem; }
.hybrid-review .product-hero h1 {
  max-width: 780px;
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  line-height: 1.02;
}
.hybrid-review .product-hero h1 .review-product-name,
.hybrid-review .product-hero h1 .review-question { display: block; color: var(--ink); }
.hybrid-review .product-hero h1 .review-question { margin-top: .08em; }
.hybrid-review .product-hero h1 .review-highlight { display: inline; color: var(--product); }
.hybrid-review .human-opening {
  max-width: 700px;
  margin-top: 15px;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.5;
}
.hybrid-review .product-summary {
  max-width: 700px;
  margin-top: 10px;
  font-size: .96rem;
  line-height: 1.5;
}
.hybrid-review .pre-cta-note { margin-top: 12px; font-size: .7rem; line-height: 1.45; }
.hybrid-review .hero-conversion { margin-top: 16px; }
.hybrid-review .desire-line { margin-bottom: 7px; font-size: .68rem; }
.hybrid-review .hero-conversion .button {
  min-height: 60px;
  padding: 15px 28px;
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: .055em;
}
.hybrid-review .microcopy { margin-top: 6px; font-size: .72rem; }
.hybrid-review .post-cta-disclosure { margin-top: 4px; }

.hybrid-review .human-hero {
  min-height: 475px;
  max-height: 510px;
  border-radius: 15px;
  box-shadow: 0 20px 44px rgba(23, 50, 77, .16);
}
.hybrid-review .human-hero img { min-height: 475px; }
.hybrid-review .human-hero .review-ribbon {
  left: auto;
  right: 16px;
  top: auto;
  bottom: 14px;
  padding: 7px 9px;
  font-size: .6rem;
  box-shadow: none;
}
.hybrid-review .human-caption { bottom: 52px; }

.hybrid-review .product-section.compact { padding: 62px 0; }
.hybrid-review .product-section h2 { max-width: 840px; font-size: clamp(2rem, 3.7vw, 3.3rem); }
.hybrid-review .section-intro { margin-bottom: 32px; }

.hybrid-review .benefit-grid { gap: 30px; }
.hybrid-review .benefit-card { padding-right: 8px; }
.hybrid-review .benefit-visual { filter: drop-shadow(0 8px 18px rgba(23, 50, 77, .08)); }
.hybrid-review .human-journey {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 34px auto 0;
  gap: 12px 16px;
}
.hybrid-review .human-journey b {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1;
  transform: none;
}
.journey-cta-band { padding: 26px 0; background: #963f1f; text-align: center; }
.journey-cta-band .button {
  min-width: 340px;
  min-height: 58px;
  font-size: 1.05rem;
  box-shadow: 0 14px 30px rgba(71, 24, 8, .3);
}

.honest-review { background: #fff; }
.hybrid-take-layout {
  display: grid;
  grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr);
  gap: 56px;
  align-items: center;
}
.hybrid-take-layout > * { min-width: 0; }
.hybrid-take-layout .story-visual {
  display: block;
  width: min(100%, 520px);
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin-inline: auto;
  overflow: hidden;
  padding: 14px;
  background: #efedff;
  box-shadow: none;
}
.hybrid-take-layout .story-visual img { width: 100%; height: 100%; max-height: none; border-radius: 8px; object-fit: cover; }
.take-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 26px;
}
.take-grid > div + div { padding-top: 22px; border-top: 1px solid #d8dee8; }
.take-grid h3 { font-size: 1.28rem; }
.clean-list { display: grid; gap: 11px; margin: 19px 0 0; padding: 0; list-style: none; }
.clean-list li { position: relative; padding-left: 25px; color: var(--muted); font-size: .95rem; line-height: 1.5; }
.clean-list li::before { position: absolute; left: 0; top: .02em; color: #0d8a5f; content: "\2713"; }
.verify-list li::before { color: #d96a00; content: "?"; }
.review-boundary { max-width: 850px; margin: 28px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }

.price-section { background: #fbf6ef; }
.price-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr);
  gap: 56px;
  align-items: center;
  padding: 42px 48px;
  color: #17324d;
  background: linear-gradient(135deg, #fff0e7, #f2aa8c 76%, #df8464);
}
.price-copy h2 { margin-top: 9px; }
.price-copy p { max-width: 620px; margin: 15px 0 0; color: #66473d; }
.retail-kicker { color: #85382c; font-size: .7rem; font-weight: 500; letter-spacing: .11em; }
.price-action { text-align: center; }
.price-date { display: block; color: #85382c; font-size: .68rem; letter-spacing: .11em; }
.current-price { display: block; margin: 8px 0 4px; font-size: clamp(3.7rem, 7vw, 5.7rem); line-height: .92; letter-spacing: -.07em; }
.price-caveat { display: block; margin-bottom: 20px; color: #66473d; font-size: .75rem; }
.price-action .button { width: 100%; text-align: center; }
.word-price {
  max-width: 360px;
  margin: 13px auto 10px;
  font-size: clamp(2rem, 4.5vw, 3.35rem);
  line-height: 1;
  letter-spacing: -.035em;
}

.product-audifort .journey-cta-band { background: #8b4328; }
.product-teds .journey-cta-band { background: #7b3f21; }
.product-audifort .editorial-art { background: #e7f8f5; }
.product-teds .editorial-art { background: #f7eee7; }
.product-teds .seller-art img { object-fit: contain; background: #fff; }

.hybrid-review .guarantee { box-shadow: none; }
.hybrid-review .guarantee h2 { max-width: 780px; }
.hybrid-review .guarantee p { max-width: 780px; }

.included-summary { background: #fff; }
.included-container { max-width: 980px; }
.included-summary .section-intro { max-width: 790px; margin-bottom: 28px; }
.included-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.included-highlights li { position: relative; padding-left: 27px; }
.included-highlights li::before { position: absolute; left: 0; top: 0; color: #0d8a5f; content: "\2713"; font-weight: 700; }
.included-highlights strong { display: block; color: var(--ink); font-size: .98rem; font-weight: 600; }
.included-highlights span { display: block; margin-top: 5px; color: var(--muted); font-size: .84rem; line-height: 1.45; }

.hybrid-review .final-cta { padding: 66px 0; }
.hybrid-review .final-cta p { margin-block: 14px 22px; }
.hybrid-review .final-cta .cta-microcopy { margin: 9px auto 0; }
.other-reviews { padding: 24px 0; color: #526075; text-align: center; font-size: .88rem; }
.other-reviews p { margin: 0; }
.other-reviews a { color: #4f46c5; text-underline-offset: 3px; }

@media (max-width: 900px) {
  .hybrid-review .product-hero-grid { grid-template-columns: 1fr; }
  .hybrid-review .human-hero { max-width: 680px; min-height: 460px; }
  .hybrid-review .human-hero img { min-height: 460px; }
  .hybrid-take-layout { grid-template-columns: 1fr; gap: 38px; }
  .hybrid-take-layout .story-visual { max-width: 620px; }
  .price-panel { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 820px) {
  .hybrid-review { font-size: 17px; line-height: 1.62; }
  .hybrid-review .container { width: min(calc(100% - 40px), var(--max)); }
  .hybrid-review .header-inner { min-height: 60px; }
  .hybrid-review .brand img { width: 164px; height: auto; }
  .hybrid-review .menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .hybrid-review .site-nav {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    left: 20px;
    right: 20px;
    top: 60px;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--shadow-lg);
  }
  .hybrid-review .site-nav.open { display: flex; }
  .hybrid-review .site-nav a { display: flex; min-height: 48px; align-items: center; padding: 10px 12px; }
  .hybrid-review .nav-cta { border: 0; }

  .hybrid-review .product-hero { padding: 14px 0 24px; }
  .hybrid-review .product-hero::before { width: 280px; height: 280px; right: -150px; top: -115px; opacity: .55; }
  .hybrid-review .product-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hybrid-review .product-label { margin-bottom: 7px; font-size: .7rem; }
  .hybrid-review .product-hero h1 { font-size: clamp(2rem, 5vw, 2.375rem); line-height: 1.03; }
  .hybrid-review .human-opening { margin-top: 8px; font-size: 1rem; line-height: 1.46; }
  .hybrid-review .hero-conversion { margin-top: 10px; }
  .hybrid-review .hero-conversion .button { width: 100%; min-height: 54px; padding: 13px 14px; text-align: center; font-size: .94rem; line-height: 1.25; }
  .hybrid-review .microcopy, .hybrid-review .post-cta-disclosure { font-size: .76rem; line-height: 1.4; text-align: center; }
  .hybrid-review .human-hero {
    width: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
  }
  .hybrid-review .human-hero img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: 50% 42%; }
  .product-audifort .human-hero img { object-position: 50% 36%; }
  .product-teds .human-hero img { object-position: 50% 39%; }

  .hybrid-review .product-section.compact { padding: 46px 0; }
  .hybrid-review .product-section h2, .hybrid-review .final-cta h2 { font-size: clamp(1.9rem, 4.5vw, 2.25rem); line-height: 1.1; }
  .hybrid-review .section-intro { margin: 12px 0 26px; font-size: 1rem; }
  .hybrid-review .benefit-grid { gap: 28px; }
  .hybrid-review .benefit-card { grid-template-columns: 88px minmax(0, 1fr); column-gap: 16px; padding: 0; }
  .hybrid-review .benefit-visual { width: 88px; height: 88px; }
  .hybrid-review .benefit-card h3 { font-size: 1.15rem; }
  .hybrid-review .benefit-card p { font-size: 1rem; line-height: 1.52; }
  .hybrid-review .human-journey {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    width: max-content;
    gap: 7px;
  }
  .hybrid-review .human-journey b {
    justify-self: start;
    margin-left: 11px;
    font-size: 1rem;
    line-height: .72;
    transform: rotate(90deg);
  }
  .journey-cta-band { padding: 20px 0; }
  .journey-cta-band .button { width: 100%; min-width: 0; min-height: 54px; padding-inline: 14px; font-size: 1rem; line-height: 1.25; }
  .hybrid-take-layout { gap: 30px; }
  .hybrid-take-layout .story-visual {
    display: block;
    width: 100%;
    height: clamp(210px, 58vw, 300px);
    min-height: 0 !important;
    max-width: 100%;
    overflow: hidden;
    padding: 10px;
    border-radius: 12px;
  }
  .hybrid-take-layout .story-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
  .clean-list li { font-size: 1rem; line-height: 1.52; }
  .review-boundary { font-size: .88rem; }
  .price-panel { gap: 26px; padding: 28px 20px; }
  .price-copy p { font-size: 1rem; line-height: 1.52; }
  .price-action .button { min-height: 54px; }
  .hybrid-review .guarantee { grid-template-columns: 1fr; gap: 24px; padding: 26px 20px; text-align: left; }
  .hybrid-review .guarantee-number { min-height: 156px; padding: 24px 20px; border-radius: 18px; }
  .hybrid-review .guarantee-number strong { font-size: 4.3rem; }
  .hybrid-review .guarantee .button { width: 100%; min-height: 54px; text-align: center; }
  .included-highlights { grid-template-columns: 1fr; gap: 22px; }
  .included-highlights strong { font-size: 1rem; }
  .included-highlights span { font-size: .95rem; }
  .hybrid-review .final-cta { padding: 48px 0; }
  .hybrid-review .final-cta .button { width: 100%; max-width: 520px; min-height: 54px; }
  .hybrid-review .review-details { font-size: .88rem; line-height: 1.55; }
}

@media (max-width: 700px) {
  .hybrid-review .product-hero h1 { font-size: clamp(2rem, 9.7vw, 2.375rem); }
  .hybrid-review .human-caption { left: 16px; right: 16px; bottom: 50px; font-size: .8rem; }
  .hybrid-review .current-price { font-size: 4rem; }
}

@media (max-width: 480px) {
  .hybrid-review .container { width: min(calc(100% - 36px), var(--max)); }
  .hybrid-review .brand img { width: 154px; }
  .hybrid-review .product-hero h1 { font-size: clamp(2rem, 9.7vw, 2.375rem); }
  .hybrid-review .product-section.compact { padding: 42px 0; }
  .hybrid-review .benefit-card { grid-template-columns: 76px minmax(0, 1fr); column-gap: 14px; }
  .hybrid-review .benefit-visual { width: 76px; height: 76px; }
  .hybrid-review .human-journey { margin-top: 28px; }
  .hybrid-review .price-panel { padding: 26px 18px; }
  .hybrid-review .guarantee { padding: 24px 18px; }
}
