/* Play 8: white-space discipline on screens 2 to 3 of the money pages.
   Manhattan note: density reads as insecurity, air reads as confidence.
   Loosen the vertical rhythm of the upper sections and give the hook and
   proof blocks more room to breathe. Desktop-weighted; mobile stays compact. */

/* Owner band + hook: more air above and below on the first scroll. */
.rr-ownerband { padding-top: clamp(1.6rem, 4vw, 2.8rem); padding-bottom: clamp(1.6rem, 4vw, 2.8rem); }
.rr-hook { padding: clamp(2rem, 5.5vw, 3.4rem) clamp(1.2rem, 4vw, 2.2rem); }

/* Quote-audit hook inner: widen the gutter so the two columns are not crowded. */
.rr-hook__inner { gap: clamp(1.4rem, 3.5vw, 2.6rem); }

/* Bill-proof card: a touch more internal padding, calmer stat spacing. */
@media (min-width: 900px) {
  .rr-billproof__inner { padding: clamp(2rem, 4vw, 3.2rem); }
}
.rr-billproof__stats { gap: clamp(1.1rem, 2.6vw, 2rem); }
.rr-billproof__lede { line-height: 1.62; }

/* Section-to-section rhythm: give the upper money-page bands consistent air. */
.rr-billproof { padding-top: clamp(2rem, 4.5vw, 3.4rem); padding-bottom: clamp(2rem, 4.5vw, 3.4rem); }

/* Play 6 iconic frame: on mobile the sticky CTA bar overlaps the subhead.
   Add bottom clearance so the caption clears the sticky bar. */
@media (max-width: 768px) {
  .rr-iconic .container { padding-bottom: clamp(5rem, 22vw, 7rem); }
}
