.hero{background:url('path/to/hero-image.jpg') no-repeat center center/cover;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative}.hero h1{font-size:3rem;margin-bottom:1rem;text-transform:uppercase}.hero .cta-button{background-color:#27ae60;color:#fff;padding:1rem 2rem;text-decoration:none;font-size:1.2rem;border-radius:5px;transition:background 0.3s}.hero .cta-button:hover{background-color:#219150}