/* PJ Protegido — página standalone (sem conflito com landing v1) */

/* Shell (wrapper for /pj-protegido — sem cs-pro) */
.pj-shell {
    font-family: Urbanist, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #fff;
    width: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.pj-shell div,
.pj-shell article,
.pj-shell figure,
.pj-shell nav,
.pj-shell a {
    float: none !important;
}

.pj-page {
    --pj-blue: #0368ff;
    --pj-navy: #0a1628;
    --pj-pink: #fde8f3;
    --pj-wrap: min(1140px, calc(100% - 48px));
    font-family: inherit;
    color: #0f172a;
    background: #fff;
    width: 100% !important;
    max-width: none !important;
    overflow-x: hidden;
}

.pj-page *,
.pj-page *::before,
.pj-page *::after { box-sizing: border-box; }

/* Isolamento home-white.css / site.css / bootstrap */
.pj-page div,
.pj-page article,
.pj-page figure,
.pj-page nav,
.pj-page blockquote,
.pj-page details,
.pj-page summary,
.pj-page form,
.pj-page button,
.pj-page span,
.pj-page a,
.pj-page ol,
.pj-page ul,
.pj-page li {
    float: none !important;
}

.pj-page section {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    clear: both !important;
    display: block !important;
    margin: 0;
    position: relative;
}

.pj-page h1,
.pj-page h2,
.pj-page h3,
.pj-page h4,
.pj-page p,
.pj-page li,
.pj-page strong,
.pj-page b {
    float: none !important;
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: currentColor !important;
}

.pj-page ul, .pj-page ol { list-style: none; margin: 0; padding: 0; }
.pj-page a { text-decoration: none; }
.pj-page svg { display: block; flex-shrink: 0; }

.pj-page__wrap {
    width: var(--pj-wrap);
    max-width: 1140px;
    margin: 0 auto;
}

/* Grids filhos do wrap precisam de largura explícita (fr + auto colapsa para 0px) */
.pj-page .pj-motivos__grid,
.pj-page .pj-impacto__grid,
.pj-page .pj-passos__grid,
.pj-page .pj-como__shell {
    width: 100% !important;
    max-width: 100%;
}

.pj-kicker {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pj-blue);
    margin-bottom: 16px;
}
.pj-kicker--light { color: rgba(255,255,255,0.75); }

.pj-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}
.pj-btn svg { width: 18px; height: 18px; }
.pj-btn--primary {
    background: var(--pj-blue);
    color: #fff !important;
    box-shadow: 0 12px 32px rgba(3,104,255,0.35);
}
.pj-btn--primary:hover { transform: translateY(-2px); }
.pj-btn--light {
    background: #fff;
    color: var(--pj-navy) !important;
}
.pj-btn--outline {
    background: transparent;
    color: var(--pj-navy) !important;
    border: 1px solid #cbd5e1;
}

.pj-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    color: var(--pj-blue) !important;
}
.pj-link svg { width: 16px; height: 16px; }

.pj-head { text-align: center; margin-bottom: 48px; }
.pj-head--left { text-align: left; }
.pj-head--row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    text-align: left;
}
.pj-head h2 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

/* ── HERO ── */
.pj-hero {
    padding: 48px 0 64px;
    background: #fff;
}

.pj-hero__center {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
}
.pj-hero__title {
    font-size: clamp(2.25rem, 7vw, 4.25rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.98;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.pj-hero__sub {
    font-size: 1.125rem;
    line-height: 1.65;
    color: #64748b;
    margin-bottom: 32px;
}

.pj-hero__gallery {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
    min-height: 280px;
}
.pj-hero__shot {
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}
.pj-hero__shot--1,
.pj-hero__shot--3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
}
.pj-hero__shot--2 {
    background: linear-gradient(135deg, #ecfdf5, #f0fdfa);
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pj-hero__shot-label {
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--pj-navy);
}
.pj-phone {
    width: min(280px, 100%);
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 50px rgba(15,23,42,0.12);
}
.pj-phone__bar {
    width: 48px;
    height: 4px;
    border-radius: 2px;
    background: #e2e8f0;
    margin-bottom: 16px;
}
.pj-phone p {
    margin-bottom: 12px;
    font-size: 0.875rem;
    color: #64748b;
}
.pj-phone p strong {
    display: block;
    font-size: 1.125rem;
    color: #0f172a !important;
    margin-bottom: 2px;
}
.pj-phone ul { display: grid; gap: 6px; }
.pj-phone li { font-size: 0.8125rem; color: #475569; }

.pj-hero__down {
    display: block;
    text-align: center;
    margin-top: 48px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8 !important;
}

@media (min-width: 768px) {
    .pj-hero__gallery {
        grid-template-columns: 1fr 1.4fr 1fr;
        align-items: center;
        min-height: 320px;
    }
    .pj-hero__shot--2 { transform: scale(1.05); z-index: 2; }
    .pj-hero__shot--1 { transform: rotate(-4deg) translateY(12px); }
    .pj-hero__shot--3 { transform: rotate(4deg) translateY(12px); }
}

/* ── STATS ── */
.pj-stats {
    padding: 48px 0;
    background: var(--pj-navy);
}
.pj-stats__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    text-align: center;
}
.pj-stats__row strong {
    display: block;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #fff !important;
    letter-spacing: -0.04em;
    margin-bottom: 6px;
}
.pj-stats__row span {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.65);
}

/* ── MOTIVOS ── */
.pj-motivos {
    padding: 96px 0;
    background: #fafafa;
}
.pj-motivos__grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
}
.pj-motivo {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(15,23,42,0.04);
}
.pj-motivo__top {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pj-motivo--a .pj-motivo__top { background: linear-gradient(135deg, #dbeafe, #eff6ff); }
.pj-motivo--b .pj-motivo__top { background: linear-gradient(135deg, #ede9fe, #f5f3ff); }
.pj-motivo--c .pj-motivo__top { background: linear-gradient(135deg, #ccfbf1, #f0fdfa); }
.pj-motivo__top svg { width: 40px; height: 40px; color: var(--pj-blue); }
.pj-motivo h3 {
    padding: 24px 24px 0;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--pj-blue);
}
.pj-motivo h4 {
    padding: 6px 24px 0;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.25;
}
.pj-motivo p {
    padding: 12px 24px 28px;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #64748b;
}
.pj-motivo__plus {
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 300;
    color: #94a3b8;
}

@media (min-width: 900px) {
    .pj-motivos__grid {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
        gap: 0;
        align-items: stretch;
    }
    .pj-motivo__plus { display: flex; width: 40px; flex-shrink: 0; }
    .pj-motivo { min-width: 0; }
}

/* ── FORM SECTION ── */
.pj-form-section {
    padding: 96px 0;
    background: var(--pj-pink);
}
.pj-form-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
}
.pj-form-section__copy h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin-bottom: 16px;
}
.pj-form-section__copy > p {
    font-size: 1rem;
    line-height: 1.65;
    color: #64748b;
    margin-bottom: 28px;
}
.pj-form-section__nums {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.pj-form-section__nums li {
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(255,255,255,0.9);
    font-size: 0.875rem;
    color: #475569;
}
.pj-form-section__nums strong { color: #0f172a !important; }

.pj-form-section__box .cs-pj-landing__form-wrap {
    background: #fff !important;
    border-radius: 24px !important;
    padding: 32px 28px !important;
    border: none !important;
    box-shadow: 0 24px 64px rgba(15,23,42,0.1) !important;
    scroll-margin-top: 100px;
}

/* ── CRISE ── */
.pj-crise {
    padding: 96px 0;
    background: var(--pj-navy);
    color: #fff;
}
.pj-crise__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}
.pj-crise h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin-bottom: 20px;
}
.pj-crise h2 em { color: #93c5fd; font-style: normal; }
.pj-crise__grid > div:first-child > p {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.75);
    margin-bottom: 32px;
    max-width: 480px;
}
.pj-calc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.pj-calc > div {
    padding: 24px 28px;
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    text-align: center;
    min-width: 140px;
}
.pj-calc__hi {
    background: linear-gradient(135deg, var(--pj-blue), #009e8a) !important;
    border: none !important;
}
.pj-calc small {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: 6px;
}
.pj-calc strong {
    font-size: 1.75rem;
    color: #fff !important;
}
.pj-calc strong span { font-size: 0.875rem; font-weight: 600; opacity: 0.85; }
.pj-calc__arrow { font-size: 1.5rem; color: #93c5fd; font-weight: 800; }

/* ── Simulador interativo ── */
.pj-sim {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 28px;
    backdrop-filter: blur(6px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}
.pj-sim__label {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 12px;
}
.pj-sim__field {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.pj-sim__field:focus-within {
    border-color: #00c2a8;
    box-shadow: 0 0 0 3px rgba(0, 194, 168, 0.2);
}
.pj-sim__currency {
    font-size: 1.25rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
}
.pj-sim__input {
    flex: 1;
    min-width: 0;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    font-family: inherit;
    padding: 0;
}
.pj-sim__suffix {
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    flex-shrink: 0;
}
.pj-sim__range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 999px;
    margin: 22px 0 8px;
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
}
.pj-sim__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #00c2a8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.pj-sim__range::-moz-range-thumb {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #00c2a8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.pj-sim__scale {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
}
.pj-sim__price {
    margin: 22px 0 16px;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    background: linear-gradient(135deg, var(--pj-blue, #0368ff), #009e8a);
    box-shadow: 0 12px 30px rgba(0, 158, 138, 0.25);
}
.pj-sim__price small {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 4px;
}
.pj-sim__price strong {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1;
}
.pj-sim__price strong em {
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    opacity: 0.85;
    margin-left: 2px;
}
.pj-sim__grid {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 8px;
}
.pj-sim__grid li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.pj-sim__grid small {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
}
.pj-sim__grid b {
    font-size: 1.0625rem;
    font-weight: 800;
    color: #fff;
    white-space: nowrap;
}
.pj-sim__cta {
    width: 100%;
    justify-content: center;
}
.pj-sim__note {
    margin: 12px 0 0;
    font-size: 0.75rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
}

/* ── COMO (tabs) ── */
.pj-como {
    padding: 96px 0;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.pj-como__shell {
    width: 100%;
}
.pj-como__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding: 8px;
    margin: 0 auto 32px;
    max-width: 640px;
    border-radius: 999px;
    background: #eef2f7;
    border: 1px solid #e2e8f0;
}
.pj-como__nav button {
    flex: 1 1 auto;
    min-width: 120px;
    padding: 14px 20px;
    border-radius: 999px;
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 0.9375rem;
    color: #64748b;
    cursor: pointer;
    transition: background 0.25s, color 0.25s, box-shadow 0.25s;
}
.pj-como__nav button.is-active {
    background: #fff;
    color: var(--pj-navy);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}
.pj-como__panel {
    display: none;
    grid-template-columns: 1fr;
    gap: 32px;
    width: 100%;
    padding: 40px 32px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.06);
}
.pj-como__panel.is-active {
    display: grid;
    animation: pj-como-in 0.35s ease;
}
@keyframes pj-como-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}
.pj-como__tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--pj-blue);
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.pj-como__copy h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 14px;
    color: #0f172a;
}
.pj-como__copy > p {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 24px;
    max-width: 52ch;
}
.pj-como__bullets {
    display: grid;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pj-como__bullets li {
    position: relative;
    padding-left: 22px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.5;
}
.pj-como__bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pj-blue);
}
.pj-como__card {
    padding: 28px;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}
.pj-como__card--calc {
    background: linear-gradient(145deg, #0a1628, #132238);
    border: none;
    color: #fff;
}
.pj-como__card--calc > small {
    display: block;
    margin-bottom: 20px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}
.pj-como__calc-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.pj-como__calc-row > div {
    flex: 1 1 140px;
    padding: 20px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}
.pj-como__calc-row > div span {
    display: block;
    margin-bottom: 6px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}
.pj-como__calc-row > div strong {
    display: block;
    font-size: 1.75rem;
    color: #fff !important;
    letter-spacing: -0.03em;
}
.pj-como__calc-row > div strong span {
    display: inline;
    font-size: 0.875rem;
    font-weight: 600;
    opacity: 0.85;
    text-transform: none;
    letter-spacing: normal;
}
.pj-como__calc-hi {
    background: linear-gradient(135deg, var(--pj-blue), #009e8a) !important;
    border: none !important;
}
.pj-como__calc-arrow {
    font-size: 1.5rem;
    font-weight: 800;
    color: #93c5fd;
    flex-shrink: 0;
}
.pj-como__card-note {
    margin-top: 18px;
    text-align: center;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.55) !important;
}
.pj-como__checks {
    display: grid;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pj-como__checks li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
}
.pj-como__check-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ecfdf5;
    color: #059669;
    font-weight: 800;
    font-size: 0.875rem;
    flex-shrink: 0;
}
.pj-como__checks strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.9375rem;
    color: #0f172a !important;
}
.pj-como__checks p {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #64748b;
}
.pj-como__steps {
    display: grid;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: pj-como-step;
}
.pj-como__steps li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
}
.pj-como__steps li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--pj-blue);
    color: #fff;
    font-weight: 800;
    flex-shrink: 0;
}
.pj-como__steps strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.9375rem;
    color: #0f172a !important;
}
.pj-como__steps p {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #64748b;
}

/* ── IMPACTO ── */
.pj-impacto {
    padding: 96px 0;
    background: #f8fafc;
}
.pj-impacto__grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
}
.pj-impacto__grid article {
    padding: 28px 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
}
.pj-impacto__grid article.is-hi {
    background: linear-gradient(145deg, var(--pj-blue), #009e8a);
    border: none;
    color: #fff;
}
.pj-impacto__grid article.is-hi small,
.pj-impacto__grid article.is-hi p { color: rgba(255,255,255,0.85); }
.pj-impacto__grid article.is-hi strong { color: #fff !important; }
.pj-impacto__grid article > span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #eff6ff;
    color: var(--pj-blue);
    margin-bottom: 16px;
}
.pj-impacto__grid article.is-hi > span:first-child {
    background: rgba(255,255,255,0.2);
    color: #fff;
}
.pj-impacto__grid article > span:first-child svg { width: 24px; height: 24px; }
.pj-impacto__grid small {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 6px;
}
.pj-impacto__grid strong {
    display: block;
    font-size: 2rem;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
    color: #0f172a !important;
}
.pj-impacto__grid strong span { font-size: 0.5em; }
.pj-impacto__grid p {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #64748b;
}

/* ── PASSOS ── */
.pj-passos {
    padding: 96px 0;
    background: #fff;
}
.pj-passos__grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pj-passos__grid li {
    display: block;
    min-width: 0;
    padding: 36px 28px;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    text-align: center;
}
.pj-passos__n {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: var(--pj-blue);
    color: #fff;
    font-weight: 800;
    font-size: 1.125rem;
}
.pj-passos__grid li > svg {
    width: 32px;
    height: 32px;
    color: var(--pj-blue);
    margin: 0 auto 12px;
}
.pj-passos__grid strong {
    display: block;
    font-size: 1.0625rem;
    margin-bottom: 8px;
    color: #0f172a !important;
}
.pj-passos__grid p {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.55;
}

/* ── FAQ ── */
.pj-faq {
    padding: 96px 0 120px;
    background: #fff;
}
.pj-faq__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}
.pj-faq__intro h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 12px;
}
.pj-faq__intro > p {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 24px;
}
.pj-faq__items details {
    border-bottom: 1px solid #e2e8f0;
}
.pj-faq__items summary {
    padding: 20px 0;
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
}
.pj-faq__items summary::-webkit-details-marker { display: none; }
.pj-faq__items p {
    padding: 0 0 20px;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #64748b;
}

/* ── FORM (embedded partial) ── */
.pj-page .cs-pj-landing__form-panel { position: relative; }
.pj-page .cs-pj-landing__form-panel.is-submitting .cs-pj-landing__form { pointer-events: none; opacity: 0.45; }
.pj-page .cs-pj-landing__form-panel[hidden],
.pj-page .cs-pj-landing__form-success[hidden] { display: none !important; }

.pj-page .cs-pj-landing__promo {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    margin-bottom: 20px;
    border-radius: 14px;
    background: #fffbeb;
    border: 1px solid #fde68a;
}
.pj-page .cs-pj-landing__promo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(245,158,11,0.15);
    color: #d97706;
}
.pj-page .cs-pj-landing__promo strong {
    display: block;
    font-size: 0.875rem;
    color: #92400e !important;
    margin-bottom: 2px;
}
.pj-page .cs-pj-landing__promo span {
    display: block;
    font-size: 0.75rem;
    color: #a16207;
}

.pj-page .cs-pj-landing__form-head h4 {
    font-size: 1.125rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 6px !important;
}
.pj-page .cs-pj-landing__form-head p {
    font-size: 0.875rem !important;
    color: #64748b !important;
    margin-bottom: 20px !important;
}

.pj-page .cs-pj-landing__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.pj-page .cs-pj-landing__form-field label {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #334155 !important;
    margin-bottom: 6px;
    display: block;
}
.pj-page .cs-pj-landing__form-field input {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #fff !important;
    color: #0f172a !important;
    font-size: 0.9375rem;
    font-family: inherit;
}
.pj-page .cs-pj-landing__form-field input:focus {
    outline: none;
    border-color: var(--pj-blue);
    box-shadow: 0 0 0 3px rgba(3,104,255,0.12);
}
.pj-page .cs-pj-landing__form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.pj-page .cs-pj-landing__form-error {
    font-size: 0.75rem;
    color: #dc2626 !important;
    min-height: 1em;
}
.pj-page .cs-pj-landing__form-global-error {
    padding: 10px 12px;
    border-radius: 10px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c !important;
    font-size: 0.8125rem;
}
.pj-page .cs-pj-landing__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}
.pj-page .cs-pj-landing__cta--whatsapp {
    width: 100%;
    background: #25d366;
    color: #fff !important;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}
.pj-page .cs-pj-landing__form-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 8px;
}
.pj-page .cs-pj-landing__form-trust span {
    font-size: 0.75rem;
    color: #64748b !important;
}
.pj-page .cs-pj-landing__lead-note {
    text-align: center;
    font-size: 0.8125rem;
    color: #94a3b8 !important;
    margin-top: 12px !important;
}

.pj-page .cs-pj-landing__form-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.9);
    border-radius: 16px;
    z-index: 2;
}
.pj-page .cs-pj-landing__form-overlay[hidden] { display: none !important; }
.pj-page .cs-pj-landing__form-success { text-align: center; padding: 24px 12px; }
.pj-page .cs-pj-landing__form-success-icon { width: 56px; height: 56px; margin: 0 auto 16px; color: #16a34a; }
.pj-page .cs-pj-landing__form-success h4 {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 8px !important;
}
.pj-page .cs-pj-landing__form-success-highlight {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e !important;
    font-size: 0.8125rem;
}

/* ── Desktop ── */
@media (min-width: 768px) {
    .pj-stats__row { grid-template-columns: repeat(4, 1fr); }
    .pj-form-section__grid { grid-template-columns: 1fr 1fr; }
    .pj-crise__grid { grid-template-columns: 1.1fr 0.9fr; }
    .pj-como__panel {
        grid-template-columns: 1.05fr 0.95fr;
        align-items: center;
        gap: 40px;
        padding: 48px;
    }
    .pj-impacto__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .pj-passos__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
    .pj-faq__grid { grid-template-columns: 0.85fr 1.15fr; }
    .pj-head--row { flex-direction: row; align-items: flex-end; justify-content: space-between; }
}

@media (max-width: 640px) {
    .pj-page .cs-pj-landing__form-grid { grid-template-columns: 1fr; }
}

/* Partner + sticky (página /pj-protegido) */
.pj-page__partner {
    padding: 0 24px 64px;
    background: #fff;
}

.pj-page__partner-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 24px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    max-width: 1140px;
    margin: 0 auto;
}

.pj-page__partner-card p {
    margin: 8px 0 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #64748b;
}

.pj-page__partner-card strong {
    color: #0f172a !important;
}

.pj-page__sticky {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 12px 16px;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    border-top: 1px solid #e2e8f0;
}

.pj-page__sticky-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 14px 24px;
    border-radius: 12px;
    background: #25d366;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.9375rem;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
}

@media (max-width: 639px) {
    .pj-page__sticky { display: block; }
    .pj-page { padding-bottom: 80px; }
}

@media (min-width: 640px) {
    .pj-page__partner-card {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
