/* MaiShop Madre Landing v1.0.91 — footer global propio */
.mm-madre-global-footer {
    --mm-footer-ink: #0d1d26;
    --mm-footer-ink-soft: #142b35;
    --mm-footer-accent: #38c9bd;
    --mm-footer-accent-deep: #16a39b;
    --mm-footer-white: #ffffff;
    --mm-footer-muted: rgba(229, 242, 240, .68);
    --mm-footer-line: rgba(255, 255, 255, .11);
    position: relative;
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    isolation: isolate;
    color: var(--mm-footer-white);
    background:
        radial-gradient(circle at 12% 0%, rgba(56, 201, 189, .18), transparent 31%),
        radial-gradient(circle at 92% 88%, rgba(22, 163, 155, .15), transparent 28%),
        linear-gradient(145deg, #0b1921 0%, var(--mm-footer-ink) 48%, #10272d 100%);
    border-top: 1px solid rgba(255, 255, 255, .07);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.maishop-madre-global-footer-active #colophon,
body.maishop-madre-global-footer-active #site-footer,
body.maishop-madre-global-footer-active footer.site-footer:not(.mm-madre-global-footer):not(.maishop-home-footer),
body.maishop-madre-global-footer-active .site-footer:not(.mm-madre-global-footer):not(.maishop-home-footer),
body.maishop-madre-global-footer-active .ast-footer-overlay,
body.maishop-madre-global-footer-active .ast-small-footer,
body.maishop-madre-global-footer-active .site-above-footer-wrap,
body.maishop-madre-global-footer-active .site-primary-footer-wrap,
body.maishop-madre-global-footer-active .site-below-footer-wrap,
body.maishop-madre-global-footer-active .elementor-location-footer,
body.maishop-madre-global-footer-active .wp-site-blocks > footer:not(.mm-madre-global-footer):not(.maishop-home-footer),
body.maishop-madre-global-footer-active footer.wp-block-template-part:not(.mm-madre-global-footer):not(.maishop-home-footer),
body.maishop-madre-demo-context #colophon,
body.maishop-madre-demo-context #site-footer,
body.maishop-madre-demo-context footer.site-footer:not(.maishop-home-footer),
body.maishop-madre-demo-context .site-footer:not(.maishop-home-footer),
body.maishop-madre-demo-context .ast-footer-overlay,
body.maishop-madre-demo-context .ast-small-footer,
body.maishop-madre-demo-context .site-above-footer-wrap,
body.maishop-madre-demo-context .site-primary-footer-wrap,
body.maishop-madre-demo-context .site-below-footer-wrap,
body.maishop-madre-demo-context .elementor-location-footer,
body.maishop-madre-demo-context .wp-site-blocks > footer:not(.maishop-home-footer),
body.maishop-madre-demo-context footer.wp-block-template-part:not(.maishop-home-footer) {
    display: none !important;
}

.mm-madre-global-footer *,
.mm-madre-global-footer *::before,
.mm-madre-global-footer *::after {
    box-sizing: border-box;
}

.mm-madre-footer-glow {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(30px);
    pointer-events: none;
}

.mm-madre-footer-glow--one {
    width: 360px;
    height: 360px;
    top: -230px;
    left: 8%;
    background: rgba(56, 201, 189, .18);
}

.mm-madre-footer-glow--two {
    width: 320px;
    height: 320px;
    right: -180px;
    bottom: -170px;
    background: rgba(22, 163, 155, .16);
}

.mm-madre-footer-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
    padding: clamp(50px, 7vw, 86px) 0 28px;
}

.mm-madre-footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) minmax(150px, .72fr) minmax(190px, .9fr) minmax(190px, .85fr);
    gap: clamp(34px, 5vw, 72px);
    padding-bottom: clamp(42px, 6vw, 66px);
}

.mm-madre-footer-brand {
    max-width: 360px;
}

.mm-madre-footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none !important;
}

.mm-madre-footer-logo img {
    display: block;
    width: clamp(172px, 18vw, 248px);
    max-width: 100%;
    height: auto;
}

.mm-madre-footer-brand > p {
    max-width: 330px;
    margin: 0 0 22px !important;
    color: var(--mm-footer-muted) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.mm-madre-footer-professional {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(56, 201, 189, .17);
    border-radius: 999px;
    color: rgba(210, 244, 240, .82);
    background: rgba(56, 201, 189, .075);
    font-size: 11px;
    font-weight: 780;
    letter-spacing: .015em;
}

.mm-madre-footer-professional::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--mm-footer-accent);
    box-shadow: 0 0 0 4px rgba(56, 201, 189, .10);
}

.mm-madre-footer-column h3 {
    margin: 4px 0 20px !important;
    color: rgba(255, 255, 255, .98) !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase;
}

.mm-madre-footer-column ul {
    display: grid;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.mm-madre-footer-column li {
    margin: 0 !important;
    padding: 0 !important;
}

.mm-madre-footer-column a,
.mm-madre-footer-contact > a,
.mm-madre-footer-consent button,
.mm-madre-footer-consent a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--mm-footer-muted) !important;
    background: transparent !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 620 !important;
    line-height: 1.45 !important;
    text-align: left;
    text-decoration: none !important;
    transition: color .2s ease, transform .2s ease;
}

.mm-madre-footer-column a:hover,
.mm-madre-footer-contact > a:hover,
.mm-madre-footer-consent button:hover,
.mm-madre-footer-consent a:hover {
    color: #ffffff !important;
    transform: translateX(2px);
}

.mm-madre-footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.mm-madre-footer-contact h3 {
    margin-bottom: 7px !important;
}

.mm-madre-footer-contact .mm-madre-footer-email {
    color: #7ce2d9 !important;
    font-weight: 760 !important;
}

.mm-madre-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 24px;
    border-top: 1px solid var(--mm-footer-line);
}

.mm-madre-footer-bottom p {
    margin: 0 !important;
    color: rgba(229, 242, 240, .48) !important;
    font-family: inherit !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
}

.mm-madre-global-footer a:focus-visible,
.mm-madre-global-footer button:focus-visible {
    outline: 3px solid rgba(124, 226, 217, .48) !important;
    outline-offset: 5px;
}

@media (max-width: 980px) {
    .mm-madre-footer-shell {
        width: min(100% - 34px, 820px);
    }

    .mm-madre-footer-grid {
        grid-template-columns: 1.15fr .85fr;
        gap: 46px 64px;
    }

    .mm-madre-footer-brand {
        max-width: 420px;
    }
}

@media (max-width: 640px) {
    .mm-madre-footer-shell {
        width: min(100% - 28px, 520px);
        padding-top: 36px;
        padding-bottom: 22px;
    }

    .mm-madre-footer-grid {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-bottom: 42px;
    }

    .mm-madre-footer-brand {
        max-width: none;
    }

    .mm-madre-footer-column h3 {
        margin-bottom: 15px !important;
    }

    .mm-madre-footer-column ul {
        gap: 10px;
    }

    .mm-madre-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding-top: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mm-madre-global-footer *,
    .mm-madre-global-footer *::before,
    .mm-madre-global-footer *::after {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
    }
}
