
/* =========================================================
   Monetro Checkout Hero
   ========================================================= */
.elementor-widget-monetro-checkout-hero,
.elementor-widget-monetro-checkout-hero > .elementor-widget-container {
    width: 100%;
    max-width: none;
}

.elementor-widget-monetro-checkout-hero {
    position: relative;
    z-index: 2;
}

.mco-hero {
    --mco-bg-top: #160000;
    --mco-bg-bottom: #080000;
    --mco-glow: rgba(120,0,0,.30);

    width: 100%;
    max-width: none;
    overflow: hidden;
    color: #fff;
    background: #080000;
    font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    isolation: isolate;
    box-sizing: border-box;
}

.mco-hero--full {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.mco-hero *,
.mco-hero *::before,
.mco-hero *::after {
    box-sizing: border-box;
}

.mco-hero__main {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    background: linear-gradient(180deg,var(--mco-bg-top) 0%,var(--mco-bg-bottom) 100%);
}

.mco-hero__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 26% 16%,var(--mco-glow) 0,rgba(72,0,0,.15) 26%,transparent 52%),
        radial-gradient(ellipse at 76% 18%,rgba(88,0,0,.20) 0,transparent 46%),
        radial-gradient(circle at 50% 70%,rgba(255,30,30,.055),transparent 28%);
}

.mco-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1120px;
    min-height: inherit;
    margin-inline: auto;
}

.mco-hero__content {
    min-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 42px 20px 40px;
    text-align: center;
}

.mco-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 17px;
    margin: 0 0 15px;
    border: 1px solid rgba(255,67,67,.35);
    border-radius: 999px;
    background: rgba(255,45,45,.045);
    color: #ff4e46;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mco-hero__badge-dot {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff4e46;
    box-shadow: 0 0 12px rgba(255,67,67,.42);
}

.mco-hero__title {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -1.7px;
    text-transform: none;
}

.mco-hero__title span,
.mco-hero__title strong {
    display: inline;
}

.mco-hero__title strong {
    color: #ff4e46;
    font-weight: 800;
}

.mco-hero__features {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: 66px;
    background: #120000;
    border-top: 1px solid rgba(255,40,40,.04);
    overflow: hidden;
}

.mco-hero__features-track {
    width: max-content;
    min-width: 100%;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.mco-hero__feature {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: none;
    color: #b6a5a5;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.mco-hero__check {
    display: grid;
    place-items: center;
    width: 14px;
    height: 14px;
    border: 1px solid #ff2028;
    border-radius: 50%;
    color: #ff2028;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
}

/* Keep full-width math from escaping Elementor editor canvas. */
.elementor-editor-active .mco-hero--full,
.elementor-edit-mode .mco-hero--full {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width:1180px) {
    .mco-hero__features-track {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .mco-hero__features-track::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width:767px) {
    .mco-hero__title {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .mco-hero__content {
        padding: 36px 14px 32px;
    }

    .mco-hero__features {
        min-height: 58px;
    }

    .mco-hero__features-track {
        gap: 24px;
        padding-inline: 14px;
    }

    .mco-hero__feature {
        font-size: 9px;
    }
}

/* =========================================================
   Monetro Checkout Challenge Rules
   ========================================================= */
.mcr-checkout-rules-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
}

.mcr-checkout-rules {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: #160202;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 14px;
    box-shadow: 0 22px 60px rgba(0,0,0,.25);
    color: #fff;
}

.mcr-checkout-rules *,
.mcr-checkout-rules *::before,
.mcr-checkout-rules *::after {
    box-sizing: border-box;
}

.mcr-checkout-rules__header {
    padding: 15px 32px;
    background: rgba(20,0,0,.78);
}

.mcr-checkout-rules__title {
    margin: 0;
    padding: 0;
    color: #ff4e46;
    font-family: Inter,Arial,sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 38.5px;
    letter-spacing: .38px;
    text-align: center;
    text-transform: none;
}

.mcr-checkout-rules__body {
    padding: 28px 34px 34px;
    background: rgba(36,0,0,.30);
}

.mcr-checkout-rules__rows {
    display: grid;
    gap: 8px;
}

.mcr-checkout-rules__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 18px;
    width: 100%;
    min-height: 49px;
    padding: 6px 8px 6px 28px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 8px;
    background: rgba(255,255,255,.018);
    overflow: hidden;
}

.mcr-checkout-rules__label {
    min-width: 0;
    flex: 1 1 auto;
    margin: 0;
    color: rgba(255,255,255,.70);
    font-family: Inter,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.6px;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.mcr-checkout-rules__value {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 112px;
    min-width: 112px;
    min-height: 31px;
    padding: 6px 13px;
    border-radius: 5px;
    background: rgba(0,0,0,.40);
    color: rgba(255,255,255,.70);
    font-family: Inter,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.6px;
    letter-spacing: 0;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}

@media (max-width:767px) {
    .mcr-checkout-rules__header {
        padding: 12px 18px;
    }

    .mcr-checkout-rules__title {
        font-size: 17px;
        line-height: 30px;
    }

    .mcr-checkout-rules__body {
        padding: 18px 14px 20px;
    }

    .mcr-checkout-rules__row {
        min-height: 47px;
        padding: 6px 6px 6px 14px;
        column-gap: 10px;
    }

    .mcr-checkout-rules__value {
        width: 105px;
        min-width: 105px;
    }
}


/* =========================================================
   Challenge Rules — optional live checkout attachment
   ========================================================= */
.elementor-widget-monetro-checkout-challenge-rules.mcr-is-attached {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
}

#monetro-checkout-left > .elementor-widget-monetro-checkout-challenge-rules.mcr-is-attached,
#monetro-checkout-selectors + .elementor-widget-monetro-checkout-challenge-rules.mcr-is-attached {
    width: 100% !important;
}
