/**
 * Overrides Hotmart checkout button – cargar DESPUÉS de hotmart-fb.min.css
 */

.hotmart-buy-wrap {
    display: inline-block;
}

a.hotmart-fb.hotmart__button-checkout.btn-buy-hotmart,
a.hotmart-fb.hotmart__button-checkout.btn-buy-hotmart:link,
a.hotmart-fb.hotmart__button-checkout.btn-buy-hotmart:visited {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 50px !important;
    padding: 14px 28px !important;
    border-radius: 12px !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    cursor: pointer !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-sizing: border-box !important;
    width: auto !important;
    max-width: none !important;
    background: linear-gradient(135deg, #9a7224 0%, #c9a227 48%, #e8c96a 100%) !important;
    background-image: linear-gradient(135deg, #9a7224 0%, #c9a227 48%, #e8c96a 100%) !important;
    border: 1px solid rgba(232, 201, 106, 0.55) !important;
    color: #1a1208 !important;
    box-shadow: 0 10px 28px rgba(201, 162, 39, 0.38) !important;
}

a.hotmart-fb.hotmart__button-checkout.btn-buy-hotmart:hover,
a.hotmart-fb.hotmart__button-checkout.btn-buy-hotmart:focus,
a.hotmart-fb.hotmart__button-checkout.btn-buy-hotmart:active {
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 36px rgba(201, 162, 39, 0.48) !important;
    color: #1a1208 !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #8a6218 0%, #b8921f 48%, #d9b855 100%) !important;
    background-image: linear-gradient(135deg, #8a6218 0%, #b8921f 48%, #d9b855 100%) !important;
}

a.btn-buy-hotmart.btn-buy-hotmart--hero {
    min-width: 220px !important;
    min-height: 48px !important;
    padding: 16px 32px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

a.btn-buy-hotmart.btn-buy-hotmart--annual,
a.btn-buy-hotmart.btn-buy-hotmart--program {
    min-height: 52px !important;
}

@media (max-width: 767.98px) {
    .hero-actions > .hotmart-buy-wrap,
    .annual-training-cta > .hotmart-buy-wrap,
    .course-program-cta > .hotmart-buy-wrap,
    .course-basic-hero-cta > .hotmart-buy-wrap {
        display: block !important;
        width: 100% !important;
        max-width: 320px !important;
        margin-top: 14px !important;
    }

    .hero-actions > .hotmart-buy-wrap a.btn-buy-hotmart,
    .annual-training-cta > .hotmart-buy-wrap a.btn-buy-hotmart,
    .course-program-cta > .hotmart-buy-wrap a.btn-buy-hotmart,
    .course-basic-hero-cta > .hotmart-buy-wrap a.btn-buy-hotmart {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .hero-actions > .hotmart-buy-wrap,
    .annual-training-cta > .hotmart-buy-wrap,
    .course-program-cta > .hotmart-buy-wrap,
    .course-basic-hero-cta > .hotmart-buy-wrap {
        margin-top: 0 !important;
    }
}
