.demo-video__frame{position:relative;aspect-ratio:16/9;border-radius:var(--radius-xl);overflow:hidden;background:#fff;border:1px solid var(--hairline-soft);box-shadow:0 30px 80px -40px rgba(11,116,196,.35),0 0 0 1px rgba(56,182,255,.08)}.demo-video__frame video{display:block;width:100%;height:100%;object-fit:cover}.demo-video__play{position:absolute;inset:0;display:flex;flex-direction:row;align-items:flex-end;justify-content:center;gap:var(--space-3);width:100%;padding:0 12px 6%;border:0;cursor:pointer;color:var(--text-heading);font-family:var(--font-sans);font-size:var(--fs-body);font-weight:600;background:linear-gradient(180deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.55));transition:background var(--dur-normal) var(--ease-out)}.demo-video__play-label{display:inline-flex;align-items:center;gap:12px;padding:10px 18px 10px 10px;border:1px solid var(--hairline-soft);border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(11,116,196,.12)}.demo-video__play:hover{background:linear-gradient(180deg,rgba(255,255,255,.08) 40%,rgba(255,255,255,.65))}.demo-video__play-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--accent-solid);color:#fff;box-shadow:0 4px 12px rgba(11,116,196,.15);transition:transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-normal) var(--ease-out)}.demo-video__play:hover .demo-video__play-icon{transform:scale(1.06);box-shadow:0 4px 16px rgba(11,116,196,.25)}.demo-video__duration{font-family:var(--font-mono);font-size:var(--fs-xs);font-weight:400;color:var(--text-muted)}.demo-video__chapters{list-style:none;margin:var(--space-6) 0 0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:var(--space-3);gap:var(--space-3)}.demo-video__chapter{display:flex;gap:var(--space-3);width:100%;height:100%;text-align:left;padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--hairline-soft);background:var(--bg-card);color:var(--text-body);font-family:var(--font-sans);cursor:pointer;transition:border-color var(--dur-fast) var(--ease-out),background var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}.demo-video__chapter:hover{border-color:var(--border-accent);transform:translateY(-2px)}.demo-video__chapter.is-active{border-color:var(--accent);background:var(--accent-subtle)}.demo-video__time{flex:none;padding-top:2px;font-size:var(--fs-xs);color:var(--accent-solid)}.demo-video__chapter-text{display:flex;flex-direction:column;gap:2px;font-size:var(--fs-small);line-height:1.45}.demo-video__chapter-text strong{color:var(--text-heading);font-weight:600}.demo-video__chapter-text span{color:var(--text-muted)}.demo-video__ctas{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:flex-end}@media (max-width:960px){.demo-video__chapters{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-video__ctas{justify-content:flex-start}}@media (max-width:560px){.demo-video__play{padding-bottom:4%;font-size:13px}.demo-video__play-label{padding:5px 12px 5px 5px;gap:8px}.demo-video__play-icon{width:32px;height:32px}.demo-video__chapters{grid-template-columns:1fr}.demo-video__frame{border-radius:var(--radius-lg)}}.demo-video__frame{container-type:inline-size}.demo-video__frame:-webkit-full-screen{width:100%;height:100%;border:0;border-radius:0}.demo-video__frame:fullscreen{width:100%;height:100%;border:0;border-radius:0}.demo-video__frame:-webkit-full-screen video{object-fit:contain}.demo-video__frame:fullscreen video{object-fit:contain}.demo-video__frame.is-expanded{position:fixed;inset:0;z-index:10000;width:100vw;height:100dvh;border:0;border-radius:0}.demo-video__frame.is-expanded video{object-fit:contain}.demo-video__closing{position:absolute;inset:0;background:linear-gradient(180deg,#f4f7fb,#fff);color:#0b1220;animation:demo-closing-in .4s ease-out both}.demo-video__closing-brand{position:absolute;top:11.1%;left:6.25%;font:600 1.875cqw/1.1 var(--font-sans);letter-spacing:-.025em}.demo-video__closing-brand span{color:#0b74c4}.demo-video__closing-photo{position:absolute;left:14.58%;top:28.15%;width:20.52%;height:auto;aspect-ratio:394/464;object-fit:cover;border-radius:1.67cqw;box-shadow:0 16px 48px rgba(56,182,255,.12)}.demo-video__closing-copy{position:absolute;left:41.04%;top:32.6%;width:52%}.demo-video__closing-copy h2{margin:0;font:600 4.58cqw/1.02 var(--font-sans);letter-spacing:-.035em}.demo-video__closing-copy p{margin:1.15cqw 0 0;font:400 2.08cqw/1.4 var(--font-sans);color:#334155}.demo-video__calendar{display:inline-flex;align-items:center;justify-content:center;gap:1.35cqw;margin-top:2.6cqw;min-height:44px;padding:1.25cqw 2.08cqw;border-radius:999px;background:#0b74c4;color:#fff;font:500 1.77cqw/1.2 var(--font-sans);text-decoration:none;box-shadow:0 12px 32px rgba(11,116,196,.18)}.demo-video__calendar:hover{background:#0a5fa0;color:#fff}.demo-video__calendar-address{display:block;margin-top:1.46cqw;font:400 1.35cqw/1.4 var(--font-sans);color:#64748b}.demo-video__closing-caption{position:absolute;bottom:1%;left:50%;transform:translateX(-50%);padding:3px 8px;border-radius:3px;color:#fff;background:rgba(0,0,0,.8);font:400 clamp(12px,1.5cqw,28px)/1.3 var(--font-sans);white-space:pre-line;text-align:center}.demo-video__replay{position:absolute;bottom:6%;right:6.25%;min-height:44px;padding:8px 12px;border:0;background:transparent;color:#0b74c4;font:500 clamp(12px,1.25cqw,24px)/1.3 var(--font-sans);cursor:pointer}.demo-video__fullscreen{position:absolute;top:12px;right:12px;width:44px;height:44px;display:grid;place-items:center;border:1px solid #cfd8e3;border-radius:50%;background:rgba(255,255,255,.94);color:#334155;cursor:pointer}.demo-video__calendar:focus-visible,.demo-video__fullscreen:focus-visible,.demo-video__replay:focus-visible{outline:3px solid #0b74c4;outline-offset:4px}@keyframes demo-closing-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.demo-video__closing{animation:none}}@media (max-width:560px){.demo-video__calendar-address,.demo-video__closing-brand{display:none}.demo-video__closing-photo{left:6%;top:12%;width:23%;border-radius:12px}.demo-video__closing-copy{left:35%;top:12%;width:60%}.demo-video__closing-copy h2{font-size:clamp(18px,6cqw,30px);line-height:1.06}.demo-video__closing-copy p{margin-top:7px;font-size:clamp(11px,3.3cqw,16px)}.demo-video__calendar{margin-top:12px;padding:10px 18px;font-size:14px;gap:12px}.demo-video__replay{left:4%;right:auto;bottom:3%;padding:6px;min-height:40px;font-size:11px}.demo-video__fullscreen{top:5px;right:5px;width:36px;height:36px}.demo-video__closing~.demo-video__fullscreen{top:auto;bottom:7px;right:7px}}