.hero-section{align-items:center;background-color:#1a2533;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;min-height:85vh;padding:160px 0;position:relative}.hero-container{margin:0 auto;max-width:1200px;padding:0 5%;width:100%;z-index:2}.hero-content{max-width:800px;text-align:left}.hero-content h1{color:#fff;font-size:4.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:20px 0}.hero-content p{color:hsla(0,0%,100%,.9);font-size:1.3rem;line-height:1.6;margin-bottom:40px;max-width:600px}.hero-actions{align-items:center;display:flex;gap:20px}.cta-button{border-radius:4px;display:inline-block;font-size:1.1rem;font-weight:600;padding:18px 36px;text-align:center;text-decoration:none;transition:all .3s ease}.cta-button.primary{background-color:#ff9800;border:none;color:#fff!important}.cta-button.secondary{border:1px solid hsla(0,0%,100%,.4);color:#fff!important}@media (max-width:768px){.hero-content h1{font-size:2.8rem}.hero-section{padding:100px 0;text-align:center}.hero-content{margin:0 auto}.hero-actions{flex-direction:column}}