.cdf-media-split video,.cdf-trusted-media video,.cdf-doctor-grid video,.cdf-stairs-grid video,.cdf-final-grid video{display:block;width:100%;border-radius:24px;box-shadow:var(--cdf-shadow);background:#000;object-fit:cover}
.cdf-media-split video{aspect-ratio:1/1}
.cdf-story-card video{display:block;width:100%;height:100%;min-height:520px;object-fit:cover;background:#000}
.cdf-trusted-media video{aspect-ratio:1/1}
.cdf-how-demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:46px}
.cdf-how-demo-card{background:var(--cdf-bg);border-radius:20px;overflow:hidden}
.cdf-how-demo-card video{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#000}
.cdf-how-demo-copy{padding:20px 22px 24px}
.cdf-how-demo-copy strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:25px;font-weight:500;margin-bottom:8px}
.cdf-how-demo-copy p{margin:0;color:#686863;line-height:1.55;font-size:14px}
.cdf-extra-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:930px;margin:0 auto}
.cdf-extra-video-grid .cdf-video-card{aspect-ratio:9/16!important}
@media(max-width:980px){.cdf-story-card video{min-height:420px}.cdf-extra-video-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.cdf-story-card video{min-height:0;aspect-ratio:1/1}.cdf-how-demo-grid{grid-template-columns:1fr}.cdf-extra-video-grid{grid-template-columns:1fr 1fr;gap:9px}.cdf-extra-video-grid .cdf-video-card:last-child{grid-column:1/-1;max-width:50%;width:100%;margin-inline:auto}}

/* Header/logo hard fix */
.cdf-header{overflow:hidden}
.cdf-header-inner{overflow:hidden;min-height:72px}
.cdf-brand{display:flex;align-items:center;justify-content:flex-start;flex:0 0 180px;width:180px;max-width:180px;height:52px;overflow:hidden;line-height:0}
.cdf-brand img{display:block!important;width:auto!important;height:42px!important;max-width:180px!important;max-height:42px!important;object-fit:contain!important;object-position:left center!important;flex:none!important;margin:0!important}
.cdf-nav{flex:1 1 auto;justify-content:flex-end;min-width:0}
.cdf-nav a,.cdf-header-cta{white-space:nowrap}
.cdf-header-cta{flex:0 0 auto}
@media(max-width:980px){.cdf-brand{flex-basis:160px;width:160px;max-width:160px;height:48px}.cdf-brand img{height:38px!important;max-height:38px!important;max-width:160px!important}}
@media(max-width:640px){.cdf-header-inner{min-height:62px;gap:12px}.cdf-brand{flex-basis:135px;width:135px;max-width:135px;height:44px}.cdf-brand img{height:32px!important;max-height:32px!important;max-width:135px!important}}
