.hero-video-section{background-color:#fff;box-sizing:border-box;padding:80px 35px;width:100%}.hero-video-container{align-items:center;display:flex;gap:60px;justify-content:space-between;margin:0 auto;max-width:1500px}.hero-video-col-text{flex:1 1 45%;max-width:520px}.hero-video-title{color:#000;font-size:65px;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 28px}.hero-video-description{font-size:16px;line-height:1.6}.hero-video-description p{margin-bottom:20px}.hero-video-description strong{color:#333}.hero-video-col-media{flex:1 1 55%;width:100%}.hero-video-wrapper{background-color:#000;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.1);overflow:hidden;position:relative;width:100%}.hero-video-player{display:block;height:auto;outline:none;width:100%}.hero-video-placeholder{align-items:center;aspect-ratio:16/9;background:#f7fafc;border:2px dashed #cbd5e0;border-radius:6px;display:flex;flex-direction:column;justify-content:center}@media (max-width:1200px){.hero-video-container{flex-direction:column;gap:40px}.hero-video-col-media,.hero-video-col-text{flex:1 1 100%;max-width:100%}.hero-video-title{font-size:50px}}@media (max-width:750px){.hero-video-title{font-size:40px}.hero-video-section{padding:50px 35px}}