﻿/* ============================================================
   Projuris Acordos — Variante V3
   Esquema de cores baseado em contratos.php
   Fundo claro, azul escuro #1e3a8a, texto #1e293b, Sora
   ============================================================ */

/* ---------- Tokens ---------- */
.v3 { 
  --azul-dark:   #1e3a8a;
  --azul-mid:    #2563eb;
  --azul-light:  #eff6ff;
  --azul-borda:  #bfdbfe;
  --laranja:     #f59e0b;
  --laranja-h:   #d97706;
  --txt:         #1e293b;
  --txt2:        #292D38;
  --txt-muted:   #64748b;
  --bg:          #f8fafc;
  --bg-white:    #ffffff;
  --borda:       #e2e8f0;
  --radius:      8px;
  --radius-lg:   12px;
  --shadow-sm:   0 2px 8px rgba(0,0,0,.07);
  --shadow-md:   0 4px 15px rgba(0,0,0,.10);
  --shadow-lg:   0 8px 25px rgba(0,0,0,.13);
  --transition:  .2s ease;
  font-family: "Sora", sans-serif;
  color: var(--txt);
  line-height: 1.6;
}

/* ---------- Tipografia ---------- */
.v3 h1 { font-size: clamp(1.75rem, 3.5vw, 2.75rem); font-weight: 700; line-height: 1.2; letter-spacing: -.02em; color: var(--txt); }
.v3 h2 { font-size: clamp(1.3rem, 2.5vw, 1.9rem); font-weight: 700; line-height: 1.25; color: var(--txt2); }
.v3 h3 { font-size: clamp(.95rem, 1.5vw, 1.15rem); font-weight: 700; line-height: 1.3; color: var(--txt); }
.v3 p  { font-size: .97rem; color: var(--txt-muted); line-height: 1.7; }
.v3 strong { color: var(--txt); font-weight: 700; }

.v3 .eyebrow {
  display: inline-block;
  font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--azul-mid); background: var(--azul-light);
  padding: 4px 12px; border-radius: 20px; margin-bottom: 14px;
  border: 1px solid var(--azul-borda);
}
.v3 .eyebrow.laranja {
  color: var(--laranja-h); background: #fffbeb; border-color: #fde68a;
}

/* ---------- Layout ---------- */
.v3 .v3-centraliza { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.v3 section { padding: 80px 0; }

/* ---------- Botões ---------- */
.v3 .btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--azul-dark); color: #fff;
  font-family: "Sora", sans-serif; font-weight: 700; font-size: .88rem;
  padding: 13px 26px; border-radius: var(--radius);
  text-decoration: none; border: none; cursor: pointer;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  white-space: nowrap;
}
.v3 .btn-primary:hover { background: #1e3070; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(30,58,138,.25); }

.v3 .btn-laranja { background: var(--laranja); color: var(--txt); }
.v3 .btn-laranja:hover { background: var(--laranja-h); box-shadow: 0 6px 18px rgba(245,158,11,.3); color: var(--txt); }

.v3 .btn-verde { background: var(--laranja); color: var(--txt); }
.v3 .btn-verde:hover { background: var(--laranja-h); box-shadow: 0 6px 18px rgba(245,158,11,.3); color: var(--txt); }

.v3 .btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--azul-dark);
  font-family: "Sora", sans-serif; font-weight: 700; font-size: .88rem;
  padding: 12px 26px; border-radius: var(--radius);
  text-decoration: none; border: 2px solid var(--azul-dark);
  cursor: pointer; transition: all var(--transition); white-space: nowrap;
}
.v3 .btn-secondary:hover { background: var(--azul-light); }

.v3 .btn-secondary.light {
  color: var(--azul-dark); border-color: var(--azul-dark);
}
.v3 .btn-secondary.light:hover { background: var(--azul-light); }

.v3 .btn-secondary.dark {
  color: rgba(255,255,255,.85); border-color: rgba(255,255,255,.4);
}
.v3 .btn-secondary.dark:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.7); }

/* ============================================================
   SEÇÃO 1 — HERO (claro, como contratos.php)
   ============================================================ */
.v3 .s1-hero {
  background: var(--bg-white);
  padding: calc(110px + var(--promo-bar-h, 0px)) 0 72px;
  border-bottom: 1px solid var(--borda);
}

.v3 .hero-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: center;
}

.v3 .hero-content h1 { color: var(--txt); }
.v3 .hero-content h1 .accent { color: var(--azul-dark); }

.v3 .hero-sub {
  color: var(--txt-muted); font-size: 1rem;
  margin: 16px 0 28px; line-height: 1.7;
}

.v3 .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.v3 .hero-link-jornada {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 18px; font-size: .83rem; font-weight: 600;
  color: var(--txt-muted); text-decoration: none;
  transition: color var(--transition), gap var(--transition);
}
.v3 .hero-link-jornada:hover { color: var(--azul-mid); gap: 10px; }
.v3 .hero-link-jornada svg { transition: transform var(--transition); }
.v3 .hero-link-jornada:hover svg { transform: translateY(3px); }

.v3 .hero-trust {
  margin-top: 32px; display: flex; align-items: center; gap: 12px;
  padding-top: 22px; border-top: 1px solid var(--borda);
}
.v3 .hero-trust-text { font-size: .76rem; color: var(--txt-muted); line-height: 1.4; }
.v3 .hero-trust-avatars { display: flex; }
.v3 .hero-trust-avatars span {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--azul-light); border: 2px solid var(--azul-borda);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; margin-left: -7px;
  color: var(--azul-dark); font-weight: 700;
}
.v3 .hero-trust-avatars span:first-child { margin-left: 0; }

/* Kanban hero */
.v3 .kanban-hero-wrap {
  background: var(--bg);
  border: 1.5px solid var(--borda);
  border-radius: var(--radius-lg);
  padding: 18px;
  box-shadow: var(--shadow-md);
}
.v3 .kanban-hero-header {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 14px; padding-bottom: 12px;
  border-bottom: 1px solid var(--borda);
}
.v3 .kanban-hero-header .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--azul-mid); }
.v3 .kanban-hero-header span { font-size: .76rem; color: var(--txt-muted); font-weight: 600; }
.v3 .kanban-hero-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.v3 .kh-col-title { font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--txt-muted); margin-bottom: 7px; }
.v3 .kh-card {
  background: var(--bg-white); border: 1.5px solid var(--borda);
  border-radius: 6px; padding: 9px 11px; margin-bottom: 7px;
  box-shadow: var(--shadow-sm); transition: all var(--transition);
}
.v3 .kh-card:hover { border-color: var(--azul-borda); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.v3 .kh-card-id { font-size: .62rem; color: var(--txt-muted); margin-bottom: 3px; }
.v3 .kh-card-text { font-size: .74rem; font-weight: 600; color: var(--txt); }
.v3 .kh-card-badge {
  display: inline-block; margin-top: 5px; font-size: .58rem; font-weight: 700;
  padding: 2px 7px; border-radius: 20px;
  background: #dcfce7; color: #15803d;
}
.v3 .kh-card-badge.orange { background: #fef3c7; color: #92400e; }
.v3 .kh-card-badge.blue   { background: var(--azul-light); color: var(--azul-dark); }
.v3 .kh-moving-card { animation: khSlide 3s ease-in-out infinite; }
@keyframes khSlide {
  0%,100% { transform: translateX(0); }
  50%      { transform: translateX(4px); }
}

/* ============================================================
   SEÇÃO 2 — 4 BLOCOS
   ============================================================ */
.v3 .s2-blocos { background: var(--bg); }
.v3 .s2-header { text-align: center; margin-bottom: 48px; }
.v3 .s2-header p { margin-top: 10px; max-width: 540px; margin-inline: auto; }

.v3 .blocos-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.v3 .bloco-card {
  background: var(--bg-white); border: 1.5px solid var(--borda);
  border-radius: var(--radius-lg); padding: 28px 22px;
  cursor: pointer; transition: all var(--transition);
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column; gap: 13px;
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.v3 .bloco-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--azul-dark);
  transform: scaleX(0); transition: transform var(--transition); transform-origin: left;
}
.v3 .bloco-card:hover { border-color: var(--azul-borda); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.v3 .bloco-card:hover::after { transform: scaleX(1); }
.v3 .bloco-card.destaque { border-left: 4px solid var(--azul-dark); border-radius: var(--radius-lg); }
.v3 .bloco-card.destaque::after { transform: scaleX(1); }

.v3 .bloco-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--azul-light); display: flex;
  align-items: center; justify-content: center;
  color: var(--azul-dark); flex-shrink: 0;
}
.v3 .bloco-card.verde-icon .bloco-icon { background: #fef3c7; color: var(--laranja-h); }

.v3 .bloco-badge {
  display: inline-block; font-size: .62rem; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 20px;
  background: var(--azul-light); color: var(--azul-dark); width: fit-content;
}
.v3 .bloco-card h3 { color: var(--txt); font-size: 1.02rem; }
.v3 .bloco-card p  { font-size: .87rem; line-height: 1.6; }
.v3 .bloco-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; }
.v3 .bloco-tag {
  font-size: .67rem; font-weight: 600; padding: 2px 8px; border-radius: 20px;
  background: var(--bg); color: var(--txt-muted); border: 1px solid var(--borda);
}

/* ============================================================
   SEÇÃO 3 — PERSONAS
   ============================================================ */
.v3 .s3-personas { background: var(--bg-white); }
.v3 .s3-header { text-align: center; margin-bottom: 48px; }
.v3 .personas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

.v3 .persona-card {
  border: 1.5px solid var(--borda); border-radius: var(--radius-lg);
  padding: 36px 30px; background: var(--bg-white);
  transition: all var(--transition); box-shadow: var(--shadow-sm);
}
.v3 .persona-card:hover { border-color: var(--azul-borda); box-shadow: var(--shadow-lg); }
.v3 .persona-card.azul  { border-top: 4px solid var(--azul-dark); }
.v3 .persona-card.verde { border-top: 4px solid var(--laranja); }

.v3 .persona-icon-wrap {
  width: 46px; height: 46px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.v3 .persona-card.azul .persona-icon-wrap  { background: var(--azul-dark); color: white; }
.v3 .persona-card.verde .persona-icon-wrap { background: var(--laranja); color: white; }

.v3 .persona-label {
  font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 7px; display: block;
}
.v3 .persona-card.azul .persona-label  { color: var(--azul-dark); }
.v3 .persona-card.verde .persona-label { color: var(--laranja-h); }

.v3 .persona-card h3 { color: var(--txt); margin-bottom: 10px; }

.v3 .persona-quote {
  font-size: .92rem; font-style: italic; font-weight: 600;
  border-left: 3px solid; padding-left: 14px; margin: 18px 0; line-height: 1.5; color: var(--txt);
}
.v3 .persona-card.azul .persona-quote  { border-color: var(--azul-dark); }
.v3 .persona-card.verde .persona-quote { border-color: var(--laranja); }

.v3 .persona-list { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-top: 14px; }
.v3 .persona-list li { display: flex; align-items: flex-start; gap: 9px; font-size: .87rem; color: var(--txt); }
.v3 .persona-list li::before {
  content: ''; width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
}

/* ============================================================
   SEÇÃO 4 — JORNADA KANBAN (claro, alinhado a contratos.php)
   ============================================================ */
.v3 .s4-jornada {
  background: var(--bg);
  position: relative; overflow: hidden;
}

.v3 .s4-header { text-align: center; margin-bottom: 48px; position: relative; z-index: 1; }
.v3 .s4-header h2 { color: var(--txt2); }
.v3 .s4-header p { color: var(--txt-muted); max-width: 520px; margin-inline: auto; margin-top: 10px; }

.v3 .jornada-timeline {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 0 8px; align-items: start; margin-bottom: 32px;
}

.v3 .jornada-step {
  position: relative; cursor: pointer;
  display: flex; flex-direction: column; align-items: center;
}
.v3 .jornada-step:not(:last-child)::after {
  content: ''; display: block; width: 0; height: 0;
  border-left: 6px solid transparent; border-right: 6px solid transparent;
  border-top: 8px solid var(--borda);
  margin-top: 7px; flex-shrink: 0; transition: border-top-color var(--transition);
}
.v3 .jornada-step:not(:last-child):hover::after,
.v3 .jornada-step:not(:last-child).active::after { border-top-color: var(--azul-dark); }

.v3 .jornada-step-inner {
  background: var(--bg-white); border: 1.5px solid var(--borda);
  border-radius: var(--radius); padding: 18px 12px; text-align: center;
  transition: all var(--transition); width: 100%;
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.v3 .jornada-step-inner::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--azul-dark);
  transform: scaleX(0); transition: transform .25s ease; transform-origin: center;
}
.v3 .jornada-step:hover .jornada-step-inner {
  border-color: var(--azul-borda);
  transform: translateY(-3px); box-shadow: var(--shadow-md);
}
.v3 .jornada-step.active .jornada-step-inner {
  border-color: var(--azul-dark);
  background: var(--azul-light);
  transform: translateY(-3px); box-shadow: 0 6px 20px rgba(30,58,138,.12);
}
.v3 .jornada-step.active .jornada-step-inner::after { transform: scaleX(1); }

.v3 .step-num {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--bg); border: 1.5px solid var(--borda);
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem; font-weight: 800; color: var(--txt-muted);
  transition: all var(--transition); flex-shrink: 0;
}
.v3 .jornada-step:hover .step-num,
.v3 .jornada-step.active .step-num { background: var(--azul-dark); border-color: var(--azul-dark); color: white; }

.v3 .step-icon { color: var(--txt-muted); transition: color var(--transition); }
.v3 .jornada-step:hover .step-icon,
.v3 .jornada-step.active .step-icon { color: var(--azul-dark); }

.v3 .step-title { font-size: .73rem; font-weight: 700; color: var(--txt-muted); line-height: 1.3; }
.v3 .jornada-step.active .step-title { color: var(--azul-dark); }

.v3 .step-active-dot {
  display: none; width: 7px; height: 7px; border-radius: 50%; background: var(--azul-mid);
  animation: stepPulse 1.4s ease-in-out infinite; flex-shrink: 0;
}
.v3 .jornada-step.active .step-active-dot { display: block; }
@keyframes stepPulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(37,99,235,.5); }
  50%      { box-shadow: 0 0 0 5px rgba(37,99,235,0); }
}

.v3 .jornada-detail-panel {
  background: var(--bg-white); border: 1.5px solid var(--azul-borda);
  border-radius: var(--radius-lg); padding: 30px 34px;
  position: relative; z-index: 1; display: none;
  animation: fadeInUp .22s ease;
  box-shadow: var(--shadow-md);
}
.v3 .jornada-detail-panel.visible { display: block; }
@keyframes fadeInUp { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }

.v3 .jdp-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.v3 .jdp-num { font-size: 3.2rem; font-weight: 900; color: var(--azul-borda); line-height: 1; margin-bottom: 4px; }
.v3 .jdp-title { font-size: 1.3rem; font-weight: 800; color: var(--txt); margin-bottom: 10px; }
.v3 .jdp-desc { color: var(--txt-muted); font-size: .92rem; line-height: 1.7; }
.v3 .jdp-highlight {
  display: inline-block; margin-top: 14px;
  background: var(--azul-light); color: var(--azul-dark);
  border: 1px solid var(--azul-borda);
  border-radius: 6px; padding: 8px 14px; font-size: .82rem; font-weight: 600;
}
.v3 .jdp-visual {
  background: var(--bg); border: 1.5px solid var(--borda);
  border-radius: var(--radius); padding: 18px; min-height: 155px;
  display: flex; align-items: center; justify-content: center;
}

.v3 .jornada-dashboard-teaser { position: relative; z-index: 1; margin-top: 38px; text-align: center; }
.v3 .jdt-label { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--txt-muted); margin-bottom: 7px; }
.v3 .jdt-arrow { font-size: 1.3rem; color: var(--borda); animation: bounce 2s infinite; }
@keyframes bounce { 0%,100% { transform:translateY(0); } 50% { transform:translateY(5px); } }

/* ============================================================
   SEÇÃO 5 — DASHBOARD
   ============================================================ */
.v3 .s5-dashboard { background: var(--bg-white); }
.v3 .dashboard-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.v3 .dashboard-content h2 { color: var(--txt2); max-width: 500px; }
.v3 .dashboard-content p { margin-top: 12px; }

.v3 .dash-quote {
  background: var(--azul-light); border-left: 4px solid var(--azul-dark);
  border-radius: 0 var(--radius) var(--radius) 0; padding: 16px 20px; margin: 22px 0;
}
.v3 .dash-quote p { font-size: .9rem; font-style: italic; color: var(--txt); font-weight: 600; }
.v3 .dash-quote .dq-source { font-size: .72rem; color: var(--txt-muted); font-style: normal; font-weight: 400; margin-top: 5px; }

.v3 .dash-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.v3 .dash-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .87rem; color: var(--txt); }
.v3 .dl-icon { width: 24px; height: 24px; border-radius: 6px; background: var(--azul-light); display: flex; align-items: center; justify-content: center; color: var(--azul-dark); flex-shrink: 0; }

.v3 .dashboard-mockup { background: var(--bg-white); border: 1.5px solid var(--borda); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; }
.v3 .dm-topbar { background: linear-gradient(90deg, #0f172a 0%, #1e3a8a 100%); padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; }
.v3 .dm-topbar-title { color: white; font-size: .76rem; font-weight: 700; }
.v3 .dm-topbar-date  { color: rgba(255,255,255,.4); font-size: .68rem; }
.v3 .dm-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--borda); border-bottom: 1px solid var(--borda); }
.v3 .dm-stat { background: var(--bg-white); padding: 13px 10px; text-align: center; }
.v3 .dm-stat-val { font-size: 1.15rem; font-weight: 800; color: var(--txt); }
.v3 .dm-stat-lbl  { font-size: .6rem; color: var(--txt-muted); margin-top: 2px; }
.v3 .dm-stat-delta { font-size: .6rem; color: #15803d; font-weight: 700; }
.v3 .dm-body { padding: 12px; }
.v3 .dm-table { width: 100%; border-collapse: collapse; }
.v3 .dm-table thead th { text-align: left; padding: 5px 7px; font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--txt-muted); border-bottom: 1px solid var(--borda); }
.v3 .dm-table tbody tr { border-bottom: 1px solid var(--bg); }
.v3 .dm-table tbody tr:last-child { border-bottom: none; }
.v3 .dm-table tbody td { padding: 6px 7px; color: var(--txt); font-size: .72rem; }
.v3 .status-pill { display: inline-block; padding: 2px 8px; border-radius: 20px; font-size: .59rem; font-weight: 700; }
.v3 .sp-verde   { background: #dcfce7; color: #15803d; }
.v3 .sp-laranja { background: #fef3c7; color: #92400e; }
.v3 .sp-azul    { background: var(--azul-light); color: var(--azul-dark); }
.v3 .sp-cinza   { background: var(--bg); color: var(--txt-muted); }
.v3 .dm-footer-note { font-size: .67rem; color: var(--txt-muted); text-align: center; padding: 8px 12px; border-top: 1px solid var(--borda); font-style: italic; }

/* ============================================================
   SEÇÃO 6 — NÚMEROS
   ============================================================ */
.v3 .s6-numeros { background: var(--bg); }
.v3 .s6-header { text-align: center; margin-bottom: 48px; }

.v3 .numeros-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.v3 .numero-card {
  border-radius: var(--radius-lg); padding: 36px 26px; text-align: center;
  transition: transform var(--transition), box-shadow var(--transition);
}
.v3 .numero-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.v3 .numero-card.azul-card  { background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%); }
.v3 .numero-card.verde-card { background: var(--laranja); }
.v3 .numero-card.gray-card  { background: var(--bg-white); border: 1.5px solid var(--borda); box-shadow: var(--shadow-sm); }

.v3 .nc-big { font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 900; line-height: 1; margin-bottom: 8px; }
.v3 .numero-card.azul-card .nc-big  { color: white; }
.v3 .numero-card.verde-card .nc-big { color: var(--txt); }
.v3 .numero-card.gray-card .nc-big  { color: var(--azul-dark); }
.v3 .nc-sub { font-size: .83rem; line-height: 1.5; }
.v3 .numero-card.azul-card .nc-sub  { color: rgba(255,255,255,.65); }
.v3 .numero-card.verde-card .nc-sub { color: rgba(30,41,59,.7); }
.v3 .numero-card.gray-card .nc-sub  { color: var(--txt-muted); }
.v3 .nc-arrow { font-size: 1.2rem; margin-bottom: 6px; }

.v3 .etapas-compare {
  margin-top: 48px; background: var(--bg-white); border: 1.5px solid var(--borda);
  border-radius: var(--radius-lg); padding: 36px 40px;
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center;
  box-shadow: var(--shadow-sm);
}
.v3 .ec-col h4 { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.v3 .ec-col.sem h4 { color: #dc2626; }
.v3 .ec-col.com h4 { color: var(--azul-dark); }
.v3 .ec-steps { display: flex; flex-direction: column; gap: 6px; }
.v3 .ec-step { display: flex; align-items: center; gap: 8px; font-size: .82rem; padding: 7px 11px; border-radius: 6px; font-weight: 500; }
.v3 .ec-col.sem .ec-step { background: #fef2f2; color: #991b1b; }
.v3 .ec-col.com .ec-step { background: var(--azul-light); color: var(--azul-dark); }
.v3 .ec-step-num { width: 19px; height: 19px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .63rem; font-weight: 800; flex-shrink: 0; }
.v3 .ec-col.sem .ec-step-num { background: #fecaca; color: #991b1b; }
.v3 .ec-col.com .ec-step-num { background: var(--azul-borda); color: var(--azul-dark); }
.v3 .ec-divider { text-align: center; color: var(--borda); }
.v3 .ec-divider span { display: block; font-size: .66rem; font-weight: 700; color: var(--txt-muted); letter-spacing: .08em; text-transform: uppercase; margin-top: 5px; }

/* ============================================================
   SEÇÃO 7 — DEPOIMENTOS
   ============================================================ */
.v3 .s7-depoimentos { background: var(--bg-white); }
.v3 .s7-header { text-align: center; margin-bottom: 46px; }
.v3 .depo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.v3 .depo-card {
  background: var(--bg-white); border: 1.5px solid var(--borda);
  border-radius: var(--radius-lg); padding: 26px;
  transition: all var(--transition); box-shadow: var(--shadow-sm);
}
.v3 .depo-card:hover { border-color: var(--azul-borda); box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.v3 .depo-video-placeholder {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  border-radius: var(--radius); aspect-ratio: 16/9;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; cursor: pointer; position: relative; overflow: hidden;
}
.v3 .play-btn { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center; transition: transform var(--transition); }
.v3 .depo-video-placeholder:hover .play-btn { transform: scale(1.08); }
.v3 .play-btn svg { color: #0f172a; }
.v3 .video-label { position: absolute; bottom: 6px; left: 6px; font-size: .6rem; background: rgba(0,0,0,.5); color: white; padding: 2px 7px; border-radius: 4px; }
.v3 .depo-quote { font-size: .88rem; line-height: 1.65; color: var(--txt); font-style: italic; margin-bottom: 16px; }
.v3 .depo-quote::before { content: '\201C'; font-size: 1.3rem; color: var(--azul-mid); font-style: normal; line-height: 0; vertical-align: -4px; margin-right: 2px; }
.v3 .depo-author { display: flex; align-items: center; gap: 10px; }
.v3 .depo-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--azul-dark); display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: .8rem; flex-shrink: 0; }
.v3 .depo-name { font-size: .83rem; font-weight: 700; color: var(--txt); }
.v3 .depo-role { font-size: .72rem; color: var(--txt-muted); }

/* ============================================================
   SEÇÃO 8 — DEMO GUIADA
   ============================================================ */
.v3 .s8-demo { background: var(--bg); }
.v3 .s8-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.v3 .s8-content h2 { color: var(--txt2); margin-bottom: 12px; }
.v3 .s8-cta-group { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.v3 .demo-video-wrap {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  border-radius: var(--radius-lg); aspect-ratio: 16/9;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,.15); cursor: pointer;
}
.v3 .demo-play-btn { width: 60px; height: 60px; border-radius: 50%; background: rgba(255,255,255,.95); display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; transition: transform var(--transition), box-shadow var(--transition); box-shadow: 0 4px 20px rgba(0,0,0,.2); }
.v3 .demo-video-wrap:hover .demo-play-btn { transform: scale(1.07); }
.v3 .demo-play-btn svg { color: #0f172a; }
.v3 .demo-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px; background: linear-gradient(transparent, rgba(0,0,0,.5)); z-index: 1; color: white; font-size: .78rem; font-weight: 600; }

/* ============================================================
   SEÇÃO 9 — CTA FINAL (azul escuro como footer da contratos.php)
   ============================================================ */
.v3 .s9-cta-final {
  background: linear-gradient(90deg, #0f172a 0%, #1e3a8a 100%);
  padding: 80px 0; text-align: center; position: relative; overflow: hidden;
}
.v3 .s9-cta-final::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 40% 60% at 50% 100%, rgba(245,158,11,.1) 0%, transparent 65%);
  pointer-events: none;
}
.v3 .s9-inner { position: relative; z-index: 1; }
.v3 .s9-inner h2 { color: white; max-width: 620px; margin-inline: auto; margin-bottom: 12px; }
.v3 .s9-inner p { color: rgba(255,255,255,.52); max-width: 420px; margin-inline: auto; margin-bottom: 30px; }
.v3 .s9-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.v3 .btn-white { background: white; color: var(--txt); }
.v3 .btn-white:hover { background: var(--bg); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(0,0,0,.15); color: var(--txt); }
.v3 .btn-ghost-white { background: transparent; color: rgba(255,255,255,.8); border: 2px solid rgba(255,255,255,.3); }
.v3 .btn-ghost-white:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.v3 .reveal { opacity: 0; transform: translateY(22px); transition: opacity .5s ease, transform .5s ease; }
.v3 .reveal.visible { opacity: 1; transform: translateY(0); }
.v3 .reveal-delay-1 { transition-delay: .1s; }
.v3 .reveal-delay-2 { transition-delay: .2s; }
.v3 .reveal-delay-3 { transition-delay: .3s; }
.v3 .reveal-delay-4 { transition-delay: .4s; }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1024px) {
  .v3 .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .v3 .kanban-hero-wrap { max-width: 520px; margin: 0 auto; }
  .v3 .blocos-grid { grid-template-columns: 1fr 1fr; }
  .v3 .jornada-timeline { grid-template-columns: repeat(3, 1fr); }
  .v3 .dashboard-split { grid-template-columns: 1fr; }
  .v3 .s8-inner { grid-template-columns: 1fr; }
  .v3 .depo-grid { grid-template-columns: 1fr 1fr; }
  .v3 .numeros-grid { grid-template-columns: 1fr 1fr; }
  .v3 .etapas-compare { grid-template-columns: 1fr; gap: 20px; }
  .v3 .personas-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .v3 section { padding: 56px 0; }
  .v3 .blocos-grid { grid-template-columns: 1fr; }
  .v3 .jornada-timeline { grid-template-columns: 1fr 1fr; }
  .v3 .jdp-inner { grid-template-columns: 1fr; }
  .v3 .depo-grid { grid-template-columns: 1fr; }
  .v3 .numeros-grid { grid-template-columns: 1fr; }
  .v3 .kanban-hero-cols { grid-template-columns: 1fr 1fr; }
  .v3 .dm-stats-row { grid-template-columns: repeat(2, 1fr); }
  .v3 .hero-ctas { flex-direction: column; }
  .v3 .s9-ctas { flex-direction: column; align-items: center; }
  .v3 .s8-cta-group { flex-direction: column; }
}
@media (max-width: 480px) {
  .v3 .jornada-timeline { grid-template-columns: 1fr; }
  .v3 .kanban-hero-cols { grid-template-columns: 1fr; }
}
