/* ==========================================================================
   INTER RURAL — Landing page v3
   Design system inspirado em Safebras + Multifilmes. Sem blur. Sem gradient pesado.
   ========================================================================== */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("f012c35c482f73c7_Montserrat-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("b5bab8b36f5446ba_Montserrat-SemiBold.woff2") format("woff2");
}

:root {
  --paper: #f5f0e4;
  --paper-2: #fffaf0;
  --paper-3: #efe7d4;
  --ink: #122119;
  --green-950: #072817;
  --green-900: #0b371f;
  --green-800: #15522f;
  --green-700: #276d43;
  --green-50: #e8f0e9;
  --sand: #d5c493;
  --sand-2: #efe4bd;
  --gold: #e2bb2f;
  --gold-2: #f0cf4a;
  --gold-3: #7c641b;
  --muted: #655f50;
  --line: #e2d7bd;
  --line-2: #d4c8a6;
  --white: #ffffff;
  --danger: #a13c28;
  --danger-soft: #f3dcd6;
  --success: #1f8a3e;
  --success-soft: #d6ebd9;
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 26px;
  --wrap: 1180px;
  --font-display: "Montserrat", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --font-body: "Montserrat", Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

  /* Dot pattern reutilizável: 32×32, ponto 1.4px gold 12% opacity */
  --pattern-dots: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'><circle cx='1.5' cy='1.5' r='1.4' fill='%23e2bb2f' fill-opacity='0.18'/></svg>");
  /* Stripes diagonais 1px verde 6% */
  --pattern-stripes: repeating-linear-gradient(
    -45deg,
    transparent 0 14px,
    rgba(7, 40, 23, 0.06) 14px 15px
  );
  /* Grain noise via SVG */
  --pattern-grain: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.45 0 0 0 0 0.39 0 0 0 0 0.11 0 0 0 0.14 0'/></filter><rect width='160' height='160' filter='url(%23n)'/></svg>");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  border: 0;
}

.wrap {
  width: min(var(--wrap), calc(100% - 44px));
  margin: 0 auto;
}

#modelo,
#numeros,
#solucoes,
#comparativo,
#perfil {
  scroll-margin-top: 96px;
}

/* ========================================================================
   TIPOGRAFIA
   ======================================================================== */

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 800;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--green-950);
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--green-950);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

h4 {
  margin-bottom: 8px;
  font-size: 1.06rem;
  font-weight: 800;
}

/* Marker highlight — estilo Safebras .hi */
.hi {
  position: relative;
  display: inline;
  padding: 0 4px;
  background-image: linear-gradient(180deg, transparent 62%, rgba(226, 187, 47, 0.42) 62%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.hi[data-animate="paint"] {
  background-size: 0% 100%;
  transition: background-size 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) 0.18s;
}

.hi[data-animate="paint"].is-painted {
  background-size: 100% 100%;
}

.hi--gold-strong {
  background-image: linear-gradient(180deg, transparent 60%, rgba(226, 187, 47, 0.85) 60%);
}

.hi--gold-strong.is-painted,
.hi--gold-strong:not([data-animate="paint"]) {
  background-size: 100% 100%;
}

.hero h2,
.solutions h2,
.differentials h2,
.final-cta h2,
.visual-band h2,
.frota h2,
.demanda h2 {
  color: var(--white);
}

p {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.6;
}

/* ========================================================================
   EYEBROW
   ======================================================================== */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--gold-3);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--gold);
}

.eyebrow--light {
  color: var(--gold);
}

/* ========================================================================
   BOTÕES — 3D press shadow (estilo Safebras)
   ======================================================================== */

.btn {
  position: relative;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border-radius: 12px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.96rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:active {
  transform: translateY(2px);
}

.btn--gold {
  color: var(--green-950);
  background: var(--gold);
  box-shadow: 0 6px 0 var(--green-950);
}

.btn--gold:hover {
  background: var(--gold-2);
  box-shadow: 0 8px 0 var(--green-950);
}

.btn--gold:active {
  box-shadow: 0 4px 0 var(--green-950);
}

.btn--ghost {
  color: var(--green-900);
  background: #efe9da;
  box-shadow: 0 4px 0 rgba(7, 40, 23, 0.18);
}

.btn--ghost:hover {
  background: #e5dec8;
}

.btn--dark {
  color: var(--gold);
  background: var(--green-950);
  box-shadow: 0 6px 0 var(--gold);
}

.btn--dark:hover {
  background: var(--green-900);
}

.btn--sm {
  min-height: 42px;
  padding: 0 16px;
  font-size: 0.82rem;
  box-shadow: 0 4px 0 var(--green-950);
}

.btn--sm:hover {
  box-shadow: 0 5px 0 var(--green-950);
}

.btn--xl {
  min-height: 60px;
  padding: 0 30px;
  font-size: 1.02rem;
}

.btn:focus-visible {
  outline: 3px solid rgba(226, 187, 47, 0.55);
  outline-offset: 3px;
}

/* ========================================================================
   SECTION LAYOUT
   ======================================================================== */

.section {
  position: relative;
  padding: 102px 0;
}

.section--dark {
  color: var(--white);
  background: var(--green-900);
  overflow: hidden;
}

.section--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--pattern-dots);
  background-size: 32px 32px;
  opacity: 0.6;
  pointer-events: none;
}

.section--dark > .wrap {
  position: relative;
  z-index: 1;
}

.section--paper-2 {
  background: var(--paper-2);
}

.section--paper-3 {
  background: var(--paper-3);
}

.section-head {
  max-width: 820px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-head > p:not(.eyebrow) {
  margin: 14px auto 0;
  max-width: 700px;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-head .eyebrow {
  justify-content: center;
}

.section-head--light h2 {
  color: var(--white);
}

.section-head--light p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.section-cta {
  margin-top: 48px;
  text-align: center;
}

/* ========================================================================
   SECTION DIVIDERS
   ======================================================================== */

.section-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(var(--wrap), calc(100% - 44px));
  margin: 0 auto;
  padding: 32px 0;
}

.section-divider .line {
  flex: 1;
  height: 1px;
  background: var(--line-2);
}

.section-divider .ornament {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  background: var(--paper);
  color: var(--gold);
  transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.section-divider .ornament svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-divider.is-visible .ornament {
  transform: rotate(90deg);
}

.section-divider--dark .line {
  background: rgba(255, 255, 255, 0.18);
}

.section-divider--dark .ornament {
  background: var(--green-950);
  border-color: var(--gold);
}

.section-divider--stripes {
  height: 28px;
  padding: 0;
  background: var(--pattern-stripes);
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
  width: 100%;
}

/* ========================================================================
   NAV
   ======================================================================== */

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  color: var(--white);
  background: rgba(7, 40, 23, 0.0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.nav.solid {
  background: var(--green-950);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.nav__in {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.nav__logo img {
  width: 130px;
  height: auto;
  filter: brightness(0) invert(1);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 800;
}

.nav__links a {
  position: relative;
  padding-bottom: 4px;
}

.nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.22s ease;
}

.nav__links a:hover {
  color: var(--white);
}

.nav__links a:hover::after {
  width: 100%;
}

/* ========================================================================
   HERO
   ======================================================================== */

.hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  padding: 132px 0 96px;
  color: var(--white);
  background: var(--green-950);
}

.hero__bg,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__bg {
  z-index: -3;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__overlay {
  z-index: -2;
  background: rgba(7, 40, 23, 0.78);
}

.hero__overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--pattern-dots);
  background-size: 32px 32px;
  opacity: 0.45;
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 440px;
  align-items: center;
  gap: 56px;
}

.hero__copy {
  position: relative;
}

.hero__copy .eyebrow {
  color: var(--gold);
}

.hero__copy .eyebrow::before {
  background: var(--gold);
}

.hero__lead {
  max-width: 540px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1.55vw, 1.22rem);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.hero__note {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 700;
}

.hero__mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__mini-stats span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(7, 40, 23, 0.55);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
  font-weight: 700;
}

.hero__mini-stats b {
  color: var(--gold);
  font-weight: 900;
}

/* ========================================================================
   QUIZ CARD
   ======================================================================== */

.quiz-card {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 22px;
  background: var(--paper-2);
  color: var(--ink);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34), 0 4px 16px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transform-origin: center;
}

.quiz-card.is-highlight {
  animation: quizPulse 0.9s ease;
}

.quiz-card__head {
  padding: 26px 28px 20px;
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
}

.quiz-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 6px;
  background: var(--green-50);
  color: var(--green-800);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quiz-card h2 {
  color: var(--green-950);
  margin-bottom: 18px;
  font-size: 1.34rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.quiz-progress {
  height: 7px;
  border-radius: 999px;
  background: #e4dccb;
  overflow: hidden;
}

.quiz-progress span {
  display: block;
  width: 16%;
  height: 100%;
  border-radius: inherit;
  background: var(--green-700);
  transition: width 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}

#stepLabel {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.lead-form {
  padding: 26px 28px 28px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.quiz-step {
  display: none;
}

.quiz-step.active {
  display: block;
  animation: stepIn 0.28s ease;
}

.quiz-step h3 {
  margin-bottom: 18px;
  font-size: 1.18rem;
  line-height: 1.22;
}

.quiz-step__note {
  margin: -8px 0 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

.quiz-options,
.field-stack,
.field-grid {
  display: grid;
  gap: 10px;
}

.quiz-options--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quiz-option {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--green-950);
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.quiz-option:hover,
.quiz-option.is-selected {
  transform: translateY(-2px);
  border-color: var(--green-900);
  background: #fffbe9;
  box-shadow: 0 6px 0 #16331f;
}

.quiz-option:focus-visible,
.field input:focus-visible,
.field select:focus-visible {
  outline: 3px solid rgba(226, 187, 47, 0.55);
  outline-offset: 2px;
}

.quiz-option--warn:hover,
.quiz-option--warn.is-selected {
  border-color: var(--danger);
  box-shadow: 0 6px 0 #4d1d14;
}

.quiz-option span {
  font-weight: 800;
  overflow-wrap: anywhere;
}

.quiz-option--model span {
  display: grid;
  gap: 4px;
}

.quiz-option--model small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
}

.quiz-option svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.field-grid {
  grid-template-columns: 0.8fr 1.2fr;
}

.field {
  display: grid;
  gap: 7px;
}

.field span {
  color: var(--green-950);
  font-size: 0.82rem;
  font-weight: 800;
}

.field input,
.field select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  outline: none;
}

.field input:focus,
.field select:focus {
  border-color: var(--green-900);
  box-shadow: 0 0 0 4px rgba(226, 187, 47, 0.24);
}

.field input.error,
.field select.error {
  border-color: var(--danger);
}

.field input:disabled {
  background: #eee7d7;
  color: #8a806b;
}

.field-status {
  display: block;
  min-height: 20px;
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.form-error {
  min-height: 20px;
  margin: 14px 0 0;
  color: var(--danger);
  font-size: 0.82rem;
  font-weight: 800;
}

.quiz-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.quiz-actions .btn {
  flex: 1;
}

#submitLead {
  display: none;
}

.quiz-step--blocked {
  text-align: center;
}

.quiz-step--blocked p {
  color: var(--muted);
}

.blocked-icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #fff4d0;
  color: var(--danger);
}

.blocked-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ========================================================================
   STAT HERO (3 KPIs gigantes — NOVO)
   ======================================================================== */

.stat-hero {
  position: relative;
  padding: 96px 0 88px;
  background: var(--paper);
  text-align: center;
}

.stat-hero__head {
  max-width: 720px;
  margin: 0 auto 56px;
}

.stat-hero__head h2 {
  font-size: clamp(1.8rem, 3.6vw, 3rem);
}

.stat-hero__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
}

.stat-hero__item {
  position: relative;
  padding: 24px 22px;
  border-top: 4px solid var(--gold);
}

.stat-hero__item + .stat-hero__item {
  border-left: 1px solid var(--line);
  border-top-color: var(--gold);
}

.stat-hero__num {
  display: block;
  margin: 0 0 8px;
  color: var(--green-950);
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 8vw, 7.4rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
}

.stat-hero__num sub {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  color: var(--gold-3);
  font-size: 0.32em;
  font-weight: 800;
  letter-spacing: 0;
}

.stat-hero__pre {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  color: var(--gold-3);
  font-size: 0.42em;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
}

.stat-hero__label {
  display: block;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.4;
}

.stat-hero__disclaimer {
  display: block;
  margin: 36px auto 0;
  max-width: 580px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

/* ========================================================================
   NÚMEROS (refatorado — layout asimétrico)
   ======================================================================== */

.numbers {
  position: relative;
  background: var(--paper-2);
  overflow: hidden;
}

.numbers::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--pattern-dots);
  background-size: 32px 32px;
  opacity: 0.5;
  pointer-events: none;
}

.numbers > .wrap {
  position: relative;
  z-index: 1;
}

.numbers__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.number-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 28px 22px;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(7, 40, 23, 0.08);
  text-align: left;
}

.number-card--xl {
  grid-column: span 3;
  padding: 36px 30px;
}

.number-card--md {
  grid-column: span 2;
}

.number-card--sm {
  grid-column: span 2;
}

.number-card strong {
  display: block;
  color: var(--gold);
  font-family: var(--font-display);
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: 0;
}

.number-card--xl strong {
  font-size: clamp(2.8rem, 5.4vw, 4.6rem);
}

.number-card--md strong {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.number-card--sm strong {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
}

.number-card span:last-child {
  display: block;
  margin-top: 14px;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.4;
}

.number-card--dark {
  background: var(--green-900);
  color: rgba(255, 255, 255, 0.84);
}

.number-card--sand {
  background: var(--sand);
  color: var(--green-950);
}

.number-card--sand strong {
  color: var(--green-800);
}

/* ========================================================================
   SOLUÇÕES — cards retangulares (não círculo)
   ======================================================================== */

.solutions {
  position: relative;
  color: var(--white);
  background: var(--green-900);
  overflow: hidden;
}

.solutions::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--pattern-dots);
  background-size: 32px 32px;
  opacity: 0.45;
  pointer-events: none;
}

.solutions > .wrap {
  position: relative;
  z-index: 1;
}

.solution-wheel {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.solution-wheel article {
  background: var(--green-950);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.solution-wheel article:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.35);
}

.solution-wheel img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.solution-wheel article:hover img {
  transform: scale(1.04);
}

.solution-wheel span {
  display: block;
  padding: 14px 16px 18px;
  color: var(--white);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.22;
}

/* ========================================================================
   "É demanda real" — image overflow (estilo Image #4)
   ======================================================================== */

.demanda {
  position: relative;
  padding: 84px 0;
  color: var(--white);
  background: var(--paper);
}

.demanda__inner {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
  background: var(--green-800);
  border-radius: 22px;
  overflow: visible;
  min-height: 380px;
}

.demanda__img {
  position: relative;
  margin: -48px 0 -48px -24px;
  height: calc(100% + 96px);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(7, 40, 23, 0.32);
}

.demanda__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demanda__copy {
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.demanda h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  margin-bottom: 16px;
}

.demanda p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.06rem;
  line-height: 1.55;
  margin-bottom: 26px;
}

/* ========================================================================
   MODELOS DE ENTRADA + TABELA INVEST.
   ======================================================================== */

.models {
  background: var(--paper);
}

.models__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 48px;
}

.photo-card {
  position: relative;
  min-height: 380px;
  border-radius: 22px;
  overflow: hidden;
  background: var(--green-950);
  box-shadow: 0 18px 46px rgba(7, 40, 23, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.photo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(7, 40, 23, 0.2);
}

.photo-card img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.photo-card:hover img {
  transform: scale(1.05);
}

.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(7, 40, 23, 0.88) 100%);
}

.photo-card__copy {
  position: absolute;
  inset: auto 24px 24px;
  z-index: 2;
  color: var(--white);
}

.photo-card__copy span.tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 6px;
  background: var(--gold);
  color: var(--green-950);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.photo-card__copy h3 {
  color: var(--white);
  font-size: 1.34rem;
  margin-bottom: 6px;
}

.photo-card__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  line-height: 1.45;
}

.invest-table {
  position: relative;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(7, 40, 23, 0.06);
}

.invest-table thead th {
  padding: 18px 20px;
  text-align: left;
  background: var(--green-950);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0;
  border-bottom: 3px solid var(--gold);
}

.invest-table thead th:first-child {
  background: var(--green-900);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.invest-table tbody td {
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--green-950);
  vertical-align: middle;
}

.invest-table tbody td:first-child {
  background: var(--paper-2);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-right: 1px solid var(--line);
}

.invest-table tbody tr:hover td {
  background: rgba(226, 187, 47, 0.08);
}

.invest-table tbody tr:hover td:first-child {
  background: var(--paper-3);
}

.invest-table .strong {
  color: var(--green-800);
  font-weight: 900;
  font-size: 1.06rem;
}

/* ========================================================================
   TABELA COMPARATIVA (NOVO) — Inter Rural vs Outras
   ======================================================================== */

.comparativo {
  position: relative;
  background: var(--paper-2);
  overflow: hidden;
}

.comparativo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--pattern-dots);
  background-size: 32px 32px;
  opacity: 0.4;
  pointer-events: none;
}

.comparativo > .wrap {
  position: relative;
  z-index: 1;
}

.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(7, 40, 23, 0.08);
}

.comparison-table thead th {
  padding: 22px 24px;
  background: var(--green-950);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  text-align: center;
  border-bottom: 4px solid var(--gold);
}

.comparison-table thead th:first-child {
  background: var(--green-900);
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom-color: var(--green-700);
}

.comparison-table thead th.col-inter {
  background: var(--gold);
  color: var(--green-950);
  font-size: 1.1rem;
  letter-spacing: 0;
  border-bottom: 4px solid var(--green-950);
}

.comparison-table tbody td {
  padding: 18px 24px;
  border-top: 1px solid var(--line);
  font-size: 0.98rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.comparison-table tbody td:first-child {
  background: var(--paper-2);
  color: var(--green-950);
  text-align: left;
  font-weight: 800;
  border-right: 1px solid var(--line);
}

.comparison-table tbody tr:hover td:not(:first-child) {
  background: rgba(226, 187, 47, 0.06);
}

.comparison-table tbody tr.is-revealed {
  opacity: 1;
  transform: none;
}

.comparison-table tbody tr {
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.cmp-yes,
.cmp-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.cmp-yes {
  background: var(--success-soft);
  color: var(--success);
}

.cmp-no {
  background: var(--danger-soft);
  color: var(--danger);
}

.cmp-yes svg,
.cmp-no svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ========================================================================
   DIFERENCIAIS (compactado pra 4)
   ======================================================================== */

.differentials {
  position: relative;
  color: var(--white);
  background: var(--green-900);
  overflow: hidden;
}

.differentials::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--pattern-dots);
  background-size: 32px 32px;
  opacity: 0.45;
  pointer-events: none;
}

.differentials > .wrap {
  position: relative;
  z-index: 1;
}

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

.diff-grid article {
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(4, 28, 14, 0.6);
  color: rgba(255, 255, 255, 0.78);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.diff-grid article:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  background: rgba(7, 40, 23, 0.85);
}

.diff-grid .ic {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 14px;
  background: rgba(226, 187, 47, 0.12);
  color: var(--gold);
}

.diff-grid .ic svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.diff-grid h3 {
  color: var(--white);
  font-size: 1.16rem;
  margin-bottom: 8px;
}

.diff-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.5;
}

/* ========================================================================
   FROTA INTER RURAL (NOVO) — picape com decal SVG
   ======================================================================== */

.frota {
  position: relative;
  padding: 96px 0 96px;
  color: var(--white);
  background: var(--green-950);
  overflow: hidden;
}

.frota::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--pattern-dots);
  background-size: 32px 32px;
  opacity: 0.4;
  pointer-events: none;
}

.frota__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
}

.frota__copy {
  max-width: 480px;
}

.frota h2 {
  color: var(--white);
  font-size: clamp(2rem, 3.6vw, 3rem);
  margin-bottom: 18px;
}

.frota p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.04rem;
  line-height: 1.55;
  margin-bottom: 28px;
}

.frota__image {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
  transform: rotate(-1.2deg);
}

.frota__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frota__decal {
  position: absolute;
  left: 8%;
  bottom: 18%;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 10px 14px 8px;
  background: rgba(226, 187, 47, 0.95);
  border: 2px solid var(--green-950);
  border-radius: 4px;
  color: var(--green-950);
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  box-shadow: 0 6px 0 var(--green-950);
  transform: rotate(-3deg);
}

.frota__decal .lg {
  font-size: clamp(1.4rem, 2.4vw, 2.1rem);
}

.frota__decal .sm {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.78;
}

.frota__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.frota__badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 700;
}

.frota__badges b {
  color: var(--gold);
  font-weight: 900;
}

/* ========================================================================
   FIT (Pra quem é / não é) — refinado
   ======================================================================== */

.fit {
  background: var(--paper);
}

.fit__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.fit-panel {
  min-height: 390px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(7, 40, 23, 0.08);
}

.fit-panel--yes {
  border-top: 4px solid var(--success);
}

.fit-panel--no {
  background: var(--paper-3);
  border-top: 4px solid var(--muted);
}

.fit-panel h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  margin-bottom: 6px;
}

.fit-panel ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.fit-panel li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
  color: var(--green-950);
  font-size: 0.98rem;
  line-height: 1.5;
}

.fit-panel--no li {
  color: var(--muted);
}

.fit-panel li::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: var(--success-soft);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F8A3E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.fit-panel--no li::before {
  background-color: var(--danger-soft);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a13c28' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>");
}

/* ========================================================================
   VISUAL BAND
   ======================================================================== */

.visual-band {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  color: var(--white);
  background: var(--green-950);
  overflow: hidden;
}

.visual-band__image {
  position: absolute;
  inset: 0;
}

.visual-band__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.46;
}

.visual-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 40, 23, 0.6);
}

.visual-band__content {
  position: relative;
  z-index: 2;
  max-width: 660px;
  padding: 72px 0;
}

.visual-band h2 {
  color: var(--white);
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  margin-bottom: 18px;
}

.visual-band p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  margin-bottom: 28px;
}

/* ========================================================================
   COMO FUNCIONA — Timeline horizontal (NOVO)
   ======================================================================== */

.process {
  position: relative;
  background: var(--paper-2);
  overflow: hidden;
}

.process::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--pattern-dots);
  background-size: 32px 32px;
  opacity: 0.35;
  pointer-events: none;
}

.process > .wrap {
  position: relative;
  z-index: 1;
}

.timeline {
  position: relative;
  padding: 32px 0 0;
}

.timeline__rail {
  position: absolute;
  top: 60px;
  left: 12%;
  right: 12%;
  height: 3px;
  background: var(--line);
  z-index: 0;
}

.timeline__rail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.timeline.is-visible .timeline__rail::after {
  transform: scaleX(1);
}

.timeline__steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.timeline__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.timeline__num {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 3px solid var(--gold);
  border-radius: 50%;
  background: var(--white);
  color: var(--green-950);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.4rem;
  box-shadow: 0 6px 0 var(--green-950);
}

.timeline__card {
  padding: 22px 22px 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(7, 40, 23, 0.08);
  width: 100%;
  text-align: left;
}

.timeline__card h3 {
  margin-bottom: 6px;
  font-size: 1.04rem;
}

.timeline__card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

/* ========================================================================
   FINAL CTA
   ======================================================================== */

.final-cta {
  position: relative;
  padding: 102px 0;
  color: var(--white);
  background: var(--green-900);
  overflow: hidden;
  text-align: center;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--pattern-dots);
  background-size: 32px 32px;
  opacity: 0.5;
  pointer-events: none;
}

.final-cta > .wrap {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  max-width: 840px;
  margin: 0 auto 32px;
  color: var(--white);
}

/* ========================================================================
   STICKY CTA
   ======================================================================== */

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 900;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.sticky-cta.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

/* ========================================================================
   REVEALS
   ======================================================================== */

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* ========================================================================
   KEYFRAMES
   ======================================================================== */

@keyframes stepIn {
  from { opacity: 0; transform: translateX(14px); }
  to { opacity: 1; transform: none; }
}

@keyframes quizPulse {
  0%, 100% { transform: scale(1); }
  45% { transform: scale(1.02); box-shadow: 0 0 0 7px rgba(226, 187, 47, 0.24), 0 30px 70px rgba(0, 0, 0, 0.34); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
  .hi[data-animate="paint"] { background-size: 100% 100%; }
  .timeline__rail::after { transform: scaleX(1); }
  .comparison-table tbody tr { opacity: 1; transform: none; }
}

/* ========================================================================
   RESPONSIVO
   ======================================================================== */

@media (max-width: 1080px) {
  .hero__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .quiz-card {
    max-width: 620px;
  }

  .solution-wheel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .diff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline__rail {
    display: none;
  }

  .stat-hero__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .stat-hero__item + .stat-hero__item {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .frota__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .demanda__inner {
    grid-template-columns: 1fr;
  }

  .demanda__img {
    margin: -32px 24px 0;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .demanda__copy {
    padding: 36px 38px 48px;
  }

  .numbers__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .number-card--xl,
  .number-card--md,
  .number-card--sm {
    grid-column: span 1;
  }
}

@media (max-width: 820px) {
  .wrap {
    width: min(100% - 34px, var(--wrap));
  }

  .nav__links {
    display: none;
  }

  .nav__logo img {
    width: 110px;
  }

  .hero {
    min-height: auto;
    padding: 116px 0 78px;
  }

  .section {
    padding: 78px 0;
  }

  h1 {
    font-size: clamp(2.1rem, 9vw, 3.5rem);
  }

  .hero__actions .btn {
    width: 100%;
  }

  .hero__note {
    max-width: none;
  }

  .solution-wheel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .diff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .models__grid {
    grid-template-columns: 1fr;
  }

  .numbers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fit__grid {
    grid-template-columns: 1fr;
  }

  .invest-table,
  .comparison-table {
    font-size: 0.88rem;
  }

  .invest-table thead th,
  .invest-table tbody td,
  .comparison-table thead th,
  .comparison-table tbody td {
    padding: 12px 12px;
  }

  .timeline__steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .sticky-cta {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .sticky-cta .btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 64px 0;
  }

  .nav__in {
    min-height: 66px;
  }

  .nav .btn {
    min-height: 40px;
    max-width: 168px;
    padding: 0 12px;
    white-space: normal;
    line-height: 1.1;
    font-size: 0.76rem;
  }

  .hero {
    padding-top: 96px;
  }

  .quiz-card__head,
  .lead-form {
    padding-left: 22px;
    padding-right: 22px;
  }

  .quiz-options--compact {
    grid-template-columns: 1fr;
  }

  .quiz-actions {
    flex-direction: column;
  }

  .solution-wheel,
  .diff-grid {
    grid-template-columns: 1fr;
  }

  .photo-card,
  .photo-card img {
    min-height: 300px;
  }

  .stat-hero__num {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .stat-hero {
    padding: 72px 0;
  }

  .number-card--xl,
  .numbers__grid {
    grid-column: span 1;
  }

  .numbers__grid {
    grid-template-columns: 1fr;
  }

  .demanda__img {
    margin: -32px 0 0;
  }

  .demanda__copy {
    padding: 32px 26px 40px;
  }

  .frota__image {
    transform: none;
  }

  .frota__decal .lg {
    font-size: 1.2rem;
  }

  .invest-table,
  .comparison-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .invest-table tbody td:first-child,
  .comparison-table tbody td:first-child {
    min-width: 160px;
  }
}

/* ==========================================================================
   v4 — ADIÇÕES (foco empreendedor, mais cards, mobile-first tabelas)
   ========================================================================== */

/* ====== Override: ocultar eyebrows do v3 (não usamos mais no v4) ====== */
.section-head .eyebrow,
.section-head--light .eyebrow,
.hero__copy .eyebrow,
.fit-panel .eyebrow,
.visual-band__content .eyebrow,
.final-cta .eyebrow,
.frota__copy .eyebrow,
.demanda__copy .eyebrow {
  display: none;
}

/* ====== Mais profundidade nos cards globais ====== */
.number-card {
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 22px 50px rgba(7, 40, 23, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
}

.number-card--dark {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32), 0 2px 6px rgba(0, 0, 0, 0.18);
}

.diff-grid article {
  background: rgba(7, 40, 23, 0.7);
  border: 1px solid rgba(226, 187, 47, 0.22);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.diff-grid article:hover {
  border-color: var(--gold);
  background: rgba(7, 40, 23, 0.92);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* ========================================================================
   EXPLAIN — "O que é uma franquia Inter Rural?" (NOVO)
   ======================================================================== */

.explain {
  background: var(--paper-2);
  padding: 110px 0;
}

.explain__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 56px;
}

.explain__card {
  position: relative;
  padding: 32px 26px 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 22px 48px rgba(7, 40, 23, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.explain__card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 32px 60px rgba(7, 40, 23, 0.14), 0 4px 12px rgba(0, 0, 0, 0.06);
}

.explain__ic {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 14px;
  background: var(--green-950);
  color: var(--gold);
  box-shadow: 0 6px 0 var(--gold);
}

.explain__ic svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.explain__card h3 {
  margin-bottom: 6px;
  font-size: 1.08rem;
  color: var(--green-950);
}

.explain__card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.explain__client {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  gap: 0;
  background: var(--green-800);
  border-radius: 22px;
  overflow: hidden;
  color: var(--white);
  box-shadow: 0 24px 56px rgba(7, 40, 23, 0.18);
}

.explain__client-text {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.explain__client h3 {
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.explain__client p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
}

.explain__client p strong {
  color: var(--gold);
  font-weight: 900;
}

.explain__client-image {
  position: relative;
  min-height: 320px;
}

.explain__client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================================================
   INVEST CARDS (substitui tabela de investimento)
   ======================================================================== */

.invest-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 48px;
}

.invest-card {
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 22px 48px rgba(7, 40, 23, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.invest-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 32px 60px rgba(7, 40, 23, 0.14);
}

.invest-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.invest-card__tag {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 6px;
  background: var(--gold);
  color: var(--green-950);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.invest-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.invest-card__price b {
  display: block;
  color: var(--green-950);
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.invest-card__price small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.invest-card dl {
  margin: 0;
  display: grid;
  gap: 14px;
}

.invest-card dl > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--line);
}

.invest-card dl > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.invest-card dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.invest-card dd {
  margin: 0;
  color: var(--green-950);
  font-size: 0.94rem;
  font-weight: 800;
  text-align: right;
}

.invest-card--campo .invest-card__tag { background: var(--gold); }
.invest-card--office .invest-card__tag { background: var(--gold-2); }
.invest-card--loja .invest-card__tag { background: var(--green-800); color: var(--gold); }

/* ========================================================================
   COMPARISON CARDS (substitui tabela comparativa)
   ======================================================================== */

.comparison-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 48px;
}

.comparison-card {
  padding: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(7, 40, 23, 0.14);
}

.comparison-card--us {
  background: var(--white);
  border: 2px solid var(--gold);
}

.comparison-card--them {
  background: var(--paper-3);
  border: 1px solid var(--line);
  opacity: 0.92;
}

.comparison-card header {
  padding: 22px 28px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.comparison-card--us header {
  background: var(--gold);
  border-bottom: 4px solid var(--green-950);
}

.comparison-card--us header h3 {
  color: var(--green-950);
  margin: 0;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0;
}

.comparison-card--them header {
  background: var(--paper-3);
}

.comparison-card--them header h3 {
  color: var(--muted);
  margin: 0;
  font-size: 1.16rem;
  font-weight: 800;
  letter-spacing: 0;
}

.comparison-card ul {
  list-style: none;
  margin: 0;
  padding: 16px 22px;
  display: grid;
  gap: 4px;
}

.comparison-card li {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
  color: var(--green-950);
  font-size: 0.96rem;
  font-weight: 700;
}

.comparison-card li:last-child {
  border-bottom: 0;
}

.comparison-card--them li {
  color: var(--muted);
  font-weight: 600;
}

/* ========================================================================
   FOOTER (NOVO)
   ======================================================================== */

.footer {
  padding: 56px 0 40px;
  color: rgba(255, 255, 255, 0.74);
  background: var(--green-950);
  border-top: 4px solid var(--gold);
}

.footer__in {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__brand img {
  width: 110px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer__brand span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
  font-weight: 700;
}

.footer__legal {
  text-align: right;
}

.footer__legal p {
  margin: 0;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.68);
}

.footer__legal p + p {
  margin-top: 6px;
}

.footer__legal a {
  color: var(--gold);
  font-weight: 800;
  border-bottom: 1px dashed rgba(226, 187, 47, 0.4);
  transition: color 0.18s ease, border-color 0.18s ease;
}

.footer__legal a:hover {
  color: var(--gold-2);
  border-color: var(--gold-2);
}

/* ========================================================================
   QUIZ MODAL — popup do quiz
   ======================================================================== */

.quiz-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.quiz-modal[hidden] {
  display: none;
}

.quiz-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.quiz-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 40, 23, 0.78);
}

.quiz-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  max-height: calc(100svh - 44px);
  overflow-y: auto;
  border-radius: 22px;
  background: var(--paper-2);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.42), 0 8px 24px rgba(0, 0, 0, 0.24);
  transform: translateY(20px) scale(0.98);
  transition: transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.quiz-modal.is-open .quiz-modal__panel {
  transform: none;
}

.quiz-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green-950);
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.quiz-modal__close:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.quiz-modal__close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
}

.quiz-modal__content {
  /* o .quiz-card é movido pra cá quando o modal abre */
}

.quiz-modal__content .quiz-card {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background: transparent;
}

/* Quando estiver no modal, esconde o quiz no hero */
body.has-quiz-in-modal .hero .quiz-card {
  visibility: hidden;
}

/* ========================================================================
   CITY AUTOCOMPLETE — estilo RD Station (dropdown inline)
   ======================================================================== */

.city-autocomplete {
  position: relative;
}

.city-autocomplete input {
  width: 100%;
}

.city-suggestions {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 50;
  margin: 0;
  padding: 6px;
  list-style: none;
  max-height: 220px;
  overflow-y: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.city-suggestions[hidden] {
  display: none;
}

.city-suggestions li {
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--green-950);
  cursor: pointer;
  transition: background 0.12s ease;
}

.city-suggestions li:hover,
.city-suggestions li[aria-selected="true"] {
  background: var(--paper-2);
}

.city-suggestions li mark {
  background: rgba(226, 187, 47, 0.32);
  color: inherit;
  font-weight: 900;
}

.city-suggestions__empty {
  padding: 14px;
  color: var(--muted);
  font-size: 0.86rem;
}

/* ========================================================================
   SOLUÇÕES — Carrossel horizontal no mobile
   ======================================================================== */

@media (max-width: 820px) {
  .solution-wheel {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 4px 4px 18px;
    margin: 0 -17px;
    padding-left: 17px;
    padding-right: 17px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .solution-wheel article {
    flex: 0 0 64%;
    scroll-snap-align: start;
    min-width: 200px;
  }

  .solution-wheel article img {
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 560px) {
  .solution-wheel article {
    flex: 0 0 72%;
  }
}

/* ========================================================================
   RESPONSIVO v4
   ======================================================================== */

@media (max-width: 1080px) {
  .explain__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .explain__client {
    grid-template-columns: 1fr;
  }

  .explain__client-image {
    order: -1;
    min-height: 260px;
    aspect-ratio: 16 / 9;
  }

  .invest-cards {
    grid-template-columns: 1fr;
  }

  .comparison-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .explain__grid {
    grid-template-columns: 1fr;
  }

  .explain__client-text {
    padding: 28px 22px;
  }

  .explain__client p {
    font-size: 1.04rem;
    line-height: 1.5;
  }

  .footer__in {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer__brand {
    justify-content: center;
  }

  .footer__legal {
    text-align: center;
  }

  .hero__mini-stats {
    gap: 8px;
  }

  .hero__mini-stats span {
    font-size: 0.78rem;
    padding: 10px 14px;
  }

  .quiz-modal {
    padding: 0;
  }

  .quiz-modal__panel {
    max-width: 100%;
    max-height: 100svh;
    border-radius: 0;
  }
}

@media (max-width: 560px) {
  .stat-hero__grid {
    gap: 4px;
  }

  .stat-hero__item {
    padding: 18px 16px;
  }

  .stat-hero__num {
    font-size: clamp(3rem, 12vw, 4.2rem);
  }

  .invest-card header {
    flex-direction: column;
    align-items: flex-start;
  }

  .invest-card__price {
    align-items: flex-start;
    text-align: left;
  }

  .number-card--xl strong {
    font-size: clamp(2.4rem, 9vw, 3.6rem);
  }

  .number-card span:last-child {
    font-size: 0.94rem;
  }
}

/* ========================================================================
   PHONE INPUT (estilo RD Station — prefixo BR +55)
   ======================================================================== */

.field--phone .phone-input {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 52px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.field--phone .phone-input:focus-within {
  border-color: var(--green-900);
  box-shadow: 0 0 0 4px rgba(226, 187, 47, 0.24);
}

.field--phone .phone-input.error,
.field--phone .phone-input:has(input.error) {
  border-color: var(--danger);
}

.phone-input__country {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  background: var(--paper-2);
  border-right: 1px solid var(--line);
  color: var(--green-950);
  font-weight: 800;
  font-size: 0.92rem;
  white-space: nowrap;
  user-select: none;
}

.phone-input__flag {
  font-size: 1.15rem;
  line-height: 1;
}

.phone-input__dial {
  font-feature-settings: "tnum";
}

.field--phone .phone-input input {
  flex: 1;
  min-width: 0;
  min-height: 100%;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  outline: none;
  box-shadow: none;
}

.field--phone .phone-input input:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}

.field--phone .phone-input input::placeholder {
  color: #aaa6;
  font-weight: 500;
}

/* ==========================================================================
   v5 — Ajustes de design system (2026-05-28)
   Foco: alinhamento stat hero, redesign números, mosaico mobile, contraste
   final-cta, logo legível, backgrounds, transições orgânicas entre seções
   ========================================================================== */

/* ====== LOGO maior pra não quebrar "INTER RURAL" em 2 linhas ====== */
.nav__logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  max-width: 220px;
}

.nav__logo img {
  width: 168px;
  height: auto;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

@media (max-width: 820px) {
  .nav__logo img {
    width: 140px;
  }
}

@media (max-width: 560px) {
  .nav__logo img {
    width: 122px;
  }
}

/* ====== STAT HERO — alinhar 3 KPIs na MESMA baseline ====== */
.stat-hero__grid {
  align-items: stretch;
  gap: 8px;
}

.stat-hero__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 32px 22px 18px;
  border-top: 4px solid var(--gold);
  border-left: 0;
  transition: transform 0.3s ease;
}

.stat-hero__item + .stat-hero__item {
  border-left: 1px solid var(--line);
  border-top-color: var(--gold);
}

.stat-hero__item:hover {
  transform: translateY(-4px);
}

.stat-hero__num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 6px;
  min-height: clamp(72px, 11vw, 130px);
  margin: 0 0 14px;
  white-space: nowrap;
}

.stat-hero__pre {
  display: inline-flex;
  align-self: flex-start;
  margin: 0;
  padding-top: 0.1em;
  color: var(--gold-3);
  font-size: 0.36em;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.stat-hero__num > .count {
  display: inline-block;
  line-height: 0.9;
}

.stat-hero__num sub {
  display: inline-flex;
  align-self: flex-end;
  margin: 0 0 0.18em 4px;
  color: var(--gold-3);
  font-size: 0.28em;
  font-weight: 800;
  line-height: 1;
  vertical-align: baseline;
}

.stat-hero__label {
  max-width: 280px;
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 820px) {
  .stat-hero__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .stat-hero__item + .stat-hero__item {
    border-left: 0;
    border-top: 4px solid var(--gold);
  }
  .stat-hero__num {
    min-height: 0;
  }
}

/* ====== NUMBERS — Redesign massivo: KPI cards animados + bg foto ====== */
.numbers {
  position: relative;
  background: var(--green-950);
  padding: 110px 0 130px;
  overflow: hidden;
  color: var(--white);
}

.numbers::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--pattern-dots);
  background-size: 32px 32px;
  opacity: 0.18;
  pointer-events: none;
  z-index: 1;
}

.numbers__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.numbers__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  filter: saturate(0.8) blur(1px);
}

.numbers__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(7, 40, 23, 0.45), rgba(7, 40, 23, 0.92) 70%);
}

.numbers > .wrap {
  position: relative;
  z-index: 2;
}

.numbers .section-head h2 {
  color: var(--white);
  font-size: clamp(2rem, 4.4vw, 3.4rem);
}

.numbers .section-head p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 640px;
}

.numbers__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.kpi-card {
  position: relative;
  grid-column: span 2;
  padding: 34px 28px 30px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  backdrop-filter: blur(1px);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1),
              border-color 0.35s ease,
              box-shadow 0.35s ease;
}

.kpi-card--hero {
  grid-column: span 3;
  padding: 48px 36px 38px;
}

.kpi-card:hover {
  transform: translateY(-6px);
  border-color: rgba(226, 187, 47, 0.5);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35),
              0 0 0 1px rgba(226, 187, 47, 0.18);
}

.kpi-card__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-2), var(--gold));
  border-radius: 0 0 4px 0;
  transition: width 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.kpi-card.is-visible .kpi-card__bar {
  width: 100%;
}

.kpi-card__num {
  display: block;
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  color: var(--gold);
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  text-shadow: 0 4px 24px rgba(226, 187, 47, 0.18);
}

.kpi-card--hero .kpi-card__num {
  font-size: clamp(3.6rem, 7.6vw, 6.4rem);
}

.kpi-card--accent {
  background: linear-gradient(155deg, rgba(226, 187, 47, 0.1) 0%, rgba(226, 187, 47, 0.02) 100%);
  border-color: rgba(226, 187, 47, 0.28);
}

.kpi-card--accent .kpi-card__num {
  color: var(--gold-2);
}

.kpi-card__lbl {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.45;
  max-width: 340px;
}

.kpi-card--hero .kpi-card__lbl {
  font-size: 1.12rem;
  max-width: 400px;
}

.kpi-card__pulse {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(226, 187, 47, 0.18) 0%, transparent 70%);
  pointer-events: none;
  animation: kpiPulse 4.5s ease-in-out infinite;
}

.kpi-card--accent .kpi-card__pulse {
  background: radial-gradient(circle, rgba(226, 187, 47, 0.32) 0%, transparent 70%);
  animation-delay: 1.2s;
}

@keyframes kpiPulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.18); opacity: 1; }
}

@media (max-width: 1080px) {
  .numbers__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .kpi-card--hero {
    grid-column: span 2;
  }
  .kpi-card {
    grid-column: span 2;
  }
  .kpi-card:nth-child(5) {
    grid-column: 2 / span 2;
  }
}

@media (max-width: 720px) {
  .numbers {
    padding: 84px 0 96px;
  }
  .numbers__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .kpi-card, .kpi-card--hero {
    grid-column: span 1;
    padding: 30px 24px;
  }
  .kpi-card:nth-child(5) {
    grid-column: span 1;
  }
  .kpi-card--hero .kpi-card__num {
    font-size: clamp(3rem, 12vw, 4.4rem);
  }
}

/* Esconder antiga number-card no v5 (substituída por kpi-card) */
.number-card { display: none; }

/* ====== SOLUTIONS — Mosaico no mobile (substitui carrossel) ====== */
@media (max-width: 820px) {
  .solution-wheel--mosaic {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(120px, auto);
    gap: 10px;
    overflow: visible;
    padding: 0;
    margin: 0;
    scroll-snap-type: none;
  }
  .solution-wheel--mosaic article {
    flex: 0 0 auto;
    min-width: 0;
    scroll-snap-align: none;
    border-radius: 14px;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
  }
  .solution-wheel--mosaic article img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  .solution-wheel--mosaic article::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 40, 23, 0) 30%, rgba(7, 40, 23, 0.88) 100%);
    pointer-events: none;
  }
  .solution-wheel--mosaic article span {
    position: relative;
    z-index: 1;
    padding: 12px 14px;
    font-size: 0.84rem;
    line-height: 1.2;
    color: var(--white);
  }
  /* "Mosaico" — primeiro card e o do meio ficam maiores pra criar dinâmica */
  .solution-wheel--mosaic article:nth-child(1) {
    grid-column: span 2;
    aspect-ratio: 16 / 9;
  }
  .solution-wheel--mosaic article:nth-child(6) {
    grid-column: span 2;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 560px) {
  .solution-wheel--mosaic {
    gap: 8px;
  }
  .solution-wheel--mosaic article {
    flex: 0 0 auto;
  }
  .solution-wheel--mosaic article span {
    font-size: 0.78rem;
    padding: 10px 12px;
  }
}

/* ====== FINAL CTA — corrigir contraste, adicionar bg + glow ====== */
.final-cta {
  padding: 130px 0;
  background: var(--green-950);
}

.final-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.final-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}

.final-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(226, 187, 47, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(7, 40, 23, 0.85), rgba(7, 40, 23, 0.95));
}

.final-cta::before {
  z-index: 1;
}

.final-cta > .wrap {
  z-index: 2;
}

.final-cta h2 {
  color: var(--white);
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.final-cta p {
  max-width: 660px;
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.06rem;
  line-height: 1.55;
}

/* ====== DIFERENCIAIS — background foto ====== */
.differentials {
  position: relative;
  overflow: hidden;
}

.differentials__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.differentials__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.14;
  filter: saturate(0.7);
}

.differentials__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 40, 23, 0.94), rgba(11, 55, 31, 0.96));
}

.differentials > .wrap {
  position: relative;
  z-index: 2;
}

/* ====== SOLUTIONS background — textura sutil ====== */
.solutions {
  background: var(--green-900);
}

.solutions::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(226, 187, 47, 0.08), transparent 50%),
    radial-gradient(ellipse at 80% 100%, rgba(21, 82, 47, 0.4), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.solutions > .wrap {
  z-index: 2;
}

/* ====== EXPLAIN, MODELS, STAT-HERO, COMPARATIVO, FIT — paper texture sutil ====== */
.explain,
.models,
.stat-hero,
.comparativo,
.fit {
  position: relative;
  overflow: hidden;
}

.explain::after,
.models::after,
.stat-hero::after,
.comparativo::after,
.fit::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 10% 0%, rgba(226, 187, 47, 0.06), transparent 45%),
    radial-gradient(ellipse at 90% 100%, rgba(213, 196, 147, 0.18), transparent 50%),
    var(--pattern-dots);
  background-size: auto, auto, 28px 28px;
  pointer-events: none;
  z-index: 0;
}

.explain > .wrap,
.models > .wrap,
.stat-hero > .wrap,
.comparativo > .wrap,
.fit > .wrap {
  position: relative;
  z-index: 2;
}

/* ====== FROTA + PROCESS background ====== */
.frota,
.process {
  position: relative;
  overflow: hidden;
}

.frota::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(226, 187, 47, 0.1), transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(7, 40, 23, 0.2), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.process::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(213, 196, 147, 0.2), transparent 55%),
    var(--pattern-dots);
  background-size: auto, 32px 32px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}

.frota > .wrap,
.process > .wrap {
  position: relative;
  z-index: 2;
}

/* ====== WAVE DIVIDERS — transições orgânicas entre seções ======
   .has-wave-top / .has-wave-bottom adicionam uma curva SVG na borda
   da seção, esculpindo a transição em vez de cortar reta.
*/
.has-wave-top,
.has-wave-bottom {
  position: relative;
}

.has-wave-top::before,
.has-wave-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 64px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.has-wave-top::before {
  top: -1px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path d='M0,60 C220,10 480,80 720,40 C960,0 1220,70 1440,30 L1440,0 L0,0 Z' fill='%23f5f0e4'/></svg>");
}

.has-wave-bottom::after {
  bottom: -1px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path d='M0,20 C220,70 480,0 720,40 C960,80 1220,10 1440,50 L1440,80 L0,80 Z' fill='%23f5f0e4'/></svg>");
}

/* Wave color por seção: cor da seção VIZINHA (que aparece "vazando") */
.solutions.has-wave-top::before,
.numbers.has-wave-bottom::after,
.explain.has-wave-bottom::after,
.comparativo.has-wave-top::before,
.differentials.has-wave-bottom::after,
.frota.has-wave-bottom::after,
.process.has-wave-bottom::after,
.visual-band.has-wave-bottom::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path d='M0,20 C220,70 480,0 720,40 C960,80 1220,10 1440,50 L1440,80 L0,80 Z' fill='%23f5f0e4'/></svg>");
}

/* Quando seção é DARK e vai pra DARK: usa cor escura */
.numbers.has-wave-top::before,
.solutions.has-wave-bottom::after,
.differentials.has-wave-top::before,
.frota.has-wave-top::before,
.process.has-wave-top::before,
.visual-band.has-wave-top::before,
.final-cta.has-wave-top::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path d='M0,60 C220,10 480,80 720,40 C960,0 1220,70 1440,30 L1440,0 L0,0 Z' fill='%230b371f'/></svg>");
}

/* Wave que sai de paper (.stat-hero, .explain, .models, .comparativo, .fit) pra dark */
.explain.has-wave-top::before,
.stat-hero.has-wave-bottom::after,
.models.has-wave-bottom::after,
.comparativo.has-wave-bottom::after,
.fit.has-wave-bottom::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path d='M0,60 C220,10 480,80 720,40 C960,0 1220,70 1440,30 L1440,0 L0,0 Z' fill='%23f5f0e4'/></svg>");
}

/* Limpar antigo section-divider (caso reste no DOM em algum fallback) */
.section-divider {
  display: none !important;
}

/* ====== EXPLAIN — wave color override (seção paper precedida por dark hero) ====== */
.explain.has-wave-top::before {
  display: none;
}

/* O hero é dark e a explain é paper. A wave-top de explain ficaria estranha; só wave-bottom */

/* ====== STAT-HERO bg: paper sólido com textura ====== */
.stat-hero {
  background: var(--paper);
}

/* ====== HERO — refinar hero__mini-stats com mais respiro ====== */
.hero__mini-stats {
  flex-wrap: wrap;
  gap: 10px;
}

.hero__mini-stats span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  padding: 12px 18px;
  border-radius: 14px;
  font-size: 0.86rem;
  line-height: 1.2;
}

.hero__mini-stats b {
  display: block;
  margin-bottom: 2px;
  color: var(--gold-2);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0;
}

/* H1 hero: balance + line-height ajustado pra novo texto */
.hero h1 {
  text-wrap: balance;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: 0;
}

@media (max-width: 820px) {
  .hero h1 {
    font-size: clamp(2.1rem, 8.2vw, 3.4rem);
    line-height: 1.08;
  }
  .hero__mini-stats {
    gap: 8px;
  }
  .hero__mini-stats span {
    padding: 10px 14px;
  }
  .hero__mini-stats b {
    font-size: 0.98rem;
  }
}

/* ====== FOOTER — z-index acima de waves ====== */
.footer {
  position: relative;
  z-index: 5;
}

/* ====== SECTION-HEAD light variant force pra numbers ====== */
.numbers .section-head--light h2,
.numbers .section-head h2 {
  color: var(--white);
}

.numbers .section-head--light p,
.numbers .section-head p {
  color: rgba(255, 255, 255, 0.78);
}

/* ====== Hi marker no escuro precisa de cor mais visível ====== */
.numbers .hi[data-animate="paint"].is-painted,
.numbers .hi:not([data-animate="paint"]) {
  background-color: rgba(226, 187, 47, 0.32);
}

/* ====== Quiz card no hero: tag curta ====== */
.quiz-card__tag {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ==========================================================================
   v5.1 — Ajustes pós-feedback (2026-05-28)
   - Hero compacto (sem mini-stats), form sobe
   - Soluções: ícones SVG em vez de fotos
   - Modelos: copy simplificada
   ========================================================================== */

/* ====== HERO: sem mini-stats, form mais alto ====== */
.hero__mini-stats { display: none !important; }

.hero {
  padding: 124px 0 80px;
  min-height: auto;
}

.hero__grid {
  align-items: start;
  padding-top: 8px;
}

.hero__copy {
  padding-top: 12px;
}

@media (max-width: 1080px) {
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 820px) {
  .hero {
    padding: 110px 0 60px;
  }
}

/* ====== SOLUÇÕES — Cards com ÍCONE (cat-grid) ====== */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 22px 28px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 90%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease;
}

.cat-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(226, 187, 47, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
  transition: transform 0.4s ease;
}

.cat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(226, 187, 47, 0.45);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35),
              0 0 0 1px rgba(226, 187, 47, 0.15);
}

.cat-card:hover::before {
  transform: scale(1.4);
}

.cat-card__ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(226, 187, 47, 0.18) 0%, rgba(226, 187, 47, 0.04) 100%);
  border: 1px solid rgba(226, 187, 47, 0.3);
  color: var(--gold-2);
  transition: transform 0.35s ease, background 0.35s ease;
}

.cat-card:hover .cat-card__ic {
  transform: scale(1.05) rotate(-3deg);
  background: linear-gradient(135deg, rgba(226, 187, 47, 0.28) 0%, rgba(226, 187, 47, 0.08) 100%);
}

.cat-card__ic svg {
  width: 34px;
  height: 34px;
}

.cat-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--white);
  line-height: 1.2;
}

.cat-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.84rem;
  line-height: 1.4;
}

@media (max-width: 1080px) {
  .cat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .cat-card {
    padding: 22px 14px 20px;
  }
  .cat-card__ic {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }
  .cat-card__ic svg {
    width: 28px;
    height: 28px;
  }
  .cat-card h3 {
    font-size: 0.88rem;
  }
  .cat-card p {
    display: none;
  }
}

@media (max-width: 480px) {
  .cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cat-card h3 {
    font-size: 0.92rem;
  }
}

/* Esconder o solution-wheel antigo se sobrar */
.solution-wheel { display: none; }

/* ==========================================================================
   v5.2 — TRUST STRIP + ajustes copy (2026-05-28)
   ========================================================================== */

.trust-strip {
  position: relative;
  z-index: 4;
  background: var(--green-950);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
  color: var(--white);
}

.trust-strip__in {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
}

.trust-strip__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.3;
}

.trust-strip__item svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: var(--gold-2);
}

.trust-strip__item b {
  display: inline-block;
  margin-right: 4px;
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0;
}

@media (max-width: 960px) {
  .trust-strip__in {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .trust-strip {
    padding: 14px 0;
  }
  .trust-strip__item {
    font-size: 0.8rem;
    gap: 10px;
  }
  .trust-strip__item svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
  }
}

/* Field hint (e-mail opcional) */
.field__hint {
  margin-left: 4px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

/* ==========================================================================
   v5.3 — Audience grid visual + visual-band legibilidade + ajustes
   ========================================================================== */

/* ====== AUDIENCE (substitui o block "Quem é o seu cliente?") ====== */
.audience {
  margin-top: 64px;
}

.audience__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
}

.audience__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  background: rgba(226, 187, 47, 0.12);
  border: 1px solid rgba(226, 187, 47, 0.32);
  border-radius: 999px;
  color: var(--gold-3);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.audience__head h3 {
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  font-weight: 800;
  color: var(--green-950);
  margin: 0 0 10px;
  letter-spacing: 0;
}

.audience__head h3 em {
  color: var(--gold-3);
  font-style: normal;
  font-weight: 900;
}

.audience__head p {
  color: var(--muted);
  font-size: 1.04rem;
  margin: 0;
}

.audience__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.audience__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 16px 20px;
  border-radius: 16px;
  border: 1px solid transparent;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1),
              box-shadow 0.35s ease,
              border-color 0.35s ease;
  animation: audiencePop 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  animation-delay: calc(var(--i, 0) * 60ms);
}

.audience__card:nth-child(1)  { --i: 0; }
.audience__card:nth-child(2)  { --i: 1; }
.audience__card:nth-child(3)  { --i: 2; }
.audience__card:nth-child(4)  { --i: 3; }
.audience__card:nth-child(5)  { --i: 4; }
.audience__card:nth-child(6)  { --i: 5; }
.audience__card:nth-child(7)  { --i: 6; }
.audience__card:nth-child(8)  { --i: 7; }
.audience__card:nth-child(9)  { --i: 8; }
.audience__card:nth-child(10) { --i: 9; }

@keyframes audiencePop {
  from { opacity: 0; transform: translateY(14px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.audience__card--green {
  background: linear-gradient(160deg, var(--green-900) 0%, var(--green-950) 100%);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 38px rgba(7, 40, 23, 0.18);
}

.audience__card--gold {
  background: linear-gradient(160deg, var(--sand-2) 0%, var(--sand) 100%);
  color: var(--green-950);
  border-color: rgba(124, 100, 27, 0.18);
  box-shadow: 0 18px 38px rgba(124, 100, 27, 0.16);
}

.audience__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.25);
  border-color: rgba(226, 187, 47, 0.5);
}

.audience__ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  border-radius: 14px;
  transition: transform 0.35s ease;
}

.audience__card--green .audience__ic {
  background: rgba(226, 187, 47, 0.15);
  color: var(--gold-2);
}

.audience__card--gold .audience__ic {
  background: rgba(7, 40, 23, 0.12);
  color: var(--green-950);
}

.audience__card:hover .audience__ic {
  transform: scale(1.08) rotate(-4deg);
}

.audience__ic svg {
  width: 28px;
  height: 28px;
}

.audience__card h4 {
  margin: 0 0 8px;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0;
}

.audience__tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.audience__card--green .audience__tag {
  background: rgba(226, 187, 47, 0.18);
  color: var(--gold-2);
}

.audience__card--gold .audience__tag {
  background: rgba(7, 40, 23, 0.18);
  color: var(--green-900);
}

.audience__legend {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
  font-size: 0.86rem;
  color: var(--muted);
}

.audience__legend i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.audience__legend .dot--green { background: var(--green-800); }
.audience__legend .dot--gold  { background: var(--gold); }

@media (max-width: 1080px) {
  .audience__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .audience__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .audience__card {
    padding: 18px 12px 16px;
  }
  .audience__ic {
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
  }
  .audience__ic svg {
    width: 22px;
    height: 22px;
  }
  .audience__card h4 {
    font-size: 0.82rem;
    margin-bottom: 6px;
  }
  .audience__tag {
    font-size: 0.58rem;
    padding: 2px 8px;
  }
}

@media (max-width: 480px) {
  .audience__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .audience__legend {
    gap: 14px;
    font-size: 0.78rem;
  }
}

/* Esconder o antigo explain__client */
.explain__client { display: none !important; }

/* ====== VISUAL BAND — legibilidade do texto ====== */
.visual-band {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: center;
}

.visual-band__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 40, 23, 0.95) 0%, rgba(7, 40, 23, 0.78) 50%, rgba(7, 40, 23, 0.35) 100%),
    linear-gradient(180deg, transparent 0%, rgba(7, 40, 23, 0.5) 100%);
}

.visual-band > .wrap {
  position: relative;
  z-index: 2;
}

.visual-band__content {
  max-width: 540px;
  padding: 56px 0;
  background: transparent;
}

.visual-band__content h2 {
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.visual-band__content p {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

@media (max-width: 820px) {
  .visual-band__image::after {
    background: linear-gradient(180deg, rgba(7, 40, 23, 0.88) 0%, rgba(7, 40, 23, 0.72) 100%);
  }
  .visual-band__content {
    padding: 44px 0;
  }
}
