.satlab-membership-shell {
    max-width: 980px;
    margin: 2rem auto;
    font-family: inherit;
    color: inherit;
}

.satlab-plan-card,
.satlab-account-head {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    padding: 1.5rem;
    border: 1px solid #dbe3e8;
    border-radius: 16px;
    background: #fff;
}

.satlab-kicker {
    font-size: .75rem;
    letter-spacing: .12em;
    font-weight: 800;
    color: #2c6846;
}

.satlab-price {
    font-size: 2rem;
    font-weight: 800;
    white-space: nowrap;
}

.satlab-price small {
    font-size: .9rem;
    font-weight: 500;
    color: #667085;
}

.satlab-checkout {
    margin-top: 1rem;
    padding: 1.5rem;
    border: 1px solid #dbe3e8;
    border-radius: 16px;
    background: #fff;
}

.satlab-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.satlab-form-grid label:first-child:nth-last-child(3) {
    grid-column: span 2;
}

.satlab-checkout label,
.satlab-pix-box label {
    display: block;
    font-weight: 700;
    margin: .7rem 0;
}

.satlab-checkout input[type=text],
.satlab-checkout input[type=email],
.satlab-checkout input[type=password],
.satlab-checkout input[type=tel],
.satlab-checkout input:not([type]),
.satlab-pix-box textarea {
    width: 100%;
    padding: .8rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    margin-top: .35rem;
    font: inherit;
}

.satlab-checkout fieldset {
    border: 0;
    padding: 0;
    margin: 1.2rem 0;
}

.satlab-checkout legend {
    font-weight: 800;
    margin-bottom: .6rem;
}

.satlab-pay-option {
    display: flex !important;
    gap: .8rem;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid #dbe3e8;
    border-radius: 10px;
    margin: .6rem 0 !important;
}

.satlab-pay-option small {
    display: block;
    font-weight: 400;
    color: #667085;
    margin-top: .2rem;
}

.satlab-consent {
    font-weight: 400 !important;
    font-size: .9rem;
}

.satlab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    padding: .72rem 1rem;
    border: 1px solid #bcc7ce;
    border-radius: 8px;
    background: #fff;
    color: #17212b;
    text-decoration: none;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.satlab-btn-primary {
    background: #2c6846;
    border-color: #2c6846;
    color: #fff;
}

.satlab-btn-danger {
    border-color: #d92d20;
    color: #b42318;
    background: #fff;
}

.satlab-small {
    font-size: .82rem;
    color: #667085;
}

.satlab-notice {
    max-width: 980px;
    margin: 1rem auto;
    padding: 1rem 1.1rem;
    border-radius: 10px;
    background: #eef4ff;
    border: 1px solid #b2ccff;
}

.satlab-notice.success {
    background: #ecfdf3;
    border-color: #abefc6;
}

.satlab-notice.error {
    background: #fef3f2;
    border-color: #fecdca;
}

.satlab-account-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
    margin: 1rem 0;
}

.satlab-stat {
    padding: 1rem;
    border: 1px solid #dbe3e8;
    border-radius: 12px;
    background: #fff;
}

.satlab-stat span {
    display: block;
    color: #667085;
    font-size: .82rem;
    margin-bottom: .25rem;
}

.satlab-status {
    padding: .45rem .7rem;
    border-radius: 999px;
    font-weight: 800;
    font-size: .82rem;
    background: #eef2f6;
}

.status-active {
    background: #dcfae6;
    color: #067647;
}

.status-grace,
.status-payment_action_required {
    background: #fef0c7;
    color: #b54708;
}

.status-overdue,
.status-suspended {
    background: #fee4e2;
    color: #b42318;
}

.satlab-pix-box {
    padding: 1.25rem;
    border: 1px solid #a6d8bc;
    background: #f4fbf7;
    border-radius: 14px;
    margin: 1rem 0;
}

.satlab-qr {
    width: 220px;
    max-width: 100%;
    display: block;
    margin: 1rem 0;
    background: #fff;
    padding: .6rem;
    border-radius: 8px;
}

.satlab-pix-box textarea {
    min-height: 105px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .78rem;
}

.satlab-actions {
    display: flex;
    gap: .7rem;
    align-items: center;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.satlab-actions form {
    margin: 0;
}

.satlab-history {
    margin-top: 2rem;
}

.satlab-table-wrap {
    overflow: auto;
}

.satlab-history table {
    width: 100%;
    border-collapse: collapse;
}

.satlab-history th,
.satlab-history td {
    text-align: left;
    padding: .7rem;
    border-bottom: 1px solid #e5e7eb;
}

.satlab-paywall {
    max-width: 760px;
    margin: 2rem auto;
    padding: 2rem;
    border: 1px solid #dbe3e8;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #f7faf8);
    text-align: center;
}

.satlab-paywall-icon {
    font-size: 2.2rem;
}

.satlab-paywall-actions {
    display: flex;
    gap: .7rem;
    justify-content: center;
    flex-wrap: wrap;
}

.satlab-course-locked .complete-btn {
    display: none !important;
}

.satlab-login-box {
    max-width: 620px;
    margin: 2rem auto;
    padding: 2rem;
    border: 1px solid #dbe3e8;
    border-radius: 16px;
    text-align: center;
}

.satlab-account-head h2,
.satlab-plan-card h2 {
    margin: .2rem 0;
}

.satlab-plan-card p {
    margin: .4rem 0 0;
    max-width: 650px;
    color: #475467;
}


/* ==========================================================
   RESPONSIVO
   ========================================================== */

@media (max-width: 720px) {

    .satlab-plan-card,
    .satlab-account-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .satlab-form-grid,
    .satlab-account-grid {
        grid-template-columns: 1fr;
    }

    .satlab-form-grid label:first-child:nth-last-child(3) {
        grid-column: auto;
    }

    .satlab-price {
        font-size: 1.65rem;
    }
}


/* ==========================================================
   LOGIN SATOPS
   ========================================================== */

.satops-login-box {
    background: #fff;
}

.satops-login-form {
    margin-top: 1rem;
    text-align: left;
}

.satops-login-form label {
    display: block;
    font-weight: 700;
    margin: .75rem 0;
}

.satops-login-form input[type=text],
.satops-login-form input[type=password] {
    width: 100%;
    padding: .8rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    margin-top: .35rem;
    font: inherit;
}

.satops-login-form .satlab-consent {
    display: flex;
    gap: .55rem;
    align-items: center;
    font-weight: 400;
}

.satops-login-form .satlab-consent input {
    width: auto;
    margin: 0;
}

/* SatOps - Paywall */
.satlab-paywall {
    max-width: 820px;
    margin: 3rem auto;
    padding: 3rem;
    background: #0b1e31;
    border: 1px solid #244969;
    border-radius: 28px;
    text-align: center;
    box-shadow: 0 24px 70px rgba(0,0,0,.22);
}

.satlab-paywall-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.satlab-paywall h2 {
    color: #f2f7ff !important;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.2;
    margin: 0 0 1rem;
}

.satlab-paywall p {
    color: #aebfd3 !important;
    font-size: 1.1rem;
    line-height: 1.75;
    max-width: 680px;
    margin: 0 auto 2rem;
}

.satlab-paywall strong {
    color: #70ceff;
}

.satlab-paywall-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.satlab-paywall .satlab-btn {
    min-height: 52px;
    padding: .9rem 1.35rem;
    border-radius: 12px;
    font-weight: 750;
    transition: .2s ease;
}

.satlab-paywall .satlab-btn-primary {
    background: #2c6846;
    border-color: #2c6846;
    color: #fff !important;
}

.satlab-paywall .satlab-btn-primary:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.satlab-paywall .satlab-btn:not(.satlab-btn-primary) {
    background: transparent;
    border: 1px solid #45617d;
    color: #70ceff !important;
}

.satlab-paywall .satlab-btn:not(.satlab-btn-primary):hover {
    background: rgba(112,206,255,.08);
}

@media (max-width: 767px) {
    .satlab-paywall {
        margin: 2rem 1rem;
        padding: 2rem 1.25rem;
    }

    .satlab-paywall-actions {
        flex-direction: column;
    }

    .satlab-paywall .satlab-btn {
        width: 100%;
    }
}

/* ==========================================================
   SATOPS — CHECKOUT / ASSINATURA
   ========================================================== */

.satlab-membership-shell {
    max-width: 980px;
    margin: 3rem auto;
    color: #eaf2fb;
}

/* Título externo da página, caso o tema use h1 */
.entry-title,
.page-title {
    color: #f4f8fc;
}

/* CARD DO PLANO */
.satlab-plan-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;

    padding: 2rem 2.2rem;
    margin-bottom: 1.2rem;

    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(94, 200, 255, .10),
            transparent 32%
        ),
        #0b1e31;

    border: 1px solid #244969;
    border-radius: 24px;

    box-shadow:
        0 22px 70px rgba(0, 0, 0, .18);
}

.satlab-plan-card h2 {
    margin: .25rem 0 .55rem;
    color: #f4f8fc !important;

    font-size: clamp(1.55rem, 2.2vw, 2.1rem);
    line-height: 1.2;
}

.satlab-plan-card p {
    color: #9fb2c7 !important;
    line-height: 1.65;
    margin: 0;
}

.satlab-kicker {
    display: inline-block;

    color: #6ed1ff !important;

    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;

    text-transform: uppercase;
}

.satlab-price {
    color: #ffffff;

    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1;
    font-weight: 800;

    white-space: nowrap;
}

.satlab-price small {
    color: #8ea4bb !important;
    font-size: .9rem;
}


/* FORMULÁRIO */
.satlab-checkout {
    padding: 2.2rem;

    background: #0b1e31;

    border: 1px solid #244969;
    border-radius: 24px;

    box-shadow:
        0 22px 70px rgba(0, 0, 0, .18);
}


/* LABELS */
.satlab-checkout label {
    color: #dbe7f4;
    font-weight: 700;
}


/* INPUTS */
.satlab-checkout input[type="text"],
.satlab-checkout input[type="email"],
.satlab-checkout input[type="password"],
.satlab-checkout input[type="tel"],
.satlab-checkout input:not([type]) {
    width: 100%;

    margin-top: .45rem;
    padding: .95rem 1rem;

    color: #eaf2fb;

    background: #071625;

    border: 1px solid #294865;
    border-radius: 12px;

    outline: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.satlab-checkout input::placeholder {
    color: #6f879e;
}

.satlab-checkout input:focus {
    background: #091b2d;

    border-color: #5ec8ff;

    box-shadow:
        0 0 0 3px rgba(94, 200, 255, .12);
}


/* GRID */
.satlab-form-grid {
    gap: 1.1rem 1rem;
}


/* TÍTULO DA FORMA DE PAGAMENTO */
.satlab-checkout legend {
    color: #f4f8fc;

    font-size: 1.05rem;
    font-weight: 800;

    margin-bottom: .9rem;
}


/* CARDS PIX */
.satlab-pay-option {
    position: relative;

    display: flex !important;
    align-items: flex-start;

    gap: .9rem;

    padding: 1.1rem 1.2rem !important;
    margin: .75rem 0 !important;

    background: #071625;

    border: 1px solid #294865 !important;
    border-radius: 14px !important;

    cursor: pointer;

    transition:
        border-color .2s ease,
        background .2s ease,
        transform .2s ease;
}

.satlab-pay-option:hover {
    background: #0a1b2d;
    border-color: #4f789d !important;

    transform: translateY(-1px);
}

.satlab-pay-option:has(
    input[type="radio"]:checked
) {
    background:
        linear-gradient(
            90deg,
            rgba(44, 104, 70, .22),
            rgba(94, 200, 255, .05)
        ),
        #081a2a;

    border-color: #2f7d55 !important;
}

.satlab-pay-option strong {
    color: #ffffff;
    font-size: .98rem;
}

.satlab-pay-option small {
    color: #8fa4b9 !important;
    line-height: 1.5;
    margin-top: .25rem;
}


/* RADIO */
.satlab-pay-option input[type="radio"] {
    margin-top: .2rem;

    accent-color: #2f7d55;

    width: 18px;
    height: 18px;
}


/* CONSENTIMENTO */
.satlab-consent {
    display: flex !important;
    align-items: flex-start;

    gap: .55rem;

    color: #9fb2c7 !important;

    font-size: .88rem !important;
    line-height: 1.5;
}

.satlab-consent input[type="checkbox"] {
    margin-top: .25rem;
    accent-color: #2f7d55;
}

.satlab-consent a {
    color: #69cfff;
}


/* BOTÃO PRINCIPAL */
.satlab-checkout .satlab-btn-primary {
    width: 100%;

    min-height: 56px;

    margin-top: 1rem;

    background:
        linear-gradient(
            135deg,
            #347d55,
            #286442
        );

    border: 1px solid #3c8a60;
    border-radius: 12px;

    color: #ffffff !important;

    font-size: 1rem;
    font-weight: 800;

    box-shadow:
        0 14px 32px rgba(44, 104, 70, .22);

    transition:
        transform .2s ease,
        filter .2s ease,
        box-shadow .2s ease;
}

.satlab-checkout .satlab-btn-primary:hover {
    transform: translateY(-2px);

    filter: brightness(1.08);

    box-shadow:
        0 18px 40px rgba(44, 104, 70, .30);
}


/* TEXTO ABAIXO DO BOTÃO */
.satlab-checkout .satlab-small {
    margin-top: .9rem;

    color: #748ba2 !important;

    font-size: .79rem;
    line-height: 1.55;

    text-align: center;
}


/* RESPONSIVO */
@media (max-width: 720px) {

    .satlab-membership-shell {
        margin: 2rem 1rem;
    }

    .satlab-plan-card {
        padding: 1.5rem;

        align-items: flex-start;
        flex-direction: column;
    }

    .satlab-checkout {
        padding: 1.4rem;
    }

    .satlab-price {
        font-size: 2rem;
    }

    .satlab-form-grid {
        grid-template-columns: 1fr;
    }

    .satlab-form-grid
    label:first-child:nth-last-child(3) {
        grid-column: auto;
    }
}

/* TÍTULO DA PÁGINA DE ASSINATURA */
.entry-title,
.page-title,
h1.entry-title {
    max-width: 980px;
    margin: 1.5rem auto 2rem !important;
    text-align: center;
    color: #0b1e31 !important;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
}