 /* FOOTER */
    footer {
        background: #000000;
        color: #f9fafb;
        padding: 56px 24px 32px;
    }

    .footer-inner {
        max-width: var(--max-width);
        margin: 0 auto;
    }

    .footer-top {
        display: grid;
        grid-template-columns: minmax(0, 2.1fr) repeat(3, minmax(0, 1.1fr));
        gap: 40px;
        padding-bottom: 36px;
        border-bottom: 1px solid rgba(55, 65, 81, 0.7);
    }

    .footer-logo-row {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .footer-logo {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .footer-logo-icon {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        background: linear-gradient(135deg, #a855f7, #6366f1);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 20px;
    }

    .footer-logo-text {
        font-size: 20px;
        font-weight: 600;
    }

    .footer-logo-text span {
        font-weight: 400;
    }

    .footer-desc {
        font-size: 13px;
        color: rgba(249, 250, 251, 0.85);
        max-width: 280px;
    }

    .footer-social {
        margin-top: 8px;
    }

    .footer-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 999px;
        border: 1px solid rgba(249, 250, 251, 0.6);
        font-size: 16px;
    }

    .footer-col-title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .footer-links {
        list-style: none;
        font-size: 13px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .footer-links a {
        color: rgba(249, 250, 251, 0.86);
    }

    .footer-bottom {
        padding-top: 18px;
        font-size: 12px;
        color: rgba(156, 163, 175, 0.9);
        text-align: center;
    }
