﻿:root {
    --blue: #0b5278;
    --blue-dark: #102b3d;
    --blue-mid: #123449;
    --blue-soft: #eaf3f8;
    --gold: #f0b43c;
    --red: #b2393f;
    --ink: #172636;
    --muted: #617282;
    --bg: #fafbfd;
    --line: #cfdbe5;
    --border: #d7e2ea;
}

body {
    font-family: "Public Sans", Arial, sans-serif;
    background: var(--bg);
    color: var(--ink);
    line-height: 1.6;
}

a {
    color: var(--blue-dark);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

main a:hover,
main a:focus {
    color: var(--blue);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-5, .display-6 {
    color: var(--blue-dark);
    font-weight: 900;
    letter-spacing: -.03em;
}

.alert {
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    border-left-width: 5px;
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: .75rem;
    flex-shrink: 0;
    background: var(--blue-soft);
    color: var(--blue);
}

.btn {
    border-radius: .65rem;
    font-size: .93rem;
    padding: .7rem .75rem !important;
    font-weight: 800;
}

.btn-custom {
    --bs-btn-bg: var(--gold);
    --bs-btn-border-color: var(--gold);
    --bs-btn-hover-bg: #eeab24;
    --bs-btn-hover-border-color: var(--gold);
    --bs-btn-active-bg: #eeab24;
    --bs-btn-active-border-color: var(--gold);
}

.top-strip {
    background: var(--blue-dark);
    color: #d9e8ef;
    font-size: .84rem;
    padding: .55rem 0 .6rem;
    display: none;
}

    .top-strip a {
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        border-bottom: 1px solid rgba(255,255,255,.28);
    }


.site-nav {
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.navbar-brand img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.brand-title {
    color: var(--blue-dark);
    display: block;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.brand-subtitle {
    display: none;
    color: var(--muted);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.nav-link {
    color: #283b4b;
    font-size: .95rem;
    font-weight: 800;
    padding: .75rem .25rem !important;
}

    .nav-link:hover{
        color: var(--blue);
    }

.nav-cta {
    color: #1f2f3c !important;
    font-weight: 900;
}

.site-footer {
    background: #102b3d;
    border-top: 6px solid var(--gold);
    color: #d9e8ef;
}

.site-footer .border-light-subtle {
    border-color: rgba(255,255,255,.28) !important;
}

    .site-footer a {
        color: #fff;
        text-decoration: none;
    }

        .site-footer a:hover {
            text-decoration: underline;
        }

.footer-badges {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    font-size: 2rem;
}

    .footer-badge.equal-housing {
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: .02em;
    }

.footer-link-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .55rem .9rem;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    transition: background .18s ease, transform .18s ease, border-color .18s ease;
    font-weight: 600;
    text-decoration: none;
}

    .footer-link-pill:hover,
    .footer-link-pill:focus-visible {
        background: rgba(255,255,255,.16);
        border-color: rgba(255,255,255,.24);
        transform: translateY(-2px);
        color: #fff;
    }

    .footer-link-pill i {
        font-size: .9rem;
        opacity: .92;
    }

.section-pad {
    padding: 3rem 0;
}

.card {
    border: 1px solid var(--line);
    border-radius: 1.15rem;
    box-shadow: 0 10px 24px rgba(20, 49, 68, .07);
    overflow: hidden;
}

.card-body {
    padding: 1.5rem;
}

.card-link {
    transition: transform .18s ease, box-shadow .18s ease;
}

    .card-link:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 40px rgba(20, 49, 68, .11);
    }

.hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 10% 8%, rgba(240,180,60,.16), transparent 30%), linear-gradient(135deg, #102b3d 0%, #0b5278 100%);
    color: #fff;
}

    .hero::after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 7px;
        background: linear-gradient(90deg, var(--gold), var(--red), var(--blue));
    }

.hero-inner {
    position: relative;
    z-index: 1;
    padding: 3rem 1rem;
}

.simple-hero-layout {
    display: grid;
    gap: 2rem;
    align-items: center;
}

.simple-hero {
    max-width: 760px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    color: #fff;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 1rem;
    padding: .4rem .75rem;
    text-transform: uppercase;
}

    .eyebrow::before {
        content: "";
        width: .45rem;
        height: .45rem;
        border-radius: 50%;
        background: var(--gold);
    }

.hero h1 {
    font-size: clamp(2.35rem, 14vw, 4rem);
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: .98;
    margin-bottom: 1rem;
    color: #fff;
}

.hero .lead {
    color: #e8f2f7;
    font-size: 1.05rem;
    margin-bottom: 1.6rem;
    max-width: 620px;
}

.hero-collage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .7rem;
    max-width: 100%;
    position: relative;
}

    .hero-collage img {
        width: 100%;
        height: 104px;
        object-fit: cover;
        border-radius: .95rem;
        border: 3px solid rgba(255,255,255,.18);
        box-shadow: 0 14px 34px rgba(0,0,0,.16);
    }

        .hero-collage img:first-child {
            grid-column: 1 / -1;
            height: 165px;
        }

.hero-collage-label {
    grid-column: span 2;
    color: #dbeaf2;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin-top: .1rem;
    text-transform: uppercase;
}

.quick-access-band {
    background: #fff;
    padding: 1.5rem 0;
}

.card-accent-blue {
    border-top: 6px solid var(--blue);
}

.card-accent-gold {
    border-top: 6px solid var(--gold);
}

.card-accent-red {
    border-top: 6px solid var(--red);
}

.card-accent-gray {
    border-top: 6px solid #7c8792;
}

.quick-access-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background: var(--blue-soft);
    border-radius: .85rem;
    color: var(--blue);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.quick-access-title {
    color: var(--blue-dark);
    font-size: 1.28rem;
    font-weight: 900;
    letter-spacing: -.03em;
    margin-bottom: .55rem;
}

.quick-access-text {
    color: var(--muted);
    margin-bottom: 1.1rem;
}

.quick-access-arrow {
    color: var(--blue);
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

    .quick-access-arrow i {
        transition: transform .18s ease;
    }

.card-link:hover .quick-access-arrow i {
    transform: translateX(4px);
}

.accordion {
    --bs-accordion-border-color: var(--line);
    --bs-accordion-border-radius: 1rem;
    --bs-accordion-inner-border-radius: calc(1rem - 1px);
    --bs-accordion-btn-padding-x: 1.5rem;
    --bs-accordion-btn-padding-y: 1.15rem;
    --bs-accordion-body-padding-x: 1.5rem;
    --bs-accordion-body-padding-y: 1.75rem;
    --bs-accordion-active-bg: #fff;
    --bs-accordion-bg: #fff;
}

.accordion-item {
    border: 1px solid var(--line);
    border-radius: 1rem !important;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(20, 49, 68, .05);
}

    .accordion-item + .accordion-item {
        margin-top: 1rem;
    }

.accordion-button {
    font-weight: 800;
    color: var(--blue-dark);
    font-size: 1.05rem;
}

    .accordion-button:not(.collapsed) {
        color: var(--blue-dark);
        box-shadow: none;
    }

    .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
    }

    .accordion-button::after {
        transition: transform .2s ease;
    }

.accordion-body {
    border-top: 1px solid var(--line);
}


@media (min-width: 576px) {
    .brand-title {
        font-size: 1.1rem;
    }

    .brand-subtitle {
        display: block;
    }

    .navbar-brand img {
        width: 56px;
        height: 56px;
    }

    .hero-inner {
        padding: 3.75rem 0;
    }

    .hero .lead {
        font-size: 1.15rem;
    }
}

@media (min-width: 768px) {
    .top-strip {
        font-size: .875rem;
        display: block;
    }

    .hero h1 {
        font-size: clamp(3.25rem, 7vw, 4.85rem);
    }

    .hero-collage {
        max-width: 560px;
    }

        .hero-collage img {
            height: 118px;
        }

            .hero-collage img:first-child {
                height: 230px;
            }

    .section-pad {
        padding: 4rem 0;
    }
}

@media (min-width: 992px) {
    .simple-hero-layout {
        grid-template-columns: minmax(0, 1fr) 520px;
        gap: 4rem;
    }

    .hero-inner {
        padding: 4.5rem 0;
    }

    .hero-collage {
        margin-left: auto;
        width: 100%;
        max-width: none;
    }

        .hero-collage img {
            height: 120px;
        }

            .hero-collage img:first-child {
                height: 235px;
            }

    .nav-link {
        border-radius: .65rem;
        font-size: .93rem;
        padding: .7rem .75rem !important;
    }

        .nav-link:hover,
        .nav-link.active {
            background: var(--blue-soft);
        }

    .nav-cta {
        background: var(--gold);
        border-radius: .75rem;
        box-shadow: 0 8px 18px rgba(240, 180, 60, .22);
        padding-inline: 1rem !important;
    }

        .nav-cta:hover {
            background-color: #eeab24 !important;
        }

    .section-pad {
        padding: 5rem 0;
    }
}

@media (min-width: 1200px) {
    .brand-title {
        font-size: 1.35rem;
    }

    .hero h1 {
        font-size: 4.95rem;
    }
}
