/* Client proof: authentic testimonials + transparent service outcomes. */
.sam-client-proof-section{
  background:
    radial-gradient(circle at 88% 12%,rgba(255,177,22,.09),transparent 31%),
    linear-gradient(180deg,#101218 0%,#0d0f14 100%);
}
.sam-client-proof-section .sam-section-head{max-width:980px;margin-bottom:38px}
.sam-client-proof-section .sam-section-head .sam-copy{max-width:760px;color:rgba(255,255,255,.68)}
.sam-client-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.sam-client-proof-card{display:flex;flex-direction:column;min-height:360px;padding:30px;border-radius:2px;background:linear-gradient(145deg,#1a1d24,#121419);border:1px solid rgba(255,255,255,.10);box-shadow:0 22px 55px rgba(0,0,0,.18)}
.sam-client-proof-card.is-outcome{border-color:rgba(255,177,22,.22)}
.sam-client-proof-card.is-verified{border-color:rgba(255,177,22,.46);box-shadow:0 24px 70px rgba(0,0,0,.25)}
.sam-client-proof-topline{display:flex;align-items:center;justify-content:space-between;gap:14px}
.sam-client-proof-icon,.sam-client-proof-verified{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,177,22,.32);background:rgba(255,177,22,.08);color:var(--sam-accent);border-radius:50%;flex:0 0 auto}
.sam-client-proof-icon svg,.sam-client-proof-service-mark svg{width:21px;height:21px}
.sam-client-proof-card .sam-p15-quote{margin:24px 0 9px;font-family:"Barlow Condensed",Impact,sans-serif;font-size:2.25rem;line-height:1;color:rgba(255,177,22,.78)}
.sam-client-proof-card.is-verified .sam-p15-quote{font-family:Georgia,serif;font-size:4rem}
.sam-client-proof-card h3{max-width:19ch;font-size:clamp(1.65rem,2.6vw,2.15rem);letter-spacing:.01em}
.sam-client-proof-card p{max-width:58ch;font-size:.98rem;line-height:1.75;color:rgba(255,255,255,.68)}
.sam-client-proof-card footer{margin-top:auto;min-height:68px}
.sam-client-proof-card footer img,.sam-client-proof-avatar-fallback,.sam-client-proof-service-mark{width:48px;height:48px;border-radius:50%;flex:0 0 48px}
.sam-client-proof-card footer img{object-fit:cover;filter:none}
.sam-client-proof-card footer .sam-client-proof-avatar-fallback,.sam-client-proof-card footer .sam-client-proof-service-mark{display:grid;place-items:center;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.12);color:var(--sam-accent);font-family:"Barlow Condensed",Impact,sans-serif;font-size:1.25rem;font-weight:800}
.sam-client-proof-card footer strong{font-size:.9rem;color:#fff}
.sam-client-proof-card footer small{display:block;margin-top:2px;color:rgba(255,255,255,.62);font-size:.78rem;line-height:1.35}
.sam-client-proof-rating{display:block;margin-top:5px;color:var(--sam-accent);font-size:.76rem;letter-spacing:.12em}
@media(max-width:860px){.sam-client-proof-grid{grid-template-columns:1fr}.sam-client-proof-card{min-height:0}}
@media(max-width:560px){.sam-client-proof-card{padding:24px 22px}.sam-client-proof-section .sam-section-head{margin-bottom:28px}.sam-client-proof-card h3{max-width:none}}
