/* ============================================================
   MODAL FALAR COM ESPECIALISTA — cv2-modal
   ============================================================ */
 
.cv2-modal-bg {
    display: none;
    position: fixed; 
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    z-index: 9000;
}

.cv2-modal-bg.active { display: block; }

.cv2-modal {
    display: none;
    position: fixed;
    top: calc(50% + 70px);
    left: 50%;
    transform: translate(-50%, -48%) scale(0.81);
    width: min(92vw, 1000px);
    max-height: 90vh;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.25);
    z-index: 9001;
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transform-origin: center center;
}

.cv2-modal.active {
    display: flex;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
}

.cv2-modal__inner {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    width: 100%;
}

/* ---- Coluna esquerda ---- */
.cv2-modal__left {
    background: #1e3a8a;
    border-radius: 20px 0 0 20px;
    padding: 48px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.cv2-modal__left::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}

.cv2-modal__badge {
    display: inline-block;
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    border: 1px solid rgba(245, 158, 11, 0.3);
    margin-bottom: 24px;
    width: fit-content;
    position: relative;
    z-index: 1;
}

.cv2-modal__title {
    font-size: 32px;
    font-weight: 800;
    color: #f1f5f9;
    line-height: 1.15;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 1;
}

.cv2-modal__title span {
    color: #f59e0b;
}

.cv2-modal__sub {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.65;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.cv2-modal__benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.cv2-modal__benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #cbd5e1;
    line-height: 1.4;
}

.cv2-modal__benefits li svg {
    color: #f59e0b;
    flex-shrink: 0;
}

/* ---- Coluna direita (form) ---- */
.cv2-modal__right {
    padding: 48px 40px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cv2-modal__form-wrap {
    flex: 1;
}

.cv2-modal__privacy {
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.5;
    margin-top: 16px;
}

.cv2-modal__privacy a {
    color: #1e3a8a;
    text-decoration: underline;
}

/* ---- Botão fechar ---- */
.cv2-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}

.cv2-modal__close:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    color: #0f172a;
    transform: rotate(90deg);
}

/* ---- Responsivo ---- */
@media (max-width: 720px) {
    .cv2-modal__inner {
        grid-template-columns: 1fr;
    }
    .cv2-modal__left {
        border-radius: 20px 20px 0 0;
        padding: 32px 24px;
    }
    .cv2-modal__title { font-size: 26px; }
    .cv2-modal__right { padding: 32px 24px 24px; }
}

/* ============================================================
   contratos-v2.css
   Arquivo único de estilos da página contratos-v2.php
   Gerado a partir de:
     - hero-blackempresas.css
     - funcionalidades-ia.css
     - hero-form.css
     - hubspot-form-custom.css
     - contact-form-section.css
   + estilos inline da página (keywords-banner, ias-destaque, etc.)
   ============================================================ */


/* ============================================================
   0. HERO V2 — primeira dobra contratos-v2
   ============================================================ */

.cv2-hero {
    background: #ffffff;
    padding: calc(130px + var(--promo-bar-h, 40px)) 0 72px;
    overflow: hidden;
}

.cv2-hero__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 56px;
    align-items: center;
}

/* Badge / eyebrow */
.cv2-hero__badge {
    display: inline-block;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid #bfdbfe;
    margin-bottom: 14px;
    text-transform: uppercase;
}

/* H1 */
.cv2-hero__h1 {
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.2;
    color: #1e293b;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.cv2-hero__h1--blue {
    color: #1e3a8a;
}

/* Subtítulo */
.cv2-hero__subtitle {
    font-size: 1rem;
    line-height: 1.7;
    color: #64748b;
    margin: 16px 0 28px;
    max-width: 520px;
}

/* Métricas hero */
.cv2-hero__metrics {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 10px 0 0;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 16px;
}

.cv2-hero__metric {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cv2-hero__metric-value {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1;
}

.cv2-hero__metric-label {
    font-size: 0.68rem;
    color: #64748b;
    line-height: 1.3;
}

.cv2-hero__metric-divider {
    width: 1px;
    height: 28px;
    background: #e2e8f0;
    margin: 0 16px;
    flex-shrink: 0;
}

/* CTAs */
.cv2-hero__ctas {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap !important;
    margin-bottom: 24px;
}

.cv2-hero__cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f59e0b;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
    white-space: nowrap;
    flex-shrink: 0;
}

.cv2-hero__cta-primary:hover {
    background: #d97706;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.45);
    color: #ffffff;
}

.cv2-hero__cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #1e3a8a;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 12px 26px;
    border-radius: 8px;
    border: 2px solid #1e3a8a;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.cv2-hero__cta-secondary:hover {
    background: #1e3a8a;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Hint de contexto abaixo dos CTAs */
.cv2-hero__cta-hint {
    font-size: 0.75rem;
    color: #64748b;
    margin: -8px 0 0;
    line-height: 1.5;
}

/* Anchor link */
.cv2-hero__anchor-link {
    display: inline-block;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cv2-hero__anchor-link:hover {
    color: #1e3a8a;
}

/* Card visual (coluna direita) */
.cv2-hero__visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cv2-hero__card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(15, 23, 42, 0.12), 0 1px 4px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
    padding: 20px 24px 24px;
    width: 100%;
    max-width: 460px;
}

.cv2-hero__card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.cv2-hero__card-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}

.cv2-hero__card-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.cv2-hero__card-col-title {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cv2-hero__card-item {
    background: #f8fafc;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 8px;
    border: 1px solid #f1f5f9;
}

.cv2-hero__card-proc {
    font-size: 10px;
    color: #94a3b8;
    margin-bottom: 3px;
    font-family: monospace;
}

.cv2-hero__card-desc {
    font-size: 12px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
    line-height: 1.3;
}

/* Tags de status */
.cv2-hero__tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 999px;
}

.cv2-hero__tag--green {
    background: #dcfce7;
    color: #16a34a;
}

.cv2-hero__tag--yellow {
    background: #fef9c3;
    color: #a16207;
}

.cv2-hero__tag--gray {
    background: #f1f5f9;
    color: #64748b;
}

/* Responsivo */
@media (max-width: 1024px) {
    .cv2-hero__inner { gap: 40px; }
}

@media (max-width: 768px) {
    .cv2-hero {
        padding: calc(100px + var(--promo-bar-h, 40px)) 0 60px;
    }
    .cv2-hero__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .cv2-hero__subtitle { max-width: 100%; }
    .cv2-hero__card { max-width: 100%; }
}

@media (max-width: 480px) {
    .cv2-hero__h1 { font-size: 32px; }
    .cv2-hero__ctas { flex-direction: column; align-items: flex-start; }
    .cv2-hero__cta-primary,
    .cv2-hero__cta-secondary { width: 100%; justify-content: center; }
    .cv2-hero__card-cols { grid-template-columns: 1fr; }
}


/* ============================================================
   0e. HERO TRUST (clientes) — padrão acordos v3
   ============================================================ */

.cv2-hero__trust {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 22px;
    border-top: 1px solid #e2e8f0;
}

.cv2-hero__trust-text {
    font-size: 0.76rem;
    color: #64748b;
    line-height: 1.4;
    margin: 0;
}

.cv2-hero__trust-avatars {
    display: flex;
    flex-shrink: 0;
}

.cv2-hero__trust-avatars span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eff6ff;
    border: 2px solid #bfdbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-left: -7px;
    color: #1e3a8a;
    font-weight: 700;
}

.cv2-hero__trust-avatars span:first-child { margin-left: 0; }


/* ============================================================
   0c. FUNCIONALIDADES IA V2 — BLOCOS ALTERNADOS
   ============================================================ */

.cv2-blocos {
    background: #f8fafc;
    padding: 88px 0 100px;
}

.cv2-blocos__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---- Header ---- */
.cv2-blocos__header {
    text-align: center;
    margin-bottom: 72px;
}

.cv2-blocos__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eff6ff;
    color: #1e3a8a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid #bfdbfe;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.cv2-blocos__badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1e3a8a;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.2);
    animation: cv2-badge-pulse 2s infinite;
    flex-shrink: 0;
}

.cv2-blocos__h2 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.cv2-blocos__h2-accent {
    color: #1e3a8a;
}

.cv2-blocos__sub {
    font-size: 16px;
    color: #64748b;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ---- Bloco individual ---- */
.cv2-bloco {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
    padding: 64px 0;
    border-bottom: 1px solid #f1f5f9;
}

.cv2-bloco:last-child {
    border-bottom: none;
}

/* normal: texto esquerda (1), imagem direita (2) */
.cv2-bloco--normal .cv2-bloco__text { order: 1; }
.cv2-bloco--normal .cv2-bloco__img  { order: 2; }

/* reverse: imagem esquerda (1), texto direita (2) */
.cv2-bloco--reverse .cv2-bloco__img  { order: 1; }
.cv2-bloco--reverse .cv2-bloco__text { order: 2; }

/* ---- Imagem ---- */
.cv2-bloco__img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(15,23,42,0.10);
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.cv2-bloco__img img {
    width: 100%;
    height: auto;
    display: block;
}

/* ---- Texto ---- */
.cv2-bloco__label {
    font-size: 11px;
    font-weight: 700;
    color: #f59e0b;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 10px;
}

.cv2-bloco__h3 {
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.cv2-bloco__desc {
    font-size: 15px;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 20px;
}

.cv2-bloco__list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cv2-bloco__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #334155;
    line-height: 1.5;
}

.cv2-bloco__list li svg {
    color: #1e3a8a;
    flex-shrink: 0;
}

.cv2-bloco__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f59e0b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(245,158,11,0.35);
}

.cv2-bloco__cta:hover {
    background: #d97706;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245,158,11,0.45);
    color: #ffffff;
}

/* ---- Responsivo ---- */
@media (max-width: 900px) {
    .cv2-blocos { padding: 60px 0 72px; }
    .cv2-bloco {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 48px 0;
    }
    .cv2-bloco__img,
    .cv2-bloco--reverse .cv2-bloco__img { order: -1; }
    .cv2-bloco__text,
    .cv2-bloco--reverse .cv2-bloco__text { order: 1; }
}

@media (max-width: 480px) {
    .cv2-bloco__cta { width: 100%; justify-content: center; }
}


/* ============================================================
   0b. HERO V2 — Demo preview (coluna direita)
   ============================================================ */

.cv2-demo {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(15, 23, 42, 0.13), 0 1px 4px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

/* Barra superior estilo browser */
.cv2-demo__header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.cv2-demo__header-dots {
    display: flex;
    gap: 5px;
    flex-shrink: 0;
}

.cv2-demo__header-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
}

.cv2-demo__header-dots span:nth-child(1) { background: #f87171; }
.cv2-demo__header-dots span:nth-child(2) { background: #fbbf24; }
.cv2-demo__header-dots span:nth-child(3) { background: #4ade80; }

.cv2-demo__header-title {
    flex: 1;
    display: flex;
    justify-content: center;
}

.cv2-demo__logo {
    height: 22px;
    width: auto;
    display: block;
}

/* Área clicável (preview + play) */
.cv2-demo__preview {
    display: block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

.cv2-demo__preview:hover .cv2-demo__play-btn {
    transform: scale(1.12);
    background: #f59e0b;
}

.cv2-demo__preview:hover .cv2-demo__screen {
    filter: brightness(0.55);
}

/* Tela simulada do sistema */
.cv2-demo__screen {
    background: linear-gradient(160deg, #0f172a 0%, #1e3a8a 100%);
    padding: 16px;
    transition: filter 0.3s ease;
}

.cv2-demo__screen-bar {
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
}

.cv2-demo__screen-tab {
    font-size: 11px;
    font-weight: 500;
    color: rgba(255,255,255,0.45);
    padding: 5px 10px;
    border-radius: 4px;
    cursor: default;
}

.cv2-demo__screen-tab--active {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
}

.cv2-demo__screen-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Cards de métricas */
.cv2-demo__screen-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.cv2-demo__screen-card {
    border-radius: 8px;
    padding: 10px;
}

.cv2-demo__screen-card--blue  { background: rgba(96, 165, 250, 0.15); border: 1px solid rgba(96,165,250,0.25); }
.cv2-demo__screen-card--green { background: rgba(74, 222, 128, 0.12); border: 1px solid rgba(74,222,128,0.2); }
.cv2-demo__screen-card--yellow{ background: rgba(251,191, 36, 0.12); border: 1px solid rgba(251,191,36,0.2); }

.cv2-demo__screen-label {
    font-size: 9px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cv2-demo__screen-number {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

/* Barras de progresso */
.cv2-demo__screen-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 4px;
}

.cv2-demo__screen-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cv2-demo__screen-list-item span {
    font-size: 10px;
    color: rgba(255,255,255,0.6);
    white-space: nowrap;
    flex-shrink: 0;
}

.cv2-demo__screen-list-bar {
    height: 6px;
    border-radius: 999px;
    background: rgba(96, 165, 250, 0.5);
    flex: 1;
    position: relative;
    overflow: hidden;
}

.cv2-demo__screen-list-bar::after {
    content: '';
    position: absolute;
    top: 0; left: 0; height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #60a5fa, #3b82f6);
}

.cv2-demo__screen-list-bar--80::after { width: 80%; }
.cv2-demo__screen-list-bar--60::after { width: 60%; }
.cv2-demo__screen-list-bar--90::after { width: 90%; background: linear-gradient(90deg, #4ade80, #22c55e); }

/* Overlay play */
.cv2-demo__play {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    pointer-events: none;
}

.cv2-demo__play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1e3a8a;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 8px rgba(30,58,138,0.25), 0 4px 20px rgba(0,0,0,0.4);
    transition: transform 0.25s ease, background 0.25s ease;
}

.cv2-demo__play-label {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    letter-spacing: 0.02em;
}

/* Rodapé com selos */
.cv2-demo__footer {
    padding: 14px 18px 16px;
    border-top: 1px solid #f1f5f9;
    background: #fafbfc;
}

.cv2-demo__footer-title {
    font-size: 12px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cv2-demo__badges-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 16px;
}

.cv2-demo__badge-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cv2-demo__badge-item span {
    font-size: 11px;
    color: #475569;
    font-weight: 500;
    line-height: 1.3;
}

/* Responsivo */
@media (max-width: 768px) {
    .cv2-demo__screen-number { font-size: 16px; }
    .cv2-demo__play-btn { width: 52px; height: 52px; }
    .cv2-demo__play-label { font-size: 12px; }
}


/* ============================================================
   0d. HERO V2 — Showcase (coluna direita produto)
   ============================================================ */

.cv2-showcase {
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 48px rgba(15, 23, 42, 0.13), 0 2px 8px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

/* Header */
.cv2-showcase__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
}

.cv2-showcase__logo {
    height: 24px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.cv2-showcase__tag {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 4px 10px;
    border-radius: 999px;
    letter-spacing: 0.03em;
}

/* Métricas */
.cv2-showcase__metrics {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    gap: 0;
}

.cv2-showcase__metric {
    flex: 1;
    text-align: center;
    padding: 0 8px;
}

.cv2-showcase__metric-value {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #1e3a8a;
    line-height: 1;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

.cv2-showcase__metric-label {
    display: block;
    font-size: 11px;
    color: #64748b;
    line-height: 1.3;
    font-weight: 500;
}

.cv2-showcase__metric-divider {
    width: 1px;
    height: 36px;
    background: #e2e8f0;
    flex-shrink: 0;
}

/* Jornada */
.cv2-showcase__journey {
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
}

.cv2-showcase__steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.cv2-showcase__step {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 12px;
}

.cv2-showcase__step-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cv2-showcase__step-icon--blue   { background: #1e3a8a; }
.cv2-showcase__step-icon--purple { background: #7c3aed; }
.cv2-showcase__step-icon--orange { background: #f59e0b; }
.cv2-showcase__step-icon--green  { background: #16a34a; }

.cv2-showcase__step-name {
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.cv2-showcase__step-arrow {
    display: none;
}

/* Chips IA */
.cv2-showcase__ia {
    padding: 14px 20px 16px;
    border-bottom: 1px solid #f1f5f9;
}

.cv2-showcase__ia-header {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #334155;
}

.cv2-showcase__ia-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.2);
    animation: cv2-pulse 2s infinite;
    flex-shrink: 0;
}

@keyframes cv2-pulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.2); }
    50%       { box-shadow: 0 0 0 6px rgba(124, 58, 237, 0.08); }
}

.cv2-showcase__ia-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.cv2-showcase__ia-chip {
    font-size: 11px;
    font-weight: 600;
    color: #7c3aed;
    background: #f5f3ff;
    border: 1px solid #ddd6fe;
    padding: 4px 10px;
    border-radius: 999px;
}

/* CTA interno */
.cv2-showcase__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    text-decoration: none;
    transition: filter 0.2s ease;
}

.cv2-showcase__cta:hover {
    filter: brightness(1.1);
}

.cv2-showcase__cta span {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.cv2-showcase__cta svg {
    color: rgba(255,255,255,0.8);
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.cv2-showcase__cta:hover svg {
    transform: translateX(4px);
}

/* Responsivo */
@media (max-width: 768px) {
    .cv2-showcase__metric-value { font-size: 20px; }
    .cv2-showcase__metric-label { font-size: 10px; }
}


/* ============================================================
   1. HERO BLACK EMPRESAS
   ============================================================ */

/* Hero Black Friday - Empresas */
.hero-black-empresas {
    width: 100%;
    background: linear-gradient(90deg, #000000 0%, #0a0a2e 50%, #1a1a4d 100%);
    padding: 130px 0 60px 0;
    overflow: hidden;
    position: relative;
}

.hero-black-empresas::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.1) 75%,
        transparent 100%
    );
    animation: shine 2s ease-in-out 0.5s;
    pointer-events: none;
    z-index: 1;
}

@keyframes shine {
    0% { left: -100%; }
    100% { left: 100%; }
}

.hero-black-empresas .container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.hero-black-empresas .coluna-esquerda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.hero-black-empresas .coluna-esquerda img {
    max-width: 80%;
    height: auto;
    display: block;
}

.hero-black-empresas .cta-black-friday {
    display: inline-block;
    padding: 16px 40px;
    background: #d4af37;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.hero-black-empresas .cta-black-friday:hover {
    background: #c9a532;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.hero-black-empresas .coluna-direita {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-black-empresas .coluna-direita img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .hero-black-empresas .container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
    .hero-black-empresas {
        padding: 100px 0 50px 0;
    }
    .hero-black-empresas .coluna-esquerda img,
    .hero-black-empresas .coluna-direita img {
        max-width: 70%;
    }
}

@media (max-width: 480px) {
    .hero-black-empresas {
        padding: 100px 0 40px 0;
    }
    .hero-black-empresas .container {
        gap: 15px;
    }
    .hero-black-empresas .coluna-esquerda img,
    .hero-black-empresas .coluna-direita img {
        max-width: 70%;
    }
}


/* ============================================================
   2. FUNCIONALIDADES IA
   ============================================================ */

.funcionalidades-ia-section {
    background: linear-gradient(135deg, #dbeafe 0%, #e0f2fe 100%);
    width: 100%;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.funcionalidades-ia-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(147, 197, 253, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(186, 230, 253, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.funcionalidades-ia-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.funcionalidades-ia-header {
    text-align: center;
    margin-bottom: 50px;
}

.funcionalidades-ia-header h2 {
    color: #292D38;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 48px;
    text-wrap: balance;
}

.funcionalidades-ia-header p {
    color: #475569;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.funcionalidades-ia-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 40px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.funcionalidades-ia-tab {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    flex: 0 1 auto;
}

.funcionalidades-ia-tab:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #475569;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.funcionalidades-ia-tab.active {
    background: #1e3a8a;
    color: #ffffff;
    border-color: #1e3a8a;
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.25);
    font-weight: 600;
}

.funcionalidades-ia-panels {
    position: relative;
    min-height: 500px;
}

.funcionalidades-ia-hint {
    position: absolute;
    top: -35px;
    right: 0;
    color: #64748b;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    z-index: 1;
}

.funcionalidades-ia-panel {
    display: none;
    animation: fadeIn 0.5s ease;
}

.funcionalidades-ia-panel.active {
    display: block;
}

.funcionalidades-ia-panel-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.funcionalidades-ia-panel-inner {
    display: flex;
    align-items: center;
    gap: 40px;
}

.funcionalidades-ia-image {
    flex: 1;
    max-width: 600px;
}

.funcionalidades-ia-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.funcionalidades-ia-image img:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.funcionalidades-ia-text {
    flex: 1;
}

.funcionalidades-ia-text h3 {
    color: #1e3a8a;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.funcionalidades-ia-text p {
    color: #374151;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.funcionalidades-ia-text ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.funcionalidades-ia-text ul li {
    color: #374151;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
}

.funcionalidades-ia-text ul li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #1e3a8a;
    font-weight: 700;
    font-size: 18px;
}

.funcionalidades-ia-cta {
    display: inline-block;
    background: #f59e0b;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    margin-top: 20px;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.funcionalidades-ia-cta:hover {
    background: #d97706;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.4);
    color: #ffffff;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Modal de Galeria */
.ia-gallery-modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(15, 23, 42, 0.92);
    backdrop-filter: blur(8px);
    z-index: 10000;
    animation: fadeIn 0.3s ease;
}

.ia-gallery-modal.active { display: flex; }

.ia-gallery-container {
    display: flex;
    width: 100%; height: 100%;
    position: relative;
}

.ia-gallery-sidebar {
    width: 240px;
    background: rgba(248, 250, 252, 0.98);
    padding: 15px;
    overflow-y: auto;
    border-right: 1px solid rgba(226, 232, 240, 0.5);
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
}

.ia-gallery-sidebar h3 {
    color: #1e293b;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
    flex-shrink: 0;
}

.ia-gallery-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    overflow-y: auto;
}

.ia-gallery-thumb {
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 8px;
    flex-shrink: 0;
}

.ia-gallery-thumb:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.ia-gallery-thumb.active {
    border-color: #1e3a8a;
    background: #eff6ff;
    box-shadow: 0 2px 8px rgba(30, 58, 138, 0.15);
}

.ia-gallery-thumb img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

.ia-gallery-thumb-title {
    color: #64748b;
    font-size: 11px;
    font-weight: 500;
    margin-top: 6px;
    line-height: 1.3;
}

.ia-gallery-thumb.active .ia-gallery-thumb-title {
    color: #1e3a8a;
    font-weight: 600;
}

.ia-gallery-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
}

.ia-gallery-image-container {
    max-width: 1200px;
    max-height: 90vh;
    position: relative;
}

.ia-gallery-image-container img {
    max-width: 100%;
    max-height: 90vh;
    width: auto; height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.ia-gallery-title {
    position: absolute;
    bottom: -50px;
    left: 0; right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.ia-gallery-cta {
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: #f59e0b;
    color: #ffffff;
    padding: 16px 36px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.4);
    white-space: nowrap;
    border: none;
}

.ia-gallery-cta:hover {
    background: #d97706;
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 6px 25px rgba(245, 158, 11, 0.5);
    color: #ffffff;
}

.ia-gallery-close {
    position: absolute;
    top: 20px; right: 20px;
    width: 50px; height: 50px;
    background: rgba(248, 250, 252, 0.95);
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    color: #475569;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    z-index: 10;
}

.ia-gallery-close:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    color: #1e293b;
    transform: rotate(90deg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ia-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px; height: 50px;
    background: rgba(248, 250, 252, 0.95);
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    color: #475569;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.ia-gallery-nav:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    color: #1e293b;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ia-gallery-nav.prev { left: 20px; }
.ia-gallery-nav.next { right: 20px; }

@media (max-width: 1200px) {
    .funcionalidades-ia-tabs { max-width: 100%; padding: 15px; }
    .funcionalidades-ia-tab { font-size: 12px; padding: 9px 14px; }
}

@media (max-width: 968px) {
    .funcionalidades-ia-section { padding: 40px 0; }
    .funcionalidades-ia-header h2 { font-size: 32px; }
    .funcionalidades-ia-header p { font-size: 16px; }
    .funcionalidades-ia-tabs { gap: 6px; padding: 12px; }
    .funcionalidades-ia-tab { padding: 8px 12px; font-size: 11px; }
    .funcionalidades-ia-panel-inner { flex-direction: column; gap: 30px; }
    .funcionalidades-ia-panel-content { padding: 30px 20px; }
    .funcionalidades-ia-text h3 { font-size: 26px; }
    .funcionalidades-ia-text p,
    .funcionalidades-ia-text ul li { font-size: 15px; }
    .ia-gallery-sidebar { width: 200px; padding: 15px; }
    .ia-gallery-sidebar h3 { font-size: 16px; }
    .ia-gallery-thumb-title { font-size: 12px; }
    .ia-gallery-main { padding: 20px; }
    .ia-gallery-title { font-size: 16px; bottom: -40px; }
    .ia-gallery-cta { font-size: 14px; padding: 14px 28px; bottom: -100px; }
}

@media (max-width: 640px) {
    .funcionalidades-ia-header h2 { font-size: 28px; }
    .funcionalidades-ia-tab { flex: 1 1 calc(50% - 6px); font-size: 11px; padding: 8px 10px; }
    .funcionalidades-ia-text h3 { font-size: 22px; }
    .funcionalidades-ia-panels { min-height: 400px; }
    .funcionalidades-ia-hint { position: static; text-align: center; margin-bottom: 15px; font-size: 12px; }
    .ia-gallery-container { flex-direction: column; }
    .ia-gallery-sidebar { width: 100%; max-height: 150px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 15px; }
    .ia-gallery-thumbnails { flex-direction: row; overflow-x: auto; gap: 10px; }
    .ia-gallery-thumb { min-width: 120px; padding: 8px; }
    .ia-gallery-thumb-title { font-size: 11px; }
    .ia-gallery-main { padding: 15px; }
    .ia-gallery-nav { width: 40px; height: 40px; font-size: 20px; }
    .ia-gallery-close { width: 40px; height: 40px; font-size: 24px; top: 10px; right: 10px; }
    .ia-gallery-title { font-size: 14px; position: static; margin-top: 15px; }
    .ia-gallery-cta { position: static; transform: none; margin-top: 15px; font-size: 13px; padding: 12px 20px; display: inline-block; }
}


/* ============================================================
   3. HERO FORM
   ============================================================ */

html { scroll-behavior: smooth; }

.mdpacordos p { margin: 0; padding: 15px 0; }
.mdpacordos a {
    text-decoration: none !important;
    font-size: 16px !important;
    font-style: normal !important;
    transition: opacity 0.3s ease;
}
.mdpacordos a:first-child { color: #2563eb !important; font-weight: 500; }
.mdpacordos a:not(:first-child) { color: #64748b !important; }
.mdpacordos a:hover { opacity: 0.7; }

.hero-content-wrapper {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.hero-content-wrapper h1 {
    margin-bottom: 25px;
    color: #1e293b;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #1e293b;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hero-benefits {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1100px;
}

.hero-benefits li {
    flex: 1;
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    font-size: 16px;
    line-height: 1.6;
    color: #1e293b;
    text-align: left;
    position: relative;
    border-left: 4px solid #1e3a8a;
    transition: all 0.3s ease;
}

.hero-benefits li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.hero-form-full-width {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    padding: 35px 40px;
    margin: 40px auto;
    max-width: 1200px;
}

.hero-form-header-full { text-align: center; margin-bottom: 30px; }
.hero-form-header-full h3 { color: #1e3a8a; font-size: 28px; font-weight: 700; margin-bottom: 10px; }
.hero-form-header-full p { color: #64748b; font-size: 16px; margin: 0; }

.hero-form-content-full .hs-form { display: flex; flex-wrap: wrap; gap: 15px; }
.hero-form-content-full .hs-form fieldset { width: 100%; display: flex; flex-wrap: wrap; gap: 15px; }
.hero-form-content-full .hs-form-field { flex: 1 1 calc(20% - 12px); min-width: 180px; margin-bottom: 0 !important; }
.hero-form-content-full .hs-form-field.hs-fieldtype-booleancheckbox,
.hero-form-content-full .hs-form-field.hs-fieldtype-radio { flex: 1 1 100%; }
.hero-form-content-full .hs-submit { flex: 1 1 100%; margin-top: 10px !important; }

.hero-scroll-wrapper {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-cta-subtitle,
.topoemp_background .hero-cta-subtitle,
.hero-scroll-wrapper .hero-cta-subtitle {
    margin-top: 8px !important;
    font-size: 13px !important;
    color: #64748b !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    line-height: 1.5 !important;
    width: 100% !important;
    text-align: center !important;
}

.hero-scroll-wrapper .nav-button-container { margin: 0; }
.hero-scroll-wrapper .nav-button { margin: 0; padding: 20px 32px; font-size: 16px; }

.hero-scroll-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #f59e0b;
    color: #ffffff !important;
    padding: 20px 48px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    margin: 0;
    box-shadow: 0 6px 20px rgba(245,158,11,0.4);
}

.hero-scroll-btn:hover {
    background: #d97706;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(245,158,11,0.5);
    color: #ffffff !important;
}

.hero-scroll-btn:visited,
.hero-scroll-btn:active,
.hero-scroll-btn:focus { color: #ffffff !important; }

.hero-scroll-btn svg { animation: bounce 2s infinite; }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-5px); }
    60% { transform: translateY(-3px); }
}

.hero-form-container {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    padding: 30px;
    max-width: 500px;
    margin: 0 auto;
}

.hero-form-header { margin-bottom: 25px; text-align: center; }
.hero-form-header h3 { color: #1e3a8a; font-size: 26px; font-weight: 700; margin-bottom: 10px; line-height: 1.3; }
.hero-form-header p { color: #64748b; font-size: 15px; line-height: 1.5; margin: 0; }

.hero-form-content { margin-bottom: 20px; }
.hero-form-content .hs-form { font-family: inherit; }
.hero-form-content .hs-form-field { margin-bottom: 18px; }
.hero-form-content .hs-form-field label { color: #334155; font-size: 14px; font-weight: 600; margin-bottom: 6px; display: block; }
.hero-form-content .hs-input { width: 100%; padding: 12px 14px; border: 2px solid #e2e8f0; border-radius: 8px; font-size: 15px; color: #1e293b; transition: all 0.3s ease; }
.hero-form-content .hs-input:focus { outline: none; border-color: #1e3a8a; box-shadow: 0 0 0 3px rgba(30,58,138,0.1); }
.hero-form-content .hs-button { width: 100%; background: #1e3a8a; color: #ffffff; padding: 14px 24px; border: none; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; margin-top: 10px; }
.hero-form-content .hs-button:hover { background: #1e40af; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(30,58,138,0.3); }
.hero-form-content .hs-error-msgs { list-style: none; padding: 0; margin: 5px 0 0; }
.hero-form-content .hs-error-msg { color: #dc2626; font-size: 13px; }

.hero-form-footer { padding-top: 20px; border-top: 1px solid #e2e8f0; }
.hero-form-footer p { color: #1e3a8a; font-size: 13px; line-height: 1.6; margin: 0; text-align: center; font-weight: 500; padding: 10px 12px; background: #eff6ff; border-radius: 6px; }

@media (max-width: 1400px) {
    .hero-form-content-full .hs-form-field { flex: 1 1 calc(33.333% - 10px); min-width: 200px; }
}

@media (max-width: 1200px) {
    .hero-form-full-width { padding: 30px 35px; }
    .hero-form-header-full h3 { font-size: 26px; }
    .hero-form-content-full .hs-form-field { flex: 1 1 calc(50% - 8px); min-width: 220px; }
    .hero-content-wrapper h1 { font-size: 42px; }
    .hero-subtitle { font-size: 20px; }
    .hero-benefits { gap: 20px; }
    .hero-benefits li { padding: 20px; }
}

@media (max-width: 968px) {
    .hero-content-wrapper { max-width: 100%; padding: 0 20px; }
    .hero-content-wrapper h1 { font-size: 36px; }
    .hero-subtitle { font-size: 18px; }
    .hero-benefits { flex-direction: column; gap: 20px; max-width: 600px; }
    .hero-benefits li { font-size: 15px; padding: 20px; }
    .hero-scroll-btn { font-size: 20px; padding: 18px 40px; }
    .hero-form-full-width { padding: 25px 20px; }
    .hero-form-header-full h3 { font-size: 24px; }
    .hero-form-header-full p { font-size: 15px; }
    .hero-form-content-full .hs-form-field { flex: 1 1 100%; min-width: 100%; }
}

@media (max-width: 640px) {
    .hero-content-wrapper h1 { font-size: 32px; line-height: 1.3; }
    .hero-subtitle { font-size: 16px; margin-bottom: 30px; }
    .hero-benefits { gap: 15px; }
    .hero-benefits li { font-size: 14px; padding: 18px; }
    .hero-scroll-wrapper { flex-direction: column; gap: 12px; }
    .hero-scroll-btn { font-size: 16px; padding: 16px 28px; gap: 10px; width: 100%; max-width: 320px; justify-content: center; }
    .hero-scroll-btn svg { width: 20px; height: 20px; }
    .hero-scroll-wrapper .nav-button { width: 100%; max-width: 320px; padding: 16px 24px; font-size: 14px; }
    .hero-scroll-wrapper .nav-overlay { width: 90%; max-width: 320px; left: 50% !important; transform: translateX(-50%) !important; margin-left: 0; }
    .hero-form-full-width { padding: 20px 15px; border-radius: 8px; }
    .hero-form-header-full h3 { font-size: 22px; }
    .hero-form-header-full p { font-size: 14px; }
    .hero-form-footer p { font-size: 12px; padding: 8px 10px; }
    .hero-form-content .hs-input { padding: 10px 12px; font-size: 14px; }
    .hero-form-content .hs-button { padding: 12px 20px; font-size: 15px; }
}


/* ============================================================
   4. HUBSPOT FORM CUSTOM
   ============================================================ */

.hs-form {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

.hs-form fieldset { max-width: 100% !important; margin: 0 !important; padding: 0 !important; }

.hs-form-field { margin-bottom: 24px !important; opacity: 1 !important; visibility: visible !important; }

.hero-form-content-full .hs-form fieldset,
.hero-form-content-full .hs-form fieldset.form-columns-0,
.hero-form-content-full .hs-form fieldset.form-columns-1,
.hero-form-content-full .hs-form fieldset.form-columns-2 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

.hero-form-content-full .hs-fieldtype-text,
.hero-form-content-full .hs-fieldtype-email,
.hero-form-content-full .hs-fieldtype-phonenumber,
.hero-form-content-full .hs-fieldtype-select,
.hero-form-content-full .hs-fieldtype-textarea {
    flex: 1 1 calc(20% - 12px) !important;
    min-width: 180px !important;
    max-width: calc(20% - 12px) !important;
    margin-bottom: 0 !important;
}

.hero-form-content-full .hs-fieldtype-radio,
.hero-form-content-full .hs-fieldtype-booleancheckbox {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.hs-form-field input,
.hs-form-field select,
.hs-form-field textarea {
    opacity: 1 !important; visibility: visible !important;
    display: block !important; height: auto !important; min-height: 44px !important;
}

.hs-input,
input.hs-input,
select.hs-input,
textarea.hs-input {
    opacity: 1 !important; visibility: visible !important; display: block !important;
}

.hs-fieldtype-text .input,
.hs-fieldtype-phonenumber .input,
.hs-fieldtype-select .input { opacity: 1 !important; visibility: visible !important; }

.hs-form-field label {
    display: block !important; color: #1e293b !important;
    font-size: 14px !important; font-weight: 600 !important;
    margin-bottom: 8px !important; line-height: 1.4 !important;
}

.hs-form-field label .hs-form-required { color: #dc2626 !important; margin-left: 2px !important; }

.hs-input[type="text"],
.hs-input[type="email"],
.hs-input[type="tel"],
.hs-input[type="number"],
input.hs-input {
    width: 100% !important; padding: 12px 16px !important;
    border: 2px solid #e2e8f0 !important; border-radius: 8px !important;
    font-size: 15px !important; color: #1e293b !important; background: #ffffff !important;
    transition: all 0.3s ease !important; box-sizing: border-box !important;
    font-family: inherit !important; opacity: 1 !important; visibility: visible !important; display: block !important;
}

.hs-input[type="text"]:focus,
.hs-input[type="email"]:focus,
.hs-input[type="tel"]:focus,
.hs-input[type="number"]:focus {
    outline: none !important; border-color: #1e3a8a !important;
    box-shadow: 0 0 0 3px rgba(30,58,138,0.1) !important;
}

.hs-input[type="text"]:hover,
.hs-input[type="email"]:hover,
.hs-input[type="tel"]:hover,
.hs-input[type="number"]:hover { border-color: #cbd5e1 !important; }

.hs-input[type="textarea"],
.hs-input textarea {
    width: 100% !important; padding: 12px 16px !important;
    border: 2px solid #e2e8f0 !important; border-radius: 8px !important;
    font-size: 15px !important; color: #1e293b !important; background: #ffffff !important;
    transition: all 0.3s ease !important; box-sizing: border-box !important;
    font-family: inherit !important; min-height: 100px !important; resize: vertical !important;
}

.hs-input[type="textarea"]:focus,
.hs-input textarea:focus {
    outline: none !important; border-color: #1e3a8a !important;
    box-shadow: 0 0 0 3px rgba(30,58,138,0.1) !important;
}

.hs-input[type="select"],
select.hs-input {
    width: 100% !important; padding: 12px 16px !important;
    border: 2px solid #e2e8f0 !important; border-radius: 8px !important;
    font-size: 15px !important; color: #1e293b !important; background: #ffffff !important;
    transition: all 0.3s ease !important; box-sizing: border-box !important;
    font-family: inherit !important; cursor: pointer !important; appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231e293b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    padding-right: 40px !important;
}

.hs-input[type="select"]:focus,
select.hs-input:focus {
    outline: none !important; border-color: #1e3a8a !important;
    box-shadow: 0 0 0 3px rgba(30,58,138,0.1) !important;
}

.hs-form-booleancheckbox,
.hs-form-radio { margin-bottom: 16px !important; }

.hs-form-booleancheckbox label,
.hs-form-radio label {
    display: flex !important; align-items: center !important;
    cursor: pointer !important; font-weight: 400 !important;
    font-size: 14px !important; line-height: 1.6 !important;
}

.hs-form-booleancheckbox input[type="checkbox"],
.hs-form-radio input[type="radio"] {
    width: 18px !important; height: 18px !important;
    margin-right: 10px !important; margin-top: 0 !important;
    cursor: pointer !important; flex-shrink: 0 !important;
}

.hs-form-radio label span,
.hs-form-booleancheckbox label span { display: inline-block !important; vertical-align: middle !important; }

.hs-error-msgs { list-style: none !important; padding: 0 !important; margin: 8px 0 0 0 !important; }
.hs-error-msg {
    color: #dc2626 !important; font-size: 13px !important; font-weight: 500 !important;
    display: flex !important; align-items: center !important; gap: 6px !important;
}
.hs-error-msg::before { content: "⚠" !important; font-size: 14px !important; }
.hs-input.error,
.hs-input.invalid { border-color: #dc2626 !important; background-color: #fef2f2 !important; }

.hs-submit { margin-top: 24px !important; opacity: 1 !important; visibility: visible !important; display: block !important; }

.hs-button,
input.hs-button,
input[type="submit"].hs-button {
    width: 100% !important; background: #f59e0b !important;
    color: #ffffff !important; padding: 14px 24px !important;
    border: none !important; border-radius: 8px !important;
    font-size: 16px !important; font-weight: 600 !important;
    cursor: pointer !important; transition: all 0.3s ease !important;
    font-family: inherit !important; box-shadow: 0 4px 12px rgba(245,158,11,0.3) !important;
    opacity: 1 !important; visibility: visible !important; display: block !important;
    height: auto !important; min-height: 48px !important;
}

.hs-button:hover,
input.hs-button:hover,
input[type="submit"].hs-button:hover {
    background: #d97706 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(245,158,11,0.4) !important;
}

.hs-button:active,
input.hs-button:active,
input[type="submit"].hs-button:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 8px rgba(245,158,11,0.3) !important;
}

.hs-button:disabled,
input.hs-button:disabled,
input[type="submit"].hs-button:disabled {
    background: #94a3b8 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

.submitted-message {
    background: #f0fdf4 !important; border: 2px solid #86efac !important;
    border-radius: 8px !important; padding: 20px !important;
    color: #166534 !important; font-size: 15px !important;
    font-weight: 500 !important; text-align: center !important; line-height: 1.6 !important;
}

.hs-field-desc { color: #64748b !important; font-size: 13px !important; margin-top: 6px !important; line-height: 1.5 !important; }

.legal-consent-container { margin-top: 20px !important; padding-top: 20px !important; border-top: 1px solid #e2e8f0 !important; }
.legal-consent-container .hs-form-booleancheckbox-display { font-size: 13px !important; color: #64748b !important; line-height: 1.6 !important; }
.legal-consent-container a { color: #1e3a8a !important; text-decoration: underline !important; }
.legal-consent-container a:hover { color: #1e40af !important; }

.hs-dependent-field { margin-left: 0 !important; padding-left: 0 !important; }
.hs-form .form-columns-2 .hs-form-field { width: 100% !important; }
.hs-form.loading { opacity: 0.6 !important; pointer-events: none !important; }

.contact-form-content .hs-form fieldset { display: flex !important; flex-wrap: wrap !important; gap: 20px !important; }
.contact-form-content .hs-fieldtype-text,
.contact-form-content .hs-fieldtype-email,
.contact-form-content .hs-fieldtype-phonenumber,
.contact-form-content .hs-fieldtype-select,
.contact-form-content .hs-fieldtype-textarea {
    flex: 1 1 calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    min-width: 200px !important;
    margin-bottom: 0 !important;
}

.contact-form-content .hs-fieldtype-radio,
.contact-form-content .hs-fieldtype-booleancheckbox {
    flex: 1 1 100% !important; max-width: 100% !important;
    margin-top: 15px !important; margin-bottom: 15px !important;
}

@media (max-width: 1400px) {
    .hero-form-content-full .hs-fieldtype-text,
    .hero-form-content-full .hs-fieldtype-email,
    .hero-form-content-full .hs-fieldtype-phonenumber,
    .hero-form-content-full .hs-fieldtype-select,
    .hero-form-content-full .hs-fieldtype-textarea {
        flex: 1 1 calc(33.333% - 10px) !important;
        max-width: calc(33.333% - 10px) !important;
        min-width: 200px !important;
    }
}

@media (max-width: 1200px) {
    .hero-form-content-full .hs-fieldtype-text,
    .hero-form-content-full .hs-fieldtype-email,
    .hero-form-content-full .hs-fieldtype-phonenumber,
    .hero-form-content-full .hs-fieldtype-select,
    .hero-form-content-full .hs-fieldtype-textarea {
        flex: 1 1 calc(50% - 8px) !important;
        max-width: calc(50% - 8px) !important;
        min-width: 220px !important;
    }
}

@media (max-width: 968px) {
    .hero-form-content-full .hs-fieldtype-text,
    .hero-form-content-full .hs-fieldtype-email,
    .hero-form-content-full .hs-fieldtype-phonenumber,
    .hero-form-content-full .hs-fieldtype-select,
    .hero-form-content-full .hs-fieldtype-textarea,
    .contact-form-content .hs-fieldtype-text,
    .contact-form-content .hs-fieldtype-email,
    .contact-form-content .hs-fieldtype-phonenumber,
    .contact-form-content .hs-fieldtype-select,
    .contact-form-content .hs-fieldtype-textarea {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
}

@media (max-width: 640px) {
    .hs-input[type="text"],
    .hs-input[type="email"],
    .hs-input[type="tel"],
    .hs-input[type="number"],
    .hs-input[type="select"],
    select.hs-input { padding: 10px 14px !important; font-size: 14px !important; }
    .hs-button { padding: 12px 20px !important; font-size: 15px !important; }
    .hs-form-field label { font-size: 13px !important; }
}


/* ============================================================
   5. SEGMENTOS — terceira dobra
   ============================================================ */

.cv2-segmentos {
    background: #ffffff;
    padding: 80px 0;
}

.cv2-segmentos__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header */
.cv2-segmentos__header {
    text-align: center;
    margin-bottom: 56px;
}

.cv2-segmentos__badge {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #1e3a8a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 6px 18px;
    border-radius: 999px;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.cv2-segmentos__h2 {
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.cv2-segmentos__sub {
    font-size: 16px;
    color: #64748b;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.65;
}

/* Grid de cards */
.cv2-segmentos__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* Número de step */
.cv2-segmentos__card-step {
    font-size: 11px;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    display: block;
}

.cv2-segmentos__card--featured .cv2-segmentos__card-step {
    color: rgba(255,255,255,0.5);
}

/* Card base */
.cv2-segmentos__card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #2563eb;
    border-radius: 16px;
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    position: relative;
}

.cv2-segmentos__card:hover {
    box-shadow: 0 8px 32px rgba(30, 58, 138, 0.1);
    transform: translateY(-3px);
}

/* Card destaque */
.cv2-segmentos__card--featured {
    border: 2px solid #2563eb;
    box-shadow: 0 4px 24px rgba(37, 99, 235, 0.15);
}

.cv2-segmentos__card--featured:hover {
    box-shadow: 0 10px 36px rgba(37, 99, 235, 0.22);
}

.cv2-segmentos__card-popular {
    position: absolute;
    top: -12px;
    left: 24px;
    background: #f59e0b;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    padding: 3px 12px;
    border-radius: 999px;
}

/* Ícone */
.cv2-segmentos__card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #eff6ff;
    color: #1e3a8a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.cv2-segmentos__card--featured .cv2-segmentos__card-icon {
    background: #f59e0b;
    color: #ffffff;
}

/* Título */
.cv2-segmentos__card-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.3;
}

/* Descrição */
.cv2-segmentos__card-desc {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.65;
    flex: 1;
    margin-bottom: 20px;
}

.cv2-segmentos__card-desc strong {
    color: #0f172a;
}

/* Tags */
.cv2-segmentos__card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
}

.cv2-segmentos__card-tags span {
    background: #f1f5f9;
    color: #475569;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
}

.cv2-segmentos__card--featured .cv2-segmentos__card-tags span {
    background: #eff6ff;
    color: #1e3a8a;
    border-color: #bfdbfe;
}

/* Responsivo */
@media (max-width: 1200px) {
    .cv2-segmentos__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .cv2-segmentos__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 500px) {
    .cv2-segmentos { padding: 56px 0; }
    .cv2-segmentos__grid { grid-template-columns: 1fr; gap: 16px; }
    .cv2-segmentos__header { margin-bottom: 40px; }
}


/* ============================================================
   6. D2CONT — dobra dashboard "O jeito Projuris de gerir contratos"
   ============================================================ */

.d2cont-section {
    background: #f8fafc;
    padding: 96px 0;
}

.d2cont-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

/* Layout split: esquerda (badge+h2+mock), direita (itens+checks+cta) */
.d2cont-inner--split {
    grid-template-columns: 1.1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0 64px;
}

.d2cont-left {
    grid-column: 1;
    grid-row: 1;
    padding-bottom: 24px;
}

.d2cont-right {
    grid-column: 2;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 4px;
}

.d2cont-visual--right {
    grid-column: 1;
    grid-row: 2;
}

/* Eyebrow */
.d2cont-eyebrow {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #2563eb;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* H3 direita */
.d2cont-h3 {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

/* desc-sm */
.d2cont-desc-sm {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-top: 8px;
}

/* Itens com borda esquerda azul */
.d2cont-items {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
}

.d2cont-item {
    padding: 10px 0 10px 14px;
    border-left: 3px solid #2563eb;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.d2cont-item-val {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.d2cont-item-lbl {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.4;
}

/* Checks */
.d2cont-checks {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.d2cont-checks li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    color: #334155;
}

.d2cont-checks li svg {
    color: #2563eb;
    flex-shrink: 0;
}

/* Responsivo split */
@media (max-width: 900px) {
    .d2cont-inner--split {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 32px;
    }
    .d2cont-left,
    .d2cont-right,
    .d2cont-visual--right {
        grid-column: 1;
        grid-row: auto;
    }
}

/* --- Coluna esquerda: mock UI --- */
.d2cont-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d2cont-ui {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 40px rgba(15, 23, 42, 0.12), 0 1px 4px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    background: #f8fafc;
    font-size: 11px;
    position: relative;
    user-select: none;
}

/* Topbar */
.d2cont-ui-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1e3a8a;
    padding: 8px 14px;
    color: rgba(255,255,255,0.85);
}

.d2cont-ui-breadcrumb {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
}

.d2cont-ui-sep { opacity: 0.5; }
.d2cont-ui-active { font-weight: 700; color: #ffffff; }

.d2cont-ui-topbar-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.7);
}

.d2cont-ui-avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f59e0b;
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Page header */
.d2cont-ui-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px 8px;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.d2cont-ui-page-title {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}

.d2cont-ui-search {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 4px 10px;
    color: #94a3b8;
    font-size: 10px;
}

/* Tabela */
.d2cont-ui-table {
    background: #ffffff;
}

.d2cont-ui-table-head {
    display: grid;
    grid-template-columns: 80px 1fr 100px;
    padding: 6px 14px;
    background: #f8fafc;
    border-bottom: 1px solid #f1f5f9;
    gap: 8px;
}

.d2cont-ui-table-head span {
    font-size: 9px;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.d2cont-ui-table-row {
    display: grid;
    grid-template-columns: 80px 1fr 100px;
    padding: 6px 14px;
    border-bottom: 1px solid #f8fafc;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 10.5px;
}

.d2cont-ui-tag {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
}

.d2cont-ui-tag.blue { background: #dbeafe; color: #1d4ed8; }

.d2cont-ui-row-id {
    font-family: monospace;
    font-size: 10px;
    color: #94a3b8;
}

/* Label flutuante */
.d2cont-ui-label {
    position: absolute;
    top: 46px;
    left: 0;
    background: rgba(15, 23, 42, 0.82);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 0 6px 6px 0;
    backdrop-filter: blur(4px);
    white-space: nowrap;
    z-index: 1;
}

/* Overlay do modal */
.d2cont-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    z-index: 2;
}

.d2cont-modal {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.25);
    width: 100%;
    max-width: 380px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.d2cont-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-bottom: 1px solid #f1f5f9;
}

.d2cont-modal-title {
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
}

.d2cont-modal-close {
    font-size: 11px;
    color: #94a3b8;
    cursor: pointer;
}

.d2cont-modal-body {
    padding: 12px 14px 4px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.d2cont-modal-sidebar {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
    margin-top: 4px;
}

.d2cont-modal-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.d2cont-modal-nav-item {
    font-size: 9.5px;
    color: #64748b;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
}

.d2cont-modal-nav-item.active {
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 700;
}

.d2cont-modal-fields {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.d2cont-modal-field {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.d2cont-modal-field label {
    font-size: 9px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.d2cont-modal-input-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 10px;
    color: #334155;
    background: #ffffff;
}

.d2cont-modal-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 10px;
    color: #94a3b8;
    background: #ffffff;
}

.d2cont-modal-textarea {
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    height: 32px;
    background: #ffffff;
}

.d2cont-modal-dots {
    font-size: 14px;
    color: #1d4ed8;
    letter-spacing: 3px;
    padding: 2px 0;
}

.d2cont-modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    padding: 10px 14px;
    border-top: 1px solid #f1f5f9;
    background: #fafafa;
}

.d2cont-modal-btn-cancel {
    font-size: 9.5px;
    font-weight: 600;
    color: #64748b;
    background: transparent;
    border: 1px solid #e2e8f0;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.d2cont-modal-btn-next {
    font-size: 9.5px;
    font-weight: 600;
    color: #1d4ed8;
    background: transparent;
    border: 1px solid #1d4ed8;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.d2cont-modal-btn-save {
    font-size: 9.5px;
    font-weight: 700;
    color: #ffffff;
    background: #1e3a8a;
    border: none;
    padding: 5px 14px;
    border-radius: 5px;
    cursor: pointer;
}

/* --- Coluna direita: texto --- */
.d2cont-badge {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #1e3a8a;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 18px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.d2cont-h2 {
    font-size: clamp(1.5rem, 2.8vw, 2.1rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.d2cont-desc {
    font-size: 0.97rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 24px;
}

.d2cont-quote {
    background: #eff6ff;
    border-left: 3px solid #1e3a8a;
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
    margin: 0 0 28px;
    font-size: 0.93rem;
    font-style: italic;
    color: #1e293b;
    line-height: 1.6;
}

.d2cont-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.d2cont-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    color: #334155;
    line-height: 1.5;
}

.d2cont-list li svg {
    color: #1e3a8a;
    flex-shrink: 0;
    margin-top: 2px;
}

/* === ANIMAÇÕES DE ENTRADA === */
@keyframes d2cont-fadeRight {
    from { opacity: 0; transform: translateX(-24px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes d2cont-fadeLeft {
    from { opacity: 0; transform: translateX(24px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes d2cont-pulseDot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.4; transform: scale(1.5); }
}

.d2cont-anim-left  { animation: d2cont-fadeRight 0.6s ease both; }
.d2cont-anim-right { animation: d2cont-fadeLeft  0.6s ease 0.12s both; }

/* === DOT PULSANTE NO BADGE === */
.d2cont-pill-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16a34a;
    animation: d2cont-pulseDot 1.8s ease-in-out infinite;
    flex-shrink: 0;
    vertical-align: middle;
    margin-right: 2px;
}

.d2cont-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #15803d;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

/* === HOVER NO MOCK UI === */
.d2cont-ui {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.d2cont-visual--right:hover .d2cont-ui {
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.15), 0 2px 8px rgba(15, 23, 42, 0.06);
    transform: translateY(-3px);
}

/* --- Botão CTA --- */
.d2cont-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f59e0b;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-top: 28px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
    white-space: nowrap;
}

.d2cont-cta:hover {
    background: #d97706;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.45);
}

/* Responsivo */
@media (max-width: 1024px) {
    .d2cont-inner { grid-template-columns: 1fr; gap: 40px; }
    .d2cont-metrics { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .d2cont-section { padding: 56px 0; }
    .d2cont-table-head,
    .d2cont-table-row { grid-template-columns: 1.2fr 1fr 0.8fr; }
    .d2cont-table-head span:nth-child(2),
    .d2cont-table-row span:nth-child(2) { display: none; }
}

/* ============================================================
   7. CONT-TRUST — dobra logos de clientes modernizada
   ============================================================ */

.cont-trust {
    background: #ffffff;
    padding: 72px 0;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}

.cont-trust__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

/* Header */
.cont-trust__header {
    text-align: center;
}

.cont-trust__badge {
    display: inline-block;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #2563eb;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.cont-trust__h2 {
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.cont-trust__sub {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.65;
    max-width: 560px;
    margin: 0 auto;
}

/* Grid de logos */
.cont-trust__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}

.cont-trust__logo-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.05);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    flex: 0 0 auto;
}

.cont-trust__logo-item:hover {
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
    transform: translateY(-2px);
}

.cont-trust__logo-item img {
    height: 36px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.65;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.cont-trust__logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Stats */
.cont-trust__stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 40px;
    width: 100%;
    max-width: 900px;
}

.cont-trust__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
}

.cont-trust__stat-value {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 800;
    color: #1e3a8a;
    line-height: 1;
    letter-spacing: -0.02em;
}

.cont-trust__stat-label {
    font-size: 0.78rem;
    color: #64748b;
    text-align: center;
    line-height: 1.3;
}

.cont-trust__stat-divider {
    width: 1px;
    height: 48px;
    background: #e2e8f0;
    flex-shrink: 0;
    margin: 0 8px;
}

/* CTA */
.cont-trust__cta-wrap {
    text-align: center;
}

.cont-trust__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f59e0b;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
}

.cont-trust__cta:hover {
    background: #d97706;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.45);
}

/* Responsivo */
@media (max-width: 768px) {
    .cont-trust__stats {
        flex-wrap: wrap;
        gap: 20px;
        padding: 24px;
    }
    .cont-trust__stat-divider { display: none; }
    .cont-trust__stat { flex: 0 0 calc(50% - 10px); }
}

@media (max-width: 480px) {
    .cont-trust { padding: 56px 0; }
    .cont-trust__logos { gap: 10px; }
    .cont-trust__logo-item { padding: 12px 20px; }
    .cont-trust__logo-item img { height: 28px; }
}

/* ============================================================
   8. CV2-RES — dobra resultados inovadora (painel assimétrico)
   ============================================================ */

.cv2-res {
    background: #ffffff;
    padding: 88px 0;
    overflow: hidden;
}

.cv2-res__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 64px;
    align-items: center;
}

/* === COLUNA ESQUERDA === */
.cv2-res__eyebrow {
    display: inline-block;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #2563eb;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.cv2-res__h2 {
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.cv2-res__sub {
    font-size: 0.93rem;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 36px;
}

/* Barras de progresso */
.cv2-res__bars {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.cv2-res__bar-item { display: flex; flex-direction: column; gap: 6px; }

.cv2-res__bar-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cv2-res__bar-label {
    font-size: 0.82rem;
    color: #475569;
    font-weight: 500;
}

.cv2-res__bar-pct {
    font-size: 0.88rem;
    font-weight: 800;
    color: #1e3a8a;
}

.cv2-res__bar-track {
    height: 6px;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
}

.cv2-res__bar-fill {
    height: 100%;
    width: 0%;
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb, #60a5fa);
    transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.cv2-res__bar-fill--go { width: var(--w); }

/* Logos */
.cv2-res__logos { display: flex; flex-direction: column; gap: 10px; }

.cv2-res__logos-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #94a3b8;
    text-transform: uppercase;
}

.cv2-res__logos-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cv2-res__logos-row img {
    height: 26px;
    width: auto;
    max-width: 90px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.45;
    transition: opacity 0.2s ease, filter 0.2s ease;
}

.cv2-res__logos-row img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* === COLUNA DIREITA: painel de números === */
.cv2-res__panel {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
}

.cv2-res__panel-inner {
    padding: 0;
}

/* Barra superior tipo app */
.cv2-res__panel-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.cv2-res__panel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #334155;
}

.cv2-res__panel-dot:nth-child(1) { background: #ef4444; }
.cv2-res__panel-dot:nth-child(2) { background: #f59e0b; }
.cv2-res__panel-dot:nth-child(3) { background: #22c55e; }

.cv2-res__panel-title {
    font-size: 0.7rem;
    color: #64748b;
    margin-left: 8px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

/* Métricas */
.cv2-res__metric {
    padding: 24px 28px;
}

.cv2-res__metric-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.cv2-res__metric-cat {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #64748b;
    text-transform: uppercase;
}

.cv2-res__metric-badge {
    font-size: 0.62rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
}

.cv2-res__metric-badge--blue {
    background: rgba(37, 99, 235, 0.12);
    color: #2563eb;
}

.cv2-res__metric-badge--green {
    background: rgba(22, 163, 74, 0.12);
    color: #16a34a;
}

.cv2-res__metric-val {
    font-size: clamp(2rem, 3.5vw, 2.6rem);
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
}

.cv2-res__metric-val span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #94a3b8;
    letter-spacing: 0;
}

.cv2-res__metric-desc {
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.4;
    margin: 0;
}

.cv2-res__divider {
    height: 1px;
    background: #f1f5f9;
    margin: 0 28px;
}

/* Rodapé do painel */
.cv2-res__panel-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    font-size: 0.75rem;
    color: #16a34a;
    font-weight: 600;
}

.cv2-res__panel-footer svg { color: #16a34a; flex-shrink: 0; }

/* Responsivo */
@media (max-width: 1024px) {
    .cv2-res__inner { grid-template-columns: 1fr; gap: 48px; }
    .cv2-res__panel { max-width: 480px; }
}

@media (max-width: 640px) {
    .cv2-res { padding: 56px 0; }
}

/* ============================================================
   9. CV2-DEPOI — depoimentos de clientes
   ============================================================ */

.cv2-depoi {
    background: #ffffff;
    padding: 80px 0;
    border-top: 1px solid #f1f5f9;
}

.cv2-depoi__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.cv2-depoi__header {
    text-align: center;
    margin-bottom: 48px;
}

.cv2-depoi__badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #1e3a8a;
    border: 1.5px solid #bfdbfe;
    background: #eff6ff;
    padding: 4px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.cv2-depoi__h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

/* Grid 2 colunas centralizadas */
.cv2-depoi__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 820px;
    margin: 0 auto;
}

/* Card */
.cv2-depoi__card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.cv2-depoi__card:hover {
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.1);
    transform: translateY(-3px);
}

/* Thumbnail escura */
.cv2-depoi__thumb {
    background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%);
    height: 160px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cv2-depoi__play {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding-left: 3px;
}

.cv2-depoi__thumb-label {
    position: absolute;
    bottom: 10px;
    left: 12px;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.3);
    padding: 3px 8px;
    border-radius: 4px;
}

/* Corpo */
.cv2-depoi__body {
    padding: 20px 20px 12px;
    flex: 1;
    position: relative;
}

.cv2-depoi__quote {
    font-size: 2.5rem;
    line-height: 0.8;
    color: #2563eb;
    font-family: Georgia, serif;
    display: block;
    margin-bottom: 6px;
}

.cv2-depoi__text {
    font-size: 0.9rem;
    color: #334155;
    line-height: 1.65;
    margin: 0;
}

/* Autor */
.cv2-depoi__author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-top: 1px solid #f1f5f9;
}

.cv2-depoi__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1e3a8a;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cv2-depoi__author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cv2-depoi__author-info strong {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.cv2-depoi__author-info span {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.3;
}

/* Responsivo */
@media (max-width: 900px) {
    .cv2-depoi__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
    .cv2-depoi { padding: 56px 0; }
    .cv2-depoi__grid { grid-template-columns: 1fr; }
}

/* ============================================================
   10. CV2-VERSUS — dobra antes x depois
   ============================================================ */

.cv2-versus {
    background: #f8fafc;
    padding: 88px 0;
    border-top: 1px solid #f1f5f9;
}

.cv2-versus__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.cv2-versus__header {
    text-align: center;
    margin-bottom: 52px;
}

.cv2-versus__eyebrow {
    display: inline-block;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #2563eb;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.cv2-versus__h2 {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.02em;
    max-width: 640px;
    margin: 0 auto;
}

/* Grid 3 colunas: antes | VS | depois */
.cv2-versus__grid {
    display: grid;
    grid-template-columns: 1fr 56px 1fr;
    gap: 0;
    align-items: start;
    margin-bottom: 48px;
}

/* Colunas */
.cv2-versus__col {
    border-radius: 16px;
    overflow: hidden;
}

.cv2-versus__col-header {
    padding: 14px 24px;
    border-bottom: 1px solid transparent;
}

.cv2-versus__col--before .cv2-versus__col-header {
    background: #fff1f2;
    border-bottom-color: #fecdd3;
    border-radius: 16px 16px 0 0;
}

.cv2-versus__col--after .cv2-versus__col-header {
    background: #f0fdf4;
    border-bottom-color: #bbf7d0;
    border-radius: 16px 16px 0 0;
}

.cv2-versus__col-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cv2-versus__col-label--before {
    color: #e11d48;
}

.cv2-versus__col-label--after {
    color: #16a34a;
}

/* Listas */
.cv2-versus__list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-top: none;
    border-radius: 0 0 16px 16px;
}

.cv2-versus__col--before .cv2-versus__list {
    border-color: #fecdd3;
    border-top: none;
    background: #fff;
}

.cv2-versus__col--after .cv2-versus__list {
    border-color: #bbf7d0;
    border-top: none;
    background: #fff;
}

.cv2-versus__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 24px;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.15s ease;
}

.cv2-versus__list li:last-child {
    border-bottom: none;
}

.cv2-versus__list li:hover {
    background: #fafafa;
}

.cv2-versus__icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 1px;
}

.cv2-versus__icon--bad {
    background: #fff1f2;
    color: #e11d48;
}

.cv2-versus__icon--good {
    background: #f0fdf4;
    color: #16a34a;
}

.cv2-versus__list li strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 3px;
    line-height: 1.3;
}

.cv2-versus__list li p {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
}

/* Divisor VS central */
.cv2-versus__divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    gap: 8px;
    height: 100%;
}

.cv2-versus__divider-line {
    width: 1px;
    flex: 1;
    background: #e2e8f0;
    min-height: 40px;
}

.cv2-versus__divider-badge {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0f172a;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* CTA */
.cv2-versus__cta-wrap {
    text-align: center;
}

.cv2-versus__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Sora", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    background: #1e3a8a;
    border: none;
    border-radius: 8px;
    padding: 14px 32px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.cv2-versus__cta:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}

/* Responsivo */
@media (max-width: 768px) {
    .cv2-versus__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .cv2-versus__divider {
        flex-direction: row;
        padding-top: 0;
        height: auto;
    }
    .cv2-versus__divider-line {
        width: auto;
        height: 1px;
        flex: 1;
        min-height: unset;
    }
    .cv2-versus__col--before .cv2-versus__col-header,
    .cv2-versus__col--after .cv2-versus__col-header {
        border-radius: 16px 16px 0 0;
    }
}

@media (max-width: 480px) {
    .cv2-versus { padding: 56px 0; }
}

/* ============================================================
   11. CV2-FAQ — perguntas frequentes accordion
   ============================================================ */

.cv2-faq {
    background: #f8fafc;
    padding: 88px 0;
    border-top: 1px solid #f1f5f9;
}

.cv2-faq__inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px;
}

.cv2-faq__header {
    text-align: center;
    margin-bottom: 48px;
}

.cv2-faq__h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 10px;
}

.cv2-faq__sub {
    font-size: 0.97rem;
    color: #64748b;
    line-height: 1.6;
}

/* Lista */
.cv2-faq__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Item */
.cv2-faq__item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.cv2-faq__item--open {
    border-color: #2563eb;
}

/* Botão pergunta */
.cv2-faq__q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: "Sora", sans-serif;
    font-size: 0.97rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.cv2-faq__item--open .cv2-faq__q {
    color: #2563eb;
}

.cv2-faq__icon {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2563eb;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
    line-height: 1;
}

/* Resposta */
.cv2-faq__a {
    display: none;
    padding: 0 20px 20px;
}

.cv2-faq__item--open .cv2-faq__a {
    display: block;
}

.cv2-faq__a p {
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 480px) {
    .cv2-faq { padding: 56px 0; }
    .cv2-faq__q { font-size: 0.9rem; padding: 16px; }
    .cv2-faq__a { padding: 0 16px 16px; }
}

/* ============================================================
   11. CV2-CTA-FINAL — dobra de conversão final
   ============================================================ */

.cv2-cta-final {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 60%, #1d4ed8 100%);
    padding: 96px 24px;
    text-align: center;
}

.cv2-cta-final__inner {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.cv2-cta-final__badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #93c5fd;
    border: 1.5px solid rgba(147, 197, 253, 0.4);
    padding: 4px 16px;
    border-radius: 999px;
    text-transform: uppercase;
}

.cv2-cta-final__h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin: 0;
}

.cv2-cta-final__sub {
    font-size: 0.97rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin: 0;
}

.cv2-cta-final__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.cv2-cta-final__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Sora", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    white-space: nowrap;
    border: 2px solid transparent;
}

.cv2-cta-final__btn--primary {
    background: #ffffff;
    color: #1e3a8a;
    border-color: #ffffff;
}

.cv2-cta-final__btn--primary:hover {
    background: #f0f4ff;
    border-color: #f0f4ff;
}

.cv2-cta-final__btn--outline {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
}

.cv2-cta-final__btn--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

@media (max-width: 480px) {
    .cv2-cta-final { padding: 64px 20px; }
    .cv2-cta-final__actions { flex-direction: column; width: 100%; }
    .cv2-cta-final__btn { width: 100%; }
}

/* ============================================================
   12. MOBILE CONSOLIDADO — ajustes responsivos globais contratos-v2
   ============================================================ */

/* === HERO === */
@media (max-width: 768px) {
    .cv2-hero { padding: calc(88px + var(--promo-bar-h, 40px)) 16px 48px; }
    .cv2-hero__inner { grid-template-columns: 1fr; gap: 32px; }
    .cv2-hero__badge { font-size: 0.6rem; }
    .cv2-hero__h1 { font-size: 28px; }
    .cv2-hero__subtitle { font-size: 0.95rem; }
    .cv2-hero__ctas { flex-direction: row; flex-wrap: wrap; gap: 10px; }
    .cv2-hero__cta-primary, .cv2-hero__cta-secondary { justify-content: center; text-align: center; }
    .cv2-hero__card { display: none; }
}

/* === TRUST BAR === */
@media (max-width: 600px) {
    .cont-trust__inner { flex-direction: column; gap: 28px; padding: 0 16px; }
    .cont-trust__stats { justify-content: center; gap: 16px; }
    .cont-trust__stat { flex: 0 0 calc(50% - 8px); text-align: center; }
    .cont-trust__divider { display: none; }
    .cont-trust__logos { justify-content: center; gap: 12px; }
    .cont-trust__logo-item img { height: 24px; }
}

/* === DOBRA IA === */
@media (max-width: 768px) {
    .cv2-ia { padding: 56px 0; }
    .cv2-ia__inner { padding: 0 16px; }
    .cv2-ia__h2 { font-size: 24px; }
    .cv2-ia__tabs { gap: 6px; }
    .cv2-ia__tab { font-size: 11px; padding: 8px 12px; }
    .cv2-ia__panel.active { grid-template-columns: 1fr; gap: 24px; }
    .cv2-ia__panel-img { order: -1; }
    .cv2-ia__cta { width: 100%; justify-content: center; }
}

/* === CARDS CICLO DE VIDA === */
@media (max-width: 600px) {
    .cv2-segmentos { padding: 56px 0; }
    .cv2-segmentos__inner { padding: 0 16px; }
    .cv2-segmentos__h2 { font-size: 22px; }
    .cv2-segmentos__grid { grid-template-columns: 1fr; gap: 12px; }
    .cv2-segmentos__card { padding: 20px 18px; }
}

/* === O JEITO PROJURIS === */
@media (max-width: 768px) {
    .d2cont-section { padding: 56px 0; }
    .d2cont-inner--split { padding: 0 16px; gap: 24px; }
    .d2cont-h2 { font-size: 24px; }
    .d2cont-h3 { font-size: 18px; }
    .d2cont-items { gap: 10px; }
    .d2cont-cta { width: 100%; text-align: center; }
    .d2cont-visual--right { display: none; }
}

/* === RESULTADOS === */
@media (max-width: 768px) {
    .cv2-res { padding: 56px 0; }
    .cv2-res__inner { grid-template-columns: 1fr; gap: 40px; padding: 0 16px; }
    .cv2-res__h2 { font-size: 22px; }
    .cv2-res__panel { max-width: 100%; }
    .cv2-res__metric-val { font-size: 2rem; }
    .cv2-res__logos-row { gap: 14px; }
    .cv2-res__logos-row img { height: 22px; }
}

/* === ANTES E DEPOIS === */
@media (max-width: 768px) {
    .cv2-versus { padding: 56px 0; }
    .cv2-versus__inner { padding: 0 16px; }
    .cv2-versus__h2 { font-size: 20px; }
    .cv2-versus__grid { grid-template-columns: 1fr; gap: 12px; }
    .cv2-versus__divider { flex-direction: row; padding-top: 0; height: auto; }
    .cv2-versus__divider-line { width: auto; height: 1px; flex: 1; min-height: unset; }
    .cv2-versus__list li { padding: 14px 16px; gap: 10px; }
    .cv2-versus__list li strong { font-size: 0.84rem; }
    .cv2-versus__list li p { font-size: 0.77rem; }
    .cv2-versus__cta { width: 100%; }
}

/* === DEPOIMENTOS === */
@media (max-width: 640px) {
    .cv2-depoi { padding: 56px 0; }
    .cv2-depoi__inner { padding: 0 16px; }
    .cv2-depoi__h2 { font-size: 22px; }
    .cv2-depoi__grid { grid-template-columns: 1fr; max-width: 100%; }
    .cv2-depoi__thumb { height: 130px; }
}

/* === FAQ === */
@media (max-width: 600px) {
    .cv2-faq { padding: 56px 0; }
    .cv2-faq__inner { padding: 0 16px; }
    .cv2-faq__h2 { font-size: 22px; }
    .cv2-faq__q { font-size: 0.88rem; padding: 16px; }
    .cv2-faq__a { padding: 0 16px 16px; }
    .cv2-faq__a p { font-size: 0.85rem; }
}

/* === CTA FINAL === */
@media (max-width: 600px) {
    .cv2-cta-final { padding: 56px 16px; }
    .cv2-cta-final__h2 { font-size: 1.4rem; }
    .cv2-cta-final__actions { flex-direction: column; width: 100%; }
    .cv2-cta-final__btn { width: 100%; justify-content: center; }
}

/* === MODAL === */
@media (max-width: 600px) {
    .cv2-modal__inner { grid-template-columns: 1fr; }
    .cv2-modal__left { display: none; }
    .cv2-modal__right { padding: 24px 20px; }
    .cv2-modal__title { font-size: 1.2rem; }
}

/* ============================================================
   13. ESTILOS INLINE DA PÁGINA (keywords-banner, ias-destaque, modal-ia)
   ============================================================ */

.keywords-banner {
    background-color: #FFD700;
    padding: 12px 0;
    overflow: hidden;
    position: fixed;
    top: 100px; left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 98;
}

.hero-black-empresas { margin-top: 46px; }

.keywords-scroll { overflow: hidden; white-space: nowrap; flex: 1; margin-right: 20px; }

.keywords-track {
    display: inline-flex;
    animation: scroll-keywords 30s linear infinite;
    gap: 40px;
}

.keyword-item {
    display: inline-block;
    font-weight: 700; font-size: 16px; color: #000000;
    padding: 0 20px; position: relative;
}

.keyword-item:not(:last-child)::after {
    content: '•'; position: absolute; right: -20px; color: #000000; font-weight: 400;
}

.keywords-cta {
    background-color: #000000; color: #FFD700;
    padding: 10px 24px; border-radius: 6px;
    font-weight: 700; font-size: 15px; text-decoration: none;
    white-space: nowrap; margin-right: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.keywords-cta:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    color: #FFD700;
}

@keyframes scroll-keywords {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.keywords-banner:hover .keywords-track { animation-play-state: paused; }

.ias-destaque { padding: 60px 0; background-color: #f8f9fa; }
.titulo-secao { text-align: center; font-size: 32px; margin-bottom: 15px; color: #333; }
.subtitulo-secao { text-align: center; font-size: 18px; color: #666; margin-bottom: 40px; }

.grid-ias {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px; max-width: 1200px; margin: 0 auto; padding: 0 20px;
}

.ia-card {
    background: white; border-radius: 10px; padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: transform 0.3s ease; cursor: pointer;
}
.ia-card:hover { transform: translateY(-5px); }
.ia-imagem { margin-bottom: 15px; border-radius: 8px; overflow: hidden; }
.ia-imagem img { width: 100%; height: auto; display: block; }
.ia-card h3 { font-size: 20px; margin-bottom: 10px; color: #2c3e50; }
.ia-card p { font-size: 16px; color: #666; line-height: 1.5; }

.modal-ia {
    display: none; position: fixed; z-index: 9999;
    padding-top: 50px; left: 0; top: 0;
    width: 100%; height: 100%; overflow: auto;
    background-color: rgba(0,0,0,0.9);
}
.modal-ia-content { margin: auto; display: block; max-width: 90%; max-height: 90vh; }
.close-modal-ia {
    position: absolute; right: 25px; top: 10px;
    color: #f1f1f1; font-size: 40px; font-weight: bold; cursor: pointer;
}

@media (max-width: 992px) {
    .keywords-cta { font-size: 14px; padding: 8px 18px; margin-right: 15px; }
}

@media (max-width: 768px) {
    .keywords-banner { flex-direction: column; padding: 10px 0; gap: 10px; top: 80px; }
    .hero-black-empresas { margin-top: 80px; }
    .keywords-scroll { margin-right: 0; width: 100%; }
    .keyword-item { font-size: 14px; padding: 0 15px; }
    .keywords-track { gap: 30px; }
    .keywords-cta { margin-right: 0; font-size: 13px; padding: 8px 16px; }
    .grid-ias { grid-template-columns: 1fr; }
    .titulo-secao { font-size: 28px; }
    .subtitulo-secao { font-size: 16px; }
}

/* ============================================================
   14. DASHBOARD LEGAL INTELLIGENCE — cv2-dash
   ============================================================ */

.cv2-dash {
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 60px rgba(15,23,42,0.12);
    overflow: hidden;
    font-size: 14px;
    user-select: none;
    max-width: 680px;
    width: 100%;
}

/* Topbar */
.cv2-dash__topbar {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cv2-dash__topbar-left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.cv2-dash__breadcrumb {
    font-size: 12px;
    color: #64748b;
}
.cv2-dash__breadcrumb span { color: #94a3b8; margin: 0 2px; }
.cv2-dash__topbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cv2-dash__topbar-right svg,
.cv2-dash__topbar-left svg,
.cv2-dash__topbar-icon {
    stroke: #94a3b8 !important;
    fill: none !important;
    color: #94a3b8 !important;
    flex-shrink: 0;
    display: block;
}
.cv2-dash__topbar-icon path,
.cv2-dash__topbar-icon circle,
.cv2-dash__topbar-icon line,
.cv2-dash__topbar-icon rect {
    stroke: #94a3b8 !important;
    fill: none !important;
}
.cv2-dash__avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1d4ed8;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Body layout */
.cv2-dash__body {
    display: flex;
    height: 430px;
}

/* Sidebar */
.cv2-dash__sidebar {
    width: 148px;
    background: #ffffff;
    border-right: 1px solid #e2e8f0;
    padding: 14px 0;
    flex-shrink: 0;
    overflow: hidden;
}
.cv2-dash__sidebar-logo {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 14px 12px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #1d4ed8;
}
.cv2-dash__nav { display: flex; flex-direction: column; }
.cv2-dash__nav-section {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    padding: 8px 14px 3px;
}
.cv2-dash__nav-item {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    font-size: 12px;
    color: #64748b;
    cursor: default;
    border-radius: 6px;
    margin: 0 5px;
}
.cv2-dash__nav-item--active {
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 600;
}
.cv2-dash__nav-item--active svg { stroke: #1d4ed8; }
.cv2-dash__badge-soon {
    font-size: 9px;
    background: #fef3c7;
    color: #d97706;
    border-radius: 4px;
    padding: 2px 5px;
    font-weight: 600;
    margin-left: 3px;
}

/* Main content */
.cv2-dash__main {
    flex: 1;
    padding: 14px 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cv2-dash__main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cv2-dash__main-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}
.cv2-dash__standard-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #1d4ed8;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 6px;
    padding: 4px 10px;
}

/* Total contratos */
.cv2-dash__total-row {
    display: flex;
    justify-content: flex-end;
}
.cv2-dash__total-card {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-left: 3px solid #1d4ed8;
    padding-left: 8px;
}
.cv2-dash__total-label {
    font-size: 11px;
    color: #94a3b8;
}
.cv2-dash__total-val {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}

/* Donuts */
.cv2-dash__donuts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.cv2-dash__donut-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.cv2-dash__donut-title {
    font-size: 11px;
    font-weight: 600;
    color: #334155;
    text-align: center;
    line-height: 1.2;
}
.cv2-dash__donut-sub {
    font-size: 10px;
    color: #94a3b8;
}
.cv2-dash__donut-sub strong { color: #64748b; }
.cv2-dash__donut-wrap {
    position: relative;
    width: 70px;
    height: 70px;
    margin-top: 4px;
}
.cv2-dash__donut-svg {
    width: 70px;
    height: 70px;
    transform: rotate(-90deg);
}
.cv2-dash__donut-pct {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #1d4ed8;
}
.cv2-dash__donut-pct--red { color: #ef4444; }
.cv2-dash__donut-pct--green { color: #10b981; }

/* Value cards */
.cv2-dash__values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.cv2-dash__val-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 9px 11px;
    display: flex;
    gap: 7px;
    align-items: flex-start;
}
.cv2-dash__val-bar {
    width: 4px;
    border-radius: 2px;
    flex-shrink: 0;
    align-self: stretch;
    min-height: 48px;
}
.cv2-dash__val-bar--blue { background: #1d4ed8; }
.cv2-dash__val-bar--red  { background: #ef4444; }
.cv2-dash__val-body {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}
.cv2-dash__val-title {
    font-size: 11px;
    font-weight: 600;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cv2-dash__val-sub {
    font-size: 10px;
    color: #94a3b8;
}
.cv2-dash__val-num {
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 3px;
}
.cv2-dash__val-num--big {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

@media (max-width: 768px) {
    .cv2-dash { display: none; }
}

/* ============================================================
   15. DOBRA WIDGETS DASHBOARD — cv2-widgets
   ============================================================ */

.cv2-widgets {
    background: #f8fafc;
    padding: 80px 24px;
}
.cv2-widgets__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.cv2-widgets__header {
    text-align: center;
    margin-bottom: 48px;
}
.cv2-widgets__eyebrow {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1d4ed8;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    padding: 4px 14px;
    margin-bottom: 12px;
}
.cv2-widgets__h2 {
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px;
}
.cv2-widgets__sub {
    font-size: 0.97rem;
    color: #64748b;
    margin: 0;
}

/* Grid 2x2 */
.cv2-widgets__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* Card base */
.cv2-widget-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    transition: box-shadow 0.2s, transform 0.2s;
}
.cv2-widget-card:hover {
    box-shadow: 0 8px 32px rgba(15,23,42,0.08);
    transform: translateY(-2px);
}
.cv2-widget-card__chart {
    flex-shrink: 0;
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.cv2-widget-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cv2-widget-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}
.cv2-widget-card__desc {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}
.cv2-widget-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 22px;
    border-radius: 999px;
    border: 2px solid #1d4ed8;
    background: transparent;
    color: #1d4ed8;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    font-family: "Sora", sans-serif;
    transition: background 0.2s, color 0.2s;
    align-self: flex-start;
    margin-top: 4px;
}
.cv2-widget-card__btn:hover {
    background: #1d4ed8;
    color: #ffffff;
}

/* --- Gráfico pizza --- */
.cv2-pie {
    filter: drop-shadow(0 2px 6px rgba(29,78,216,0.15));
}
.cv2-pie__legend {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}
.cv2-pie__legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    color: #475569;
}
.cv2-pie__legend-item span {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    flex-shrink: 0;
    display: inline-block;
}

/* --- Barras horizontais --- */
.cv2-hbars {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 140px;
}
.cv2-hbar {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.cv2-hbar__label {
    font-size: 0.65rem;
    color: #94a3b8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cv2-hbar__track {
    height: 7px;
    background: #f1f5f9;
    border-radius: 4px;
    overflow: hidden;
}
.cv2-hbar__fill {
    height: 100%;
    background: #1d4ed8;
    border-radius: 4px;
    transition: width 1s ease;
}
.cv2-hbar__fill--light { background: #60a5fa; }
.cv2-hbar__val {
    font-size: 0.62rem;
    color: #64748b;
    font-weight: 600;
}

/* --- Barras verticais --- */
.cv2-vbars {
    width: 140px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.cv2-vbars__bars {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 90px;
}
.cv2-vbar__col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    height: 100%;
    justify-content: flex-end;
}
.cv2-vbar__bar-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    justify-content: flex-end;
    height: 80px;
}
.cv2-vbar__bar {
    width: 100%;
    border-radius: 3px 3px 0 0;
    transition: height 1s ease;
}
.cv2-vbar__bar--dark  { background: #1d4ed8; }
.cv2-vbar__bar--light { background: #93c5fd; }
.cv2-vbar__lbl {
    font-size: 0.6rem;
    color: #94a3b8;
    text-align: center;
}
.cv2-vbars__legend {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.cv2-vbars__legend span {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.65rem;
    color: #64748b;
}
.cv2-vbars__legend i {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    display: inline-block;
    font-style: normal;
}

/* --- Lista de eventos --- */
.cv2-evlist {
    width: 140px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    font-size: 0.6rem;
}
.cv2-evlist__head {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 4px;
    background: #f1f5f9;
    padding: 5px 8px;
}
.cv2-evlist__head span {
    font-size: 0.57rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #94a3b8;
    letter-spacing: 0.05em;
}
.cv2-evlist__row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 4px;
    align-items: center;
    padding: 6px 8px;
    border-top: 1px solid #f1f5f9;
}
.cv2-evlist__row:nth-child(odd) { background: #fafafa; }
.cv2-evlist__name {
    font-size: 0.59rem;
    font-weight: 600;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cv2-evlist__date {
    font-size: 0.57rem;
    color: #94a3b8;
    white-space: nowrap;
    margin-right: 2px;
}
.cv2-evlist__tag {
    display: inline-flex;
    align-items: center;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 0.56rem;
    font-weight: 700;
    white-space: nowrap;
}
.cv2-evlist__tag--blue   { background: #dbeafe; color: #1d4ed8; }
.cv2-evlist__tag--red    { background: #fee2e2; color: #dc2626; }
.cv2-evlist__tag--orange { background: #fef3c7; color: #d97706; }
.cv2-evlist__tag--gray   { background: #f1f5f9; color: #64748b; }

/* Responsivo */
@media (max-width: 768px) {
    .cv2-widgets__grid { grid-template-columns: 1fr; }
    .cv2-widget-card { flex-direction: column; }
    .cv2-widget-card__chart { width: 100%; align-items: flex-start; }
    .cv2-hbars, .cv2-vbars, .cv2-events-table { width: 100%; }
    .cv2-vbars__bars { height: 80px; }
}
@media (max-width: 480px) {
    .cv2-widgets { padding: 56px 16px; }
}

/* ============================================================
   16. PROMO BAR D4SIGN + CHAT WIDGET FLUTUANTE
   ============================================================ */

/* Promo Bar */
.cv2-promo-bar {
    background: linear-gradient(90deg, #0f172a 0%, #1e3a5f 100%);
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1101;
}
.cv2-promo-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.cv2-promo-bar__badge {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #0284c7;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 999px;
    flex-shrink: 0;
}
.cv2-promo-bar__text {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.9);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1.4;
}
.cv2-promo-bar__text strong { color: #ffffff; }
.cv2-promo-bar__text svg { flex-shrink: 0; opacity: 0.7; }
.cv2-promo-bar__cta {
    font-size: 0.78rem;
    font-weight: 700;
    color: #0f172a;
    background: #f8fafc;
    padding: 6px 16px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
    white-space: nowrap;
    font-family: "Sora", sans-serif;
}
.cv2-promo-bar__cta:hover { background: #e0f2fe; color: #0284c7; }
.cv2-promo-bar__close {
    background: transparent;
    border: none;
    cursor: pointer;
    color: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    padding: 4px;
    border-radius: 4px;
    transition: color 0.2s;
    margin-left: auto;
    flex-shrink: 0;
}
.cv2-promo-bar__close:hover { color: #ffffff; }
@media (max-width: 640px) {
    .cv2-promo-bar__text { font-size: 0.78rem; }
    .cv2-promo-bar__cta { display: none; }
}

/* Chat Launcher */
.cv2-chat-launcher {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 1200;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1d4ed8;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 13px 22px 13px 18px;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(29,78,216,0.4);
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    font-family: "Sora", sans-serif;
}
.cv2-chat-launcher:hover {
    background: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(29,78,216,0.5);
}
.cv2-chat-launcher--active { background: #1e40af; }
.cv2-chat-launcher__label { white-space: nowrap; }
@media (max-width: 540px) {
    .cv2-chat-launcher__label { display: none; }
    .cv2-chat-launcher { padding: 14px; border-radius: 50%; }
}

/* Chat Widget */
.cv2-chat-widget {
    position: fixed;
    bottom: 90px;
    right: 28px;
    z-index: 1199;
    width: 340px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(15,23,42,0.18);
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateY(20px) scale(0.95);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), opacity 0.25s ease;
}
.cv2-chat-widget--open {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
}
.cv2-chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 18px;
    background: linear-gradient(90deg, #0f172a 0%, #1e3a8a 100%);
}
.cv2-chat-header__title {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #ffffff;
}
.cv2-chat-close {
    background: rgba(255,255,255,0.15);
    border: none;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    transition: background 0.2s;
}
.cv2-chat-close:hover { background: rgba(255,255,255,0.3); }
.cv2-chat-body {
    padding: 16px 16px 8px;
}
.cv2-chat-msg {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.cv2-chat-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #dbeafe;
    color: #1d4ed8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cv2-chat-bubble {
    background: #f1f5f9;
    border-radius: 0 12px 12px 12px;
    padding: 10px 13px;
    font-size: 0.82rem;
    color: #334155;
    line-height: 1.55;
}
.cv2-chat-suggestions {
    padding: 8px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.cv2-chat-sugg {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    font-family: "Sora", sans-serif;
}
.cv2-chat-sugg:hover {
    background: #dbeafe;
    border-color: #bfdbfe;
    color: #1d4ed8;
}
@media (max-width: 400px) {
    .cv2-chat-widget { width: calc(100vw - 32px); right: 16px; bottom: 80px; }
    .cv2-chat-launcher { right: 16px; bottom: 16px; }
}

/* ============================================================
   17. MOBILE FIXES CONSOLIDADOS — contratos v2
   ============================================================ */

/* === PROMO BAR mobile === */
@media (max-width: 768px) {
    .cv2-promo-bar { padding: 8px 12px; }
    .cv2-promo-bar__inner { gap: 8px; flex-wrap: nowrap; justify-content: flex-start; }
    .cv2-promo-bar__badge { display: none; }
    .cv2-promo-bar__text { font-size: 0.75rem; }
    .cv2-promo-bar__cta { display: none; }
}

/* === HERO mobile === */
@media (max-width: 768px) {
    .cv2-hero {
        padding: calc(80px + var(--promo-bar-h, 36px)) 16px 48px;
    }
    .cv2-hero__inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 0;
    }
    .cv2-hero__visual { display: none; }
    .cv2-hero__h1 { font-size: clamp(1.6rem, 6vw, 2.2rem); }
    .cv2-hero__subtitle { font-size: 0.95rem; }
    .cv2-hero__ctas {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 10px;
    }
    .cv2-hero__cta-primary,
    .cv2-hero__cta-secondary {
        flex: 1 1 auto;
        justify-content: center;
        text-align: center;
        font-size: 0.82rem;
        padding: 11px 16px;
        white-space: normal;
    }
    .cv2-hero__metrics {
        gap: 12px;
        flex-wrap: wrap;
    }
    .cv2-hero__metric-divider { display: none; }
    .cv2-hero__metric { flex: 0 0 calc(50% - 6px); }
    .cv2-hero__trust { flex-direction: column; align-items: flex-start; gap: 8px; }
    .cv2-hero__trust-text br { display: none; }
    .cv2-hero__anchor-link { font-size: 0.85rem; }
}

@media (max-width: 480px) {
    .cv2-hero { padding: calc(72px + var(--promo-bar-h, 36px)) 16px 40px; }
    .cv2-hero__cta-primary,
    .cv2-hero__cta-secondary {
        width: 100%;
        flex: 1 1 100%;
    }
    .cv2-hero__metric { flex: 0 0 100%; text-align: center; }
    .cv2-hero__metric-value { font-size: 1.5rem; }
}

/* === TRUST BAR mobile === */
@media (max-width: 768px) {
    .cont-trust { padding: 48px 16px; }
    .cont-trust__inner {
        flex-direction: column;
        gap: 24px;
        padding: 0;
        align-items: center;
    }
    .cont-trust__stats {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
    .cont-trust__stat { flex: 0 0 calc(50% - 8px); text-align: center; }
    .cont-trust__divider { display: none; }
    .cont-trust__logos { flex-wrap: wrap; justify-content: center; gap: 10px; }
    .cont-trust__logo-item { padding: 10px 16px; }
    .cont-trust__logo-item img { height: 22px; }
}

/* === DOBRA IA mobile === */
@media (max-width: 768px) {
    .cv2-ia { padding: 48px 16px; }
    .cv2-ia__inner { padding: 0; }
    .cv2-ia__h2 { font-size: 1.4rem; }
    .cv2-ia__tabs { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; -webkit-overflow-scrolling: touch; }
    .cv2-ia__tab { flex-shrink: 0; font-size: 0.78rem; padding: 8px 12px; }
    .cv2-ia__panel.active { grid-template-columns: 1fr; gap: 20px; }
    .cv2-ia__panel-img { order: -1; border-radius: 10px; }
    .cv2-ia__cta { width: 100%; justify-content: center; }
}

/* === CARDS CICLO DE VIDA mobile === */
@media (max-width: 768px) {
    .cv2-segmentos { padding: 48px 16px; }
    .cv2-segmentos__inner { padding: 0; }
    .cv2-segmentos__h2 { font-size: 1.4rem; }
    .cv2-segmentos__grid { grid-template-columns: 1fr; gap: 12px; }
    .cv2-segmentos__card { padding: 18px 16px; }
}

/* === O JEITO PROJURIS mobile === */
@media (max-width: 768px) {
    .d2cont-section { padding: 48px 16px; }
    .d2cont-inner--split {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
        padding: 0;
        gap: 24px;
    }
    .d2cont-visual--right { display: none !important; }
    .d2cont-h2 { font-size: 1.4rem; }
    .d2cont-h3 { font-size: 1.05rem; }
    .d2cont-items { gap: 10px; }
    .d2cont-cta { width: 100%; text-align: center; justify-content: center; }
    .d2cont-metrics { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

/* === RESULTADOS mobile === */
@media (max-width: 768px) {
    .cv2-res { padding: 48px 16px; }
    .cv2-res__inner { grid-template-columns: 1fr; gap: 32px; padding: 0; }
    .cv2-res__h2 { font-size: 1.4rem; }
    .cv2-res__panel { max-width: 100%; }
    .cv2-res__metric-val { font-size: 2rem; }
    .cv2-res__logos-row { gap: 12px; flex-wrap: wrap; justify-content: center; }
    .cv2-res__logos-row img { height: 20px; }
}

/* === DEPOIMENTOS mobile === */
@media (max-width: 768px) {
    .cv2-depoi { padding: 48px 16px; }
    .cv2-depoi__inner { padding: 0; }
    .cv2-depoi__h2 { font-size: 1.4rem; }
    .cv2-depoi__grid { grid-template-columns: 1fr; max-width: 100%; }
    .cv2-depoi__thumb { height: 140px; }
    .cv2-depoi__card { padding: 20px; }
}

/* === ANTES E DEPOIS mobile === */
@media (max-width: 768px) {
    .cv2-versus { padding: 48px 16px; }
    .cv2-versus__inner { padding: 0; }
    .cv2-versus__h2 { font-size: 1.3rem; }
    .cv2-versus__grid { grid-template-columns: 1fr; gap: 12px; }
    .cv2-versus__divider { flex-direction: row; height: auto; padding: 0; }
    .cv2-versus__divider-line { flex: 1; height: 1px; min-height: unset; width: auto; }
    .cv2-versus__list li { padding: 12px 14px; gap: 10px; }
    .cv2-versus__list li strong { font-size: 0.82rem; }
    .cv2-versus__list li p { font-size: 0.76rem; }
    .cv2-versus__cta { width: 100%; justify-content: center; }
}

/* === FAQ mobile === */
@media (max-width: 768px) {
    .cv2-faq { padding: 48px 16px; }
    .cv2-faq__inner { padding: 0; }
    .cv2-faq__h2 { font-size: 1.4rem; }
    .cv2-faq__q { font-size: 0.88rem; padding: 16px; }
    .cv2-faq__a { padding: 0 16px 16px; }
    .cv2-faq__a p { font-size: 0.84rem; }
}

/* === CTA FINAL mobile === */
@media (max-width: 768px) {
    .cv2-cta-final { padding: 56px 16px; }
    .cv2-cta-final__h2 { font-size: 1.4rem; }
    .cv2-cta-final__actions { flex-direction: column; width: 100%; }
    .cv2-cta-final__btn { width: 100%; justify-content: center; }
}

/* === WIDGETS DASHBOARD mobile === */
@media (max-width: 768px) {
    .cv2-widgets { padding: 48px 16px; }
    .cv2-widgets__inner { padding: 0; }
    .cv2-widgets__h2 { font-size: 1.4rem; }
    .cv2-widgets__grid { grid-template-columns: 1fr; gap: 16px; }
    .cv2-widget-card {
        flex-direction: column;
        padding: 20px 16px;
        gap: 16px;
    }
    .cv2-widget-card__chart {
        width: 100%;
        align-items: center;
    }
    /* Pizza — centralizar e aumentar */
    .cv2-pie { width: 80px; height: 80px; }
    .cv2-pie__legend { flex-direction: row; flex-wrap: wrap; gap: 6px 14px; justify-content: center; }
    /* Barras horizontais — ocupar largura total */
    .cv2-hbars { width: 100%; }
    .cv2-hbar__label { font-size: 0.72rem; }
    /* Barras verticais — ocupar largura total */
    .cv2-vbars { width: 100%; }
    .cv2-vbars__bars { height: 70px; }
    /* Lista de eventos — ocupar largura total */
    .cv2-evlist { width: 100%; font-size: 0.7rem; }
    .cv2-evlist__head span,
    .cv2-evlist__name { font-size: 0.66rem; }
    .cv2-evlist__date,
    .cv2-evlist__tag { font-size: 0.63rem; }
    .cv2-widget-card__btn { width: 100%; justify-content: center; }
}

/* === MODAL mobile === */
@media (max-width: 640px) {
    .cv2-modal {
        top: 50%;
        transform: translate(-50%, -50%) scale(1);
        width: calc(100vw - 24px);
        max-height: 90vh;
        overflow-y: auto;
    }
    .cv2-modal.active {
        transform: translate(-50%, -50%) scale(1);
    }
    .cv2-modal__inner { grid-template-columns: 1fr; }
    .cv2-modal__left { display: none; }
    .cv2-modal__right { padding: 24px 16px; }
    .cv2-modal__title { font-size: 1.1rem; }
}
