.footer {
    width: 100%;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

.footer p {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-size: 0.9rem;
    color: #555;
    text-align: center;
    line-height: 1.5;
}

.footer a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 600;
}

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

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .footer p {
        font-size: 0.85rem;
        padding: 16px;
    }
}
