/* Footer */
footer {
    background: rgba(15, 15, 35, 0.9);
    padding: 3rem 0;
    text-align: center;
    border-top: 1px solid rgba(102, 126, 234, 0.1);
}

footer p {
    color: #ffffff;
    margin: 0;
}

footer p:nth-child(2) {
    margin-top: 0.1rem;
    color: #b8c4df;
}
footer p:nth-child(3) {
    margin-top: 1rem;
    color: #b8c4df;
}

.footer-links {
    margin-top: 1.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    margin: 0 0.5rem;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}