/* Página candidatura sucesso — mobile-first */

.cs-page {
    background: #f8fafc;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

.cs-top {
    padding: 24px 16px 8px;
    background: #f8fafc;
}

.cs-container {
    max-width: 480px;
    margin: 0 auto;
    padding: 0;
}

/* ── Sucesso ── */
.cs-success {
    text-align: center;
    margin-bottom: 0;
}

.cs-success-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dcfce7, #bbf7d0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #16a34a;
}

.cs-success h1 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.03em;
    margin: 0 0 8px;
    line-height: 1.25;
}

.cs-success p {
    font-size: 15px;
    color: #64748b;
    margin: 0;
    line-height: 1.55;
}

.cs-success p b {
    color: #0368ff;
    font-weight: 600;
}

/* ── secao-etapas — reset home-white ── */
.cs-pj-etapas.secao-etapas {
    float: none !important;
    display: block;
    width: 100%;
    clear: both;
    padding: 12px 0 40px !important;
    margin: 0;
}

.cs-pj-etapas .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
}

/* ── PJ Protegido — seção unificada ── */
.cs-pj-unified {
    background: #fff;
    border: 1px solid rgba(112, 131, 176, 0.18);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.cs-pj-unified__hero {
    margin-bottom: 0 !important;
    float: none !important;
    padding: 28px 20px 24px !important;
    text-align: center;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.cs-pj-unified__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #475569;
    background: #f1f5f9;
    border-radius: 999px;
    padding: 6px 12px;
}

.cs-pj-unified__tag b {
    color: #0368ff;
    font-weight: 700;
}

.cs-pj-unified__tag img {
    width: 14px;
    height: 14px;
}

.cs-pj-unified__title {
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin: 16px 0 8px !important;
    float: none !important;
    letter-spacing: -0.02em;
    color: #0f172a !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
}

.cs-pj-unified__subtitle {
    margin: 0 auto;
    max-width: 520px;
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    color: #64748b !important;
}

.cs-pj-unified__logo {
    position: static !important;
    width: 100% !important;
    padding-top: 16px !important;
    float: none !important;
    text-align: center;
    margin: 0;
}

.cs-pj-unified__logo img {
    width: 48px !important;
    float: none !important;
    margin: 0 auto;
    display: block;
}

.cs-pj-benefits {
    padding: 28px 20px 32px;
    text-align: center;
    border-top: 1px solid #e8edf3;
    background: #fff;
    float: none !important;
    width: 100% !important;
    position: relative;
    display: block;
    clear: both;
}

.cs-pj-benefits__title {
    margin: 0 0 20px;
    padding: 0;
    float: none !important;
    width: 100% !important;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    letter-spacing: -0.02em;
    line-height: 1.3;
    text-align: center;
}

.cs-pj-benefits__list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
    float: none !important;
}

.cs-pj-benefits__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    background: #f8fafc;
    float: none !important;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
}

.cs-pj-benefits__dot {
    flex-shrink: 0;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px;
    min-height: 10px;
    margin-top: 6px;
    border-radius: 50% !important;
    display: block !important;
    background: var(--accent, #0368ff) !important;
    box-shadow: 0 0 0 4px rgba(3, 104, 255, 0.12);
}

.cs-pj-benefits__item:nth-child(2) .cs-pj-benefits__dot {
    box-shadow: 0 0 0 4px rgba(204, 0, 255, 0.12);
}

.cs-pj-benefits__item:nth-child(3) .cs-pj-benefits__dot {
    box-shadow: 0 0 0 4px rgba(115, 126, 151, 0.12);
}

.cs-pj-benefits__item:nth-child(4) .cs-pj-benefits__dot {
    box-shadow: 0 0 0 4px rgba(0, 191, 166, 0.12);
}

.cs-pj-benefits__item > div {
    flex: 1;
    min-width: 0;
    float: none !important;
    width: auto !important;
}

.cs-pj-benefits__item strong {
    display: block;
    float: none !important;
    width: auto !important;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 1.3;
    background: none !important;
    -webkit-background-clip: unset !important;
}

.cs-pj-benefits__item p {
    margin: 0;
    padding: 0;
    float: none !important;
    width: auto !important;
    font-size: 14px;
    line-height: 1.45;
    color: #64748b !important;
    text-align: left;
    font-weight: 400;
}

/* Neutraliza .secao-etapas span / h1 / figure do home-white dentro do bloco PJ */
.cs-pj-etapas.secao-etapas .cs-pj-unified__tag {
    width: auto !important;
    height: auto !important;
    background: #f1f5f9 !important;
    border-radius: 999px !important;
    display: inline-flex !important;
}

.cs-pj-etapas.secao-etapas .cs-pj-unified__hero h1.cs-pj-unified__title {
    float: none !important;
    width: 100% !important;
}

.cs-pj-etapas.secao-etapas .cs-pj-unified__logo {
    width: 100% !important;
    margin-top: 0 !important;
}

/* ── PJ Protegido — layout compacto (página da vaga) ── */
.cs-pj-unified--compact {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.cs-pj-unified__hero--compact {
    text-align: left;
    padding: 18px 20px !important;
}

.cs-pj-unified--compact .cs-pj-unified__title {
    font-size: 18px !important;
    margin: 10px 0 6px !important;
    text-align: left;
}

.cs-pj-unified--compact .cs-pj-unified__subtitle {
    font-size: 13px !important;
    line-height: 1.35 !important;
    max-width: none;
    margin: 0 0 12px;
    text-align: left;
}

.cs-pj-unified--compact .cs-pj-unified__cta {
    margin: 0;
}

.cs-pj-note--compact {
    margin: 10px 0 0 !important;
    font-size: 11px !important;
    text-align: left;
}

.cs-pj-benefits--compact {
    padding: 16px 20px 18px !important;
    text-align: left;
    border-top: 1px solid #e8edf3;
}

.cs-pj-benefits--compact .cs-pj-benefits__title {
    font-size: 15px;
    margin: 0 0 10px;
    text-align: left;
}

.cs-pj-benefits--compact .cs-pj-benefits__list {
    max-width: none;
    gap: 8px;
}

.cs-pj-benefits--compact .cs-pj-benefits__item {
    padding: 8px 10px;
    border-radius: 10px;
}

.cs-pj-benefits--compact .cs-pj-benefits__item strong {
    font-size: 13px;
    margin-bottom: 2px;
}

.cs-pj-benefits--compact .cs-pj-benefits__item p {
    font-size: 12px;
    line-height: 1.35;
}

.cs-pj-etapas.secao-etapas .cs-pj-unified--compact .cs-pj-unified__hero h2.cs-pj-unified__title {
    float: none !important;
    width: 100% !important;
}

@media (min-width: 768px) {
    .cs-pj-unified--compact {
        flex-direction: row;
        min-height: 0;
    }

    .cs-pj-unified__hero--compact {
        flex: 0 0 38%;
        max-width: 38%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-right: 1px solid #e8edf3;
    }

    .cs-pj-benefits--compact {
        flex: 1;
        border-top: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.cs-pj-cards-row {
    margin-top: 16px;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.cs-pj-cards-row > [class*="col-"] {
    float: none !important;
    width: 100% !important;
    max-width: 100%;
    padding: 0;
    display: block;
    margin: 0;
}

.cs-pj-etapas .card-etapas {
    background: #fff;
    border: 1px solid rgba(112, 131, 176, 0.18);
    border-radius: 12px;
    padding: 14px 12px 16px;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.cs-pj-etapas .card-etapas h1 {
    margin-top: 20px;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

.cs-pj-etapas .card-etapas p {
    font-size: 12px !important;
    line-height: 1.45 !important;
    margin-bottom: 0;
}

.cs-pj-etapas .card-total {
    margin-bottom: 0;
    float: none !important;
    padding: 24px 16px 20px !important;
    text-align: center;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}

.cs-pj-etapas .card-total span {
    font-size: 11px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.cs-pj-etapas .card-total span img {
    width: 14px;
    height: 14px;
}

.cs-pj-etapas .card-total h1 {
    font-size: inherit;
    line-height: inherit;
    margin: inherit;
    float: none !important;
    letter-spacing: inherit;
}

.cs-pj-etapas .cs-pj-note {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    color: #737E97;
    margin: 12px 0 0;
    line-height: 1.4;
}

.cs-pj-etapas .card-total .btn-padrao.btn-padrao--whatsapp,
.cs-pj-etapas .card-total button.btn-padrao.btn-padrao--whatsapp {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 16px auto 0 !important;
    float: none !important;
    clear: both;
    background: #fff !important;
    border: 1px solid rgba(37, 211, 102, 0.55) !important;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08);
    animation: none !important;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
}

.cs-pj-etapas .card-total .btn-padrao--whatsapp .mask {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    float: none !important;
    width: auto !important;
    background: #fff !important;
    border-radius: 30px !important;
    padding: 10px 16px !important;
    margin: 0 !important;
}

.cs-pj-etapas .card-total .btn-padrao--whatsapp .mask figure {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px;
    margin: 0 !important;
    padding: 4px !important;
    float: none !important;
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #dcfce7 !important;
    animation: none !important;
}

.cs-pj-etapas .card-total .btn-padrao--whatsapp .mask figure svg {
    display: block;
}

.cs-pj-etapas .card-total .btn-padrao--whatsapp .mask p {
    color: #0f172a !important;
    font-weight: 600;
    font-size: 15px;
    float: none !important;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    white-space: nowrap;
}

.cs-pj-etapas .card-total .btn-padrao--whatsapp:hover {
    background: #fff !important;
    border-color: #25D366 !important;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.18);
}

.cs-pj-etapas .card-total .btn-padrao--whatsapp:hover .mask p {
    color: #0f172a !important;
}

/* ── Card Contabilizei ── */
.cs-pj-partner-row {
    margin-top: 20px;
    clear: both;
    float: none;
    width: 100%;
}

.cs-pj-partner-row > [class*="col-"] {
    float: none !important;
    width: 100% !important;
    padding: 0;
}

.cs-pj-etapas .cs-card--partner {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px;
    margin: 0;
    width: 100%;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
    float: none;
}

.cs-partner-body {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.cs-partner-logo {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 8px;
    flex-shrink: 0;
}

.cs-partner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cs-partner-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    background: #f1f5f9;
    border-radius: 20px;
    padding: 3px 8px;
    margin-bottom: 4px;
}

.cs-partner-title {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 700;
    color: #0f172a !important;
    letter-spacing: -0.02em;
    line-height: 1.2;
    background: none !important;
    float: none;
    width: auto;
    text-align: left;
}

.cs-partner-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #334155;
    text-align: left;
    float: none;
    width: auto;
}

.cs-partner-desc strong {
    color: #0f172a;
    font-weight: 600;
}

.cs-pj-etapas .cs-btn--outline {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
}

.cs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.cs-btn--outline {
    background: #fff;
    color: #0368ff;
    border: 1.5px solid #bfdbfe;
}

.cs-btn--outline:hover {
    background: #f0f7ff;
    border-color: #0368ff;
    color: #0368ff;
}

.cs-page footer {
    clear: both;
    padding-top: 24px;
}

/* ── Tablet+ ── */
@media (min-width: 576px) {
    .cs-top {
        padding: 32px 20px 12px;
    }

    .cs-success h1 {
        font-size: 26px;
    }

    .cs-pj-unified__title {
        font-size: 32px !important;
    }

    .cs-pj-unified__subtitle {
        font-size: 18px !important;
    }

    .cs-pj-benefits__title {
        font-size: 22px;
    }

    .cs-pj-etapas .cs-card--partner {
        flex-direction: row;
        align-items: center;
        padding: 18px 20px;
    }

    .cs-pj-etapas .cs-btn--outline {
        width: auto;
        flex-shrink: 0;
    }
}

@media (min-width: 768px) {
    .cs-top {
        padding: 40px 0 16px;
    }

    .cs-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cs-success-icon {
        width: 56px;
        height: 56px;
    }

    .cs-success h1 {
        font-size: 28px;
    }

    .cs-pj-etapas.secao-etapas {
        padding: 24px 0 64px !important;
    }

    .cs-pj-etapas .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .cs-pj-unified__hero {
        padding: 40px 32px 28px !important;
    }

    .cs-pj-benefits {
        padding: 32px 32px 40px;
    }

    .cs-pj-benefits__list {
        max-width: 640px;
    }

    .cs-pj-partner-row {
        margin-top: 32px;
    }
}

@media (min-width: 992px) {
    .cs-pj-unified__title {
        font-size: 38px !important;
    }

    .cs-pj-unified__subtitle {
        font-size: 20px !important;
    }
}
