.intro-footer {
    display: none;
}

.intro-footer-text {
    margin: 0;
    padding: 0;
}

/* Footer */
.site-footer {
    border-top: 1px solid var(--border-color);
    padding: 1rem 1rem;
    text-align: center;
    background: var(--bg-color);
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.9rem;
    width: 100%;
    box-sizing: border-box;
}

.site-footer p {
    margin: 0;
}

.site-footer p:not(:first-child) {
    margin-top: 0.5rem;
}