
:root {
    --footer-height: 70px;
    --header-height: 32px;
    --pulse-bg-start: #e7e1d5;
    --pulse-bg-end: #3d2f00;
    --insight-text: #3d2f00;
    --footer-bg: #CCCCCC;
    --main-header-bar: #3d2f00;
    --title-color: #e7e1d5;
    --theme-color: #66520f;
}


/* ===============================
           BASE — herda visual do Home
           =============================== */

.pulse-hero {
    padding: 80px 8vw 60px;
    background: linear-gradient( 160deg, var(--pulse-bg-start), var(--pulse-bg-end) );
}

    .pulse-hero .container {
        max-width: 1100px;
        margin: 0 auto;
    }

.pulse-eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--title-color);
    margin-bottom: 18px;
}

.pulse-hero h1 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--title-color);
    margin-bottom: 20px;
}

.pulse-lead {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #f1f1f1;
    max-width: 680px;
    margin-bottom: 18px;
}

.pulse-hero-subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #e5e5e5;
    max-width: 640px;
    margin-bottom: 32px;
}

.pulse-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* ===============================
           BOTÕES — padrão Home
           =============================== */

.pulse-btn-primary {
    padding: 12px 22px;
    background-color: var(--theme-color);
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .pulse-btn-primary:hover {
        transform: translateY(-1px);
        box-shadow: 0 12px 26px rgba(0,0,0,0.2);
    }

.pulse-btn-secondary {
    padding: 12px 22px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.55);
}

/* ===============================
           VALUE SECTION
           =============================== */

.pulse-value {
    padding: 80px 8vw;
    background-color: #ffffff;
}

.pulse-value-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.pulse-value h2 {
    font-size: 1.9rem;
    margin-bottom: 14px;
    color: var(--insight-text);
}

.pulse-value p {
    color: #555;
    line-height: 1.6;
    max-width: 640px;
    margin-bottom: 40px;
}

.pulse-value-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 26px;
}

.pulse-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 26px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .pulse-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    }

    .pulse-card h3 {
        margin-bottom: 12px;
        color: #1f2933;
        letter-spacing: 0.02em;
    }

    .pulse-card p {
        font-size: 0.95rem;
        line-height: 1.5;
        color: #4b5563;
    }

    /* placeholders visuais para imagens nos cards */
    .pulse-card img {
        width: 100%;
        height: 160px;
        background: #f3f4f6;
        border-radius: 10px;
        margin: 14px 0;
    }

/* ===============================
           FLOW
           =============================== */

.pulse-flow {
    padding: 70px 8vw;
    background-color: #f9fafb;
    padding-bottom: 90px;
}

.pulse-flow-inner {
    max-width: 900px;
    margin: 0 auto;
}

.pulse-flow-inner.premium {
    max-width: 100%;
}

.pulse-flow h2 {
    font-size: 1.8rem;
    margin-bottom: 14px;
    color: var(--insight-text);
}

.pulse-flow p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 640px;
}

/* ===============================
           CTA FINAL
           =============================== */

.pulse-cta {
    padding: 70px 8vw;
    background: linear-gradient( 160deg, var(--pulse-bg-start), var(--pulse-bg-end) );
    text-align: center;
}

    .pulse-cta h2 {
        font-size: 2rem;
        margin-bottom: 14px;
        color: var(--title-color);
    }

    .pulse-cta p {
        color: #e5e5e5;
        max-width: 640px;
        margin: 0 auto 32px;
        line-height: 1.6;
    }

/* ===============================
           FLOW — steps com figuras
           =============================== */

.pulse-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

    .pulse-steps.premium {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }

    .pulse-steps > div {
        display: flex;
        flex-direction: column;
    }

    .pulse-steps div {
        padding-left: 14px;
        border-left: 3px solid #e5e7eb;
        gap: 10px;
    }

    .pulse-steps strong {
        display: block;
        margin-bottom: 6px;
        color: #1f2933;
    }

    .pulse-steps span {
        font-size: 0.95rem;
        color: #555;
    }

    /* figuras individuais */
    .pulse-steps img {
        width: 100%;
        height: 160px;
        background: #f3f4f6;
        border-radius: 10px;
        margin-top: 8px;
    }

/* carrossel simples (estático por enquanto) */
.carrossel-imagens {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
}

    .carrossel-imagens::-webkit-scrollbar {
        height: 6px;
    }

    .carrossel-imagens::-webkit-scrollbar-thumb {
        background: #d1d5db;
        border-radius: 6px;
    }

/* ===============================
    FIGURAS — telas mobile (FLOW)
    =============================== */

.pulse-figures {
    min-width: 160px;
    height: 280px;
    background: #f3f4f6;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}

    .pulse-figures a {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .pulse-figures img {
        width: 92%;
        height: 92%;
        object-fit: contain;
        display: block;
    }


/* ajuste visual do step */
.pulse-steps strong {
    margin-bottom: 2px;
}

.pulse-steps span {
    margin-bottom: 4px;
}

/* ===============================
           Micro-legendas das figuras
           =============================== */

.pulse-figure-caption {
    font-size: 0.75rem;
    color: #9ca3af; /* cinza claro, não corporativo */
    margin-top: 6px;
    line-height: 1.4;
    max-width: 90%;
}

/* alinhamento fino quando usado após carrossel */
.carrossel-imagens + .pulse-figure-caption {
    margin-top: 8px;
}

.pulse-hero-note {
    font-size: 0.8rem;
    margin-bottom: 20px;
}

.pulse-hero-preview img {
    max-height: 75vh;
    opacity: 0.92;
    filter: saturate(0.9);
    width: auto;
    max-width: 100%;
}

.pulse-hero-inner {
    display: flex;
    align-items: center;
    gap: 60px;
}

.step-header {
    min-height: 100px;
}

/* ===============================
    CTA — retorno ao início
=============================== */

.pulse-cta-home {
    margin-top: 28px;
}

    .pulse-cta-home a {
        font-size: 0.8rem;
        color: rgba(255, 255, 255, 0.65);
        text-decoration: none;
        letter-spacing: 0.04em;
        transition: color 0.2s ease;
    }

        .pulse-cta-home a:hover {
            color: #ffffff;
        }

/* ===============================
   COMPARATIVO — Premium
   =============================== */

.pulse-comparison {
    padding: 70px 8vw;
    background: #ffffff;
}

    .pulse-comparison h2 {
        text-align: center;
        margin-bottom: 32px;
        color: var(--insight-text);
    }

.pulse-comparison-table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    .pulse-comparison-table th,
    .pulse-comparison-table td {
        padding: 14px 16px;
        border-bottom: 1px solid #e5e7eb;
        text-align: center;
    }

        .pulse-comparison-table th:first-child,
        .pulse-comparison-table td:first-child {
            text-align: left;
            color: #1f2933;
        }

    .pulse-comparison-table thead th {
        font-weight: 600;
        color: var(--insight-text);
    }

.pulse-cta-note {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.03em;
}

.pulse-cta-actions {
    margin-bottom: 18px;
}

.pulse-cta-separator {
    margin: 0 10px;
    color: #9ca3af; /* cinza neutro, não dominante */
    font-weight: 400;
    user-select: none;
}

.pulse-rules {
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.pulse-rules-inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 64px 20px;
}

.pulse-rules h2 {
    text-align: center;
    margin-bottom: 32px;
}

.pulse-rules-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .pulse-rules-list li {
        margin-bottom: 18px;
        color: #374151;
        line-height: 1.6;
    }

    .pulse-rules-list strong {
        color: #111827;
    }

/* === CHECKOUT PAGE === */
.pulse-checkout {
    background: #f8fafc; /* quebra o branco absoluto */
}

.pulse-checkout-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 64px 20px 80px;
    text-align: center;
}

.pulse-checkout-subtitle {
    margin-top: 10px;
    margin-bottom: 40px;
    color: #6b7280;
}

.pulse-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin: 0 auto 56px;
}

.pulse-plan {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 36px 28px 40px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px; 
}

    .pulse-plan h2 {
        margin: 0;
    }

.pulse-price {
    font-size: 38px;
    margin: 8px 0 0;
}

.pulse-price-note {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 16px;
}

.pulse-plan .pulse-btn-primary {
    margin-top: 12px;
    width: 100%;
    max-width: 220px;
}

.pulse-plan-highlight {
    border-color: var(--pulse-green);
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    position: relative;
}

.pulse-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(120, 200, 160, 0.15);
    color: var(--pulse-green);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 999px;
}

.pulse-checkout-rules {
    text-align: left;
    max-width: 720px;
    margin: 0 auto 32px;
}

    .pulse-checkout-rules ul {
        list-style: none;
        padding: 0;
    }

    .pulse-checkout-rules li {
        margin-bottom: 14px;
        line-height: 1.6;
    }

.pulse-checkout-note {
    margin-top: 24px;
    color: #6b7280;
    font-size: 14px;
}

.pulse-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
}

.pulse-modal-box {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    max-width: 420px;
    width: 100%;
    text-align: center;
}

    .pulse-modal-box h3 {
        margin-bottom: 8px;
    }

    .pulse-modal-box p {
        color: #6b7280;
        margin-bottom: 24px;
    }

.pulse-modal-close {
    color: #111111;
}

.pulse-modal-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .pulse-modal-form input {
        padding: 12px;
        border-radius: 8px;
        border: 1px solid #e5e7eb;
    }

/* ===== Checkout Result Base ===== */

.pulse-checkout-result {
    max-width: 520px;
    margin: 80px auto;
    padding: 48px 40px;
    background: #ffffff;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

    .pulse-checkout-result h1 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 16px;
        color: #1f2937;
    }

    .pulse-checkout-result p {
        font-size: 16px;
        line-height: 1.6;
        color: #4b5563;
        margin-bottom: 24px;
    }

    /* ===== Estados ===== */

    .pulse-checkout-result.success {
        border-top: 6px solid #22c55e;
    }

    .pulse-checkout-result.pending {
        border-top: 6px solid #f59e0b;
    }

    .pulse-checkout-result.failure {
        border-top: 6px solid #ef4444;
    }

    /* ===== Botões ===== */

    .pulse-checkout-result .pulse-btn-primary,
    .pulse-checkout-result .pulse-btn-secondary {
        display: inline-block;
        margin-top: 12px;
    }

/* ===== Responsivo ===== */

@media (max-width: 640px) {
    .pulse-checkout-result {
        margin: 40px 16px;
        padding: 32px 24px;
    }

        .pulse-checkout-result h1 {
            font-size: 24px;
        }

    .pulse-cta-separator {
        margin: 0 6px;
        opacity: 0.6;
    }

    .pulse-hero-inner {
        flex-direction: column;
        gap: 32px;
    }

    .pulse-hero-preview {
        width: 100%;
        justify-content: center;
    }

        .pulse-hero-preview img {
            max-height: 60vh;
            max-width: 90%;
        }
}


