/* Footer */
footer {
    background: var(--hp-bg-secondary);
    color: var(--hp-fg-muted);
    padding: 4rem 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

footer a {
    color: var(--hp-accent-primary);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}

footer a:hover {
    color: var(--hp-accent-primary-hover);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content p:first-child {
    font-size: 1rem;
    font-weight: 500;
}
