/* =====================================================================
   IPM — Landing page
   Built on Autentica DS — heraldic luxe direction
   ===================================================================== */

:root {
  /* Heritage palette */
  --aut-navy-900: #051821;
  --aut-navy-800: #071E28;
  --aut-maroon-800: #411918;
  --aut-gold-700: #8E5F2E;
  --aut-gold-600: #A5733D;
  --aut-gold-500: #C99A55;
  --aut-gold-400: #DDB57A;
  --aut-beige-400: #D7C3AF;
  --aut-cream-100: #F0EBE4;
  --aut-cream-50: #F8F5F0;
  --aut-success: #2D6A4F;
  --aut-green-700: #128C43;
  --aut-green-600: #1FAF55;
  --aut-green-500: #25D366;
  --aut-green-400: #4BE085;
  --aut-destructive: #C0392B;

  /* Type */
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Playfair Display", "Cormorant Garamond", Georgia, serif;

  /* Motion */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---- Page reset & base ---------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  background: var(--aut-navy-900);
  color: var(--aut-cream-50);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }

/* ---- Typographic helpers -------------------------------------------- */
.serif      { font-family: var(--font-display); }
.eyebrow {
  font-family: var(--font-sans);
  font-size: 11px; font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: var(--aut-gold-500);
}
.eyebrow--muted { color: rgba(215, 195, 175, 0.55); }
.rule-gold {
  display: inline-block;
  width: 56px; height: 1px;
  background: var(--aut-gold-600);
  vertical-align: middle;
}

/* ---- Layout primitives ---------------------------------------------- */
.container {
  width: min(1240px, 100% - 48px);
  margin-inline: auto;
}
.container--tight { width: min(960px, 100% - 48px); }
.container--narrow { width: min(720px, 100% - 48px); }

section {
  position: relative;
  padding: clamp(72px, 9vw, 140px) 0;
}

/* ---- URGENCY BANNER ------------------------------------------------- */
.urgency {
  position: relative; z-index: 60;
  background: var(--aut-navy-900);
  border-bottom: 1px solid rgba(165, 115, 61, 0.25);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aut-beige-400);
}
.urgency__strip {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  padding: 11px 24px;
  text-align: center;
}
.urgency__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--aut-gold-600);
  box-shadow: 0 0 0 4px rgba(165,115,61,0.12);
  animation: pulse 2s ease-in-out infinite;
}
.urgency__accent { color: var(--aut-gold-500); font-weight: 600; }
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 4px rgba(165,115,61,0.12); }
  50%     { box-shadow: 0 0 0 8px rgba(165,115,61,0.02); }
}

/* ---- NAV ------------------------------------------------------------ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(5, 24, 33, 0.85);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid rgba(165, 115, 61, 0.18);
  transition: background 200ms var(--ease-out);
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.nav__brand {
  display: flex; align-items: center; gap: 12px;
}
.nav__brand-mark {
  width: 32px; height: 32px;
  object-fit: contain;
}
.nav__brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.28em;
  font-size: 14px;
  color: var(--aut-cream-50);
}
.nav__brand-tag {
  font-size: 9px;
  letter-spacing: 0.32em;
  color: var(--aut-gold-500);
  text-transform: uppercase;
  margin-top: 2px;
}
.nav__links {
  display: flex; align-items: center; gap: 36px;
}
.nav__link {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(215, 195, 175, 0.7);
  transition: color 200ms;
  font-weight: 500;
}
.nav__link:hover { color: var(--aut-gold-500); }
.nav__cta { margin-left: 12px; }

.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px; height: 36px;
  padding: 6px 4px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.nav__toggle span {
  display: block;
  height: 1.5px;
  width: 100%;
  background: var(--aut-cream-50);
  transition: transform 220ms var(--ease-out), opacity 180ms, background 200ms;
}
.nav__toggle:hover span,
.nav__toggle[aria-expanded="true"] span { background: var(--aut-gold-500); }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 880px) {
  .nav__inner { position: relative; }
  .nav__toggle { display: flex; }
  .nav__links {
    display: flex;
    position: absolute;
    top: calc(100% + 1px);
    left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--aut-navy-900);
    border-top: 1px solid rgba(165, 115, 61, 0.25);
    border-bottom: 1px solid rgba(165, 115, 61, 0.25);
    padding: 8px 24px 20px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 280ms var(--ease-out), opacity 200ms, padding 240ms var(--ease-out);
  }
  .nav__links.is-open {
    max-height: 480px;
    opacity: 1;
    pointer-events: auto;
    padding: 16px 24px 24px;
  }
  .nav__link {
    padding: 14px 0;
    border-bottom: 1px solid rgba(165, 115, 61, 0.12);
  }
  .nav__cta { margin-left: 0; margin-top: 16px; width: 100%; }
}

/* ---- BUTTONS -------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  transition: transform 150ms var(--ease-out), background 200ms, color 200ms, border-color 200ms;
  white-space: nowrap;
}
.btn:active { transform: scale(0.98); }
.btn--gold {
  background: linear-gradient(180deg, var(--aut-green-500) 0%, var(--aut-green-600) 100%);
  color: #fff;
  font-weight: 700;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.25) inset,
    0 0 0 1px rgba(18, 140, 67, 0.4),
    0 10px 28px -10px rgba(37, 211, 102, 0.65),
    0 4px 14px -6px rgba(18, 140, 67, 0.55);
}
.btn--gold:hover {
  background: linear-gradient(180deg, var(--aut-green-400) 0%, var(--aut-green-500) 100%);
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.3) inset,
    0 0 0 1px rgba(18, 140, 67, 0.5),
    0 16px 38px -10px rgba(37, 211, 102, 0.8),
    0 6px 20px -6px rgba(37, 211, 102, 0.6);
}
.btn--gold:active { transform: translateY(0) scale(0.98); }
@keyframes btn-pulse {
  0%, 100% {
    box-shadow:
      0 1px 0 rgba(255,255,255,0.25) inset,
      0 0 0 1px rgba(18, 140, 67, 0.4),
      0 10px 28px -10px rgba(37, 211, 102, 0.65),
      0 4px 14px -6px rgba(18, 140, 67, 0.55),
      0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  50% {
    box-shadow:
      0 1px 0 rgba(255,255,255,0.25) inset,
      0 0 0 1px rgba(18, 140, 67, 0.4),
      0 14px 34px -10px rgba(37, 211, 102, 0.8),
      0 6px 18px -6px rgba(18, 140, 67, 0.6),
      0 0 0 10px rgba(37, 211, 102, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn--gold { animation: none; }
}
.btn--outline {
  background: transparent;
  color: var(--aut-cream-50);
  box-shadow: inset 0 0 0 1px rgba(215, 195, 175, 0.35);
}
.btn--outline:hover {
  box-shadow: inset 0 0 0 1px var(--aut-green-500);
  color: var(--aut-green-400);
}
.btn--ghost-gold {
  color: var(--aut-green-500);
  padding: 10px 0;
  letter-spacing: 0.26em;
}
.btn--ghost-gold:hover { color: var(--aut-green-400); }
.btn--lg { padding: 18px 36px; font-size: 13px; }
.btn--sm { padding: 10px 18px; font-size: 11px; letter-spacing: 0.22em; }

.btn__arrow {
  display: inline-block; width: 12px; height: 1px;
  background: currentColor;
  position: relative;
  transition: width 200ms var(--ease-out);
}
.btn__arrow::after {
  content: "";
  position: absolute; right: -1px; top: -3px;
  width: 7px; height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}
.btn:hover .btn__arrow { width: 20px; }

/* ---- HERO ----------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* shared decorative ribbon "MARCAS · LEGADOS · VIRTUDES" */
.brand-ribbon {
  position: absolute;
  inset-inline: 0;
  display: flex; justify-content: center;
  font-size: 10px;
  letter-spacing: 0.42em;
  color: rgba(165, 115, 61, 0.55);
  text-transform: uppercase;
  pointer-events: none;
}

/* ---- Hero A — Editorial Dark (default) ----------------------------- */
.hero--A {
  background: var(--aut-navy-900);
  padding: clamp(80px, 11vw, 160px) 0 clamp(80px, 10vw, 140px);
}
.hero--A::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 35%, rgba(165, 115, 61, 0.18), transparent 70%),
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(65, 25, 24, 0.55), transparent 70%);
  z-index: -1;
}
.hero--A .hero__emblem {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: min(720px, 75vw);
  opacity: 0.10;
  filter: brightness(1.3) contrast(0.9);
  z-index: -1;
  pointer-events: none;
}
.hero--A .hero__content { position: relative; text-align: center; }
.hero--A .hero__eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  color: var(--aut-gold-500);
  font-size: 10px; letter-spacing: 0.36em; text-transform: uppercase; font-weight: 600;
  margin-bottom: 32px;
}
.hero--A .hero__eyebrow::before,
.hero--A .hero__eyebrow::after {
  content: ""; width: 40px; height: 1px; background: var(--aut-gold-600);
}
.hero--A .hero__kicker {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  color: rgba(215, 195, 175, 0.85);
  font-weight: 400;
  margin: 0 0 18px;
  letter-spacing: 0.01em;
}
.hero--A .hero__headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(54px, 9vw, 132px);
  line-height: 0.94;
  letter-spacing: -0.02em;
  color: var(--aut-cream-50);
  margin: 0 0 8px;
}
.hero--A .hero__headline em {
  display: block;
  font-style: italic;
  color: var(--aut-gold-500);
  font-weight: 400;
}
.hero--A .hero__sub {
  margin: 36px auto 0;
  max-width: 720px;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.55;
  color: rgba(232, 223, 211, 0.85);
}
.hero--A .hero__sub strong { color: var(--aut-cream-50); font-weight: 600; }
.hero--A .hero__meta {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 40px;
  margin: 48px 0 36px;
  padding: 28px 0;
  border-top: 1px solid rgba(165, 115, 61, 0.22);
  border-bottom: 1px solid rgba(165, 115, 61, 0.22);
}
.hero--A .hero__meta-item {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.hero--A .hero__meta-label {
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(215, 195, 175, 0.6);
}
.hero--A .hero__meta-value {
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 26px);
  color: var(--aut-gold-500);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.hero--A .hero__ctas {
  display: flex; justify-content: center; gap: 16px; flex-wrap: wrap;
  margin-top: 8px;
}

/* ---- Hero B — Cinematic Photo (palestra) --------------------------- */
.hero--B {
  background: #000;
  min-height: 92vh;
  display: flex; align-items: center;
  padding: 56px 0 100px;
}
.br--mobile { display: none; }
.hero--B::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("assets/willian_palestra.png");
  background-size: cover;
  background-position: center 30%;
  z-index: -2;
  opacity: 0.4;
  filter: contrast(1.05) saturate(0.8);
}
.hero--B::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(5,24,33,0.92) 0%, rgba(5,24,33,0.78) 40%, rgba(5,24,33,0.35) 75%, rgba(5,24,33,0.55) 100%),
    linear-gradient(180deg, rgba(5,24,33,0.6) 0%, rgba(5,24,33,0.2) 35%, rgba(5,24,33,0.9) 100%);
  z-index: -1;
}
.hero--B .hero__content {
  max-width: 760px;
}
.hero--B .hero__eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  color: var(--aut-gold-500);
  font-size: 10px; letter-spacing: 0.36em; text-transform: uppercase; font-weight: 600;
  margin: 24px 0 28px;
  text-align: center;
}
.hero--B .hero__eyebrow::before,
.hero--B .hero__eyebrow::after {
  content: ""; width: 32px; height: 1px; background: var(--aut-gold-600);
}
.hero--B .hero__timeline {
  margin: 0 0 0;
  justify-content: center;
}
.hero--B .hero__headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.018em;
  color: var(--aut-cream-50);
  margin: 0;
}
.hero--B .hero__headline em {
  font-style: italic;
  color: var(--aut-gold-500);
  font-weight: 400;
}
.hero--B .hero__sub {
  margin-top: 32px;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.6;
  color: rgba(232, 223, 211, 0.88);
  max-width: 620px;
}
.hero--B .hero__sub strong { color: var(--aut-cream-50); font-weight: 600; }
.hero--B .hero__details {
  display: flex; gap: 32px; flex-wrap: wrap;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(165, 115, 61, 0.25);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(215, 195, 175, 0.75);
}
.hero--B .hero__details span { color: var(--aut-gold-500); }
.hero--B .hero__ctas {
  display: flex; gap: 16px; flex-wrap: wrap;
  margin-top: 36px;
}

/* ---- Hero C — Cream Heraldic Editorial ----------------------------- */
.hero--C {
  background: var(--aut-cream-50);
  color: var(--aut-navy-900);
  padding: clamp(80px, 9vw, 130px) 0;
}
.hero--C .hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 900px) {
  .hero--C .hero__grid { grid-template-columns: 1fr; gap: 48px; }
}
.hero--C .hero__eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  color: var(--aut-gold-700);
  font-size: 10px; letter-spacing: 0.36em; text-transform: uppercase; font-weight: 600;
  margin-bottom: 32px;
}
.hero--C .hero__eyebrow::before {
  content: ""; width: 40px; height: 1px; background: var(--aut-gold-600);
}
.hero--C .hero__headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(46px, 6.4vw, 92px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--aut-navy-900);
  margin: 0;
}
.hero--C .hero__headline em {
  font-style: italic;
  color: var(--aut-gold-700);
  font-weight: 400;
}
.hero--C .hero__sub {
  margin-top: 28px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.6;
  color: #4a4035;
  max-width: 560px;
}
.hero--C .hero__sub strong { color: var(--aut-navy-900); font-weight: 600; }
.hero--C .hero__ctas {
  display: flex; gap: 16px; flex-wrap: wrap;
  margin-top: 36px;
}
.hero--C .hero__ctas .btn--outline {
  color: var(--aut-navy-900);
  box-shadow: inset 0 0 0 1px rgba(7,30,40,0.4);
}
.hero--C .hero__ctas .btn--outline:hover {
  box-shadow: inset 0 0 0 1px var(--aut-green-600);
  color: var(--aut-green-700);
}
.hero--C .hero__details {
  display: flex; gap: 32px; flex-wrap: wrap;
  margin-top: 28px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(7,30,40,0.6);
}
.hero--C .hero__details span { color: var(--aut-gold-700); font-weight: 600; }
.hero--C .hero__visual {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--aut-navy-900);
  overflow: hidden;
}
.hero--C .hero__visual img {
  width: 100%; height: 100%; object-fit: cover;
}
.hero--C .hero__visual::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(5,24,33,0.65));
}
.hero--C .hero__visual-caption {
  position: absolute; left: 28px; right: 28px; bottom: 24px;
  z-index: 2;
  color: var(--aut-cream-50);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.hero--C .hero__visual-caption strong {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 24px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--aut-gold-500);
  margin-bottom: 6px;
  font-weight: 400;
}

/* ---- SECTION HEADERS ------------------------------------------------ */
.section-head { text-align: center; margin-bottom: 64px; }
.section-head--left { text-align: left; }
.section-head__eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 10px; letter-spacing: 0.36em; text-transform: uppercase;
  color: var(--aut-gold-500); font-weight: 600;
  margin-bottom: 24px;
}
.section-head__eyebrow::before,
.section-head__eyebrow::after {
  content: ""; width: 40px; height: 1px; background: var(--aut-gold-600);
}
.section-head--left .section-head__eyebrow::after { display: none; }
.section-head__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--aut-cream-50);
  margin: 0;
}
.section-head__title em { font-style: italic; color: var(--aut-gold-500); font-weight: 400; }
.section-head__lead {
  margin-top: 24px;
  max-width: 720px;
  margin-inline: auto;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.6;
  color: rgba(232, 223, 211, 0.78);
}
.section-head--left .section-head__lead { margin-inline: 0; }

/* Section-level urgency badge */
.section-badge {
  display: flex; align-items: center; gap: 10px;
  width: max-content;
  padding: 8px 14px;
  border: 1px solid rgba(165, 115, 61, 0.4);
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--aut-gold-500);
  margin: 0 auto 28px;
}
.section-head--left .section-badge,
.problem__text .section-badge { margin: 0 0 28px; }
.section-badge::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: var(--aut-gold-500);
}

/* ---- CASES SECTION -------------------------------------------------- */
.cases { background: var(--aut-navy-900); }
.cases__intro {
  max-width: 800px;
  margin: 0 auto 56px;
  text-align: center;
  font-size: clamp(15px, 1.2vw, 18px);
  color: rgba(232, 223, 211, 0.8);
}

.carousel { position: relative; }
.carousel__track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 8px 4px 32px;
  scroll-padding: 4px;
}
.carousel__track::-webkit-scrollbar { display: none; }

.case-card {
  flex: 0 0 360px;
  scroll-snap-align: start;
  background: var(--aut-navy-800);
  border: 1px solid rgba(165, 115, 61, 0.18);
  position: relative;
  transition: transform 300ms var(--ease-out), border-color 200ms, box-shadow 200ms;
}
.case-card:hover {
  transform: translateY(-4px);
  border-color: rgba(165, 115, 61, 0.5);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
}
.case-card__photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
}
.case-card__photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.15) contrast(1.02);
  transition: transform 600ms var(--ease-out), filter 400ms;
}
.case-card:hover .case-card__photo img {
  transform: scale(1.04);
  filter: grayscale(0) contrast(1);
}
.case-card__photo::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(5,24,33,0.9));
}
.case-card__niche {
  position: absolute; top: 18px; left: 18px;
  z-index: 2;
  padding: 6px 10px;
  background: rgba(5, 24, 33, 0.65);
  backdrop-filter: blur(8px);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--aut-gold-500);
  border: 1px solid rgba(165, 115, 61, 0.3);
}
.case-card__body {
  padding: 24px 26px 28px;
  border-top: 1px solid rgba(165, 115, 61, 0.15);
}
.case-card__name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--aut-cream-50);
  letter-spacing: -0.005em;
}
.case-card__role {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(215, 195, 175, 0.6);
  margin: 0 0 20px;
}
.case-card__metric {
  display: block;
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.4;
  font-style: italic;
  color: var(--aut-gold-500);
  padding-top: 18px;
  border-top: 1px solid rgba(165, 115, 61, 0.15);
  white-space: pre-line;
}

.carousel__controls {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 16px;
  padding: 0 4px;
}
.carousel__progress {
  flex: 1; max-width: 320px;
  height: 1px;
  background: rgba(165, 115, 61, 0.2);
  margin: 0 32px;
  position: relative;
}
.carousel__progress-fill {
  position: absolute; left: 0; top: 0; height: 100%;
  background: var(--aut-gold-500);
  transition: width 300ms var(--ease-out);
}
.carousel__btn {
  width: 48px; height: 48px;
  border: 1px solid rgba(165, 115, 61, 0.3);
  color: var(--aut-cream-50);
  display: flex; align-items: center; justify-content: center;
  transition: all 200ms;
}
.carousel__btn:hover:not(:disabled) {
  border-color: var(--aut-gold-500);
  color: var(--aut-gold-500);
  background: rgba(165, 115, 61, 0.08);
}
.carousel__btn:disabled { opacity: 0.3; cursor: not-allowed; }

/* ---- PROBLEM SECTION ------------------------------------------------ */
.problem {
  background: var(--aut-navy-800);
  border-top: 1px solid rgba(165, 115, 61, 0.15);
}
.problem__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 960px) {
  .problem__grid { grid-template-columns: 1fr; gap: 56px; }
}
.problem__text p {
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.65;
  color: rgba(232, 223, 211, 0.82);
  margin: 0 0 20px;
}
.problem__text p:first-of-type { color: var(--aut-cream-50); font-weight: 500; font-size: clamp(17px, 1.35vw, 20px); }
.problem__visual {
  position: relative;
  display: block;
}
.problem__visual img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  filter: grayscale(0.15) contrast(1.05);
  box-shadow: 0 20px 60px -20px rgba(0,0,0,0.55), 0 0 0 1px rgba(165,115,61,0.18);
}
.problem__visual img:nth-child(1) {
  aspect-ratio: 4/5;
  width: 78%;
  display: block;
  object-position: 30% center;
}
.problem__visual img:nth-child(2) {
  aspect-ratio: 4/3;
  width: 56%;
  position: absolute;
  right: 0;
  bottom: -8%;
  z-index: 2;
  box-shadow: 0 24px 60px -16px rgba(0,0,0,0.7), 0 0 0 6px #0a1a23, 0 0 0 7px rgba(165,115,61,0.25);
}
.problem__visual img:nth-child(3) { display: none; }
@media (max-width: 720px) {
  .problem__visual img:nth-child(1) { width: 100%; }
  .problem__visual img:nth-child(2) { width: 64%; bottom: -6%; box-shadow: 0 16px 36px -12px rgba(0,0,0,0.7), 0 0 0 4px #0a1a23, 0 0 0 5px rgba(165,115,61,0.25); }
}
.problem__quote {
  margin-top: 56px;
  padding: 32px 36px;
  border-left: 2px solid var(--aut-gold-600);
  background: rgba(5, 24, 33, 0.4);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.4;
  color: var(--aut-cream-50);
}
.problem__quote strong { color: var(--aut-gold-500); font-weight: 600; font-style: normal; }

/* ---- METHOD SECTION ------------------------------------------------- */
.method { background: var(--aut-navy-900); }
.method__lead {
  max-width: 820px; margin: 0 auto 56px;
  text-align: center;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.65;
  color: rgba(232, 223, 211, 0.82);
}
.method__lead strong { color: var(--aut-gold-500); font-weight: 600; }

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(165, 115, 61, 0.2);
  border: 1px solid rgba(165, 115, 61, 0.2);
}
@media (max-width: 880px) { .steps { grid-template-columns: 1fr; } }

.step {
  background: var(--aut-navy-900);
  padding: 48px 36px 44px;
  position: relative;
}
.step__num {
  font-family: var(--font-display);
  font-size: 72px;
  line-height: 1;
  color: rgba(165, 115, 61, 0.4);
  font-weight: 400;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}
.step__title {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  color: var(--aut-cream-50);
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}
.step__title em {
  font-style: italic;
  color: var(--aut-gold-500);
  font-weight: 400;
}
.step__body {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(232, 223, 211, 0.75);
}

.method__close {
  margin-top: 64px;
  padding: 40px;
  text-align: center;
  border-top: 1px solid rgba(165, 115, 61, 0.2);
  border-bottom: 1px solid rgba(165, 115, 61, 0.2);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.4;
  color: var(--aut-cream-50);
}
.method__close strong { color: var(--aut-gold-500); font-weight: 600; font-style: normal; }
.method__cta-wrap {
  display: flex; justify-content: center;
  margin-top: 40px;
}

/* ---- WILLIAN SECTION ------------------------------------------------ */
.willian {
  background: #050d14;
  position: relative;
  isolation: isolate;
}
.willian::before { clip-path: inset(0); }
.willian::before {
  content: "";
  position: absolute; right: 4%; top: 80px;
  width: 520px; height: 520px;
  background: url("assets/aut-emblem-embossed.webp") center/cover;
  border-radius: 50%;
  opacity: 0.08;
  filter: blur(2px);
  pointer-events: none;
  z-index: 0;
}
.willian__grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
}
@media (max-width: 960px) {
  .willian__grid { grid-template-columns: 1fr; gap: 48px; }
}
.willian__photo {
  position: sticky;
  top: 96px;
  aspect-ratio: 4/5;
  max-height: calc(100vh - 120px);
  overflow: hidden;
  border-radius: 6px;
  align-self: start;
  z-index: 1;
}
@media (max-width: 960px) {
  .willian__photo { position: relative; top: 0; max-height: none; }
}
.willian__photo img {
  width: 100%; height: 100%; object-fit: cover;
}
.willian__photo::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(5,24,33,0.7));
}
.willian__photo-caption {
  position: absolute; left: 24px; right: 24px; bottom: 22px;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--aut-gold-500);
  z-index: 2;
}
.willian__text h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 700;
  margin: 0 0 28px;
  letter-spacing: -0.015em;
  color: var(--aut-cream-50);
}
.willian__text h2 em { font-style: italic; color: var(--aut-gold-500); font-weight: 400; }
.willian__text p {
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.7;
  color: rgba(232, 223, 211, 0.82);
  margin: 0 0 20px;
}
.willian__pullquote {
  margin: 36px 0;
  padding: 24px 0 24px 28px;
  border-left: 2px solid var(--aut-gold-600);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.3;
  color: var(--aut-gold-500);
}
.willian__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 48px 0 40px;
  padding: 32px 0;
  border-top: 1px solid rgba(165, 115, 61, 0.22);
  border-bottom: 1px solid rgba(165, 115, 61, 0.22);
}
.willian__stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  color: var(--aut-gold-500);
  line-height: 1;
  letter-spacing: -0.01em;
}
.willian__stat-label {
  display: block;
  margin-top: 10px;
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(215, 195, 175, 0.7);
}
.willian__signature {
  font-style: italic;
  color: var(--aut-cream-50);
}
.willian__signature strong { color: var(--aut-gold-500); font-weight: 600; font-style: normal; }

/* ---- DIFFERENCE / PILLARS ------------------------------------------ */
.pillars { background: var(--aut-navy-800); border-top: 1px solid rgba(165, 115, 61, 0.15); }
.pillars__list {
  display: flex; flex-direction: column;
  margin-top: 24px;
}
.pillar {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(165, 115, 61, 0.18);
  align-items: start;
}
.pillar:last-child { border-bottom: none; }
.pillar__num {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 400;
  color: var(--aut-gold-500);
  line-height: 1;
  letter-spacing: -0.01em;
  font-style: italic;
}
.pillar__title {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--aut-cream-50);
  letter-spacing: -0.01em;
  line-height: 1.15;
}
.pillar__body {
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.65;
  color: rgba(232, 223, 211, 0.78);
  margin: 0;
  max-width: 720px;
}
@media (max-width: 700px) {
  .pillar { grid-template-columns: 1fr; gap: 12px; }
}

.pillars__cta-wrap {
  display: flex; justify-content: center;
  margin-top: 56px;
}

/* ---- FOR YOU / CHECKS ----------------------------------------------- */
.foryou { background: var(--aut-navy-900); }
.foryou__intro {
  text-align: center; max-width: 760px; margin: 0 auto 56px;
  font-size: clamp(16px, 1.3vw, 19px);
  color: rgba(232, 223, 211, 0.85);
}
.checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 56px;
  max-width: 1080px; margin: 0 auto;
}
@media (max-width: 800px) { .checks { grid-template-columns: 1fr; } }
.check {
  display: grid; grid-template-columns: 40px 1fr; gap: 20px;
  align-items: start;
  padding-top: 24px;
  border-top: 1px solid rgba(165, 115, 61, 0.18);
}
.check__icon {
  width: 32px; height: 32px;
  border: 1px solid var(--aut-gold-600);
  display: flex; align-items: center; justify-content: center;
  color: var(--aut-gold-500);
  font-family: var(--font-display);
  font-size: 18px;
  margin-top: 2px;
}
.check__text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(232, 223, 211, 0.85);
}
.foryou__cta-wrap {
  display: flex; justify-content: center;
  margin-top: 64px;
}

/* ---- SELECTION PROCESS ---------------------------------------------- */
.selection { background: var(--aut-navy-800); border-top: 1px solid rgba(165, 115, 61, 0.15); }
.selection__intro {
  max-width: 800px; margin: 0 auto 48px;
  text-align: center;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.65;
  color: rgba(232, 223, 211, 0.8);
}
.selection__criteria {
  max-width: 720px; margin: 0 auto 80px;
  background: rgba(5, 24, 33, 0.55);
  border: 1px solid rgba(165, 115, 61, 0.2);
  padding: 36px 40px;
}
.selection__criteria-title {
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--aut-gold-500); margin-bottom: 20px;
  font-weight: 600;
}
.selection__criteria-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 14px;
}
.selection__criteria-list li {
  display: grid; grid-template-columns: 16px 1fr; gap: 14px;
  align-items: start;
  color: var(--aut-cream-50);
  font-size: 15px;
  line-height: 1.5;
}
.selection__criteria-list li::before {
  content: ""; width: 6px; height: 6px; background: var(--aut-gold-500);
  margin-top: 9px;
}

.steps-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
@media (max-width: 900px) { .steps-flow { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .steps-flow { grid-template-columns: 1fr; } }

.flow-step {
  position: relative;
  padding: 28px 24px 32px;
  border: 1px solid rgba(165, 115, 61, 0.22);
  background: rgba(5, 24, 33, 0.4);
  transition: all 200ms;
}
.flow-step:hover {
  border-color: rgba(165, 115, 61, 0.55);
  background: rgba(5, 24, 33, 0.7);
  transform: translateY(-2px);
}
.flow-step__num {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.32em;
  color: var(--aut-gold-500);
  margin-bottom: 24px;
  display: flex; align-items: center; gap: 12px;
}
.flow-step__num::after {
  content: ""; flex: 1; height: 1px; background: rgba(165, 115, 61, 0.3);
}
.flow-step__title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--aut-cream-50);
  letter-spacing: -0.005em;
}
.flow-step__body {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(232, 223, 211, 0.75);
}

.selection__principle {
  max-width: 800px; margin: 64px auto 0;
  padding: 32px 40px;
  border-left: 2px solid var(--aut-gold-600);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.45;
  color: rgba(232, 223, 211, 0.92);
}
.selection__cta-wrap {
  text-align: center;
  margin-top: 72px;
}
.selection__cta-prelead {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.25;
  margin-bottom: 28px;
  color: var(--aut-cream-50);
}
.selection__cta-prelead em { font-style: italic; color: var(--aut-gold-500); }

/* ---- CLOSING / FINAL --------------------------------------------- */
.closing {
  background: #050d14;
  position: relative;
  overflow: hidden;
}
.closing::before {
  content: "";
  position: absolute; left: 50%; top: 50%;
  width: min(720px, 85vw); aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: url("assets/aut-emblem.webp") center/contain no-repeat;
  opacity: 0.05;
  z-index: 0;
}
.closing__inner { position: relative; z-index: 1; }
.closing__text p {
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
  color: rgba(232, 223, 211, 0.82);
  margin: 0 0 22px;
  max-width: 760px; margin-inline: auto;
  text-align: center;
}
.closing__text p strong { color: var(--aut-cream-50); font-weight: 500; }

.timeline {
  display: flex; justify-content: center; align-items: center; gap: 12px;
  margin: 64px 0 32px;
}
.timeline__pill {
  padding: 14px 32px;
  border: 1px solid var(--aut-gold-600);
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 32px);
  color: var(--aut-gold-500);
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
}
.timeline__pill--active {
  background: var(--aut-gold-600);
  color: var(--aut-navy-900);
}
.timeline__pill-tag {
  position: absolute;
  top: -10px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 3px 8px;
  background: var(--aut-navy-900);
  color: var(--aut-gold-500);
  border: 1px solid var(--aut-gold-600);
  white-space: nowrap;
}
.timeline__pill--active .timeline__pill-tag {
  background: var(--aut-gold-600);
  color: var(--aut-navy-900);
  border-color: var(--aut-navy-900);
}
.timeline__dot {
  width: 6px; height: 6px;
  background: var(--aut-gold-600);
  transform: rotate(45deg);
}
.closing__final {
  text-align: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 30px);
  color: var(--aut-cream-50);
  margin: 32px auto 56px;
}

/* ---- TIMELINE DENTRO DO HERO ---------------------------------------- */
@media (max-width: 720px) {
  .hero--B .hero__timeline { gap: 10px; margin-bottom: 4px; }
  .hero--B .hero__timeline .timeline__pill {
    padding: 10px 18px;
    font-size: clamp(16px, 4.6vw, 22px);
  }
  .hero--B .hero__timeline .timeline__pill-tag { font-size: 8px; padding: 2px 6px; }
}

/* ---- FAQ -------------------------------------------------------- */
.faq { background: var(--aut-navy-900); border-top: 1px solid rgba(165, 115, 61, 0.15); }
.faq__inner {
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
}
.faq__title {
  font-family: var(--font-display);
  font-size: clamp(42px, 5.5vw, 72px);
  margin: 0 0 24px;
  color: var(--aut-gold-500);
  font-weight: 700;
}
.faq__text {
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.65;
  color: rgba(232, 223, 211, 0.82);
  margin-bottom: 20px;
}
.faq__cta-wrap { margin-top: 40px; }

/* ---- FOOTER ----------------------------------------------------- */
.footer {
  background: var(--aut-navy-900);
  border-top: 1px solid rgba(165, 115, 61, 0.18);
  padding: 60px 0 32px;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  flex-wrap: wrap;
}
.footer__brand { display: flex; align-items: center; gap: 16px; }
.footer__brand img { width: 40px; height: 40px; opacity: 0.9; }
.footer__brand-text {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.28em;
  color: var(--aut-cream-50);
}
.footer__brand-tag {
  font-size: 9px;
  letter-spacing: 0.32em;
  color: var(--aut-gold-500);
  text-transform: uppercase;
  margin-top: 4px;
}
.footer__copy {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(215, 195, 175, 0.5);
}

/* ---- MODAL "FICHA DE SELEÇÃO" ---------------------------------- */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  animation: fadeIn 200ms ease-out;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.modal {
  background: var(--aut-navy-800);
  border: 1px solid rgba(165, 115, 61, 0.4);
  width: 100%; max-width: 540px;
  padding: 48px 48px 40px;
  position: relative;
  animation: slideUp 300ms var(--ease-out);
}
@keyframes slideUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.modal__close {
  position: absolute; top: 16px; right: 16px;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(215, 195, 175, 0.6);
  font-size: 20px;
  transition: color 200ms;
}
.modal__close:hover { color: var(--aut-gold-500); }
.modal__emblem {
  display: block;
  width: 48px;
  margin-bottom: 24px;
  opacity: 0.9;
}
.modal__eyebrow {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--aut-gold-500);
  margin-bottom: 12px;
  font-weight: 600;
}
.modal__title {
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 16px;
  color: var(--aut-cream-50);
  letter-spacing: -0.01em;
}
.modal__title em { font-style: italic; color: var(--aut-gold-500); font-weight: 400; }
.modal__body {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(232, 223, 211, 0.78);
  margin-bottom: 28px;
}
.modal__form {
  display: flex; flex-direction: column; gap: 14px;
}
.modal__field {
  display: flex; flex-direction: column; gap: 6px;
}
.modal__field label {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(215, 195, 175, 0.7);
  font-weight: 600;
}
.modal__field input, .modal__field select {
  background: rgba(5, 24, 33, 0.6);
  border: 1px solid rgba(165, 115, 61, 0.25);
  color: var(--aut-cream-50);
  font: inherit;
  padding: 12px 14px;
  border-radius: 0;
  transition: border-color 200ms;
}
.modal__field input:focus, .modal__field select:focus {
  outline: none;
  border-color: var(--aut-gold-500);
}
.modal__submit { margin-top: 12px; }
.modal__note {
  font-size: 11px;
  letter-spacing: 0.02em;
  color: rgba(215, 195, 175, 0.55);
  margin-top: 12px;
  text-align: center;
}

/* ---- ENTRANCE ANIMATIONS --------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 700px) {
  .container { width: calc(100% - 32px); }
  .modal { padding: 36px 28px 28px; }
}

/* ---- MOBILE TUNING -------------------------------------------------- */
@media (max-width: 720px) {
  section { padding-block: 64px !important; }
  .hero { min-height: auto; padding: 48px 0 40px !important; }
  .hero h1 { font-size: clamp(26px, 6.5vw, 36px) !important; line-height: 1.1; }
  .hero__lede, .hero p { font-size: 16px !important; }
  .hero__ctas { flex-direction: column; align-items: stretch; gap: 10px; width: 100%; }
  .hero__ctas .btn { width: 100%; }
  .btn {
    padding: 16px 22px;
    font-size: 12px;
    letter-spacing: 0.18em;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
  }
  .btn--lg { padding: 18px 24px; font-size: 12px; }
  h2, .section-head__title { font-size: clamp(28px, 7vw, 38px) !important; line-height: 1.1; }
  .urgency-bar { font-size: 10px; letter-spacing: 0.16em; padding: 8px 12px; }
  .nav { padding: 14px 0; }
  .willian__stats { grid-template-columns: 1fr; gap: 20px; }
  .case-card { min-width: 78vw; }
  .problem__quote { padding: 22px 22px; font-size: 16px; margin-top: 80px; }
  .problem__visual { margin-bottom: 8%; }

  /* Hero B mobile: navy sólido, sem foto, denso, centralizado */
  .br--mobile { display: inline; }
  .hero--B { background: var(--aut-navy-900); padding: 28px 0 28px !important; }
  .hero--B::before,
  .hero--B::after { display: none; }
  .hero--B .hero__content { text-align: center; }
  .hero--B .hero__eyebrow {
    margin: 16px 0 18px;
    justify-content: center;
    font-size: 9px;
    letter-spacing: 0.18em;
    gap: 10px;
  }
  .hero--B .hero__eyebrow::before,
  .hero--B .hero__eyebrow::after { width: 20px; }
  .hero--B .hero__headline { text-align: center; }
  .hero--B .hero__sub { margin: 22px auto 0; }
  .hero--B .hero__details {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding-top: 18px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  .hero--B .hero__details > div {
    line-height: 1.2;
    white-space: nowrap;
  }
  .hero--B .hero__ctas { margin-top: 26px; gap: 10px; align-items: center; }

  /* Transição mais limpa para Cases */
  .cases { padding-top: 48px !important; }

  /* Urgency banner: empilha bonito sem deslocar o ponto */
  .urgency__strip {
    display: block;
    text-align: center;
    padding: 10px 20px;
    font-size: 11px;
    letter-spacing: 0.14em;
    line-height: 1.55;
  }
  .urgency__dot {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    transform: translateY(-1px);
  }
}
@media (max-width: 480px) {
  .nav__cta .btn { padding: 12px 16px; font-size: 11px; }
  .hero__visual-caption { font-size: 10px; padding: 14px 16px; }
}
