/**
 * Footer MUST University — CHECKOUT
 * Espelha Elementor footer ID 26658 (mustedu.com)
 */

/* Gotham — fontes do site MUST */
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://mustedu.com/wp-content/uploads/2023/07/4.-GothamBook.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('https://mustedu.com/wp-content/uploads/2023/07/5.-GothamMedium.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('https://mustedu.com/wp-content/uploads/2023/07/6.-GothamBold.woff') format('woff');
}

.must-footer--checkout {
    --must-color-dark: #30316d;
    --must-color-lime: #a6ce39;
    --must-color-heading: #c5d93d;
    --must-color-hover: #a6ce39;
    --must-color-white: #ffffff;
    width: 100% !important;
    max-width: none !important;
    margin-top: 70px !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    font-family: 'Montserrat', sans-serif;
    color: var(--must-color-white);
}

.must-footer--checkout *,
.must-footer--checkout *::before,
.must-footer--checkout *::after {
    box-sizing: border-box;
}

/* Seção principal — gradiente + padding 4% 3% */
.must-footer--checkout .must-footer__main {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 50px 37px;
    background-color: transparent;
    background-image: linear-gradient(175deg, #3b367d 0%, #30316d 100%);
    overflow: hidden;
}

.must-footer--checkout .must-footer__main::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.3;
    pointer-events: none;
}

.must-footer--checkout .must-footer__container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 10px 0 0 0;
    padding: 0;
}

/* Grid — larguras Elementor: 30% | 23.5% | 22.997% | 23.5% */
.must-footer--checkout .must-footer__grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 0;
}

.must-footer--checkout .must-footer__col {
    min-width: 0;
    padding: 0;
    margin: 0;
}

.must-footer--checkout .must-footer__col--brand {
    flex: 0 0 30%;
    max-width: 30%;
}

.must-footer--checkout .must-footer__col--links-a {
    flex: 0 0 23.5%;
    max-width: 22.5%;
    margin-top: 10px;
}

.must-footer--checkout .must-footer__col--links-b {
    flex: 0 0 22.997%;
    max-width: 22.997%;
    margin-top: 10px;
}

.must-footer--checkout .must-footer__col--contact {
    flex: 0 0 23.5%;
    max-width: 23.5%;
    margin-top: 10px;
}

/* Logo — 60% da coluna */
.must-footer--checkout .must-footer__logo-wrap {
    margin: 0 0 30px 0;
    text-align: start;
}

.must-footer--checkout .must-footer__logo {
    display: block;
    width: 60%;
    max-width: 60%;
    height: auto;
    margin: 0;
}

/* Texto licença — Alegreya Sans */
.must-footer--checkout .must-footer__license {
    margin: 0 124px 20px 0;
    padding: 0;
    text-align: justify;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: none;
    color: #ffffff;
}

/* Redes sociais */
.must-footer--checkout .must-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.must-footer--checkout .must-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--must-color-lime);
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    font-size: 16px !important;
}

.must-footer--checkout .must-footer__social-link i {
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
}

.must-footer--checkout .must-footer__social-link svg {
    width: 16px;
    height: 16px;
    fill: #ffffff;
}

.must-footer--checkout .must-footer__social-link:hover,
.must-footer--checkout .must-footer__social-link:focus {
    background-color: #839ece;
    color: var(--must-color-dark);
    text-decoration: none;
}

.must-footer--checkout .must-footer__social-link:hover i,
.must-footer--checkout .must-footer__social-link:focus i {
    color: var(--must-color-dark);
}

.must-footer--checkout .must-footer__social-link:hover svg,
.must-footer--checkout .must-footer__social-link:focus svg {
    fill: var(--must-color-dark);
}

/* Assinatura */
.must-footer--checkout .must-footer__signature-wrap {
    margin: 20px 0 15px 0;
    text-align: start;
}

.must-footer--checkout .must-footer__signature {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
}

/* Fundador */
.must-footer--checkout .must-footer__founder {
    margin: 0 0 20px 0;
    text-align: start;
    font-family: 'Gotham', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--must-color-lime);
}

/* Títulos das colunas — Gotham 15px */
.must-footer--checkout .must-footer__heading {
    margin: 14px 0 14px 0;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: none;
    color: var(--must-color-heading);
}

.must-footer--checkout .must-footer__heading-block--spaced {
    margin-top: 0;
}

.must-footer--checkout .must-footer__links-block {
    margin: 10px 0 0 0;
}

.must-footer--checkout .must-footer__links-block--spaced {
    margin-top: 10px;
}

/* Listas de links — Montserrat 12px uppercase */
.must-footer--checkout .must-footer__links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.must-footer--checkout .must-footer__links li + li {
    margin-top: 3px;
}

.must-footer--checkout .must-footer__links a {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s;
}

.must-footer--checkout .must-footer__links a:hover,
.must-footer--checkout .must-footer__links a:focus {
    color: var(--must-color-hover);
    text-decoration: none;
}

/* Contato — Montserrat 13px, sem uppercase */
.must-footer--checkout .must-footer__contact {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.must-footer--checkout .must-footer__contact li + li {
    margin-top: 7.5px;
    padding-top: 7.5px;
}

.must-footer--checkout .must-footer__contact a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s;
}

.must-footer--checkout .must-footer__contact a:hover,
.must-footer--checkout .must-footer__contact a:focus {
    color: var(--must-color-hover);
    text-decoration: none;
}

.must-footer--checkout .must-footer__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    flex-shrink: 0;
    color: var(--must-color-lime);
    font-size: 14px;
    line-height: 1;
    margin-top: 1px;
}

.must-footer--checkout .must-footer__contact-icon i {
    color: var(--must-color-lime);
}

/* Barra inferior */
.must-footer--checkout .must-footer__bar {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--must-color-lime);
}

.must-footer--checkout .must-footer__bar .must-footer__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.must-footer--checkout .must-footer__copyright {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--must-color-dark);
}

@media screen and (max-width: 1024px) {
    .must-footer--checkout .must-footer__license {
        margin-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .must-footer--checkout {
        margin-top: 48px !important;
    }

    .must-footer--checkout .must-footer__main {
        padding: 10% 10px;
    }

    .must-footer--checkout .must-footer__col--brand,
    .must-footer--checkout .must-footer__col--links-a,
    .must-footer--checkout .must-footer__col--links-b,
    .must-footer--checkout .must-footer__col--contact {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .must-footer--checkout .must-footer__col--brand {
        margin-top: 0;
    }

    .must-footer--checkout .must-footer__logo-wrap,
    .must-footer--checkout .must-footer__signature-wrap,
    .must-footer--checkout .must-footer__founder,
    .must-footer--checkout .must-footer__heading {
        text-align: center;
    }

    .must-footer--checkout .must-footer__logo {
        width: 50%;
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .must-footer--checkout .must-footer__license {
        margin: 0 0 20px 0;
        text-align: center;
        line-height: 1.3;
    }

    .must-footer--checkout .must-footer__social {
        justify-content: center;
    }

    .must-footer--checkout .must-footer__signature {
        margin-left: auto;
        margin-right: auto;
    }

    .must-footer--checkout .must-footer__links a,
    .must-footer--checkout .must-footer__contact a {
        justify-content: center;
        text-align: center;
    }

    .must-footer--checkout .must-footer__copyright {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: -0.2px;
    }
}
