.header-home-link,
.site-home-link,
.brand-home-link {
    color: #1f2937;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.15s ease;
}

.header-home-link:hover,
.site-home-link:hover,
.brand-home-link:hover {
    color: #3f6ae6;
}

.site-home-link,
.brand-home-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    line-height: 1.2;
}

.simple-page-header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #e6e6e6;
    padding: 14px 18px;
    text-align: center;
    backdrop-filter: blur(10px);
}

[data-site-footer] {
    display: block;
    margin-top: 24px;
}

.site-footer-shell {
    background: white;
    border-top: 1px solid #e6e6e6;
    padding: 18px 0 22px;
}

.site-footer-inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;
    text-align: center;
}

.site-footer-copy,
.site-footer-rights {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
}

.site-footer-links {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

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

.site-footer-rights a {
    color: #3f6ae6;
    font-weight: 600;
    text-decoration: none;
}

.site-footer-links a:hover {
    text-decoration: underline;
}

.site-footer-rights a:hover {
    text-decoration: underline;
}

.site-footer-separator {
    color: #9ca3af;
}

@media (max-width: 700px) {
    .simple-page-header {
        padding: 14px 16px;
    }

    .site-home-link,
    .brand-home-link {
        font-size: 18px;
    }

    .site-footer-inner {
        width: calc(100% - 24px);
        gap: 8px 14px;
    }
}
