/* Client videos share one cover system: a portrait, a white title panel and blue playback action. */
.video-proof-section{padding-block:88px;scroll-margin-top:85px}
.video-proof-heading{max-width:1000px;margin-bottom:38px}
.video-proof-heading h2{font-family:var(--font-ui);font-size:clamp(32px,3.8vw,48px);line-height:1.13;letter-spacing:-.035em;text-wrap:balance;margin:0}
.video-proof-heading .eyebrow{font-size:12px;font-weight:550;letter-spacing:.08em;color:var(--muted);margin-bottom:16px}
.video-cases-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.video-case-card{min-width:0;overflow:hidden;background:var(--surface);border-radius:20px}
.video-case-image{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#1d1d1f}
.video-case-image img{display:block;width:100%;height:100%;object-fit:contain;border-radius:0!important}
.case-play{display:grid;place-items:center;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#fff;color:#0071e3;font-size:22px;line-height:1;padding-left:3px;box-shadow:0 2px 18px #0002;transition:transform .2s}
.video-case-image:hover .case-play{transform:translate(-50%,-50%) scale(1.08)}
.video-case-copy{padding:26px;min-width:0}
.video-case-copy h3{font:600 26px/1.18 var(--font-ui);letter-spacing:-.025em;margin:12px 0 18px;text-wrap:balance;overflow-wrap:anywhere}
.proof-person{display:block;color:var(--muted);font-size:13px;font-weight:500;line-height:1.4;margin:0}
.video-case-description{color:var(--muted);font-size:16px;line-height:1.6;margin:0 0 24px}
.proof-case-link{color:#0066cc;font-size:15px;font-weight:500;line-height:1.5;display:inline-block}
.video-cases-grid--single{grid-template-columns:minmax(0,1fr)}
.video-cases-grid--single .video-case-summary{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:center}
.video-cases-grid--single .video-case-copy{padding:32px 36px}
.video-cases-grid--single .video-case-image{align-self:center}
.video-cases-grid--single .video-case-copy h3{font-size:30px}
.video-reviews-section{padding-block:80px;background:var(--surface);scroll-margin-top:85px}
.video-reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 24px}
.video-review-card{min-width:0;position:relative}
.video-review-cover{position:relative;display:flex;flex-direction:column;width:100%;height:100%;background:#fff;border:1px solid #e8e8ed;border-radius:20px;overflow:hidden;text-decoration:none;color:var(--ink)}
.video-review-cover:hover{text-decoration:none}
.video-review-image{aspect-ratio:3/4;flex-shrink:0;position:relative;overflow:hidden;background:#e9e9ee}
.video-review-image img{display:block;width:100%;height:100%;object-fit:contain;border-radius:0!important}
.proof-duration{position:absolute;right:16px;top:16px;color:#1d1d1f;background:#fffffff0;border-radius:7px;padding:5px 9px;font:500 12px/1.2 var(--font-ui);font-variant-numeric:tabular-nums}
.video-review-copy{padding:22px 24px;display:flex;flex-direction:column;flex:1;min-height:215px}
.video-review-copy h3{font:600 clamp(20px,2.2vw,27px)/1.16 var(--font-ui);letter-spacing:-.025em;margin:10px 0 18px;overflow-wrap:anywhere;text-wrap:balance}
.proof-watch{display:flex;align-items:center;gap:10px;color:#0066cc;font-size:14px;line-height:1.4;margin-top:auto}
.proof-play{display:grid;place-items:center;border-radius:50%;width:32px;height:32px;padding-left:2px;background:#edf5ff;font-size:11px;flex-shrink:0;transition:background .15s}
.video-review-cover:hover .proof-play{background:#0071e3;color:#fff}
.more-video-reviews{margin-top:28px}
.more-video-reviews>summary{width:fit-content;cursor:pointer;list-style:none;color:#0066cc;font-size:15px;padding:12px 0;display:flex;align-items:center;gap:10px}
.more-video-reviews>summary::-webkit-details-marker{display:none}
.more-video-reviews[open]>summary span{transform:rotate(180deg)}
.more-video-reviews .video-reviews-grid{margin-top:18px}
.proof-context{font-size:13px;line-height:1.6;max-width:680px;color:var(--muted);margin:28px 0 0}
.proof-cta{margin-top:32px}.proof-cta .button{max-width:100%;white-space:normal;text-align:center}
.proof-dialog{width:min(490px,calc(100% - 24px));max-height:calc(100svh - 24px);padding:16px;background:#fff;border:0;border-radius:20px;overflow:auto;color:var(--ink)}
.proof-dialog::backdrop{background:#101014d9}
.proof-dialog header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
body .proof-dialog h2{font:500 15px/1.4 var(--font-ui);letter-spacing:0;max-width:calc(100% - 52px);margin:0;overflow-wrap:anywhere}
.proof-close{border:0;background:#f0f0f4;border-radius:50%;width:40px;height:40px;font:400 27px/1 var(--font-ui);color:#333;cursor:pointer}
.proof-dialog form{flex-shrink:0}
.proof-dialog video{display:block;max-height:calc(100svh - 145px);max-width:100%;width:100%;aspect-ratio:9/16;object-fit:contain;background:#111;border-radius:10px}
.proof-dialog-open{overflow:hidden}
#proof-player-error{font-size:14px;line-height:1.5;margin:14px 0 0}#proof-player-error[hidden]{display:none}
@media(max-width:1000px){.video-case-copy{padding:20px}.video-cases-grid--single .video-case-copy{padding:24px}.video-cases-grid--single .video-case-copy h3{font-size:25px}.video-case-description{font-size:15px}.video-reviews-grid{gap:22px 16px}.video-review-copy{padding:16px}.video-review-copy h3{font-size:21px}.video-review-copy .proof-person{font-size:12px}.proof-watch{font-size:12px}.proof-play{width:28px;height:28px}.proof-duration{top:12px;right:12px}}
@media(max-width:740px){.video-proof-section,.video-reviews-section{padding-block:56px}.video-proof-heading{margin-bottom:28px}.video-proof-heading h2{font-size:32px}.video-cases-grid{grid-template-columns:1fr;gap:24px}.video-cases-grid--single .video-case-summary{display:block}.video-cases-grid--single .video-case-copy{padding:24px}.video-cases-grid--single .video-case-copy h3{font-size:27px}.video-reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px}.video-review-copy h3{font-size:23px}.video-review-copy{padding:20px}.proof-context{font-size:12px}.proof-cta .button{font-size:15px}}
@media(max-width:520px){.video-reviews-grid{grid-template-columns:minmax(0,1fr);max-width:360px}.video-review-copy{padding:22px 24px}.video-review-copy h3{font-size:27px}.proof-watch{font-size:14px}.proof-play{width:32px;height:32px}.video-review-copy .proof-person{font-size:13px}.video-proof-heading h2{font-size:30px}.proof-cta .button{width:100%}}
@media(max-width:350px){.video-review-copy{padding:17px 20px}.video-review-copy h3{font-size:23px;margin:8px 0 13px}.proof-watch{font-size:13px}.video-case-copy h3,.video-cases-grid--single .video-case-copy h3{font-size:25px}.video-proof-heading h2{font-size:28px}}
@media(prefers-reduced-motion:reduce){.case-play,.proof-play{transition:none}}

/* Native details keep all videos on this page even when scripts are unavailable. */
.video-case-summary,.video-review-cover{list-style:none;cursor:pointer}
.video-case-summary::-webkit-details-marker,.video-review-cover::-webkit-details-marker{display:none}
.video-case-summary::marker,.video-review-cover::marker{content:""}
.video-review-disclosure{height:100%}
.proof-inline-video{display:block;width:100%;max-height:75svh;background:#111;aspect-ratio:9/16;object-fit:contain;border-radius:16px;margin-top:12px}
.proof-inline-landscape{aspect-ratio:16/9;margin:0;border-radius:0 0 20px 20px}
.proof-dialog--landscape{width:min(980px,calc(100% - 24px))}
.proof-dialog--landscape video{aspect-ratio:16/9}
#proof-player-status{font-size:14px;line-height:1.5;margin:12px 0 0;color:var(--muted)}
#proof-player-status[hidden],#proof-player-error[hidden]{display:none}
#proof-player-error p{margin:0 0 8px}
