<section class="hero" style="background:url('your-image.jpg') center/cover no-repeat; height:90vh; display:flex; align-items:center; justify-content:center; text-align:center; color:white; position:relative;">
  <div style="background:rgba(0,0,0,0.4); padding:2rem; border-radius:12px;">
    <h1 style="font-size:3rem; margin-bottom:1rem;">Plan Your Dream Vacation</h1>
    <p style="font-size:1.2rem; margin-bottom:1.5rem;">Since 2009, helping over 54,000 travelers create magical memories</p>
    <a href="#contact" style="padding:0.8rem 1.5rem; background:#ff6b35; color:white; border-radius:8px; text-decoration:none; font-weight:bold;">Start Planning</a>
  </div>
</section>
