﻿.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.site-navbar {
    min-height: 72px;
}

.site-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.site-logo {
    height: 54px;
    width: auto;
    display: block;
}

.site-nav .nav-link {
    font-weight: 600;
    color: #212529 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    transition: color 0.2s ease;
}

.site-nav .nav-link:hover {
    color: #000000 !important;
    text-decoration: underline;
    text-underline-offset: 0.35rem;
}

.site-nav-secondary {
    background: transparent;
    border: 1px solid #ced4da;
    color: #212529 !important;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.65rem 1.25rem;
}

    .site-nav-secondary:hover {
        background: #f8f9fa;
        color: #212529 !important;
    }

.site-nav-primary {
    background: #212529;
    border: 1px solid #212529;
    color: white !important;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.65rem 1.25rem;
}

    .site-nav-primary:hover {
        background: #000000;
        border-color: #000000;
        color: white !important;
    }

main {
    padding-top: 1.5rem;
}

.footer {
    margin-top: 4rem;
}

@media (max-width: 991.98px) {

    .site-nav {
        padding-top: 1rem;
        gap: 0.5rem;
    }

        .site-nav .nav-link {
            padding: .6rem 0 !important;
        }

    .site-nav-secondary,
    .site-nav-primary {
        margin-top: .4rem;
        width: auto;
        align-self: flex-start;
        text-align: center;
    }
}

.site-footer {
    margin-top: 5rem;
    padding: 3rem 0 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.site-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.site-footer-logo {
    height: 45px;
    width: auto;
    margin-bottom: 1rem;
}

.site-footer-brand p {
    max-width: 320px;
    color: #6c757d;
    margin: 0;
}

.site-footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.site-footer-links a,
.site-footer-links a:visited {
    color: #212529 !important;
    text-decoration: none !important;
    font-weight: 600;
}

.site-footer-links a:hover {
    color: #000000 !important;
    text-decoration: underline !important;
}

.site-footer-bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
    color: #6c757d;
    font-size: 0.9rem;
}

@media (max-width: 767.98px) {

    .site-footer-content {
        flex-direction: column;
    }
}

.page-hero {
    width: min(900px, calc(100% - 2rem));
    margin: 0 auto 2rem;
    padding: 2.5rem 0 0.5rem;
    text-align: center;
}

    .page-hero h1 {
        font-size: clamp(2.4rem, 5vw, 3.6rem);
        font-weight: 950;
        margin-bottom: 1.25rem;
    }

    .page-hero p {
        max-width: 760px;
        margin: 0 auto 0.75rem;
        color: #495057;
        line-height: 1.8;
        font-size: 1.15rem;
    }

.page-hero-actions {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .page-hero {
        padding: 2rem 0 1rem;
        margin-bottom: 2rem;
    }
}

.page-kicker {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6c757d;
}

/* ==========================================
   FOOTER
========================================== */

.site-footer {
    padding: 4rem 0 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.site-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.site-footer-brand {
    max-width: 340px;
    gap: 1.25rem;
}

.site-footer-logo {
    display: block;
    width: 110px;
    height: auto;
    margin-bottom: 1rem;
}

.site-footer-brand p {
    margin: 0;
    color: #6c757d;
    font-size: 1.05rem;
    line-height: 1.6;
}

.site-footer-social {
    flex-shrink: 0;
}

    .site-footer-social h3 {
        margin: 0 0 1.25rem;
        font-size: 1.5rem;
        font-weight: 600;
    }

.site-footer-social-icons {
    display: flex;
    gap: 0.9rem;
}

    .site-footer-social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border: 1px solid #212529;
        border-radius: 50%;
        color: #212529;
        font-size: 1.35rem;
        text-decoration: none;
        transition: background-color .2s ease, color .2s ease, transform .2s ease;
    }

        .site-footer-social-icons a:hover,
        .site-footer-social-icons a:focus-visible {
            background: #212529;
            color: #fff;
            transform: translateY(-2px);
        }

.site-footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: .75rem;
    margin-top: 1.75rem;
    padding: 1.5rem 0;
    border-top: 1px solid #dee2e6;
}

    .site-footer-nav a {
        display: inline-block;
        color: #212529;
        font-size: .95rem;
        font-weight: 500;
        text-decoration: none;
        transition: opacity .2s ease;
    }

        .site-footer-nav a:hover,
        .site-footer-nav a:focus-visible {
            color: #212529;
            text-decoration: none;
            opacity: .7;
        }

.site-footer-bottom {
    padding-top: 1.25rem;
    border-top: 1px solid #dee2e6;
    text-align: center;
    color: #6c757d;
    font-size: .95rem;
}

@media (max-width: 768px) {

    .site-footer {
        padding-top: 3rem;
    }

    .site-footer-top {
        flex-direction: column;
        gap: 2rem;
    }

    .site-footer-brand {
        max-width: 100%;
    }

    .site-footer-social {
        width: 100%;
    }

    .site-footer-nav {
        margin-top: 2rem;
        flex-direction: column;
        align-items: flex-start;
        gap: .9rem;
    }

    .site-footer-bottom {
        margin-top: 1rem;
    }
}

/* ==========================================
   GLOBAL SECTIONS
========================================== */

.section {
    padding: 4rem 0;
}

.section-alt {
    padding: 4rem 0;
    background: #f8f9fa;
}

.section-header {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

    .section-header h2 {
        margin-bottom: 1rem;
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 900;
    }

    .section-header p {
        margin-bottom: 1rem;
        color: #495057;
        line-height: 1.8;
    }

        .section-header p:last-child {
            margin-bottom: 0;
        }

.container-page {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .section,
    .section-alt {
        padding: 3rem 0;
    }
}

@media (max-width: 767.98px) {

    .site-footer-logo {
        width: 145px;
        height: auto;
    }

    .site-footer-social-icons a {
        width: 42px;
        height: 42px;
        font-size: 1.15rem;
    }
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
}

.home-btn-dark {
    background: #212529;
    color: white;
}

    .home-btn-dark:hover {
        background: #000;
        color: white;
    }

.home-btn-secondary-outline {
    background: white;
    border: 1px solid #ced4da;
    color: #212529;
}

    .home-btn-secondary-outline:hover {
        background: #f8f9fa;
        color: #212529;
    }