body { font-family: 'Montserrat', sans-serif; }

.main-nav { background: #0b1f3a; }

.hero { background: #0b1f3a; color: white; padding: 120px 0; }

.section-title { font-weight: 700; margin-bottom: 20px; }

.cta { background: #f8f9fa; }
h1, h2, h3, h4, h5 {
    font-weight: 700;
}

p {
    font-weight: 400;
}
.footer-modern { background: #0b1f3a; color: white; padding: 50px 0; }
.footer-modern a { color: #ccc; text-decoration: none; }
.footer-modern a:hover { color: white; }