body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #1f1f1f;
    line-height:2;
}

.main-nav {
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.brand-mark img {
    height: 36px;
    margin-right: 8px;
    display: inline-block;
}

.brand-mark span {
    font-weight: 600;
    font-size: 14px;
}

.navbar-nav > li > a {
    font-weight: 500;
}

.hero {
    background: linear-gradient(120deg, #004c97 0%, #0072c6 60%, #00a6e0 100%);
    color: #fff;
    padding: 80px 0 40px;
}

.hero h1 {
    font-weight: 700;
    margin-top: 0;
}

.hero p.lead {
    font-size: 18px;
}

.carousel,
.carousel .item {
    height: 360px;
}

.carousel .item .slide {
    height: 360px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}

.carousel .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
}

.carousel-caption {
    text-align: left;
    z-index: 2;
}

.slide-1 { background-image: url('https://images.unsplash.com/photo-1512428559087-560fa5ceab42?auto=format&fit=crop&w=1400&q=80'); }
.slide-2 { background-image: url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=1400&q=80'); }
.slide-3 { background-image: url('https://images.unsplash.com/photo-1488590528505-98d2b5aba04b?auto=format&fit=crop&w=1400&q=80'); }
.slide-4 { background-image: url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1400&q=80'); }
.slide-5 { background-image: url('https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=1400&q=80'); }
.carousel .item .overlay {
    background: linear-gradient(120deg, rgba(0,0,0,0.55), rgba(0,0,0,0.25));
}

.section {
    padding: 40px 0;
}

.section h2 {
    margin-top: 0;
    font-weight: 700;
}

.value-pill {
    display: inline-block;
    padding: 8px 14px;
    margin: 6px 6px 0 0;
    border-radius: 999px;
    background: #e8f2ff;
    color: #004c97;
    font-weight: 600;
}

.anthem {
    background: #f8f9fb;
    border-left: 4px solid #004c97;
    padding: 20px;
    margin-top: 16px;
}

.footer {
    background: #0f1a2b;
    color: #d7e4ff;
    padding: 40px 0 20px;
    margin-top: 40px;
}

.footer h4 {
    color: #fff;
    margin-top: 0;
}

.footer a {
    color: #d7e4ff;
}

.footer-links li {
    margin-bottom: 6px;
}

.social-links {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.social-links a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #d7e4ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: background 0.2s ease, color 0.2s ease;
}

.social-links a:hover,
.social-links a:focus {
    background: #fff;
    color: #004c97;
    text-decoration: none;
}

.copyright {
    margin-top: 16px;
    color: #98a7c0;
}

.card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.card h4 {
    margin-top: 0;
}

.contact-form .form-control {
    margin-bottom: 12px;
}

.badge-pill {
    border-radius: 999px;
    padding: 6px 12px;
    background: #004c97;
    color: #fff;
}

.audience-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 18px;
    background: #fff;
    height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.audience-card h3 {
    margin-top: 0;
    font-weight: 700;
}

.feature-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.feature-list li {
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
    line-height: 1.5;
}

.feature-list li .glyphicon {
    position: absolute;
    left: 0;
    top: 3px;
    color: #0072c6;
}

.why-card {
    text-align: center;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f8fafc;
    height: 100%;
}

.why-card .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #004c97;
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
}

.map-card {
    margin-top: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.map-embed {
    width: 100%;
    min-height: 320px;
    border: 0;
}

.navbar .navbar-btn.btn-primary {
    background: #fff;
    color: #004c97;
    border-color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.navbar .navbar-btn.btn-primary:hover,
.navbar .navbar-btn.btn-primary:focus {
    background: #f1f5f9;
    color: #003a70;
    border-color: #f1f5f9;
}

@media (max-width: 767px) {
    .hero {
        padding: 60px 0 30px;
    }

    .hero img {
        display: none;
    }

    .carousel,
    .carousel .item,
    .carousel .item .slide {
        height: 260px;
    }
}

@media (max-width: 430px) {
    .brand-mark {
        display: flex;
        align-items: center;
    }

    .brand-mark span {
        display: block;
        line-height: 1.3;
        font-size: 13px;
        max-width: 160px;
        white-space: normal;
    }
}

