
/* ===== RUN&GO DIFFERENCE ===== */
.rg-diff{padding:64px 0}
.rg-diff-box{display:grid;grid-template-columns:.8fr 1fr;gap:40px;align-items:center;background:var(--rg-soft-2,#F4F7FC);border-radius:20px;padding:44px}
.rg-diff-media{overflow:hidden;border-radius:16px;aspect-ratio:1;background:#eef1f6}
.rg-diff-media img{width:100%;height:100%;object-fit:cover}
.rg-diff-eyebrow{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rg-blue,#2E6BE6)}
.rg-diff h2{font-size:clamp(28px,3.5vw,40px);line-height:1.1;margin:14px 0 16px}
.rg-diff p{font-size:17px;color:#444;line-height:1.6;margin-bottom:24px}
@media(max-width:990px){
.rg-diff-box{grid-template-columns:1fr;padding:28px}
}
