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

.site-footer {
    background: #0b1120;
    color: #e5e7eb;

    padding: 30px 20px;
    font-size: 0.9rem;
}


/* =========================
   FOOTER INNER LAYOUT
========================= */

.footer-inner {
    max-width: 900px;
    margin: 0 auto;

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;

    padding-bottom: 10px;

    border-bottom: 1px solid rgba(148, 163, 184, 0.3);
}

.footer-column {
    flex: 1 1 200px;
}


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

.footer-column h3,
.footer-column h4 {
    margin-top: 0;
    margin-bottom: 8px;

    color: #f9fafb;
    font-size: 1rem;
}

.footer-column p {
    margin: 0 0 6px;
}


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

.site-footer a {
    color: #93c5fd;
    text-decoration: none;
}

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


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

.footer-bottom {
    max-width: 900px;
    margin: 10px auto 0;

    text-align: center;

    color: #9ca3af;
    font-size: 0.8rem;
}