.hero-section{position:relative;height:100vh;background-image:url('https://images.pexels.com/photos/32870/pexels-photo.jpg?auto=compress&cs=tinysrgb&w=1920&h=1280&dpr=1');background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white);overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,rgba(15,41,69,.8),rgba(15,41,69,.6));z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;padding:0 var(--spacing-md)}.hero-content h1{margin-bottom:var(--spacing-md)}.hero-content h1 span{color:var(--gold)}.hero-content .subtitle{font-size:1.5rem;margin-bottom:var(--spacing-lg);font-weight:300}.hero-cta{display:flex;gap:var(--spacing-md);justify-content:center}