.hero{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.hero-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-video-bg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:contrast(1.2)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(23,24,25,.5);z-index:2}.hero-content{max-width:1200px;z-index:3;position:relative;text-align:center;padding:0 2rem}.hero h1{font-family:ArialRoundedMTBold,sans-serif;font-size:3.5rem;margin-bottom:1rem;color:#358fe9;font-weight:400}.hero p{font-size:1.3rem;color:#ccc;margin-bottom:3rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-secondary{font-family:Dosis,sans-serif;background:transparent;color:#358fe9;padding:1rem 2rem;border:2px solid #358fe9;border-radius:.75rem;text-decoration:none;font-size:1.6rem;transition:all .3s;display:inline-block;cursor:pointer}.btn-secondary:hover{background:#358fe9;color:#fff}[data-theme=dark] .btn-secondary:hover{color:#2c2d2e}.btn-primary{font-family:Dosis,sans-serif;background:transparent;color:#4caf50;padding:1rem 2rem;border:2px solid #4caf50;border-radius:.75rem;text-decoration:none;font-size:1.6rem;transition:all .3s;display:inline-block;cursor:pointer}.btn-primary:hover{background:#4caf50;color:#fff}[data-theme=dark] .btn-primary:hover{color:#2c2d2e}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem;margin-bottom:2rem}.hero-content{padding:0 1rem}.btn-secondary{font-size:1.3rem;padding:.8rem 1.5rem}}@media (max-width:480px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.btn-secondary{font-size:1.1rem;padding:.7rem 1.2rem}}