footer {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #e2e8f0;
    text-align: center;
    padding: 20px 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-top: 2px solid #38bdf8;
}

footer p {
    margin: 0;
    line-height: 1.6;
}

.brand {
    font-weight: 700;
    color: #38bdf8;
}