/* ===== MISA SME Footer Main =====
   Figma node 473-25162 */

.sme-footer-main {
    background: #f5f5f5;
    font-family: 'Inter', sans-serif;
}

/* ---- Section ---- */
.sme-footer-section {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
}

/* ---- Container (max 1280px) ---- */
.sme-footer-container {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* ---- Logo Row ---- */
.sme-footer-logo-row {
    display: flex;
    gap: 40px;
    align-items: center;
}

.sme-footer-logo-misa {
    display: inline-flex;
    align-items: center;
}

.sme-footer-logo-misa img {
    display: block;
}

.sme-footer-logo-brand {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.sme-footer-logo-brand img {
    display: block;
}

/* ---- Content Row ---- */
.sme-footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    margin: 24px 0 48px;
}

/* ---- Left: Company Info ---- */
.sme-footer-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    width: 612px;
    max-width: 100%;
}

.sme-footer-company-name {
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #181d27;
    width: 100%;
}

.sme-footer-info-detail {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
}

.sme-footer-info-row {
    display: flex;
    gap: 2px;
    align-items: center;
    max-width: 530px;
}

.sme-footer-label {
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.2px;
    color: #181d27;
    white-space: nowrap;
}

.sme-footer-value {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.2px;
    color: #252b37;
}

/* ---- Contact List ---- */
.sme-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: flex-start;
}

.sme-footer-contact-item {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sme-footer-contact-item img {
    flex-shrink: 0;
    display: block;
}

.sme-footer-link-brand {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #2662ff;
}

.sme-footer-link-brand:hover {
    text-decoration: underline;
    color: #2662ff;
}

.sme-footer-phone {
    font-family: 'Inter Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #2662ff;
}

/* ---- Business Registration ---- */
.sme-footer-registration {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.2px;
    color: #252b37;
    min-width: 100%;
}

/* ---- Right: Link Columns ---- */
.sme-footer-links {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    width: 610px;
    max-width: 100%;
}

.sme-footer-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 0;
}

.sme-footer-col:first-child {
    width: 201px;
}

.sme-footer-col:nth-child(2) {
    width: 175px;
}

.sme-footer-col:last-child {
    flex: 1 0 0;
    min-width: 0;
}

.sme-footer-col-title {
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 16px;
    line-height: 25.71px;
    color: #1f1f1f;
    width: 100%;
}

.sme-footer-col-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
}

.sme-footer-col-list li {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.sme-footer-col-list a {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.2px;
    color: #1f1f1f;
    text-decoration: none;
    transition: color 0.2s;
}

.sme-footer-col-list a:hover {
    color: #2662ff;
    text-decoration: underline;
}

/* ---- Middle Bar ---- */
.sme-footer-middle {
    border-top: 1px solid #d5d7da;
    border-bottom: 1px solid #d5d7da;
}

.sme-footer-middle-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

/* ---- Social Icons ---- */
.sme-footer-socials {
    display: flex;
    gap: 16px;
    align-items: center;
}

.sme-footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sme-footer-socials img {
    display: block;
}

/* ---- Middle Left (Social + App Downloads) ---- */
.sme-footer-middle-left {
    display: flex;
    gap: 16px;
    align-items: center;
}

/* ---- App Download Badges ---- */
.sme-footer-apps {
    display: flex;
    gap: 12px;
    align-items: center;
}

.sme-footer-app-badge {
    display: inline-flex;
    align-items: center;
}

.sme-footer-app-badge img {
    display: block;
}

/* ---- Certifications ---- */
.sme-footer-certs {
    display: flex;
    gap: 16px;
    align-items: center;
}

.sme-footer-certs img {
    display: block;
}

.sme-footer-cert-link {
    display: inline-flex;
    align-items: center;
}

/* ---- Bottom Bar: Copyright ---- */
.sme-footer-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 0 32px;
    width: 100%;
}

.sme-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    line-height: 22.4px;
}

.sme-footer-copyright {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 22.4px;
    color: #535862;
    flex: 1 0 0;
    min-width: 0;
    font-feature-settings: "lnum" 1, "tnum" 1;
}

.sme-footer-privacy-link {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 22.4px;
    color: #535862;
    text-decoration: none;
    text-align: right;
    white-space: nowrap;
    flex-shrink: 0;
    font-feature-settings: "lnum" 1, "tnum" 1;
}

.sme-footer-privacy-link:hover {
    color: #2662ff;
    text-decoration: underline;
}

/* ===== Responsive ===== */
@media (max-width: 1320px) {
    .sme-footer-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sme-footer-content {
        flex-direction: column;
        gap: 32px;
    }

    .sme-footer-info {
        width: 100%;
    }

    .sme-footer-links {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .sme-footer-section {
        padding-top: 32px;
    }

    .sme-footer-logo-row {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .sme-footer-content {
        gap: 24px;
    }

    .sme-footer-links {
        flex-direction: column;
        gap: 24px;
    }

    .sme-footer-col,
    .sme-footer-col:first-child,
    .sme-footer-col:nth-child(2),
    .sme-footer-col:last-child {
        width: 100%;
        flex: none;
    }

    .sme-footer-middle-inner {
        flex-direction: column;
        gap: 20px;
    }

    .sme-footer-certs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sme-footer-bottom-inner {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .sme-footer-privacy-link {
        text-align: center;
        white-space: normal;
    }

    .sme-footer-info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .sme-footer-middle-left {
        flex-direction: column;
    }
}
