.shared-site-footer {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0 16px 32px;
    box-sizing: border-box;
    margin-top: auto;
}

.shared-site-footer--spaced {
    padding-top: 8px;
}

[data-server-page].server-page {
    display: flex;
    flex-direction: column;
}

.shared-site-footer__container {
    max-width: 56rem;
    margin: 0 auto;
}

.shared-site-footer__container--wide {
    max-width: 64rem;
}

.shared-site-footer__shell {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    backdrop-filter: blur(12px);
    background: rgba(0, 0, 0, 0.28);
}

.theme-light .shared-site-footer__shell {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(148, 163, 184, 0.22);
}

.legal-page .shared-site-footer__shell {
    background: rgba(255, 255, 255, 0.84);
    border-color: rgba(201, 95, 26, 0.18);
    box-shadow: 0 16px 40px rgba(143, 63, 20, 0.08);
}

.shared-site-footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.25rem 1rem;
}

.shared-site-footer__title {
    margin: 0 0 0.5rem;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #94a3b8;
}

.theme-light .shared-site-footer__title {
    color: #64748b;
}

.legal-page .shared-site-footer__title {
    color: #5b6472;
}

.shared-site-footer__nav,
.shared-site-footer__company {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.shared-site-footer__copy {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: #94a3b8;
}

.theme-light .shared-site-footer__copy {
    color: #475569;
}

.legal-page .shared-site-footer__copy {
    color: #5b6472;
}

.shared-site-footer__company-name {
    color: #e5e7eb;
    font-weight: 700;
}

.theme-light .shared-site-footer__company-name {
    color: #1f2937;
}

.legal-page .shared-site-footer__company-name {
    color: #1f2937;
}

.shared-site-footer__link {
    color: #e5e7eb;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: color 180ms ease;
}

.shared-site-footer__link:hover {
    color: #ffffff;
}

.theme-light .shared-site-footer__link {
    color: #1f2937;
}

.theme-light .shared-site-footer__link:hover {
    color: #000000;
}

.legal-page .shared-site-footer__link {
    color: #1f2937;
}

.legal-page .shared-site-footer__link:hover {
    color: #c95f1a;
}

.shared-site-footer__link.is-current {
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.shared-site-footer__experts-link {
    font-weight: 400;
}

.shared-site-footer__meta {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.75rem 1rem;
}

.theme-light .shared-site-footer__meta {
    border-top-color: rgba(148, 163, 184, 0.22);
}

.legal-page .shared-site-footer__meta {
    border-top-color: rgba(201, 95, 26, 0.16);
}

.shared-site-footer__meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 1rem;
    font-size: 10px;
    color: #94a3b8;
}

.theme-light .shared-site-footer__meta-row {
    color: #64748b;
}

.legal-page .shared-site-footer__meta-row {
    color: #5b6472;
}

@media (min-width: 768px) {
    .shared-site-footer {
        padding-bottom: 24px;
    }

    .shared-site-footer--spaced {
        padding-top: 0;
    }

    .shared-site-footer__shell {
        border-width: 1px 0 0;
        border-radius: 0;
        background: transparent;
        backdrop-filter: none;
        box-shadow: none;
    }

    .theme-light .shared-site-footer__shell,
    .legal-page .shared-site-footer__shell {
        background: transparent;
        box-shadow: none;
    }

    .shared-site-footer__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
        padding: 1.25rem 0;
    }

    .shared-site-footer__meta {
        padding-left: 0;
        padding-right: 0;
    }
}
