/* =========================================
   FOOTER
========================================= */

.site-footer {
    background: hsl(217.24deg 68.36% 6.37%);
    color: #ffffff;
    padding: 70px 0 25px;
}


/* =========================================
   MAIN FOOTER
========================================= */

.footer-main {
    align-items: flex-start;
}


/* =========================================
   BRAND
========================================= */

.footer-logo {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.footer-tagline {
    margin: 0 0 18px;
    font-size: 14px;
    color: #9fb3c8;
}

.footer-description {
    max-width: 520px;
    margin: 0;
    color: #b8c7d6;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   FOOTER COLUMNS
========================================= */

.footer-column h5 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.footer-column a {
    display: block;
    color: #b8c7d6;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
    transition: color 0.2s ease;
}

.footer-column a:hover {
    color: #ffffff;
}


/* =========================================
   SOCIAL ICONS
========================================= */

.footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-socials a {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;

    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.footer-socials a:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}


/* =========================================
   LEGAL
========================================= */

.legal-column a {
    max-width: 250px;
}
