/* === columns-3 === */
.sc3-inner{padding:100px 48px}
.sc3-inner h2{font-family:var(--shell-hf);font-size:2.3rem;font-weight:700;color:var(--shell-h,#1A1D21);margin-bottom:8px}
.sc3-sub{font-size:.82rem;color:var(--shell-m,#4a5568);margin-bottom:48px;max-width:500px}
.sc3-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--shell-line,rgba(255,255,255,.06))}
.sc3-card{background:var(--shell-bg);padding:44px 32px}
.sc3-label{font-size:.52rem;letter-spacing:3px;color:var(--sc,var(--shell-accent));font-weight:700;text-transform:uppercase;margin-bottom:14px}
.sc3-card h3{font-family:var(--shell-hf);font-size:1.4rem;color:var(--shell-h,#1A1D21);margin-bottom:10px;font-weight:600}
.sc3-card p{font-size:.8rem;color:var(--shell-m,#4a5568)}
@media(max-width:768px){.sc3-inner{padding:60px 24px}.sc3-grid{grid-template-columns:1fr}}
