.hero-video-section{align-items:center;background-color:#000;display:flex;min-height:80vh;overflow:hidden;position:relative;width:100%}.video-container{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-video{height:100%;object-fit:cover;pointer-events:none;width:100%}.video-overlay{background:rgba(0,0,0,.4);height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.hero-content{display:flex;margin:0 auto;max-width:1200px;padding:60px 20px;position:relative;width:100%;z-index:3}.hero-text-wrapper{max-width:700px;opacity:0;transform:translateY(30px);transition:all 1s ease-out}.hero-text-wrapper.is-visible{opacity:1;transform:translateY(0)}.hero-title{font-size:64px;font-weight:700;line-height:1.1;margin-bottom:20px}.hero-description{font-size:20px;line-height:1.6;margin-bottom:40px}.hero-cta{border-radius:50px;box-shadow:0 10px 20px rgba(0,0,0,.2);display:inline-block;font-size:18px;font-weight:700;padding:18px 45px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.hero-cta:hover{box-shadow:0 15px 30px rgba(0,0,0,.3);transform:scale(1.05) translateY(-3px)}@media (max-width:767px){.hero-video-section{background-color:#fff;flex-direction:column;min-height:auto}.video-container{aspect-ratio:16/9;background-color:#000;height:auto;position:relative;width:100%}.hero-video{height:100%;object-fit:contain;width:100%}.hero-content{background:#fff;justify-content:center!important;padding:40px 20px;position:relative}.hero-text-wrapper{text-align:center!important}.hero-title{color:#111!important;font-size:32px}.hero-description{color:#444!important;font-size:16px}.video-overlay{display:none}}