/* PJ Protegido — landing v12 (isolado de home-white / site.css) */

.cs-pj-landing,
.cs-pj-landing * { box-sizing: border-box; }

/* Reset tipográfico — NÃO inclui li/article (quebra cards) */
.cs-pj-landing h2,
.cs-pj-landing h3,
.cs-pj-landing h4,
.cs-pj-landing p {
    float: none !important;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: currentColor !important;
    letter-spacing: normal;
    text-transform: none;
    position: relative;
    display: block;
}

.cs-pj-landing ul,
.cs-pj-landing ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* strong — evita gradiente/texto transparente do site.css */
.cs-pj-landing strong {
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: currentColor !important;
    letter-spacing: normal;
    text-transform: none;
    font-weight: inherit;
}

.cs-pj-landing figure { margin: 0; }

.cs-pj-landing {
    font-family: Urbanist, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    color: #0f172a;
    background: #fff;
}

.cs-pj-landing__svg {
    display: block;
    flex-shrink: 0;
}

.cs-pj-landing__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* Labels & headings */
.cs-pj-landing__label {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0368ff;
    margin-bottom: 16px;
}

.cs-pj-landing__label--dark { color: #0368ff; }

.cs-pj-landing__heading {
    margin: 0 0 12px !important;
    font-size: clamp(1.5rem, 3.5vw, 2.25rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.15 !important;
    color: #0f172a !important;
    width: 100% !important;
}

.cs-pj-landing__heading em,
.cs-pj-landing__title em {
    font-style: normal;
    color: #0368ff;
}

.cs-pj-landing__heading--dark { color: #0f172a !important; }
.cs-pj-landing__heading--light { color: #fff !important; }

.cs-pj-landing__section-head {
    text-align: center;
    margin-bottom: 48px;
}

.cs-pj-landing__section-head p {
    margin: 12px auto 0 !important;
    max-width: 560px;
    font-size: 1rem !important;
    line-height: 1.65 !important;
    color: #64748b !important;
}

.cs-pj-landing__section-head--light p { color: rgba(255, 255, 255, 0.8) !important; }

/* CTAs */
.cs-pj-landing__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.15s;
    border: none;
    cursor: pointer;
}

.cs-pj-landing__cta--primary {
    background: #0368ff;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(3, 104, 255, 0.35);
}

.cs-pj-landing__cta--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(3, 104, 255, 0.45);
    color: #fff !important;
}

.cs-pj-landing__cta--whatsapp {
    width: 100%;
    background: #25d366;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
    padding: 18px 24px;
}

.cs-pj-landing__cta--whatsapp:hover {
    transform: translateY(-2px);
    color: #fff !important;
}

/* Icon boxes — centralizados */
.cs-pj-landing [class*="__stat-icon"],
.cs-pj-landing [class*="__calc-icon"],
.cs-pj-landing [class*="__compare-icon"],
.cs-pj-landing [class*="__step-icon"],
.cs-pj-landing [class*="__promo-icon"],
.cs-pj-landing [class*="__product-icon"],
.cs-pj-landing [class*="__chip-icon"],
.cs-pj-landing [class*="__solution-icon"],
.cs-pj-landing [class*="__impact-icon"],
.cs-pj-landing [class*="__lead-stat-icon"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
}

/* ── Hero ── */
.cs-pj-landing__hero {
    position: relative;
    padding: 64px 0 80px;
    background: linear-gradient(180deg, #f0f6ff 0%, #fff 100%);
    overflow: hidden;
}

.cs-pj-landing__hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 60% at 90% 20%, rgba(3, 104, 255, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse 40% 50% at 10% 80%, rgba(0, 158, 138, 0.08) 0%, transparent 55%);
    pointer-events: none;
}

.cs-pj-landing__hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

.cs-pj-landing__hero-copy { text-align: center; }

.cs-pj-landing__title {
    margin: 0 0 16px !important;
    font-size: clamp(2rem, 5vw, 3rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em !important;
    line-height: 1.08 !important;
    color: #0f172a !important;
}

.cs-pj-landing__title--hero {
    text-transform: uppercase;
    font-size: clamp(1.75rem, 4.5vw, 2.75rem) !important;
    letter-spacing: -0.02em !important;
    line-height: 1.12 !important;
}

.cs-pj-landing__title--hero em {
    text-transform: none;
    display: block;
    margin-top: 6px;
    color: #0368ff;
}

.cs-pj-landing__lead {
    margin: 0 auto 28px !important;
    max-width: 520px;
    font-size: 1.0625rem !important;
    line-height: 1.65 !important;
    color: #64748b !important;
}

.cs-pj-landing__hero-visual {
    display: flex;
    justify-content: center;
}

.cs-pj-landing__hero-orbit {
    position: relative;
    width: min(340px, 85vw);
    aspect-ratio: 1;
}

.cs-pj-landing__hero-logo {
    position: absolute;
    inset: 18%;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 24px 64px rgba(3, 104, 255, 0.12);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

.cs-pj-landing__hero-logo img { width: 100%; height: auto; display: block; }

.cs-pj-landing__hero-chip {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    font-size: 0.8125rem;
    color: #64748b;
    white-space: nowrap;
}

.cs-pj-landing__hero-chip strong { color: #0f172a; font-weight: 800; }

.cs-pj-landing__hero-chip--1 { top: 8%; left: -4%; }
.cs-pj-landing__hero-chip--2 { top: 42%; right: -8%; }
.cs-pj-landing__hero-chip--3 { bottom: 6%; left: 4%; }

.cs-pj-landing__chip-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
}

.cs-pj-landing__chip-icon--blue { background: rgba(3, 104, 255, 0.12); color: #0368ff; }
.cs-pj-landing__chip-icon--teal { background: rgba(0, 158, 138, 0.12); color: #009e8a; }
.cs-pj-landing__chip-icon--gold { background: rgba(245, 158, 11, 0.12); color: #d97706; }

/* ── Products row ── */
.cs-pj-landing__products {
    padding: 72px 0;
    background: #fff;
}

.cs-pj-landing__products-carousel {
    position: relative;
}

.cs-pj-landing__products-viewport {
    overflow: hidden;
}

.cs-pj-landing__products-row {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
    transition: transform 0.35s ease;
    will-change: transform;
}

.cs-pj-landing__product-card {
    flex: 0 0 100%;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.15s, box-shadow 0.15s;
}

.cs-pj-landing__product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
}

.cs-pj-landing__products-nav {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.cs-pj-landing__products-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #0368ff;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s, border-color 0.15s, opacity 0.15s;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.cs-pj-landing__products-btn svg {
    width: 18px;
    height: 18px;
}

.cs-pj-landing__products-btn[data-pj-carousel-prev] svg {
    transform: rotate(180deg);
}

.cs-pj-landing__products-btn:hover:not(:disabled) {
    background: #eff6ff;
    border-color: #bfdbfe;
}

.cs-pj-landing__products-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.cs-pj-landing__products-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cs-pj-landing__products-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}

.cs-pj-landing__products-dot.is-active {
    background: #0368ff;
    transform: scale(1.2);
}

.cs-pj-landing__product-visual {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-pj-landing__product-card--blue .cs-pj-landing__product-visual { background: linear-gradient(135deg, #dbeafe, #eff6ff); }
.cs-pj-landing__product-card--purple .cs-pj-landing__product-visual { background: linear-gradient(135deg, #ede9fe, #f5f3ff); }
.cs-pj-landing__product-card--teal .cs-pj-landing__product-visual { background: linear-gradient(135deg, #ccfbf1, #f0fdfa); }

.cs-pj-landing__product-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: #fff;
    color: #0368ff;
    box-shadow: 0 8px 24px rgba(3, 104, 255, 0.15);
}

.cs-pj-landing__product-card--purple .cs-pj-landing__product-icon { color: #7c3aed; box-shadow: 0 8px 24px rgba(124, 58, 237, 0.15); }
.cs-pj-landing__product-card--teal .cs-pj-landing__product-icon { color: #009e8a; box-shadow: 0 8px 24px rgba(0, 158, 138, 0.15); }

.cs-pj-landing__product-body { padding: 24px; }

.cs-pj-landing__product-tag {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0368ff;
    margin-bottom: 8px;
}

.cs-pj-landing__product-card--purple .cs-pj-landing__product-tag { color: #7c3aed; }
.cs-pj-landing__product-card--teal .cs-pj-landing__product-tag { color: #009e8a; }

.cs-pj-landing__product-body h4 {
    margin: 0 0 8px !important;
    font-size: 1.0625rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.3 !important;
}

.cs-pj-landing__product-body p {
    font-size: 0.875rem !important;
    line-height: 1.55 !important;
    color: #64748b !important;
    margin: 0 !important;
}

.cs-pj-landing__product-plus {
    flex: 0 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #94a3b8;
    align-self: center;
}

/* ── Lead block ── */
.cs-pj-landing__lead-block {
    padding: 72px 0;
    background: linear-gradient(180deg, #eef4ff 0%, #f8fafc 100%);
}

.cs-pj-landing__lead-grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: stretch;
    background: #fff !important;
    border-radius: 28px;
    padding: 32px 28px !important;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
}

.cs-pj-landing__lead-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cs-pj-landing__lead-copy p,
.cs-pj-landing__lead-copy > p {
    font-size: 1rem !important;
    line-height: 1.65 !important;
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    margin: 0 0 28px !important;
}

.cs-pj-landing__lead-stats {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 12px;
}

.cs-pj-landing__lead-stats li {
    display: flex !important;
    align-items: center;
    gap: 14px;
    padding: 14px 16px !important;
    border-radius: 14px;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0;
    font-size: 0.9375rem;
    color: #475569 !important;
    -webkit-text-fill-color: #475569 !important;
}

.cs-pj-landing__lead-stats strong {
    display: inline;
    font-size: 1.125rem;
    font-weight: 800 !important;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

.cs-pj-landing__lead-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fff !important;
    border: 1px solid #e2e8f0;
    color: #0368ff;
}

.cs-pj-landing__lead-card {
    background: #f8fafc !important;
    border-radius: 20px;
    padding: 28px 24px !important;
    border: 1px solid #e2e8f0;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.cs-pj-landing__promo {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    margin-bottom: 24px;
    border-radius: 14px;
    background: #fffbeb !important;
    border: 1px solid #fde68a;
    text-align: left;
}

.cs-pj-landing__promo-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(245, 158, 11, 0.15);
    color: #d97706;
}

.cs-pj-landing__promo strong {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 2px;
}

.cs-pj-landing__promo span {
    display: block;
    font-size: 0.75rem;
    color: #a16207;
    line-height: 1.4;
}

.cs-pj-landing__lead-price {
    text-align: center;
    margin-bottom: 24px;
}

.cs-pj-landing__lead-price small {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    margin-bottom: 6px;
}

.cs-pj-landing__lead-price strong {
    display: block;
    font-size: clamp(2.25rem, 6vw, 3rem);
    font-weight: 800 !important;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    letter-spacing: -0.04em;
}

.cs-pj-landing__lead-price strong span {
    display: inline;
    font-size: 1.125rem;
    font-weight: 600;
    color: #94a3b8 !important;
    -webkit-text-fill-color: #94a3b8 !important;
}

.cs-pj-landing__lead-note {
    text-align: center;
    font-size: 0.8125rem !important;
    color: #94a3b8 !important;
    -webkit-text-fill-color: #94a3b8 !important;
    margin: 14px 0 0 !important;
}

/* ── Formulário embutido ── */
.cs-pj-landing__form-wrap {
    background: #f8fafc !important;
    border-radius: 20px;
    padding: 28px 24px !important;
    border: 1px solid #e2e8f0;
    scroll-margin-top: 96px;
}

.cs-pj-landing__form-panel {
    position: relative;
}

.cs-pj-landing__form-panel.is-submitting .cs-pj-landing__form {
    pointer-events: none;
    opacity: 0.45;
}

.cs-pj-landing__form-panel[hidden],
.cs-pj-landing__form-success[hidden] {
    display: none !important;
}

.cs-pj-landing__form-head {
    margin-bottom: 20px;
    text-align: left;
}

.cs-pj-landing__form-head h4 {
    margin: 0 0 6px !important;
    font-size: 1.125rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    line-height: 1.3 !important;
}

.cs-pj-landing__form-head p {
    margin: 0 !important;
    font-size: 0.875rem !important;
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    line-height: 1.5 !important;
}

.cs-pj-landing__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cs-pj-landing__form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cs-pj-landing__form-field label {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #334155 !important;
    -webkit-text-fill-color: #334155 !important;
}

.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;
    -webkit-text-fill-color: #0f172a !important;
    font-size: 0.9375rem;
    font-family: inherit;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.cs-pj-landing__form-field input:focus {
    outline: none;
    border-color: #0368ff;
    box-shadow: 0 0 0 3px rgba(3, 104, 255, 0.12);
}

.cs-pj-landing__form-field input.is-invalid {
    border-color: #ef4444;
}

.cs-pj-landing__form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.cs-pj-landing__form-error {
    font-size: 0.75rem;
    color: #dc2626 !important;
    -webkit-text-fill-color: #dc2626 !important;
    min-height: 1em;
}

.cs-pj-landing__form-global-error {
    margin: 0;
    padding: 10px 12px;
    border-radius: 10px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c !important;
    -webkit-text-fill-color: #b91c1c !important;
    font-size: 0.8125rem;
}

.cs-pj-landing__form-submit {
    width: 100%;
    margin-top: 4px;
    border: none;
    cursor: pointer;
}

.cs-pj-landing__form-submit.is-loading {
    opacity: 0.85;
    cursor: wait;
}

.cs-pj-landing__form-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    justify-content: center;
    margin-top: 4px;
}

.cs-pj-landing__form-trust span {
    font-size: 0.75rem;
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
}

.cs-pj-landing__form-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 250, 252, 0.88);
    border-radius: 16px;
    z-index: 2;
}

.cs-pj-landing__form-overlay[hidden] {
    display: none !important;
}

.cs-pj-landing__form-overlay-card {
    text-align: center;
    padding: 20px;
    max-width: 260px;
}

.cs-pj-landing__form-overlay-card strong {
    display: block;
    margin-bottom: 6px;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    font-size: 1rem;
}

.cs-pj-landing__form-overlay-card p {
    margin: 0;
    font-size: 0.8125rem;
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
}

.cs-pj-landing__form-overlay-rings {
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
}

.cs-pj-landing__form-overlay-rings span {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid #0368ff;
    opacity: 0;
    animation: cs-pj-form-pulse 1.4s ease-out infinite;
}

.cs-pj-landing__form-overlay-rings span:nth-child(2) { animation-delay: 0.25s; }
.cs-pj-landing__form-overlay-rings span:nth-child(3) { animation-delay: 0.5s; }

@keyframes cs-pj-form-pulse {
    0% { transform: scale(0.4); opacity: 0.8; }
    100% { transform: scale(1.2); opacity: 0; }
}

.cs-pj-landing__form-success {
    text-align: center;
    padding: 12px 4px;
}

.cs-pj-landing__form-success-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    color: #16a34a;
}

.cs-pj-landing__form-success h4 {
    margin: 0 0 8px !important;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

.cs-pj-landing__form-success > p {
    margin: 0 0 12px !important;
    font-size: 0.9375rem !important;
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    line-height: 1.55 !important;
}

.cs-pj-landing__form-success-highlight {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e !important;
    -webkit-text-fill-color: #92400e !important;
    font-size: 0.8125rem;
    font-weight: 600;
}

/* ── Solution ── */
.cs-pj-landing__solution {
    padding: 72px 0;
    background: #f8fafc;
}

.cs-pj-landing__solution-grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: stretch;
}

.cs-pj-landing__solution-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cs-pj-landing__solution-lead {
    font-size: 1rem !important;
    line-height: 1.65 !important;
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    margin: 0 0 24px !important;
}

.cs-pj-landing__solution-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cs-pj-landing__solution-list li {
    display: flex !important;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px !important;
    border-radius: 16px;
    background: #fff !important;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
}

.cs-pj-landing__solution-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #eff6ff !important;
    color: #0368ff;
    flex-shrink: 0;
}

.cs-pj-landing__solution-list strong {
    display: block !important;
    font-size: 1rem;
    font-weight: 700 !important;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    margin-bottom: 4px;
}

.cs-pj-landing__solution-list p {
    font-size: 0.875rem !important;
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.cs-pj-landing__solution-visual {
    display: flex !important;
    align-items: stretch;
}

.cs-pj-landing__crisis-panel {
    width: 100%;
    background: linear-gradient(160deg, #1a0a0a 0%, #2d1212 50%, #1a1030 100%) !important;
    border-radius: 24px;
    padding: 32px 28px !important;
    color: #fff;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.2);
}

.cs-pj-landing__eyebrow {
    margin: 0 0 10px !important;
    font-size: 0.6875rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: #fcd34d !important;
}

.cs-pj-landing__crisis-panel h4 {
    margin: 0 0 16px !important;
    font-size: 1.375rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: #fff !important;
}

.cs-pj-landing__crisis-panel h4 em { font-style: normal; color: #f87171; }

.cs-pj-landing__pain-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.cs-pj-landing__pain-list li {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
    font-size: 0.8125rem !important;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85) !important;
}

.cs-pj-landing__pain-list .cs-pj-landing__svg {
    width: 18px;
    height: 18px;
    color: #f87171;
    flex-shrink: 0;
}

.cs-pj-landing__calc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.cs-pj-landing__calc-box {
    flex: 1 1 120px;
    padding: 20px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.cs-pj-landing__calc-box--hi {
    background: linear-gradient(145deg, rgba(3, 104, 255, 0.3), rgba(0, 191, 166, 0.2));
    border-color: rgba(125, 211, 252, 0.35);
}

.cs-pj-landing__calc-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.cs-pj-landing__calc-box small {
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.5);
}

.cs-pj-landing__calc-box strong {
    font-size: 1.375rem;
    font-weight: 800;
    color: #fff;
}

.cs-pj-landing__calc-box strong span {
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 0.65;
}

.cs-pj-landing__calc-box--hi strong { color: #7dd3fc; }

.cs-pj-landing__calc-arrow {
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Impact ── */
.cs-pj-landing__impact {
    padding: 72px 0;
    background: #f8fafc;
}

.cs-pj-landing__impact-grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: stretch;
}

.cs-pj-landing__impact-card {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0;
    padding: 24px 22px 28px !important;
    min-height: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: #fff !important;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.cs-pj-landing__impact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
}

.cs-pj-landing__impact-card--hi {
    background: linear-gradient(145deg, #0368ff 0%, #009e8a 100%) !important;
    border-color: transparent;
    box-shadow: 0 12px 40px rgba(3, 104, 255, 0.22);
}

.cs-pj-landing__impact-top {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    width: 100%;
}

.cs-pj-landing__impact-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eff6ff !important;
    color: #0368ff;
    flex-shrink: 0;
}

.cs-pj-landing__impact-card--hi .cs-pj-landing__impact-icon {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff;
}

.cs-pj-landing__impact-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #64748b !important;
    line-height: 1.3;
    flex: 1;
    -webkit-text-fill-color: #64748b !important;
}

.cs-pj-landing__impact-card--hi .cs-pj-landing__impact-label {
    color: rgba(255, 255, 255, 0.9) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
}

.cs-pj-landing__impact-value {
    display: block !important;
    width: 100%;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 800 !important;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 8px !important;
    background: none !important;
}

.cs-pj-landing__impact-value span {
    display: inline;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    opacity: 1;
}

.cs-pj-landing__impact-card--hi .cs-pj-landing__impact-value {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.cs-pj-landing__impact-card--hi .cs-pj-landing__impact-value span {
    color: rgba(255, 255, 255, 0.85) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.85) !important;
}

.cs-pj-landing__impact-card p {
    font-size: 0.875rem !important;
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    flex: 1;
}

.cs-pj-landing__impact-card--hi p {
    color: rgba(255, 255, 255, 0.88) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
}

/* ── Compare ── */
.cs-pj-landing__compare {
    padding: 72px 0;
    background: #fff;
}

.cs-pj-landing__compare-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.cs-pj-landing__compare-col {
    padding: 32px 28px;
    border-radius: 24px;
}

.cs-pj-landing__compare-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    text-align: center;
}

.cs-pj-landing__compare-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
}

.cs-pj-landing__compare-icon--bad { background: #fef2f2; color: #ef4444; }
.cs-pj-landing__compare-icon--good { background: #eff6ff; color: #0368ff; }

.cs-pj-landing__compare-col h4 {
    margin: 0 !important;
    font-size: 0.875rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.cs-pj-landing__compare-col ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cs-pj-landing__compare-col li {
    font-size: 0.9375rem;
    line-height: 1.5;
    padding-left: 24px;
    position: relative;
}

.cs-pj-landing__compare-col--bad {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.cs-pj-landing__compare-col--bad h4 { color: #dc2626 !important; }
.cs-pj-landing__compare-col--bad li { color: #7f1d1d !important; }
.cs-pj-landing__compare-col--bad li::before {
    content: "✕";
    position: absolute;
    left: 0;
    color: #ef4444;
    font-weight: 800;
}

.cs-pj-landing__compare-col--good {
    background: linear-gradient(145deg, #eff6ff, #f0fdfa);
    border: 1px solid #bfdbfe;
    box-shadow: 0 12px 40px rgba(3, 104, 255, 0.08);
}

.cs-pj-landing__compare-col--good h4 { color: #0368ff !important; }
.cs-pj-landing__compare-col--good li { color: #1e3a5f !important; }
.cs-pj-landing__compare-col--good li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #009e8a;
    font-weight: 800;
}

/* ── Steps ── */
.cs-pj-landing__steps {
    padding: 72px 0;
    background: linear-gradient(135deg, #0368ff 0%, #009e8a 100%);
}

.cs-pj-landing__steps .cs-pj-landing__inner {
    max-width: 1100px;
}

.cs-pj-landing__steps .cs-pj-landing__label { color: rgba(255, 255, 255, 0.85); }

.cs-pj-landing ol.cs-pj-landing__steps-list {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 20px;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    align-items: stretch;
}

.cs-pj-landing li.cs-pj-landing__step-card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 14px;
    padding: 28px 24px 32px !important;
    border-radius: 20px;
    background: #fff !important;
    border: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    min-height: 100%;
    width: 100%;
    float: none !important;
}

.cs-pj-landing li.cs-pj-landing__step-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
}

.cs-pj-landing__step-num {
    position: absolute;
    top: 18px;
    right: 20px;
    display: block !important;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(3, 104, 255, 0.12) !important;
    -webkit-text-fill-color: rgba(3, 104, 255, 0.12) !important;
    letter-spacing: -0.04em;
    pointer-events: none;
}

.cs-pj-landing__step-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #eff6ff, #f0fdfa) !important;
    color: #0368ff;
    flex-shrink: 0;
}

.cs-pj-landing__step-body {
    width: 100%;
    padding-right: 36px;
}

.cs-pj-landing__step-body strong {
    display: block !important;
    font-size: 1.0625rem;
    font-weight: 800 !important;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    margin-bottom: 6px;
}

.cs-pj-landing__step-body p {
    font-size: 0.875rem !important;
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    margin: 0 !important;
    line-height: 1.55 !important;
}

/* ── CTA pós-passos ── */
.cs-pj-landing__steps-cta {
    padding: 0 0 72px;
    background: linear-gradient(135deg, #0368ff 0%, #009e8a 100%);
}

.cs-pj-landing__steps-cta-box {
    max-width: 560px;
    margin: 0 auto;
    padding: 36px 28px;
    border-radius: 24px;
    background: #fff;
    text-align: center;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.cs-pj-landing__steps-cta-title {
    margin: 0 0 10px;
    font-size: clamp(1.25rem, 4vw, 1.5rem);
    font-weight: 800;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.cs-pj-landing__steps-cta-text {
    margin: 0 0 24px;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
}

.cs-pj-landing__steps-cta .cs-pj-landing__cta {
    max-width: 360px;
    margin: 0 auto;
}

/* ── FAQ ── */
.cs-pj-landing__faq {
    padding: 72px 0;
    background: #f8fafc;
}

.cs-pj-landing__faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
}

.cs-pj-landing__faq-intro > p {
    font-size: 1rem !important;
    color: #64748b !important;
    margin: 0 0 28px !important;
    line-height: 1.65 !important;
}

.cs-pj-landing__faq-help {
    display: flex !important;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.cs-pj-landing__faq-help-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eff6ff;
    color: #0368ff;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.cs-pj-landing__faq-help strong {
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.cs-pj-landing__faq-help p {
    font-size: 0.8125rem !important;
    color: #64748b !important;
    margin: 0 0 10px !important;
}

.cs-pj-landing__faq-help-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0368ff !important;
    text-decoration: none;
}

.cs-pj-landing__faq-list {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 8px 24px;
}

.cs-pj-landing__faq-item {
    border-bottom: 1px solid #f1f5f9;
    padding: 18px 0;
}

.cs-pj-landing__faq-item:last-child { border-bottom: none; }

.cs-pj-landing__faq-item summary {
    cursor: pointer;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    list-style: none;
    padding-right: 40px;
    position: relative;
    display: flex !important;
    align-items: center;
    min-height: 44px;
}

.cs-pj-landing__faq-item summary::-webkit-details-marker { display: none; }

.cs-pj-landing__faq-item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #eff6ff;
    color: #0368ff;
    font-weight: 800;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-pj-landing__faq-item[open] summary::after {
    content: "−";
    background: #0368ff;
    color: #fff;
}

.cs-pj-landing__faq-item p {
    margin: 10px 0 0 !important;
    font-size: 0.875rem !important;
    line-height: 1.6 !important;
    color: #64748b !important;
}

/* ── Layout página ── */
.cs-pro__main--landing {
    padding: 0 0 100px !important;
    max-width: none !important;
}

@media (max-width: 639px) {
    .cs-pro__main--landing {
        padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
    }
}

.cs-pro__wrap--partner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 24px 0;
}

/* ── Tablet+ ── */
@media (min-width: 768px) {
    .cs-pj-landing__inner { padding-left: 40px; padding-right: 40px; }

    .cs-pj-landing__hero-grid {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 48px;
    }

    .cs-pj-landing__hero-copy { text-align: left; }
    .cs-pj-landing__lead { margin-left: 0 !important; }

    .cs-pj-landing__products-row {
        overflow: visible;
        margin: 0;
        padding: 0;
        justify-content: center;
        transform: none !important;
    }

    .cs-pj-landing__products-viewport {
        overflow: visible;
    }

    .cs-pj-landing__product-card {
        flex: 1 1 0;
        min-width: 0;
    }

    .cs-pj-landing__product-plus {
        display: flex !important;
    }

    .cs-pj-landing__lead-grid {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 40px;
        align-items: center;
        padding: 48px 44px;
    }

    .cs-pj-landing__lead-stats {
        grid-template-columns: 1fr;
    }

    .cs-pj-landing__solution-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .cs-pj-landing__impact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .cs-pj-landing__compare-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .cs-pj-landing ol.cs-pj-landing__steps-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .cs-pj-landing__faq-grid {
        grid-template-columns: 1fr 1.1fr;
        gap: 64px;
    }
}

@media (min-width: 1024px) {
    .cs-pj-landing__hero { padding: 88px 0 96px; }
    .cs-pj-landing__products,
    .cs-pj-landing__lead-block,
    .cs-pj-landing__solution,
    .cs-pj-landing__impact,
    .cs-pj-landing__compare,
    .cs-pj-landing__steps,
    .cs-pj-landing__steps-cta,
    .cs-pj-landing__faq { padding-top: 88px; padding-bottom: 88px; }

    .cs-pj-landing__steps-cta {
        padding-top: 0;
    }

    .cs-pj-landing__impact-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .cs-pj-landing__lead-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .cs-pj-landing__lead-stats li {
        flex-direction: column;
        text-align: center;
        padding: 16px 12px;
        gap: 10px;
    }

    .cs-pj-landing__lead-stats li > span:last-child {
        font-size: 0.8125rem;
        line-height: 1.35;
    }
}

/* ── Mobile ── */
@media (max-width: 767px) {
    .cs-pj-landing__inner { padding-left: 16px; padding-right: 16px; }

    .cs-pj-landing__hero { padding: 40px 0 48px; }
    .cs-pj-landing__hero-grid { gap: 32px; }

    .cs-pj-landing__title { font-size: clamp(1.625rem, 7vw, 2rem) !important; }
    .cs-pj-landing__lead { font-size: 0.9375rem !important; margin-bottom: 24px !important; }

    .cs-pj-landing__cta { width: 100%; min-height: 52px; }

    .cs-pj-landing__hero-chip--1 { left: 0; top: 4%; }
    .cs-pj-landing__hero-chip--2 { right: -2%; }
    .cs-pj-landing__hero-chip--3 { left: 0; bottom: 2%; }

    .cs-pj-landing__hero-chip {
        padding: 8px 12px;
        font-size: 0.75rem;
    }

    .cs-pj-landing__products,
    .cs-pj-landing__lead-block,
    .cs-pj-landing__solution,
    .cs-pj-landing__impact,
    .cs-pj-landing__compare,
    .cs-pj-landing__steps,
    .cs-pj-landing__steps-cta,
    .cs-pj-landing__faq { padding-top: 48px; padding-bottom: 48px; }

    .cs-pj-landing__steps-cta {
        padding-top: 0;
        padding-bottom: 48px;
    }

    .cs-pj-landing__steps-cta-box {
        padding: 28px 20px;
    }

    .cs-pj-landing__section-head { margin-bottom: 32px; }

    .cs-pj-landing__products-nav {
        display: flex;
    }

    .cs-pj-landing__product-plus {
        display: none !important;
    }

    .cs-pj-landing__product-card:hover {
        transform: none;
    }

    .cs-pj-landing__lead-grid {
        padding: 24px 20px;
        gap: 24px;
    }

    .cs-pj-landing__form-grid {
        grid-template-columns: 1fr;
    }

    .cs-pj-landing__form-wrap {
        padding: 22px 18px !important;
        scroll-margin-top: 88px;
    }

    .cs-pj-landing__calc {
        flex-direction: column;
    }

    .cs-pj-landing__calc-box { width: 100%; flex: none; }
    .cs-pj-landing__calc-arrow { transform: rotate(90deg); }

    .cs-pj-landing__impact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .cs-pj-landing__impact-card { padding: 20px 18px 24px; }

    .cs-pj-landing__compare-col { padding: 24px 20px; }
    .cs-pj-landing ol.cs-pj-landing__steps-list { gap: 16px; }
    .cs-pj-landing li.cs-pj-landing__step-card { padding: 24px 20px 28px !important; }
    .cs-pj-landing__faq-list { padding: 4px 16px; }
}

@media (max-width: 380px) {
    .cs-pj-landing__hero-chip { font-size: 0.6875rem; padding: 6px 10px; }
    .cs-pj-landing__chip-icon { width: 28px; height: 28px; }
}

/* Isolamento dentro de .cs-pro (home-white / site.css) */
.cs-pro .cs-pj-landing {
    float: none !important;
    clear: both !important;
    width: 100%;
    max-width: none;
}

.cs-pro .cs-pj-landing section {
    float: none !important;
    clear: both !important;
    width: 100%;
    display: block !important;
}
