.footer-lg-widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 64px 32px 0px 32px;
    overflow: hidden;
    background-color: #FEF8E8;
    XXXborder: solid 1px red;
}

.footer-lg-widget * {
    XXXborder: solid 1px red;
}

.footer-lg-widget__area {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    max-width: 1152px;
    height: 100%;
    gap: 32px;
    overflow: hidden;
}

.footer-lg-widget__service {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    height: auto;
    gap: 18px;
    overflow: hidden;
}

.footer-lg-widget__service_item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: auto;
    min-height: auto;
    gap: 5px;
    overflow: hidden;
}

.footer-lg-widget__service_item-main {
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;
    min-height: 18px;
    padding: 0px 0px;
    margin: 0px 0px 2px 0px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    color: #161616;
}

.footer-lg-widget__service_item-link {
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;
    min-height: 12px;
    padding: 0px 0px;
    margin: 0;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    color: #161616;
    transition: color 0.3s ease;
    text-decoration: none;
}

.footer-lg-widget__service_item-link:hover {
    color: #F44A22;
}

.footer-lg-widget__service_item-link.is-active,
.footer-lg-widget__policy_group-link.is-active {
    color: #F44A22;
    font-weight: 600;
}

.footer-lg-widget__social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 16px;
    overflow: hidden;
}

.footer-lg-widget__social_wrapper {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 80px;
    overflow: hidden;
}

.footer-lg-widget__social_wrapper img {
    display: flex;
    width: auto;
    height: 100%;
    object-fit: contain;
    user-select: none;
}

.footer-lg-widget__social_group {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    width: auto;
    height: 32px;
    gap: 10px;
    overflow: hidden;
}

.footer-lg-widget__social_group-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 0px;
    text-decoration: none;
}

.footer-lg-widget__social_group-link a {
    text-decoration: none;
    user-select: none;
}

.footer-lg-widget__social_group-link img {
    display: flex;
    width: 32px;
    height: 32px;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.footer-lg-widget__social_group-link img:hover {
    opacity: 0.7;
}

.footer-lg-widget__payment {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    height: 40px;
    gap: 16px;
    overflow: hidden;
}

.footer-lg-widget__payment_group {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    width: auto;
    height: 32px;
    gap: 10px;
    overflow: hidden;
}

.footer-lg-widget__payment_group-method {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 32px;
    overflow: hidden;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #E4E2E3;
}

.footer-lg-widget__payment_group-method img {
    display: flex;
    width: auto;
    height: 40px;
    object-fit: cover;
    user-select: none;
    padding: 0px;
}

.pix {
    padding: 4px !important;
}

.footer-lg-widget__policy {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: 100%;
    min-height: auto;
    overflow: hidden;
}

.footer-lg-widget__policy_group {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: auto;
    min-height: auto;
    gap: 32px;
    overflow: hidden;
}

.footer-lg-widget__policy_group-link {
    display: flex;
    align-items: start;
    justify-content: start;
    width: auto;
    min-height: auto;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    color: #161616;
    transition: color 0.3s ease;
    text-decoration: none;
}

.footer-lg-widget__policy_group-link:hover {
    color: #F44A22;
}

.footer-lg-widget__credit {
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 80px;
    padding: 0px 0px 0px 0px;
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    color: #161616;
    border-top: 1px solid #E4E2E3;
}

/* --- Newsletter Section --- */
.footer-lg-widget__newsletter {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
    XXXpadding-bottom: 16px;
    XXXborder-bottom: 1px solid #E4E2E3;
}

.footer-lg-widget__newsletter_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-lg-widget__newsletter_title {
    font-size: 16px;
    font-weight: 600;
    color: #161616;
    margin: 0;
}

.footer-lg-widget__newsletter_subtitle {
    font-size: 13px;
    font-weight: 500;
    color: #161616;
    margin: 0;
}

.footer-lg-widget__newsletter_form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 700px;
}

.footer-lg-widget__newsletter_input {
    flex: 1;
    height: 44px;
    padding: 0 16px;
    border: 1px solid #E4E2E3;
    background-color: #ffffff;
    color: #161616;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.footer-lg-widget__newsletter_input:focus {
    border-color: #F44A22;
}

.footer-lg-widget__newsletter_input:-webkit-autofill,
.footer-lg-widget__newsletter_input:-webkit-autofill:hover,
.footer-lg-widget__newsletter_input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #161616 !important;
    caret-color: #161616;
    transition: background-color 9999s ease-in-out 0s;
}

.footer-lg-widget__newsletter_submit {
    height: 44px;
    padding: 0 28px;
    background-color: transparent;
    border: 2px solid #F44A22;
    color: #F44A22;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

.footer-lg-widget__newsletter_submit.is-filled {
    background-color: #F44A22;
    color: #FEF8E8;
}

.footer-lg-widget__newsletter_submit.is-filled:hover {
    opacity: 0.9;
}

.footer-lg-widget__newsletter_submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Toast Notification Styles */
#toast-container {
    position: fixed;
    top: 32px;
    right: 32px;
    z-index: 9999;
}

.toast {
    min-width: 280px;
    max-width: 360px;
    margin-bottom: 10px;
    padding: 14px 18px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    animation: toastFadeIn 0.3s ease;
    transition: opacity 0.3s ease;
}

.toast.success {
    background-color: #198754;
}

.toast.error {
    background-color: #dc3545;
}

@keyframes toastFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1152px) {

    .footer-lg-widget {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 48px 16px 0px 16px;
        overflow: hidden;
        background-color: #FEF8E8;
        XXXborder: solid 1px red;
    }

    .footer-lg-widget * {
        XXXborder: solid 1px red;
    }

    .footer-lg-widget__area {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
        max-width: 1152px;
        height: 100%;
        gap: 32px;
        overflow: hidden;
    }

    .footer-lg-widget__service {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
        width: 100%;
        height: auto;
        gap: 12px;
        overflow: hidden;
    }

    .footer-lg-widget__service_item {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: auto;
        min-height: auto;
        gap: 5px;
        overflow: hidden;
    }

    .footer-lg-widget__service_item-main {
        display: flex;
        align-items: start;
        justify-content: start;
        width: 100%;
        min-height: 18px;
        padding: 0px 0px;
        margin: 0px 0px 2px 0px;
        overflow: hidden;
        font-size: 16px;
        font-weight: 600;
        color: #161616;
    }

    .footer-lg-widget__service_item-link {
        display: flex;
        align-items: start;
        justify-content: start;
        width: 100%;
        min-height: 12px;
        padding: 0px 0px;
        margin: 0;
        overflow: hidden;
        font-size: 13px;
        font-weight: 500;
        color: #161616;
        transition: color 0.3s ease;
        text-decoration: none;
    }

    .footer-lg-widget__service_item-link:hover {
        color: #F44A22;
    }

    .footer-lg-widget__social {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: auto;
        gap: 16px;
        overflow: hidden;
    }

    .footer-lg-widget__social_wrapper {
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
        width: auto;
        height: 80px;
        overflow: hidden;
    }

    .footer-lg-widget__social_wrapper img {
        display: flex;
        width: auto;
        height: 100%;
        object-fit: contain;
        user-select: none;
    }

    .footer-lg-widget__social_group {
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: start;
        width: auto;
        height: 32px;
        gap: 10px;
        overflow: hidden;
    }

    .footer-lg-widget__social_group-link {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        overflow: hidden;
        border-radius: 0px;
        text-decoration: none;
    }

    .footer-lg-widget__social_group-link a {
        text-decoration: none;
        user-select: none;
    }

    .footer-lg-widget__social_group-link img {
        display: flex;
        width: 32px;
        height: 32px;
        object-fit: cover;
        transition: opacity 0.3s ease;
    }

    .footer-lg-widget__social_group-link img:hover {
        opacity: 0.7;
    }

    .footer-lg-widget__payment {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
        width: 100%;
        height: 40px;
        gap: 16px;
        overflow: hidden;
    }

    .footer-lg-widget__payment_group {
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: start;
        width: auto;
        height: 32px;
        gap: 10px;
        overflow: hidden;
    }

    .footer-lg-widget__payment_group-method {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 32px;
        overflow: hidden;
        text-decoration: none;
    }

    .footer-lg-widget__payment_group-method img {
        display: flex;
        width: auto;
        height: 40px;
        object-fit: cover;
        user-select: none;
        padding: 0px;
    }

    .pix {
        padding: 4px !important;
    }


    .footer-lg-widget__policy {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        width: 100%;
        min-height: auto;
        overflow: hidden;
    }

    .footer-lg-widget__policy_group {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        width: auto;
        min-height: auto;
        gap: 32px;
        overflow: hidden;
    }

    .footer-lg-widget__policy_group-link {
        display: flex;
        align-items: start;
        justify-content: start;
        width: auto;
        min-height: auto;
        overflow: hidden;
        font-size: 13px;
        font-weight: 500;
        color: #161616;
        transition: color 0.3s ease;
        text-decoration: none;
    }

    .footer-lg-widget__policy_group-link:hover {
        color: #F44A22;
    }

    .footer-lg-widget__credit {
        display: flex;
        text-align: center;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 72px;
        padding: 0px 0px 0px 0px;
        margin: 0;
        overflow: hidden;
        font-size: 12px;
        font-weight: 500;
        color: #161616;
        border-top: 1px solid #2E2E2E;
    }
}

@media (max-width: 896px) {
    .footer-lg-widget {
        display: none !important;
    }
}