body{margin:0;font-family:Arial,sans-serif;background:#081b4b;color:#fff}
header{display:flex;justify-content:space-between;padding:20px 40px;background:#05235f}
.hero{height:70vh;background:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1600&q=80') center/cover}
.overlay{padding:80px 50px;max-width:600px}
h2{font-size:58px;margin:0 0 20px}
.btn{background:#f5b31a;color:#081b4b;padding:14px 22px;text-decoration:none;border-radius:8px;font-weight:bold}
.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;padding:30px;background:#fff;color:#081b4b}
.cards div{padding:30px;background:#f7f7f7;border-radius:10px;text-align:center}
footer{padding:30px;text-align:center;background:#05235f}
