.hero-section{position:relative;height:84vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer}.video-background{z-index:-2;overflow:hidden}.video-background,.video-background video{position:absolute;top:0;left:0;width:100%;height:100%}.video-background video{object-fit:cover}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:-1}.hero-content{text-align:center;color:var(--white);max-width:800px;padding:0 20px;z-index:1;cursor:pointer}.hero-content h1{font-size:42px;font-weight:700;margin-bottom:15px;line-height:1.2}.hero-content p{font-size:18px;margin-bottom:25px;line-height:1.5}.hero-buttons{display:flex;justify-content:center;gap:20px}@media (max-width:768px){.hero-content h1{font-size:32px}.hero-content p{font-size:18px}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:250px;margin-bottom:10px;text-align:center}}.video-modal-content{max-width:90vw!important;max-height:90vh!important;width:auto!important;padding:0!important;background:transparent!important;border:none!important;box-shadow:0 25px 50px -12px rgba(0,0,0,.5)!important}.video-modal-player{width:100%;height:auto;max-height:80vh;border-radius:8px;background:#000}@media (max-width:768px){.video-modal-content{max-width:95vw!important;max-height:85vh!important}.video-modal-player{max-height:70vh}}.welcome-section{background-color:var(--brown-bg);padding:20px 0;border-top:4px solid var(--brown-lighter)}.welcome-content{max-width:800px;margin:0 auto;text-align:center}.welcome-content p{font-size:22px;line-height:1.5;color:var(--brown);font-weight:500}@media (max-width:768px){.welcome-content p{font-size:18px}}