/* === offerings-3 === */
/* ── RSC Programs ── */
.ssla-section[data-ssla-type="offerings-3"]{padding:100px 0;background:var(--shell-bg-warm,#F3EDE4)}
.rpg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px}
.rpg-card{background:var(--shell-bg-warm,#FAF7F2);border:1px solid var(--shell-line,rgba(0,0,0,0.1));border-radius:16px;padding:44px 32px;transition:all 0.4s;position:relative;overflow:hidden}
.rpg-card:hover{border-color:var(--shell-accent,currentColor);transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,0,0,0.06)}
.rpg-top{width:100%;height:3px;position:absolute;top:0;left:0;right:0}
.rpg-top-1{background:var(--shell-accent,currentColor)}
.rpg-top-2{background:var(--shell-accent-2,#B8652A)}
.rpg-top-3{background:var(--shell-bg-dark,#2A2520)}
.rpg-badge{display:inline-block;font-family:"Montserrat",sans-serif;font-size:10px;font-weight:800;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:20px}
.rpg-badge-1{color:var(--shell-accent,currentColor)}
.rpg-badge-2{color:var(--shell-accent-2,#B8652A)}
.rpg-badge-3{color:var(--shell-bg-dark,#2A2520)}
.rpg-card h3{font-size:26px;font-weight:800;margin-bottom:6px;color:var(--shell-h,currentColor)}
.rpg-tagline{font-family:"Montserrat",sans-serif;font-size:13px;font-weight:500;color:var(--shell-m,#6b7280);font-style:italic;margin-bottom:16px}
.rpg-card p{font-size:14.5px;color:var(--shell-m,#6b7280);line-height:1.75;margin-bottom:16px}
.rpg-who{font-size:12.5px;font-weight:600;color:var(--shell-t,#1a1a1a);letter-spacing:0.3px;padding-top:16px;border-top:1px solid var(--shell-line,rgba(0,0,0,0.1))}
.rpg-who span{color:var(--shell-m,#6b7280);font-weight:400}
@media(max-width:768px){.rpg-grid{grid-template-columns:1fr}}
