
: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;
}


@media (max-width: 640px) {
    .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%;
        }
}


