/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
    padding: 80px 0 32px;
    color: #e5e7eb;
    background: linear-gradient(180deg, #0b1220 0%, #0f172a 100%);
}

/* =========================================================
   LAYOUT
   ========================================================= */

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
}

/* =========================================================
   BRAND
   ========================================================= */

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;

    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.footer-logo .material-symbols-rounded {
    font-size: 28px;
}

.footer-logo strong {
    color: #3b82f6;
}

.footer-desc {
    max-width: 360px;
    margin-top: 16px;

    font-size: 14px;
    line-height: 1.6;
    color: #94a3b8;
}

/* =========================================================
   COLUMNS
   ========================================================= */

.footer-title {
    margin-bottom: 16px;

    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.footer-links,
.footer-contacts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li,
.footer-contacts li {
    margin-bottom: 10px;

    font-size: 14px;
    color: #cbd5f5;
}

.footer-links a,
.footer-contacts a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-contacts a:hover {
    color: #3b82f6;
}

/* =========================================================
   BOTTOM
   ========================================================= */

.footer-bottom {
    margin-top: 48px;
    padding-top: 24px;

    font-size: 13px;
    text-align: center;
    color: #94a3b8;

    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
