.customer-proof { padding: 76px 0; color: #0b0b0b; background: #fff; border-bottom: 1px solid #ddd; }
.customer-proof-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 72px; align-items: center; }
.customer-proof-copy h2 { font-size: clamp(1.8rem, 3.3vw, 3.1rem); line-height: 1.35; margin: 16px 0; }
.customer-proof-copy p { font-size: 1rem; line-height: 1.9; color: #666; margin: 0; max-width: 560px; }
.customer-proof-card { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 230px; border: 1px solid #222; padding: 30px; background: #fafafa; position: relative; text-align: center; }
.customer-proof-card .customer-first { font-size: .8125rem; border: 1px solid #111; padding: 5px 12px; line-height: 1.5; margin-bottom: 20px; }
.customer-proof-name { font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 800; line-height: 1.25; }
.customer-proof-card p { font-size: 1rem; margin: 9px 0 0; color: #555; }
.customer-proof-logo { width: min(100%, 250px); height: 121px; object-fit: contain; filter: grayscale(1) brightness(0); }
