/* ============================================================================
   .p-revenue-lanes-white-label - /revenue-lanes/white-label
   REGENERATED (cycle 4): the page consumes the shared lane components
   (components.css). Only genuine per-page deltas live here.
   CYCLE 10 (ledger execution): the "who it fits" tag roster and the closing
   arrow-link row were both deleted from the page, so their rules go with them.
   ========================================================================== */

/* WHO IT FITS - the divider stopped at the shorter column and stranded the
   bottom-right corner. Stretching the columns runs the hairline the full
   height of the grid. */
.p-revenue-lanes-white-label .c-fit{ align-items:stretch; }
.p-revenue-lanes-white-label .c-fit__col{ display:flex; flex-direction:column; }

/* HOW IT LAUNCHES - the head block and the step grid read as two floating
   groups with a dead band between them. Pull the grid up under its head. */
.p-revenue-lanes-white-label #rlw-launch .c-steps{ margin-top:clamp(28px,3.2vw,40px); }

/* WHAT'S INCLUDED - the band's header plus full section padding outweighed the
   short dot list it introduces; the list now fills the band instead of
   floating in it. */
.p-revenue-lanes-white-label #rlw-included{ padding-block:calc(var(--sec-y) * .78); }
.p-revenue-lanes-white-label #rlw-included .c-dots{ margin-top:clamp(28px,3.2vw,40px); }

/* CLOSING CTA - the mono note reads as attached to the button row, not to the
   footer beneath it. */
.p-revenue-lanes-white-label .c-cta__note{ margin-top:var(--s-3); }
