/* Keep the offers area concise rather than screen-filling. */
.offers-showcase{padding:48px 7.5vw 18px}
.offers-intro{display:grid;grid-template-columns:auto 1fr minmax(230px,.75fr) auto;align-items:center;gap:26px;margin-bottom:24px}
.offers-intro p{margin:0;white-space:nowrap}
.offers-intro h2{font-size:38px;line-height:1;margin:0}
.offers-intro>span{font-size:14px;line-height:1.5;max-width:285px}
.offer-controls{grid-column:auto;grid-row:auto;justify-content:flex-end}
.offer-controls button{width:38px;height:38px;font-size:18px}
.offer-stage{min-height:365px}
.offer-slide{padding:34px 7vw}
.offer-content h3{font-size:38px;margin-bottom:22px}
.offer-stats{gap:28px;margin-bottom:22px}
.offer-stats b{font-size:23px}
.offer-slide img{max-height:285px}
@media(max-width:850px){.offers-intro{grid-template-columns:1fr 1fr;gap:16px}.offers-intro>span{max-width:360px}.offer-controls{justify-content:flex-start}.offer-stage{min-height:435px}}
@media(max-width:640px){.offers-showcase{padding:42px 24px 18px}.offers-intro{grid-template-columns:1fr}.offers-intro h2{font-size:35px}.offer-stage{min-height:535px}.offer-slide{padding:32px 25px}.offer-content h3{font-size:35px}}
