/*
|--------------------------------------------------------------------------
| INAC - Pagos por sección
|--------------------------------------------------------------------------
*/

.inac-section-paywall {
    width: calc(100% - 60px);
    max-width: 760px;
    box-sizing: border-box;
    margin: 60px auto;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 22px;
    background: #252525;
    color: #ffffff;
    text-align: center;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.18);
}

.inac-section-paywall__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgba(47, 128, 237, 0.14);
    font-size: 34px;
    line-height: 1;
}

.inac-section-paywall__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(47, 128, 237, 0.15);
    color: #66adff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.inac-section-paywall__badge--locked {
    background: rgba(255, 181, 71, 0.13);
    color: #ffc46b;
}

.inac-section-paywall__title {
    margin: 0 0 14px !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.inac-section-paywall__description {
    max-width: 580px;
    margin: 0 auto 28px !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.inac-section-paywall__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    max-width: 360px;
    margin: 0 auto 25px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.inac-section-paywall__price span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.inac-section-paywall__price strong,
.inac-section-paywall__price .woocommerce-Price-amount {
    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
}

.inac-section-paywall__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    box-sizing: border-box;
    padding: 15px 25px;
    border: 0;
    border-radius: 10px;
    background: #2f80ed;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}

.inac-section-paywall__button:hover {
    background: #1f6ed4;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.inac-section-paywall__secure {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
}

.inac-section-paywall__waiting {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 500px;
    margin: 0 auto;
    padding: 16px 20px;
    border: 1px solid rgba(255, 181, 71, 0.17);
    border-radius: 12px;
    background: rgba(255, 181, 71, 0.07);
    color: #f4c16e;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.inac-section-paywall__waiting-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border-radius: 50%;
    background: rgba(255, 181, 71, 0.15);
}

/*
|--------------------------------------------------------------------------
| Light mode de MasterStudy
|--------------------------------------------------------------------------
*/

.masterstudy-course-player-content:not(
    .masterstudy-course-player-content_dark-mode
)
.inac-section-paywall {
    border-color: #dfe5ee;
    background: #ffffff;
    color: #001931;
    box-shadow:
        0 15px 45px rgba(0, 25, 49, 0.08);
}

.masterstudy-course-player-content:not(
    .masterstudy-course-player-content_dark-mode
)
.inac-section-paywall__title {
    color: #001931 !important;
}

.masterstudy-course-player-content:not(
    .masterstudy-course-player-content_dark-mode
)
.inac-section-paywall__description {
    color: #64748b !important;
}

.masterstudy-course-player-content:not(
    .masterstudy-course-player-content_dark-mode
)
.inac-section-paywall__price {
    border-color: #e0e7f0;
    background: #f7f9fc;
}

.masterstudy-course-player-content:not(
    .masterstudy-course-player-content_dark-mode
)
.inac-section-paywall__price span {
    color: #64748b;
}

.masterstudy-course-player-content:not(
    .masterstudy-course-player-content_dark-mode
)
.inac-section-paywall__price strong,
.masterstudy-course-player-content:not(
    .masterstudy-course-player-content_dark-mode
)
.inac-section-paywall__price .woocommerce-Price-amount {
    color: #001931;
}

.masterstudy-course-player-content:not(
    .masterstudy-course-player-content_dark-mode
)
.inac-section-paywall__secure {
    color: #8997a8;
}

/*
|--------------------------------------------------------------------------
| Responsive
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {

    .inac-section-paywall {
        width: calc(100% - 30px);
        margin: 30px auto;
        padding: 28px 20px;
        border-radius: 17px;
    }

    .inac-section-paywall__icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .inac-section-paywall__title {
        font-size: 24px !important;
    }

    .inac-section-paywall__button {
        width: 100%;
        min-width: 0;
    }

    .inac-section-paywall__waiting {
        align-items: flex-start;
        text-align: left;
    }
}