.homepage-container{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.background-video{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0;z-index:0}.overlay{position:absolute;inset:0;background-color:rgba(13,27,42,.7);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:2rem;max-width:800px}.hero-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero-content p{font-size:1.25rem;line-height:1.6;max-width:600px;margin:0 auto 2rem}.hero-cta{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:12px}.hero-cta,.hero-cta:hover{background-color:var(--color-coral)}.hero-cta:hover{filter:brightness(1.1)}@media (max-width:768px){.hero-content p{font-size:1.1rem}}