.hero-section{align-items:center;background:url(your-image.jpg) 50%/cover no-repeat;color:#fff;display:flex;justify-content:flex-start;min-height:70vh;overflow:hidden;padding:80px 40px;position:relative}.hero-section .overlay{background:linear-gradient(90deg,rgba(0,0,0,.7) 30%,rgba(0,0,0,.1));height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-content{max-width:600px;position:relative;z-index:2}.hero-content h1{color:#fff}.hero-content p{font-size:18px;letter-spacing:2px;margin-bottom:30px;text-transform:uppercase}a.cta-btn{background:#b62a46;border-radius:2px;color:#fff;display:inline-block;font-weight:600;padding:14px 28px;text-decoration:none;transition:background .3s ease}a.cta-btn:hover{background:#eeb140;color:#333}