.hero-video-container{position:relative;width:100%;height:80vh;min-height:500px;max-height:800px;overflow:hidden;background:#310000}.hero-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;opacity:.9;background-color:#310000}.hero-video.error{opacity:1}.desktop-video{display:block}.tablet-video{display:none}.small-mobile-video{display:none}.very-small-mobile-video{display:none}.hero-video-container.error .hero-video{opacity:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:rgb(49 0 0 / .3);box-sizing:border-box;z-index:3}.hero-text-container{max-width:1000px;margin-bottom:30px;padding:0 20px}.hero-main-text{color:#fff;font-size:2.3rem;font-weight:700;margin-bottom:10px;text-shadow:2px 2px 8px rgb(0 0 0 / .5)}.hero-sub-text{color:#f0f0f0;font-size:1.3rem;font-weight:400;text-shadow:1px 1px 4px rgb(0 0 0 / .5);line-height:1.4;max-width:600px;margin:0 auto}.hero-cta{display:flex;flex-direction:column;gap:15px;align-items:center;padding:0 20px}.hero-button{display:inline-block;background-color:#981919;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;min-width:200px;border:2px solid rgb(255 255 255 / .3);transition:all 0.3s ease;box-shadow:0 4px 12px rgb(0 0 0 / .2)}.hero-button:hover{background-color:#310000;transform:translateY(-2px);border-color:rgb(255 255 255 / .5)}.hero-button.secondary{background-color:#fff0;color:#fff;border:2px solid rgb(255 255 255 / .5)}.hero-button.secondary:hover{background-color:rgb(255 255 255 / .1)}@media screen and (max-width:1023px) and (min-width:768px){.desktop-video{display:none}.tablet-video{display:block}.hero-main-text{font-size:2.8rem}.hero-sub-text{font-size:1.8rem}.hero-cta{flex-direction:row;gap:25px}}@media screen and (max-width:767px) and (min-width:481px){.hero-video-container{height:90vh;min-height:600px;max-height:1000px}.tablet-video{display:none}.small-mobile-video{display:block}.small-mobile-video{width:auto;height:100%}.hero-main-text{font-size:2.8rem}.hero-sub-text{font-size:1.8rem}.hero-cta{flex-direction:column}}@media screen and (max-width:480px){.tablet-video{display:none}.small-mobile-video{display:block}.hero-video-container{height:85vh;min-height:400px}.hero-main-text{font-size:2.5rem;margin-bottom:10px}.hero-sub-text{font-size:1.5rem}.hero-button{padding:12px 25px;font-size:1rem;min-width:180px}}@media screen and (max-width:360px){.small-mobile-video{display:none}.very-small-mobile-video{display:block}.hero-main-text{font-size:1.8rem}.hero-sub-text{font-size:1.2rem}}