/* Footer */
footer {
    background-color: rgb(185, 222, 244);
    color: #555555;
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid #e2e8f0;
}

footer a {
    color: var(--ocean-blue);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
}

footer a:hover {
    color: var(--coral);
    text-decoration: underline;
}

footer p {
    font-size: 0.9rem;
}

.footer-note {
    margin-top: 15px;
    opacity: 0.6;
}
