/* Full performer screenshots remain readable in the page, without a lightbox. */
.proof-gallery-section{display:block;max-width:1200px}
.proof-heading{display:grid;grid-template-columns:1.2fr 1fr;align-items:end;gap:64px;margin-bottom:40px}
.proof-heading h2{max-width:24ch}
.proof-heading>p{max-width:45ch;font-size:16px;line-height:1.75;color:var(--muted);margin:0}
.proof-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 40px;width:min(840px,100%);margin-inline:auto}
.proof-example{display:grid;grid-row:span 2;grid-template-rows:subgrid;margin:0;min-width:0}
.proof-example figcaption{padding:0 4px}
.proof-example h3{display:flex;align-items:center;gap:10px;margin:0 0 12px;font-family:Onest,sans-serif;font-size:18px;line-height:1.35;font-weight:500;letter-spacing:-.02em}.proof-icon{width:34px;height:34px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #d9eadf;background:#eef8f1;color:#25734f}.proof-icon .icon{width:18px;height:18px}
.proof-example figcaption p{margin:0;color:var(--muted);font-size:14px;line-height:1.65;max-width:36ch}
.proof-image-surface{display:flex;align-items:center;justify-content:center;padding:28px 20px;background:#f4f4f6;border-radius:16px}
.proof-image-surface img{display:block;width:auto;height:581px;max-width:100%;object-fit:contain;border-radius:9px;box-shadow:0 16px 32px -23px #17191c66}
.proof-extra{display:grid;grid-template-columns:1fr 1.5fr;gap:48px;margin:36px 0 0;padding:28px 30px;border:1px solid #e3e5e1;border-radius:20px;background:linear-gradient(135deg,#f8fbf8,#fff 68%);box-shadow:0 18px 42px -38px #173f2d55}
.proof-extra h3{display:flex;align-items:flex-start;gap:12px;margin:0;font-size:18px;line-height:1.45;font-weight:500;max-width:28ch}.proof-extra-icon{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #d9eadf;background:#eef8f1;color:#25734f}.proof-extra-icon .icon{width:20px;height:20px}
.proof-extra p{margin:0;font-size:14px;line-height:1.75;color:var(--muted);max-width:70ch}
@media(max-width:900px){
 .proof-heading{gap:32px;grid-template-columns:1fr 1fr}
 .proof-gallery{gap:20px 24px}
 .proof-image-surface{padding:24px 16px}
 .proof-extra{gap:32px;padding:24px}
}
@media(max-width:760px){
 .proof-heading{display:block;margin-bottom:32px}
 .proof-heading>p{font-size:15px;margin-top:20px;max-width:100%}
 .proof-gallery{grid-template-columns:1fr;gap:36px;max-width:350px}
 .proof-example{display:block;grid-row:auto}
 .proof-example figcaption{min-height:0;padding:0 0 18px}
 .proof-example h3{font-size:18px;margin-bottom:8px}
 .proof-example figcaption p{max-width:100%}
 .proof-image-surface{padding:24px 16px;border-radius:13px}
 .proof-extra{display:block;margin-top:32px;padding:22px}
 .proof-extra h3{margin-bottom:12px;max-width:100%}.proof-icon{width:32px;height:32px}.proof-extra-icon{width:34px;height:34px}
}
