body {
    background: #f4f7fb;
    color: #1f2937;
}

.app-navbar {
    background: #d9f0c8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.brand-lockup {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand-logo {
    width: 54px;
    height: 54px;
    object-fit: contain;
    display: block;
}

.brand-name {
    color: #17331c;
    font-weight: 700;
    font-size: 1.05rem;
}

.app-navbar .nav-link {
    color: #20331f;
    font-weight: 500;
}

.app-navbar .nav-link.active,
.app-navbar .nav-link:hover {
    color: #0f5132;
}

.auth-wrap {
    min-height: 55vh;
    display: flex;
    align-items: center;
}

.auth-card {
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}

.site-footer {
    background: #050505;
    color: #fff;
    margin-top: 2rem;
}

.footer-panels {
    margin-top: 0.5rem;
}

.footer-panel {
    background: #222;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.footer-panel-title {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-panel-body {
    font-size: 1.05rem;
    line-height: 1.6;
}

.footer-map iframe {
    width: 100%;
    min-height: 210px;
    border: 0;
    border-radius: 12px;
}

.footer-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 210px;
}

.footer-date {
    max-width: 100%;
}

.footer-copy {
    text-align: center;
    padding: 1rem 0 1.5rem;
    font-weight: 600;
}
