.site-nav {
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e5e7eb;
    z-index: 1030;
}

.site-brand {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.site-brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0b6b5f;
    color: #fff;
    font-size: 18px;
}

.site-nav .nav-link {
    color: #334155;
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 600;
}

.site-nav .nav-link:hover,
.site-nav .nav-link.active {
    color: #0b6b5f;
    background: rgba(11, 107, 95, 0.1);
}

.site-nav .nav-link.nav-dashboard {
    color: #0b6b5f;
}

.site-footer {
    background: rgba(255, 255, 255, 0.88);
    border-top: 1px solid #e5e7eb;
    padding: 26px 0 8px;
}

.site-footer-brand {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    margin-bottom: 4px;
}

.site-footer-links,
.site-policy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.site-footer-links a,
.site-policy-links a {
    text-decoration: none;
    color: #334155;
    font-weight: 600;
    font-size: 14px;
}

.site-footer-links a:hover,
.site-policy-links a:hover {
    color: #0b6b5f;
}

@media (max-width: 991.98px) {
    .site-footer-links,
    .site-policy-links {
        justify-content: center;
    }

    .site-footer .text-lg-end {
        text-align: center !important;
    }
}
