.cf-video-poster{position:relative;display:block;width:100%;border:none;padding:0;cursor:pointer;border-radius:14px;overflow:hidden;background:var( --midnight );background-size:cover;background-position:center;aspect-ratio:16 / 9;border-bottom:3px solid var( --gold )}.cf-video-poster-has-image::before{content:'';position:absolute;inset:0;background:linear-gradient( 180deg,rgba( 13,47,74,0.55 ) 0%,rgba( 13,47,74,0.78 ) 100% )}.cf-video-poster-inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:18px;text-align:center}.cf-video-poster-lg .cf-video-poster-inner{gap:12px}.cf-video-seal{display:block;object-fit:contain;user-select:none}.cf-video-label{font-size:8.5px;letter-spacing:0.22em;color:var( --gold )}.cf-video-poster-lg .cf-video-label{font-size:10.5px}.cf-video-headline{font-family:var( --font-display );color:var( --text-on-dark );font-size:19px;line-height:1.25;max-width:300px;text-wrap:balance}.cf-video-poster-lg .cf-video-headline{font-size:30px;max-width:520px}.cf-video-play{width:50px;height:50px;border-radius:50%;background:var( --gold );display:flex;align-items:center;justify-content:center;margin-top:6px;transition:transform 0.15s}.cf-video-poster-lg .cf-video-play{width:64px;height:64px;margin-top:10px}.cf-video-play>span{width:0;height:0;border-style:solid;border-width:8px 0 8px 14px;border-color:transparent transparent transparent var( --midnight );margin-left:3px}.cf-video-poster:hover .cf-video-play,.cf-video-poster:focus-visible .cf-video-play{transform:scale( 1.1 )}.cf-video-caption{font-size:8.5px;letter-spacing:0.12em;color:var( --slate-soft );margin-top:8px;text-align:center}.cf-video-overlay{position:fixed;inset:0;z-index:210;background:rgba( 13,35,54,0.82 );display:flex;align-items:center;justify-content:center;padding:20px}.cf-video-overlay-inner{width:min( 880px,94vw )}.cf-video-overlay-head{display:flex;align-items:center;margin-bottom:10px}.cf-video-overlay-label{font-size:9px;letter-spacing:0.14em;color:var( --muted-on-dark )}.cf-video-overlay-close{margin-left:auto;border:none;background:rgba( 255,255,255,0.14 );color:var( --text-on-dark );border-radius:8px;width:32px;height:32px;cursor:pointer;font-size:16px;line-height:1}.cf-video-overlay video{width:100%;border-radius:12px;display:block;background:#000;box-shadow:0 24px 80px rgba( 0,0,0,0.5 )}