/* ---------- FOOTER ---------- */
.section-footer {
    background: #f8fafd;
    border-top: 1px solid #e3e9f7;
    padding: 44px 0 20px;
    margin-top: 56px;
}

.footer-link {
    color: var(--brand-text);
    opacity: .9;
    font-weight: 500;
    transition: color .14s, opacity .16s;
}

.footer-link:hover {
    color: var(--brand-green);
    opacity: 1;
    text-decoration: underline;
}

.footer-social-link {
    color: var(--brand-green);
    font-size: 1.7rem;
    margin: 0 7px;
    transition: color .13s, transform .13s;
}

.footer-social-link:hover {
    color: var(--brand-green-dark);
    transform: scale(1.18);
}

@media(max-width:700px) {
    .footer-link {
        font-size: 1rem;
    }
}

/* FOOTER */
.site-footer {
    background: #fff;
    border-top: 1.5px solid var(--brand-bg-mid, #f0f3fa);
    font-size: 1rem;
    color: var(--brand-text, #20243a);
}

.footer-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 24px 32px 24px;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 32px;
    justify-content: space-between;
}

.footer-col {
    min-width: 180px;
    flex: 1 1 0;
    margin-bottom: 16px;
    padding: 8px 8px 0 8px;
}

.brand-col {
    max-width: 300px;
}

.footer-logo img {
    height: 38px;
    margin-bottom: 12px;
    margin-top: 8px;
}

.footer-brand-desc {
    font-size: 1.08rem;
    color: var(--brand-muted, #8390a7);
    margin-bottom: 10px;
    margin-top: 8px;
}

.footer-heading {
    font-weight: 700;
    font-size: 1.09rem;
    margin-bottom: 12px;
    margin-top: 16px;
    letter-spacing: -0.02em;
    color: var(--brand-green, #1db954);
}

.footer-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-nav li {
    margin-bottom: 6px;
}

.footer-nav a {
    color: var(--brand-text, #20243a);
    text-decoration: none;
    opacity: 0.94;
    transition: color 0.16s;
}

.footer-nav a:hover {
    color: var(--brand-green, #1db954);
}

.footer-contact a {
    color: var(--brand-green, #1db954);
    text-decoration: none;
}

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

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 0.98rem;
    color: var(--brand-muted, #8390a7);
}

.footer-divider {
    height: 1px;
    background: var(--brand-bg-mid, #f0f3fa);
    margin: 0 0 18px 0;
}

.footer-social a {
    color: var(--brand-green, #1db954);
    font-size: 1.2rem;
    margin-right: 14px;
    display: inline-block;
    transition: color 0.15s;
}

.footer-social a:hover {
    color: var(--brand-text, #20243a);
}

@media (max-width: 900px) {
    .footer-columns {
        flex-direction: column;
        gap: 20px 0;
        align-items: flex-start;
    }

    .brand-col {
        max-width: none;
    }

    .footer-bottom {
        margin-top: 22px;
    }
}

/* DARK FOOTER */
.dark-footer {
    background: #151a1f;
    border-top: 2px solid var(--brand-green, #1db954);
    color: #e7f2ea;
}

.dark-footer .footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 32px 32px 32px;
}

.dark-footer .footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 34px;
}

.dark-footer .footer-col {
    flex: 0 1 190px;
    min-width: 170px;
    margin-bottom: 16px;
    padding: 12px 12px 0 12px;
    display: flex;
    flex-direction: column;
}

.dark-footer .brand-col {
    flex: 0 1 270px;
    min-width: 210px;
    margin-right: 36px;
}

.dark-footer .footer-logo img {
    height: 38px;
    margin-bottom: 8px;
    margin-top: 8px;
    filter: brightness(1.1) drop-shadow(0 0 2px #101);
}

.dark-footer .footer-brand-desc {
    font-size: 1.06rem;
    color: #c4cfce;
    margin-bottom: 10px;
    margin-top: 8px;
}

.dark-footer .footer-heading {
    font-weight: 600;
    font-size: 1.09rem;
    margin-bottom: 12px;
    margin-top: 16px;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.dark-footer .footer-nav {
    padding: 0;
    margin: 0 0 6px 0;
    list-style: none;
}

.dark-footer .footer-nav li {
    margin-bottom: 7px;
}

.dark-footer .footer-nav a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.93;
    transition: color 0.15s;
}

.dark-footer .footer-nav a:hover {
    color: var(--brand-green, #1db954);
}

.dark-footer .footer-contact a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

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

.dark-footer .socials-col .footer-social a {
    color: #ffffff;
    font-size: 1.34rem;
    margin-right: 16px;
    display: inline-block;
    transition: color 0.15s;
    vertical-align: middle;
}

.dark-footer .socials-col .footer-social a:hover {
    color: #e7f2ea;
}

.dark-footer .footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 0.98rem;
    color: #95a9a7;
}

.dark-footer .footer-divider {
    height: 1.5px;
    background: var(--brand-green, #1db954);
    opacity: 0.12;
    margin: 0 0 18px 0;
}

@media (max-width: 1100px) {
    .dark-footer .footer-container {
        max-width: 98vw;
    }

    .dark-footer .footer-columns {
        flex-wrap: wrap;
    }
}

@media (max-width: 900px) {
    .dark-footer .footer-columns {
        flex-direction: column;
        gap: 30px 0;
        align-items: flex-start;
    }

    .dark-footer .brand-col {
        margin-bottom: 22px;
    }
}

@media (max-width: 700px) {
    .dark-footer .footer-container {
        padding: 28px 10px 10px 10px;
    }

    .dark-footer .footer-columns {
        gap: 18px 0;
    }

    .dark-footer .footer-col {
        min-width: 100%;
    }

    .dark-footer .brand-col {
        margin-right: 0;
    }

    .dark-footer .footer-bottom {
        margin-top: 14px;
    }
}