/* ── Paleta Varejo 360 ── */
:root {
  --color-primary: #0075B3; /* azul V360 */
  --color-accent: #F29200; /* laranja V360 */
  --color-green: #13A538; /* verde V360 */
  --color-primary-dark: #005a8a;
  --color-bg: #f4f8fb;
  --color-text: #1a2533;
  --color-muted: #5a6e80;
  --color-border: #d6e4ef;
}

/* Botões */
.btn-primary {
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.btn-primary:hover {
  background: var(--color-primary-dark) !important;
  border-color: var(--color-primary-dark) !important;
}
.btn-submit {
  background: var(--color-primary) !important;
}
.btn-submit:hover {
  background: var(--color-primary-dark) !important;
}

/* Topbar / header */
.topbar {
  background: #fff !important;
  border-bottom: none !important;
  box-shadow: 0 1px 12px rgba(0, 0, 0, .06) !important;
  padding: 0 !important;
  position: sticky;
  top: 0;
  z-index: 100;
}
.topbar .topbar-grid {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 64px;
}
.topbar .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.topbar .brand img,
.brand-logo {
  height: 40px !important;
  width: auto !important;
}
.topbar .brand-name {
  color: var(--color-primary);
  font-family: "Sora", "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.18rem;
  letter-spacing: .01em;
  line-height: 1;
}
.topbar .top-nav {
  display: flex !important;
  gap: 8px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.topbar .top-nav a {
  font-size: .85rem !important;
  font-weight: 500 !important;
  color: var(--color-text) !important;
  text-decoration: none !important;
  padding: 8px 14px !important;
  border-radius: 6px !important;
  transition: background .15s, color .15s !important;
}
.topbar .top-nav a:hover {
  background: var(--color-bg) !important;
  color: var(--color-primary) !important;
}
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 10px;
  background: var(--color-primary);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}
.nav-toggle:focus-visible {
  outline: 3px solid rgba(0, 117, 179, .25);
  outline-offset: 2px;
}
.topbar .btn-primary {
  font-size: .85rem !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

/* Kickers e destaques de acento */
.section-kicker,
.eyebrow {
  color: var(--color-accent) !important;
}

/* Step numbers e ícones primários */
.step {
  color: var(--color-accent) !important;
}

/* Logo grande no hero */
.hero-logo {
  height: 120px;
  width: auto;
  display: block;
  margin: 0;
  border: none;
  border-radius: 0;
}

/* ── Overrides e extensões para a LP CMI ── */

/* Hero two-column: copy + form */
.hero-cmi {
  background: #fff;
  padding: 80px 0 0;
}
.hero-cmi .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 768px) {
  .hero-cmi .hero-grid {
    grid-template-columns: 1fr;
  }
}

/* Hero description maior */
.hero-description {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #475569;
  margin: 0 0 24px;
}

/* Highlights strip */
.highlights-section {
  background: var(--color-primary);
  padding: 64px 0;
  margin-top: 0;
}
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
@media (max-width: 768px) {
  .highlights-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .highlights-section {
    padding: 64px 0;
  }
}
.highlight-item {
  padding: 40px 36px;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}
.highlight-item:last-child {
  border-right: none;
}
.highlight-item::before {
  display: none;
}
.highlight-num {
  font-size: 5rem;
  line-height: 1;
  color: #fff;
  opacity: .06;
  position: absolute;
  bottom: 8px;
  right: 20px;
  pointer-events: none;
  user-select: none;
}
.highlight-item strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.highlight-item p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, .72);
  margin: 0;
  line-height: 1.65;
}

/* Destaque laranja inline */
.hl-accent {
  font-style: normal;
  color: var(--color-accent);
  font-weight: 600;
}

/* Sublinhado decorativo */
.text-underline-accent {
  text-decoration: underline;
  text-decoration-color: var(--color-accent);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
.hero-highlight {
  font-weight: 800;
  color: #F29200;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, .14) 58%);
  border-radius: 2px;
  padding: 0 2px;
  white-space: nowrap;
}

/* Texto rotativo no H1 — efeito máscara (slot machine) */
.hero-rotating-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 1.15;
  height: 1.15em;
}
.hero-rotating {
  display: inline-block;
  color: var(--color-primary);
  animation: slideMask 3s cubic-bezier(.4, 0, .2, 1) infinite;
}
@keyframes slideMask {
  0% {
    transform: translateY(110%);
  }
  12% {
    transform: translateY(0);
  }
  78% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(-110%);
  }
}

/* Form card inline no hero */
.hero-form-card {
  background: var(--color-bg);
  border: none;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: none;
  position: relative;
}
.hero-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
}
.hero-form-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-text, #1a202c);
}
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* Seção: portfólio de pesquisas */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
}
.portfolio-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px 22px 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: box-shadow .2s, transform .2s;
}
.portfolio-item:hover {
  box-shadow: 0 8px 28px rgba(0, 117, 179, .10);
  transform: translateY(-3px);
}
.portfolio-item .item-icon-wrap {
  width: 44px;
  height: 44px;
  background: #e8f4fc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.portfolio-item i {
  font-size: 1.2rem;
  color: var(--color-primary);
}
.portfolio-item h4 {
  font-size: .95rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--color-text);
}
.portfolio-item p {
  font-size: .83rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}
/* Selo verificado */
.verified-seal {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--color-green);
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 4px 12px 4px 8px;
  border-radius: 999px;
  vertical-align: middle;
  margin-left: 12px;
  line-height: 1;
}
.verified-seal svg {
  width: 16px;
  height: 16px;
}
/* Seção: consumidor verificado */
.verified-concept-wrap {
  margin-top: 0;
  display: flex;
  justify-content: center;
}
#consumidor-verificado {
  padding-top: 6px;
}
.verified-concept-card {
  position: relative;
  background: linear-gradient(135deg, #0a4d74 0%, #0075b3 52%, #1393d1 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  padding: 34px 34px 30px;
  max-width: none;
  width: 100%;
  box-shadow: 0 16px 40px rgba(0, 57, 92, 0.25);
  overflow: hidden;
}
.verified-concept-card::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .28) 0%, rgba(255, 255, 255, 0) 70%);
}
.verified-concept-card::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 146, 0, .30) 0%, rgba(242, 146, 0, 0) 72%);
}
.verified-concept-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.verified-concept-layout {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 24px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.verified-concept-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, .92);
  max-width: none;
  position: relative;
  z-index: 1;
}
.verified-check-panel {
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 14px;
  min-height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  justify-self: stretch;
}
.verified-check-ring {
  width: 122px;
  height: 122px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 35% 30%, #36dd80 0%, #1ecf6f 55%, #13a538 100%);
  border: 3px solid rgba(255, 255, 255, .55);
  box-shadow: 0 0 0 8px rgba(30, 207, 111, 0.25), 0 16px 30px rgba(0, 0, 0, .24);
  color: #ffffff;
  font-size: 3rem;
}
.verified-concept-card strong {
  color: #fff;
}
@media (max-width: 768px) {
  .verified-concept-layout {
    grid-template-columns: 1fr;
  }
  .verified-concept-card {
    padding: 28px 22px 24px;
    border-radius: 16px;
  }
  .verified-concept-card p {
    font-size: .95rem;
  }
  .verified-check-panel {
    min-height: 142px;
  }
  .verified-check-ring {
    width: 96px;
    height: 96px;
    font-size: 2.4rem;
  }
}

/* Seção: evolução da pesquisa */
.evolution-section {
  background: #f8fafc;
  padding: 80px 0 28px;
}
.evolution-section .section-head {
  max-width: 100%;
}
.evolution-pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .evolution-pillars {
    grid-template-columns: 1fr;
  }
}
.evolution-pillar {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 22px 20px;
  box-shadow: 0 4px 18px rgba(0, 117, 179, 0.06);
}
.pillar-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.evolution-pillar h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 6px;
}
.evolution-pillar p {
  font-size: .92rem;
  color: #64748b;
  margin: 0;
  line-height: 1.55;
}
.evolution-grid {
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .evolution-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .evolution-arrow {
    transform: rotate(90deg);
    margin: 0 auto;
  }
}
.evolution-col {
  border-radius: 16px;
  padding: 32px;
}
.evolution-col--old {
  background: #fff;
  border: 1.5px solid #e2e8f0;
}
.evolution-col--new {
  background: #fff;
  border: 2px solid var(--color-primary);
  box-shadow: 0 4px 24px rgba(0, 117, 179, .10);
}
.evolution-col-label {
  margin-bottom: 20px;
}
.evo-badge {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
}
.evo-badge--old {
  background: #f1f5f9;
  color: #64748b;
}
.evo-badge--new {
  background: var(--color-primary);
  color: #fff;
}
.evolution-quote {
  font-size: 1.05rem;
  font-style: italic;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 16px;
  position: relative;
}
.evolution-quote--new {
  color: var(--color-text);
  font-weight: 500;
}
.quote-mark {
  font-size: 3rem;
  line-height: 0;
  vertical-align: -0.5rem;
  color: #cbd5e1;
  margin-right: 4px;
  font-style: normal;
}
.evolution-col--new .quote-mark {
  color: var(--color-primary);
  opacity: .3;
}
.evolution-col-desc {
  font-size: .88rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}
.evolution-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: var(--color-accent);
}
.evolution-arrow svg {
  width: 40px;
  height: 40px;
}
.evolution-arrow span {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-accent);
}
.evolution-bottom {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.evolution-title {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: var(--color-text);
  margin-bottom: 24px;
  line-height: 1.3;
}
.evolution-body {
  font-size: 1rem;
  color: #475569;
  line-height: 1.75;
  margin-bottom: 16px;
}
.evolution-body:last-child {
  margin-bottom: 0;
}
.evolution-body strong {
  color: var(--color-text);
}

/* Seção: portfólio de soluções V2 */
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: start;
}
@media (max-width: 1024px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .solutions-grid {
    grid-template-columns: 1fr;
  }
}
.solution-card {
  display: flex;
  gap: 16px;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  transition: box-shadow .18s, border-color .18s;
}
.solution-card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 4px 20px rgba(0, 117, 179, .09);
}
.solution-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.solution-body {
  flex: 1;
}
.solution-body h4 {
  font-size: .95rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 6px;
}
.solution-desc {
  font-size: .85rem;
  color: #64748b;
  margin: 0 0 14px;
  line-height: 1.5;
}
.solution-questions {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #f1f5f9;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.solution-questions li {
  font-size: .83rem;
  color: #475569;
  line-height: 1.45;
  padding-left: 14px;
  position: relative;
}
.solution-questions li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-size: .8rem;
}

/* Seção: robustez do painel */
.panel-scale-section {
  background: #fff;
}

.panel-stats-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color-primary);
  border-radius: 16px;
  padding: 40px 48px;
  margin: 48px 0;
  gap: 24px;
}
@media (max-width: 768px) {
  .panel-stats-banner {
    flex-direction: column;
    padding: 32px 24px;
    text-align: center;
  }
  .panel-stat-divider {
    width: 48px;
    height: 1px;
    background: rgba(255, 255, 255, .25);
  }
}
.panel-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  text-align: center;
}
.panel-stat strong {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.panel-stat span {
  font-size: .88rem;
  color: rgba(255, 255, 255, .80);
  line-height: 1.4;
}
.panel-stat-divider {
  width: 1px;
  height: 56px;
  background: rgba(255, 255, 255, .25);
  flex-shrink: 0;
}

.authority-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .authority-grid {
    grid-template-columns: 1fr;
  }
}
.authority-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 22px 20px;
  box-shadow: 0 4px 18px rgba(0, 117, 179, 0.06);
}
.authority-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.authority-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 6px;
}
.authority-card p {
  font-size: .92rem;
  color: #64748b;
  margin: 0;
  line-height: 1.55;
}

/* Compradores verificados conciso */
.cv-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.cv-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  max-width: 180px;
}
.cv-step-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.cv-step p {
  font-size: .85rem;
  color: #475569;
  margin: 0;
  line-height: 1.5;
}
.cv-step-arrow {
  color: #cbd5e1;
  font-size: 1.2rem;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .cv-step-arrow {
    transform: rotate(90deg);
  }
}

/* Seção: clientes / logos */
.clients-block {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 40px 32px;
  margin-top: 28px;
}
.clients-logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
  align-items: center;
  justify-content: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #e2e8f0;
}
.client-logo-placeholder {
  background: #f1f5f9;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  width: 140px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  color: #94a3b8;
  font-weight: 600;
}
.client-logo-item {
  background: transparent;
  border: none;
  border-radius: 0;
  width: auto;
  min-width: 100px;
  max-width: 140px;
  height: 44px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  opacity: .9;
  transition: opacity .2s ease;
}
.client-logo-item:hover {
  opacity: 1;
}
.client-logo-item img {
  max-width: 100%;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: grayscale(100%);
  opacity: .75;
  transition: filter .25s ease, opacity .25s ease;
}
.client-logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.logo-vigor {
  transform: scale(.75);
  transform-origin: center;
}
.logo-camil {
  transform: scale(1.15);
  transform-origin: center;
}
.clients-proof-text {
  margin: 0;
  padding-top: 24px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #475569;
  font-weight: 400;
}
@media (max-width: 768px) {
  .clients-block {
    padding: 28px 20px;
  }
  .clients-logo-grid {
    gap: 24px 28px;
    padding-bottom: 24px;
  }
  .clients-proof-text {
    font-size: 1rem;
    padding-top: 20px;
  }
}

/* Seção: base estatisticamente relevante */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.stat-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 28px 20px;
  text-align: center;
}
.stat-card strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-primary, #1f4fd6);
}
.stat-card span {
  font-size: .85rem;
  color: #64748b;
}

/* Timeline horizontal — ciclo integrado */
.process-cycle-block {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 36px 24px 32px;
  margin-top: 32px;
  position: relative;
}
.process-cycle-block::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 88px;
  width: 60%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #cbd5e1 0, #cbd5e1 6px, transparent 6px, transparent 12px);
  transform: translateX(-50%);
  opacity: .8;
}
@media (max-width: 768px) {
  .process-cycle-block::before {
    display: none;
  }
}
.htimeline {
  display: flex;
  align-items: flex-start;
  gap: 0;
  position: relative;
}
.htimeline-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 8px;
}
.htimeline-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.htimeline-connector {
  position: absolute;
  top: 26px;
  left: calc(50% + 26px);
  width: calc(100% - 26px);
  height: 2px;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-border) 100%);
  z-index: 1;
}
.htimeline-step:last-child .htimeline-connector {
  background: transparent;
}
.htimeline-num {
  font-size: .7rem;
  font-weight: 800;
  color: var(--color-accent);
  margin: 10px 0 2px;
  letter-spacing: .06em;
}
.htimeline-step h4 {
  font-size: .88rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--color-text);
}
.htimeline-step p {
  font-size: .78rem;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.45;
}
.process-cycle-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}
.process-speed-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #f29200 0%, #ffb13b 100%);
  color: #fff;
  border-radius: 999px;
  padding: 10px 20px 10px 14px;
  box-shadow: 0 8px 24px rgba(242, 146, 0, 0.25);
  position: relative;
  overflow: hidden;
}
#como-rodamos .section-head {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#como-rodamos .section-head > p:not(.section-kicker) {
  max-width: none;
  width: 100%;
}
#como-rodamos .section-head h2 {
  max-width: none;
  width: 100%;
}
#pesquisas .section-head,
#base .section-head {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#pesquisas .section-head > p:not(.section-kicker) {
  max-width: none;
  width: 100%;
}
#base .section-head > p:not(.section-kicker) {
  max-width: none;
  width: 100%;
}
.process-speed-pill::before {
  content: "";
  position: absolute;
  top: 0;
  left: -36%;
  width: 28%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-22deg);
}
.process-speed-pill i {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, .35);
  font-size: .8rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.process-speed-pill .speed-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  position: relative;
  z-index: 1;
}
.process-speed-pill .speed-copy span {
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  opacity: .95;
}
.process-speed-pill .speed-copy strong {
  font-size: 1rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .process-cycle-block {
    padding: 24px 16px 24px;
  }
  .htimeline {
    flex-direction: column;
    gap: 28px;
  }
  .htimeline-connector {
    display: none;
  }
  .htimeline-step {
    align-items: flex-start;
    text-align: left;
    flex-direction: row;
    gap: 16px;
    padding: 0;
  }
  .htimeline-step > .htimeline-icon {
    flex-shrink: 0;
  }
  .htimeline-step .htimeline-num {
    order: -1;
    margin: 0 0 4px;
  }
  .process-cycle-footer {
    margin-top: 24px;
    padding-top: 20px;
  }
}

/* CTA final - fundo azul escuro */
.cta-final-section {
  background: var(--color-primary-dark);
  padding: 80px 0;
  margin: 80px 0 0;
}

/* Footer CMI */
.cmi-footer {
  padding: 48px 0 0 !important;
}
.cmi-footer-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 48px;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
@media (max-width: 768px) {
  .cmi-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
}
.cmi-footer-brand img {
  height: 48px;
  width: auto;
  display: block;
}
.cmi-footer-tagline {
  font-size: .8rem;
  margin: 10px 0 0;
  opacity: .6;
  font-style: italic;
}
.cmi-footer-desc p {
  font-size: .92rem;
  line-height: 1.7;
  margin: 0;
  opacity: .8;
}
.cmi-footer-address p {
  font-size: .88rem;
  line-height: 1.7;
  margin: 0 0 8px;
  opacity: .8;
}
.cmi-footer-cnpj {
  font-size: .78rem !important;
  opacity: .5 !important;
}
.cmi-footer .legal-note {
  padding: 16px 0;
  font-size: .78rem;
  opacity: .5;
  border-top: none;
  margin: 0;
}

/* Seção: produto da Varejo 360 */
.v360-strip {
  background: #f8f9fb;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
}
.v360-strip img {
  height: 40px;
  flex-shrink: 0;
}
.v360-strip p {
  margin: 0;
  font-size: .95rem;
  color: #475569;
}
@media (max-width: 600px) {
  .v360-strip {
    flex-direction: column;
    text-align: center;
  }
}

/* Correcoes de layout para mobile */
@media (max-width: 768px) {
  .container {
    width: min(1140px, 94%);
  }

  .topbar .topbar-grid {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 8px !important;
    align-items: center !important;
    padding: 10px 0 !important;
  }

  .topbar nav {
    display: none;
    width: 100%;
    grid-column: 1 / -1;
    background: #fff;
    border: 1px solid rgba(0, 117, 179, .16);
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(3, 32, 58, .12);
    padding: 8px;
  }

  .topbar.is-open nav {
    display: block;
  }

  .topbar .brand {
    min-width: 0;
    gap: 8px;
  }
  .topbar .brand-name {
    font-size: 1.05rem;
  }

  .topbar .nav-toggle {
    display: inline-flex;
  }

  .topbar .top-nav {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    gap: 6px !important;
    margin-top: 4px !important;
  }

  .topbar .top-nav a {
    display: block;
    text-align: left;
    padding: 12px 12px !important;
    font-size: .9rem !important;
    font-weight: 800 !important;
    letter-spacing: .01em;
    line-height: 1.25 !important;
    word-break: break-word;
    color: #0b3150 !important;
    background: linear-gradient(180deg, #f7fbff 0%, #edf6ff 100%);
    border: 1px solid #cfe3f5;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
  }

  .topbar .top-nav a:hover,
  .topbar .top-nav a:focus-visible {
    color: #fff !important;
    background: linear-gradient(180deg, #0075b3 0%, #005a8a 100%) !important;
    border-color: #005a8a;
  }

  .topbar .btn-primary {
    display: none !important;
  }

  .hero-cmi {
    padding: 40px 0 0;
  }

  .hero-logo {
    height: 86px;
    margin-bottom: 20px;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-rotating-wrap {
    display: block;
    height: auto;
    overflow: visible;
    margin-top: 6px;
  }

  .hero-rotating {
    display: inline;
    animation: none !important;
  }

  .hero-form-card {
    padding: 24px 16px;
  }

  .highlight-item {
    padding: 28px 18px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .highlight-item:last-child {
    border-bottom: none;
  }

  .highlight-num {
    font-size: 3.2rem;
    right: 12px;
  }

  .evolution-pillar,
  .solution-card,
  .authority-card {
    flex-direction: column;
    gap: 12px;
  }

  .clients-logo-grid {
    justify-content: center;
  }

  .v360-strip {
    padding: 24px 18px;
  }

  .cta-final-section {
    padding: 56px 0;
    margin: 56px 0 0;
  }

  .cta-final-section .btn {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 1rem !important;
    padding: 14px 16px !important;
  }

  .mobile-slide-item {
    opacity: 0;
    transform: translateY(26px);
  }

  .mobile-slide-item.is-visible {
    animation: slideInUpMobile .65s cubic-bezier(.22, .61, .36, 1) both;
    animation-delay: var(--slide-delay, 0ms);
  }
}

@media (max-width: 480px) {
  .topbar .top-nav a {
    font-size: .86rem !important;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-rotating,
  .mobile-slide-item.is-visible {
    animation: none !important;
  }

  .mobile-slide-item {
    opacity: 1 !important;
    transform: none !important;
  }
}
