.hero{color:#fff;height:100vh;min-height:100svh;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:-2;min-width:100%;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-overlay{z-index:-1;background:#00000073;position:absolute;inset:0}.hero-content{flex-direction:column;justify-content:center;height:100%;padding-left:60px;display:flex;position:relative}.hero-content h1{color:#c4c3d0;font-size:80px;font-weight:700;line-height:1.1}.hero-content span{color:#fff;letter-spacing:1px;font-weight:600}.hero-content p{margin:20px 0;font-size:20px;font-weight:700}.hero-content button{cursor:pointer;color:#fff;background:#4499da;border:none;width:fit-content;padding:12px 26px;font-weight:700;display:inline-block}.hero-content button:hover{background:#10293e}.hero-video{width:100%;height:100%}@media (max-width:768px){.hero-content{text-align:center;padding:0 24px}.hero-content h1{font-size:clamp(32px,6vw,48px)}.hero-content p{font-size:18px}.hero-content button{padding:10px 20px;font-size:16px}}
