.td-home-footer {
    grid-column: 1 / -1;
    margin: 8px 0 4px;
    padding: 18px 4px 6px;
    text-align: center;
    border-top: 1px solid rgba(148, 163, 184, 0.35);
}

.td-home-footer__brand {
    margin: 0 0 10px;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--td-text, #0f172a);
}

.td-home-footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
    margin-bottom: 10px;
}

.td-home-footer__links a {
    font-size: 0.6875rem;
    font-weight: 700;
    text-decoration: none !important;
    color: var(--td-muted, #475569);
    padding: 4px 2px;
    border-radius: 6px;
    transition: color 0.15s ease;
}

.td-home-footer__links a:focus-visible {
    outline: 3px solid #38bdf8;
    outline-offset: 2px;
}

.td-home-footer__links a:hover {
    color: #0369a1;
}

.td-home-footer__copy {
    margin: 0;
    font-size: 0.625rem;
    font-weight: 600;
    color: var(--td-muted, #64748b);
    opacity: 0.85;
}

html[data-theme="dark"] .td-home-footer {
    border-top-color: rgba(51, 65, 85, 0.8);
}

html[data-theme="dark"] .td-home-footer__links a:hover {
    color: #7dd3fc;
}
