/* ─── Card Carousel Component — reusable across v2 landing pages ────────────
 *
 * Companion to script.js in this same folder.
 * Ported from assets2/css/integration.css's cross-promo rules, unscoped from
 * `.page-integration` so it works on any page.
 * ───────────────────────────────────────────────────────────────────────── */

/* Swiper's own CSS sets `.swiper { overflow: hidden; }` — override it so a
   card sliding past the section's side padding stays visible in that gutter
   (bleeding through) instead of being clipped hard at the padding edge. The
   section keeps its normal padding; only the clipping behavior changes. */
.ef-card-carousel-swiper {
    overflow: visible;
}
