.customer-proof{padding:3.5rem 0;background:var(--off-white,#f4f6f9)}
.customer-proof-dark{padding:2rem 0 3rem;background:transparent}
.customer-proof-dark .customer-proof-card{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.06)}
.customer-proof-dark .customer-proof-card figcaption{color:rgba(255,255,255,.85)}
.customer-proof-compact{padding:0 0 2rem;background:transparent}
.customer-proof-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
.customer-proof-card{margin:0;background:#fff;border-radius:14px;overflow:hidden;border:1px solid var(--gray-light,#dde3ed);box-shadow:0 4px 20px rgba(10,22,40,.06)}
.customer-proof-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.customer-proof-card figcaption{padding:.85rem 1rem;font-family:var(--font-d);font-size:.82rem;font-weight:700;text-transform:uppercase;color:var(--navy,#0a1628);letter-spacing:.04em}
@media(max-width:700px){.customer-proof-grid{grid-template-columns:1fr}}
