/* rp-socialproof — "Companies that made the switch" navy review section.
   Scope: .rp-socialproof. Structural layout by CC; Cowork refines to Figma 16576:264579. */
.rp-socialproof { background: #0F1035; padding: 80px 24px; }
.rp-socialproof .rp-container { max-width: 1200px; margin: 0 auto; }
.rp-sp__head { text-align: center; margin-bottom: 48px; }
.rp-sp__heading {
  font-family: Mulish, -apple-system, sans-serif;
  font-size: 36px; line-height: 1.2; font-weight: 700; color: #fff; margin: 0 0 12px;
}
.rp-sp__sub {
  font-family: Mulish, sans-serif; font-size: 18px; line-height: 1.5; color: rgba(255,255,255,.75); margin: 0;
}
.rp-sp__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rp-sp__card {
  background-color: #1A1C4A; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: 32px;
  display: flex; flex-direction: column; gap: 12px; color: #fff;
}
.rp-sp__stat { font-family: Mulish, sans-serif; font-size: 40px; line-height: 1.1; font-weight: 700; color: #fff; }
.rp-sp__stat-label { font-family: Mulish, sans-serif; font-size: 16px; font-weight: 400; color: rgba(255,255,255,.7); }
.rp-sp__quote { font-family: Mulish, sans-serif; font-size: 17px; line-height: 1.55; color: #fff; margin: 8px 0 0; flex: 1 1 auto; }
.rp-sp__name { font-family: Mulish, sans-serif; font-size: 16px; font-weight: 700; color: #fff; margin-top: 8px; }
.rp-sp__name span { display: block; font-weight: 400; font-size: 14px; color: rgba(255,255,255,.6); }
@media (max-width: 991px) { .rp-sp__grid { grid-template-columns: 1fr; } .rp-sp__heading { font-size: 28px; } }
