/* YUSRe website corporate video player — scoped styles only */
.hero-video-block{padding-top:28px;padding-bottom:8px}
.yusre-video-player{position:relative;width:min(1180px,100%);margin:0 auto;aspect-ratio:16/9;overflow:hidden;border-radius:20px;background:#000;border:1px solid rgba(199,149,49,.38);box-shadow:0 22px 60px rgba(0,0,0,.22)}
.yusre-video{display:block;width:100%;height:100%;object-fit:cover;background:#000}
.yusre-play-overlay{position:absolute;inset:0;margin:auto;width:104px;height:104px;border:3px solid rgba(255,255,255,.96);border-radius:50%;background:rgba(5,17,38,.78);cursor:pointer;display:grid;place-items:center;transition:transform .18s ease,background .18s ease,opacity .18s ease;z-index:5;box-shadow:0 10px 32px rgba(0,0,0,.42)}
.yusre-play-overlay:hover,.yusre-play-overlay:focus-visible{transform:scale(1.07);background:rgba(5,17,38,.92);outline:3px solid rgba(231,189,104,.55);outline-offset:5px}
.yusre-play-icon{width:0;height:0;border-top:18px solid transparent;border-bottom:18px solid transparent;border-left:29px solid #fff;margin-left:7px}
.yusre-video-player.is-playing .yusre-play-overlay{opacity:0;pointer-events:none}
@media(max-width:650px){.hero-video-block{padding-top:18px}.yusre-video-player{border-radius:12px}.yusre-play-overlay{width:76px;height:76px}.yusre-play-icon{border-top-width:13px;border-bottom-width:13px;border-left-width:22px;margin-left:5px}}
