/* === feature-split === */
/* ── RSC Giving ── */
.ssla-section[data-ssla-type="feature-split"]{padding:100px 0;background:var(--shell-bg,transparent)}
.rgv-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;margin-top:56px}
.rgv-img{width:100%;aspect-ratio:5/4;object-fit:cover;border-radius:16px;filter:saturate(0.9)}
.rgv-img[src=""]{display:none}
.rgv-text h3{font-size:26px;font-weight:700;margin-bottom:16px;color:var(--shell-h,currentColor)}
.rgv-text p{font-size:16px;color:var(--shell-m,#6b7280);line-height:1.85;margin-bottom:14px}
.rgv-nums{display:flex;gap:28px;flex-wrap:wrap;margin-top:28px}
.rgv-num-val{font-family:"Montserrat",sans-serif;font-size:30px;font-weight:800;color:var(--shell-accent-3,#6B8F5E)}
.rgv-num-lbl{font-size:13px;color:var(--shell-m,#6b7280)}
.rgv-num-val:empty{display:none}
@media(max-width:900px){.rgv-grid{grid-template-columns:1fr;gap:40px}}
