:root {
  --bg: #06111a;
  --text: #f6efe5;
  --muted: rgba(246, 239, 229, .72);
  --muted-2: rgba(246, 239, 229, .52);
  --line: rgba(190, 104, 64, .46);
  --line-soft: rgba(246, 239, 229, .10);
  --accent: #c87345;
  --accent-2: #e59a65;
  --deep: #030a10;
  --font-title: "Fraunces", Georgia, serif;
  --font-body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 75% 10%, rgba(219, 132, 76, .14), transparent 30%),
    linear-gradient(145deg, #03080d 0%, #07131d 46%, #02070b 100%);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 300;
  letter-spacing: .01em;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
}

.page-shell {
  width: min(1120px, calc(100vw - 28px));
  margin: 24px auto;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(5,14,22,.98), rgba(3,10,16,.98));
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: stretch;
  background: #050b11;
  border-bottom: 1px solid var(--line);
}

.hero__image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 8, 13, .96) 0%, rgba(3, 8, 13, .82) 32%, rgba(3, 8, 13, .40) 58%, rgba(3, 8, 13, .18) 100%),
    url("assets/hero-hangar.jpg");
  background-size: cover;
  background-position: center;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(560px, 78%);
  padding: 58px 48px 42px;
}

.eyebrow, .kicker {
  margin: 0 0 18px;
  color: var(--accent-2);
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .16em;
  font-weight: 500;
}

.hero h1 {
  margin: 0;
  color: var(--accent-2);
  font-family: var(--font-title);
  font-size: clamp(4.8rem, 11vw, 8.8rem);
  line-height: .82;
  font-weight: 300;
  letter-spacing: -.055em;
}

.brand-subtitle {
  margin: 18px 0 0;
  text-transform: uppercase;
  letter-spacing: .28em;
  color: rgba(255,255,255,.86);
  font-size: clamp(.95rem, 1.8vw, 1.35rem);
}

.rule {
  width: 120px;
  height: 2px;
  margin: 26px 0 22px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.concept-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 32px;
  color: rgba(255,255,255,.78);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .77rem;
  font-weight: 500;
}

.concept-line span { color: var(--accent); }

.hero-copy {
  margin: 0;
  max-width: 510px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.section, .quote-cta {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 28px;
  padding: 34px 48px;
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(90deg, rgba(255,255,255,.012), transparent 45%),
    linear-gradient(180deg, rgba(255,255,255,.012), transparent);
}

.section-number span {
  display: inline-block;
  color: var(--accent);
  font-size: 2.05rem;
  font-weight: 500;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 8px;
}

.section h2 {
  margin: 0 0 18px;
  font-family: var(--font-title);
  font-size: clamp(1.72rem, 3.3vw, 3rem);
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: -.045em;
}

.section p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 680px;
}

.section--intro { grid-template-columns: 82px minmax(0, 1fr) 280px; align-items: center; }

.trust-card {
  border-left: 1px solid var(--line);
  min-height: 160px;
  padding-left: 42px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.icon-shield { color: var(--accent); font-size: 2.7rem; line-height: 1; }

.trust-card ul { list-style: none; padding: 0; margin: 0; }
.trust-card li {
  margin: 10px 0;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .84rem;
  font-weight: 500;
}

/* Seção 2 — mapa mundi real em contorno */
.section--logic {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  grid-template-columns: 82px minmax(0, 0.92fr) minmax(400px, 1.16fr);
  align-items: center;
}

.section--logic::after {
  content: "";
  position: absolute;
  right: -160px;
  top: -120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(229,154,101,.12), transparent 62%);
  pointer-events: none;
}

.ops-map {
  position: relative;
  width: min(100%, 560px);
  height: 330px;
  justify-self: end;
  border: 1px solid rgba(229,154,101,.18);
  background:
    radial-gradient(circle at 70% 24%, rgba(229,154,101,.16), transparent 22%),
    radial-gradient(circle at 33% 62%, rgba(246,239,229,.045), transparent 21%),
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.01));
  box-shadow: inset 0 0 80px rgba(0,0,0,.38), 0 20px 70px rgba(0,0,0,.24);
  overflow: hidden;
  transform: translate3d(var(--map-x, 0px), var(--map-y, 0px), 0);
  transition: transform .2s ease-out;
}

.ops-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(3,10,16,.48) 78%);
  pointer-events: none;
  z-index: 5;
}

.ops-map__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(246,239,229,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,239,229,.026) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at center, #000 25%, transparent 75%);
  opacity: .62;
  z-index: 1;
}

.world-map-layer,
.ops-map__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.world-map-layer {
  position: absolute;
  z-index: 2;
  opacity: .95;
  transform: scale(1.06);
  transform-origin: center;
  mix-blend-mode: screen;
}

.world-map-layer img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: .82;
  filter: drop-shadow(0 0 6px rgba(229,154,101,.28));
}


.ops-map__svg {
  z-index: 3;
}

.route {
  stroke: url(#routeGradient);
  stroke-width: 1.35;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 720;
  stroke-dashoffset: 720;
  filter: url(#glow);
  animation: drawRoute 3.1s ease forwards, routeBreath 6.5s ease-in-out infinite;
}

.route--2 { animation-delay: .25s, 0s; opacity: .84; }
.route--3 { animation-delay: .55s, 1s; opacity: .70; }
.route--4 { animation-delay: .85s, 2s; opacity: .60; }

.traveler {
  fill: var(--accent-2);
  filter: url(#glow);
  opacity: .95;
}

.ops-node {
  position: absolute;
  z-index: 6;
  display: block;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ops-node > span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  background: var(--accent-2);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(229,154,101,.11), 0 0 24px rgba(229,154,101,.9);
}

.ops-node > span::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(229,154,101,.48);
  border-radius: 50%;
  animation: pulse 2.5s ease-out infinite;
}





.ops-node--a { left: 25%; top: 44%; }  /* São Paulo */
.ops-node--b { left: 34%; top: 64%; }  /* Miami */
.ops-node--c { left: 53%; top: 37%; }  /* Lisboa */
.ops-node--d { left: 61%; top: 31%; }  /* Londres */
.ops-node--e { left: 69%; top: 42%; }  /* Dubai */
.ops-node--f { left: 78%; top: 55%; }  /* Zurique */

.ops-map__caption {
  position: absolute;
  z-index: 6;
  left: 26px;
  bottom: 22px;
  display: grid;
  gap: 5px;
  padding-left: 16px;
  border-left: 2px solid var(--accent);
}

.ops-map__caption span {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .70rem;
  font-weight: 600;
}

.ops-map__caption small {
  color: rgba(246,239,229,.58);
  text-transform: uppercase;
  letter-spacing: .10em;
  font-size: .64rem;
}

@keyframes drawRoute { to { stroke-dashoffset: 0; } }
@keyframes routeBreath {
  0%, 100% { opacity: .62; }
  50% { opacity: .98; }
}
@keyframes pulse {
  0% { transform: scale(.55); opacity: .75; }
  100% { transform: scale(2.4); opacity: 0; }
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
}

.model-grid article {
  padding: 12px 28px 2px;
  min-height: 168px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.model-grid article:first-child { padding-left: 0; }
.model-grid article:last-child { border-right: 0; padding-right: 0; }

.model-icon { color: var(--accent); font-size: 2.1rem; margin-bottom: 16px; line-height: 1; }

.model-grid h3 {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .83rem;
  font-weight: 600;
}

.model-grid p { font-size: .92rem; line-height: 1.65; margin: 0 auto; }

.profile-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.profile-grid div {
  min-height: 84px;
  padding: 18px;
  border-right: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.86);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .76rem;
  font-weight: 600;
}

.profile-grid div:last-child { border-right: 0; }
.profile-grid span { color: var(--accent); font-size: 1.72rem; font-weight: 300; }

.quote-cta {
  grid-template-columns: 82px 1fr 320px;
  align-items: center;
}

.quote-cta blockquote {
  margin: 0;
  color: var(--text);
  font-family: var(--font-title);
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  line-height: 1.35;
  font-weight: 300;
  font-style: italic;
}

.cta-box {
  border-left: 1px solid var(--line);
  padding-left: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  width: 100%;
  border: 1px solid var(--accent);
  color: var(--accent-2);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .78rem;
  font-weight: 600;
  transition: .25s ease;
}

.button:hover, .button:focus { background: var(--accent); color: #130c08; }

.cta-box p {
  margin: 14px 0 0;
  color: var(--muted-2);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .72rem;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 48px;
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  background: rgba(0,0,0,.18);
}

footer p { margin: 0; }
.domain { color: var(--accent-2); text-transform: lowercase; letter-spacing: .02em; font-size: .86rem; }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .85s ease, transform .85s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .ops-map, .route, .ops-node > span::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(229,154,101,.48);
  border-radius: 50%;
  animation: pulse 2.5s ease-out infinite;
}
  .route { stroke-dashoffset: 0; }
  .traveler { display: none; }
}

@media (max-width: 980px) {
  .section--logic {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ops-map {
    justify-self: stretch;
    width: 100%;
    height: 330px;
    margin-top: 10px;
  }
}

@media (max-width: 900px) {
  .page-shell { width: 100%; margin: 0; border: 0; }
  .hero { min-height: 520px; }
  .hero__content { width: 100%; padding: 42px 26px 34px; }
  .hero__image { background-position: 62% center; }

  .section, .section--intro, .quote-cta {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 26px;
  }

  .section-number span { font-size: 1.45rem; }

  .trust-card, .cta-box {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 24px;
  }

  .model-grid, .profile-grid {
    grid-template-columns: 1fr;
  }

  .model-grid article, .profile-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
    text-align: left;
    padding: 22px 0;
  }

  .model-grid article:last-child, .profile-grid div:last-child { border-bottom: 0; }

  footer {
    flex-direction: column;
    padding: 18px 26px;
  }
}

@media (max-width: 560px) {
  .ops-map { height: 280px; }
  
  .ops-map__caption { left: 18px; bottom: 18px; }
  .concept-line { letter-spacing: .08em; }
}


.world-map-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 44%, rgba(3,10,16,.22) 80%);
  pointer-events: none;
}


/* =========================================================
   V4.6 — Ajustes solicitados pelo cliente
   1. CTA no hero
   2. Abertura de chat
   3. Rodapé refinado
   4. Bloco 04 condensado
   5. Texto hero reduzido
   6. Micro espaçamento mobile
========================================================= */

.hero h1 {
  font-size: clamp(4.2rem, 8vw, 7.2rem);
  line-height: .84;
}

.hero-copy {
  max-width: 430px;
  font-size: .98rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.button--hero {
  width: auto;
  min-width: 235px;
  padding: 0 22px;
}

.button-text {
  border: 0;
  background: transparent;
  color: rgba(246, 239, 229, .72);
  font: inherit;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 12px 0;
  transition: color .2s ease;
}

.button-text:hover,
.button-text:focus {
  color: var(--accent-2);
}

.section h2 {
  font-size: clamp(1.9rem, 2.7vw, 2.65rem);
  line-height: 1.08;
}

.section p {
  font-size: .96rem;
  line-height: 1.72;
}

.section,
.quote-cta {
  padding-top: 30px;
  padding-bottom: 30px;
}

.profile-grid--compact {
  grid-template-columns: repeat(3, 1fr);
}

.profile-grid--compact div {
  min-height: 78px;
}

.site-footer {
  align-items: center;
}

.site-footer .footer-brand {
  color: var(--accent-2);
  font-family: var(--font-title);
  font-size: 1.05rem;
  text-transform: none;
  letter-spacing: .01em;
  margin-bottom: 4px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.footer-contact a {
  color: rgba(246,239,229,.72);
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: .02em;
  font-size: .82rem;
}

.footer-contact a:hover {
  color: var(--accent-2);
}

.privacy-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(.98);
  transition: opacity .25s ease, transform .25s ease;
}

.privacy-chat.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.privacy-chat__panel {
  width: min(340px, calc(100vw - 32px));
  padding: 24px;
  border: 1px solid rgba(229,154,101,.34);
  background:
    radial-gradient(circle at 82% 0%, rgba(229,154,101,.16), transparent 34%),
    rgba(3,10,16,.94);
  box-shadow: 0 24px 70px rgba(0,0,0,.46);
  backdrop-filter: blur(18px);
}

.privacy-chat__close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: 0;
  background: transparent;
  color: rgba(246,239,229,.68);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.privacy-chat__eyebrow {
  margin: 0 0 10px;
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .68rem;
  font-weight: 600;
}

.privacy-chat h3 {
  margin: 0 0 12px;
  font-family: var(--font-title);
  font-size: 1.55rem;
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: -.03em;
}

.privacy-chat p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.55;
}

.privacy-chat__button {
  width: 100%;
  min-height: 50px;
}

@media (min-width: 981px) {
  .section--logic {
    min-height: 390px;
  }

  .ops-map {
    height: 310px;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 500px;
  }

  .hero__content {
    padding: 38px 24px 32px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .section,
  .section--intro,
  .quote-cta {
    padding: 28px 24px;
    gap: 18px;
  }

  .section h2 {
    font-size: clamp(2rem, 7.6vw, 2.8rem);
    line-height: 1.06;
  }

  .section p,
  .hero-copy {
    font-size: .95rem;
    line-height: 1.64;
  }

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

  .site-footer,
  .footer-contact {
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 455px;
  }

  .hero__content {
    padding: 32px 22px 28px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 19vw, 5.1rem);
    line-height: .86;
    letter-spacing: -.052em;
  }

  .brand-subtitle {
    font-size: .76rem;
    letter-spacing: .17em;
    margin-top: 13px;
  }

  .rule {
    margin: 20px 0 16px;
  }

  .concept-line {
    gap: 7px;
    font-size: .66rem;
    letter-spacing: .055em;
    margin-bottom: 18px;
  }

  .hero-copy {
    max-width: 330px;
    font-size: .91rem;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .button--hero {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    font-size: .7rem;
    letter-spacing: .1em;
  }

  .button-text {
    width: 100%;
    text-align: center;
    font-size: .68rem;
    letter-spacing: .09em;
    padding: 8px 0 0;
  }

  .section,
  .section--intro,
  .quote-cta {
    padding: 24px 22px;
    gap: 14px;
  }

  .section-number span {
    font-size: 1.28rem;
    padding-bottom: 6px;
  }

  .eyebrow,
  .kicker {
    font-size: .67rem;
    letter-spacing: .12em;
    margin-bottom: 10px;
  }

  .section h2 {
    font-size: clamp(1.88rem, 9vw, 2.36rem);
    line-height: 1.05;
    letter-spacing: -.04em;
    margin-bottom: 13px;
  }

  .section p {
    font-size: .91rem;
    line-height: 1.58;
  }

  .trust-card {
    min-height: auto;
  }

  .trust-card li {
    margin: 7px 0;
    font-size: .74rem;
    letter-spacing: .08em;
  }

  .ops-map {
    height: 238px;
    margin-top: 2px;
  }

  .ops-map__caption {
    left: 16px;
    bottom: 16px;
    gap: 4px;
    padding-left: 12px;
  }

  .ops-map__caption span {
    font-size: .62rem;
    letter-spacing: .11em;
  }

  .ops-map__caption small {
    font-size: .56rem;
    letter-spacing: .07em;
  }

  .model-grid article,
  .profile-grid div {
    padding: 15px 0;
  }

  .model-grid h3 {
    font-size: .76rem;
    letter-spacing: .075em;
  }

  .model-grid p {
    font-size: .88rem;
    line-height: 1.5;
  }

  .profile-grid div {
    min-height: auto;
    font-size: .71rem;
    letter-spacing: .06em;
  }

  .quote-cta blockquote {
    font-size: clamp(1.38rem, 7vw, 1.85rem);
    line-height: 1.26;
  }

  .site-footer {
    padding: 16px 22px;
    gap: 12px;
  }

  .site-footer .footer-brand {
    font-size: .98rem;
  }

  .footer-contact a,
  footer {
    font-size: .66rem;
    letter-spacing: .08em;
  }

  .privacy-chat {
    right: 16px;
    bottom: 16px;
  }

  .privacy-chat__panel {
    padding: 22px;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: clamp(3.45rem, 18vw, 4.55rem);
  }

  .section h2 {
    font-size: clamp(1.72rem, 8.5vw, 2.1rem);
  }

  .brand-subtitle {
    letter-spacing: .14em;
  }

  .concept-line {
    font-size: .62rem;
  }
}


/* =========================================================
   V7 — Integração Leadster como concierge privado
========================================================= */

.leadster-open {
  font-family: var(--font-body);
}

button.button {
  cursor: pointer;
  background: transparent;
}

.footer-cta {
  border: 1px solid rgba(229,154,101,.70);
  background: transparent;
  color: var(--accent-2);
  min-height: 42px;
  padding: 0 16px;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .68rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .22s ease, color .22s ease, border-color .22s ease;
}

.footer-cta:hover,
.footer-cta:focus {
  background: var(--accent);
  color: #130c08;
  border-color: var(--accent);
}

.privacy-chat {
  display: none !important;
}

@media (max-width: 560px) {
  .footer-cta {
    width: 100%;
    min-height: 48px;
    margin: 2px 0 10px;
  }
}


/* =========================================================
   V7.1 — Correções finais
   - Hero com CTA único, padronizado e sem duplicidade.
   - Footer CTA abre Leadster, não WhatsApp.
   - Tipografia desktop reduzida.
   - Micro espaçamentos mobile refinados.
========================================================= */

/* Tipografia desktop */
@media (min-width: 901px) {
  .hero h1 {
    font-size: clamp(3.65rem, 6.8vw, 6.25rem) !important;
    line-height: .86 !important;
    letter-spacing: -.052em !important;
  }

  .brand-subtitle {
    font-size: clamp(.82rem, 1.25vw, 1.06rem) !important;
    letter-spacing: .24em !important;
  }

  .section h2 {
    font-size: clamp(1.72rem, 2.32vw, 2.28rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.04em !important;
  }

  .quote-cta blockquote {
    font-size: clamp(1.28rem, 1.85vw, 1.72rem) !important;
    line-height: 1.34 !important;
  }

  .section p,
  .hero-copy {
    font-size: .92rem !important;
    line-height: 1.66 !important;
  }

  .hero__content {
    padding: 48px 42px 38px !important;
  }

  .section,
  .quote-cta {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}

/* CTA único no hero */
.hero-actions {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  margin-top: 24px !important;
}

.hero-actions .button-text {
  display: none !important;
}

.button--hero,
.hero-actions .button--hero {
  width: auto !important;
  min-width: 245px !important;
  max-width: 280px !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  border: 1px solid var(--accent) !important;
  background: transparent !important;
  color: var(--accent-2) !important;
  text-transform: uppercase !important;
  letter-spacing: .11em !important;
  font-size: .72rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  appearance: none !important;
}

.button--hero:hover,
.button--hero:focus {
  background: var(--accent) !important;
  color: #130c08 !important;
}

/* Footer refinado e CTA Leadster padronizado */
.site-footer {
  align-items: center !important;
}

.footer-contact {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 6px !important;
}

.footer-cta,
.footer-contact .footer-cta {
  width: auto !important;
  min-width: 230px !important;
  max-width: 280px !important;
  min-height: 44px !important;
  margin: 0 0 8px !important;
  padding: 0 18px !important;
  border: 1px solid var(--accent) !important;
  background: transparent !important;
  color: var(--accent-2) !important;
  text-transform: uppercase !important;
  letter-spacing: .11em !important;
  font-size: .68rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  appearance: none !important;
}

.footer-cta:hover,
.footer-cta:focus {
  background: var(--accent) !important;
  color: #130c08 !important;
}

.footer-contact a {
  color: rgba(246,239,229,.68) !important;
  text-decoration: none !important;
  text-transform: lowercase !important;
  letter-spacing: .02em !important;
  font-size: .76rem !important;
}

/* Mobile: micro espaçamentos */
@media (max-width: 900px) {
  .hero__content {
    padding: 34px 24px 30px !important;
  }

  .hero-actions {
    margin-top: 20px !important;
  }

  .section,
  .section--intro,
  .quote-cta {
    padding: 26px 24px !important;
    gap: 16px !important;
  }

  .section h2 {
    font-size: clamp(1.9rem, 7.2vw, 2.55rem) !important;
    line-height: 1.06 !important;
  }

  .section p,
  .hero-copy {
    font-size: .92rem !important;
    line-height: 1.58 !important;
  }

  .footer-contact {
    align-items: flex-start !important;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 430px !important;
  }

  .hero__content {
    padding: 30px 22px 26px !important;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 17.2vw, 4.7rem) !important;
    line-height: .86 !important;
  }

  .brand-subtitle {
    font-size: .71rem !important;
    letter-spacing: .15em !important;
    margin-top: 12px !important;
  }

  .rule {
    margin: 18px 0 14px !important;
  }

  .concept-line {
    gap: 6px !important;
    font-size: .61rem !important;
    letter-spacing: .045em !important;
    margin-bottom: 15px !important;
  }

  .hero-copy {
    max-width: 300px !important;
    font-size: .86rem !important;
    line-height: 1.48 !important;
  }

  .button--hero,
  .hero-actions .button--hero {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 48px !important;
    font-size: .68rem !important;
    letter-spacing: .095em !important;
  }

  .section,
  .section--intro,
  .quote-cta {
    padding: 22px 20px !important;
    gap: 13px !important;
  }

  .section-number span {
    font-size: 1.22rem !important;
    padding-bottom: 5px !important;
  }

  .eyebrow,
  .kicker {
    font-size: .63rem !important;
    letter-spacing: .105em !important;
    margin-bottom: 9px !important;
  }

  .section h2 {
    font-size: clamp(1.72rem, 8.2vw, 2.12rem) !important;
    line-height: 1.05 !important;
    margin-bottom: 11px !important;
  }

  .section p {
    font-size: .86rem !important;
    line-height: 1.52 !important;
  }

  .ops-map {
    height: 225px !important;
  }

  .model-grid article,
  .profile-grid div {
    padding: 13px 0 !important;
  }

  .quote-cta blockquote {
    font-size: clamp(1.28rem, 6.6vw, 1.7rem) !important;
    line-height: 1.25 !important;
  }

  .footer-cta,
  .footer-contact .footer-cta {
    width: 100% !important;
    max-width: none !important;
    min-height: 48px !important;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: clamp(3.15rem, 16.4vw, 4.25rem) !important;
  }

  .section h2 {
    font-size: clamp(1.58rem, 7.8vw, 1.98rem) !important;
  }
}


/* =========================================================
   V7.2 — Correção CTA Hero + Seção 5
   - Sem botão extra no footer.
   - CTA da seção 5 abre Leadster.
   - CTA do hero usa mesma linguagem visual do botão da seção 5.
========================================================= */

.footer-cta {
  display: none !important;
}

.hero-actions {
  display: flex !important;
  align-items: center !important;
  margin-top: 24px !important;
}

.button--hero,
.hero-actions .button--hero {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  width: auto !important;
  min-width: 270px !important;
  max-width: none !important;
  padding: 0 26px !important;
  border: 1px solid var(--accent) !important;
  background: transparent !important;
  color: var(--accent-2) !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: .13em !important;
  font-size: .78rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  appearance: none !important;
  transition: .25s ease !important;
}

.button--hero:hover,
.button--hero:focus,
#conciergeCta:hover,
#conciergeCta:focus {
  background: var(--accent) !important;
  color: #130c08 !important;
}

#conciergeCta {
  appearance: none !important;
  cursor: pointer !important;
  font-family: var(--font-body) !important;
}

.footer-contact {
  gap: 5px !important;
}

@media (max-width: 560px) {
  .button--hero,
  .hero-actions .button--hero {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    font-size: .7rem !important;
    letter-spacing: .1em !important;
  }
}


/* =========================================================
   V7.3 — Ajustes finais solicitados
========================================================= */

:root {
  --cta-text-hover: #06111a;
}

.hero-actions .button--hero,
.button--hero,
#conciergeCta,
.cta-box .button,
button.button.leadster-open {
  position: relative !important;
  z-index: 80 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  width: auto !important;
  min-width: 270px !important;
  padding: 0 26px !important;
  border: 1px solid var(--accent) !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--accent-2) !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: .13em !important;
  font-family: var(--font-body) !important;
  font-size: .78rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
  pointer-events: auto !important;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease !important;
}

.hero-actions .button--hero:hover,
.hero-actions .button--hero:focus,
.button--hero:hover,
.button--hero:focus,
#conciergeCta:hover,
#conciergeCta:focus,
.cta-box .button:hover,
.cta-box .button:focus,
button.button.leadster-open:hover,
button.button.leadster-open:focus {
  background: var(--accent) !important;
  background-color: var(--accent) !important;
  color: var(--cta-text-hover) !important;
  border-color: var(--accent) !important;
  outline: none !important;
}

.hero-actions {
  position: relative !important;
  z-index: 80 !important;
  margin-top: 24px !important;
}

.icon-shield--image {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
  background-color: #e59a65 !important;
  -webkit-mask: url("assets/escudo.png") center / contain no-repeat;
  mask: url("assets/escudo.png") center / contain no-repeat;
}

.profile-grid--compact {
  grid-template-columns: repeat(5, 1fr) !important;
}

.profile-grid--compact div {
  min-height: 64px !important;
  padding: 12px 10px !important;
  gap: 8px !important;
  font-size: .66rem !important;
  line-height: 1.18 !important;
  letter-spacing: .07em !important;
}

.profile-grid--compact span {
  font-size: 1.22rem !important;
}

.quote-cta {
  align-items: center !important;
}

.quote-cta blockquote {
  position: relative !important;
  font-size: clamp(1.28rem, 2.05vw, 1.82rem) !important;
  line-height: 1.22 !important;
  max-width: 650px !important;
}

.quote-cta blockquote::before {
  content: "“";
  color: var(--accent-2);
  font-family: var(--font-title);
  font-size: 2.35em;
  line-height: 0;
  margin-right: .05em;
  vertical-align: -.28em;
}

.footer-contact a[href^="mailto:"] {
  display: none !important;
}

.footer-contact {
  gap: 4px !important;
}

@media (min-width: 901px) {
  .hero h1 {
    font-size: clamp(3.45rem, 6.25vw, 5.95rem) !important;
    line-height: .86 !important;
  }

  .section h2 {
    font-size: clamp(1.64rem, 2.12vw, 2.12rem) !important;
    line-height: 1.08 !important;
  }

  .section p,
  .hero-copy {
    font-size: .9rem !important;
    line-height: 1.62 !important;
  }

  .quote-cta blockquote {
    font-size: clamp(1.22rem, 1.82vw, 1.62rem) !important;
  }
}

@media (max-width: 900px) {
  .profile-grid--compact {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .profile-grid--compact div {
    min-height: 58px !important;
    padding: 11px 0 !important;
    font-size: .64rem !important;
  }

  .profile-grid--compact div:last-child {
    grid-column: 1 / -1;
  }

  .icon-shield--image {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px !important;
  }
}

@media (max-width: 560px) {
  .hero-actions .button--hero,
  .button--hero,
  #conciergeCta,
  .cta-box .button,
  button.button.leadster-open {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    font-size: .68rem !important;
    letter-spacing: .095em !important;
  }

  .profile-grid--compact {
    grid-template-columns: 1fr !important;
  }

  .profile-grid--compact div,
  .profile-grid--compact div:last-child {
    grid-column: auto !important;
    min-height: 46px !important;
    padding: 9px 0 !important;
    font-size: .62rem !important;
    line-height: 1.16 !important;
  }

  .profile-grid--compact span {
    font-size: 1.05rem !important;
  }

  .quote-cta blockquote {
    font-size: clamp(1.16rem, 6vw, 1.48rem) !important;
    line-height: 1.23 !important;
  }

  .quote-cta blockquote::before {
    font-size: 2.05em !important;
  }
}


/* =========================================================
   V7.4 HOTFIX
========================================================= */

/* REMOVE QUALQUER BACKGROUND BRANCO DOS BOTÕES */
button,
button.button,
button.button--hero,
button.leadster-open,
#conciergeCta {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #e59a65 !important;
  border: 1px solid #e59a65 !important;
  box-shadow: none !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

/* HOVER CORRETO */
button.button--hero:hover,
button.button--hero:focus,
button.leadster-open:hover,
button.leadster-open:focus,
#conciergeCta:hover,
#conciergeCta:focus {
  background: #e59a65 !important;
  background-color: #e59a65 !important;
  color: #06111a !important;
  border-color: #e59a65 !important;
}

/* HERO CTA */
.hero-actions {
  margin-top: 22px !important;
}

.hero-actions .button--hero {
  min-width: 290px !important;
  max-width: 290px !important;
  width: 290px !important;
  min-height: 52px !important;
  font-size: .74rem !important;
  letter-spacing: .13em !important;
}

/* SEÇÃO 05 CTA */
.cta-box .button,
#conciergeCta {
  min-width: 290px !important;
  max-width: 290px !important;
  width: 290px !important;
  min-height: 52px !important;
  font-size: .74rem !important;
  letter-spacing: .13em !important;
}

/* ESCUDO */
.icon-shield--image {
  width: 44px !important;
  height: 44px !important;
  background-color: #e59a65 !important;
  -webkit-mask: url("assets/escudo.png") center / contain no-repeat !important;
  mask: url("assets/escudo.png") center / contain no-repeat !important;
}

/* SEÇÃO 04 — MANTER 5 COLUNAS E APENAS COMPACTAR */
.profile-grid.profile-grid--compact {
  grid-template-columns: repeat(5, 1fr) !important;
}

.profile-grid.profile-grid--compact div {
  min-height: 74px !important;
  padding: 14px 10px !important;
  font-size: .68rem !important;
  line-height: 1.15 !important;
  letter-spacing: .06em !important;
}

.profile-grid.profile-grid--compact span {
  font-size: 1rem !important;
}

/* SEÇÃO 05 */
.quote-cta blockquote {
  font-size: 1.62rem !important;
  line-height: 1.22 !important;
  max-width: 620px !important;
  letter-spacing: -.02em !important;
}

.quote-cta blockquote::before {
  content: "“";
  color: #e59a65 !important;
  font-size: 2.2em !important;
}

/* TITULOS DESKTOP */
@media (min-width: 901px) {

  .hero h1 {
    font-size: 5.2rem !important;
    line-height: .84 !important;
  }

  .section h2 {
    font-size: 2rem !important;
    line-height: 1.05 !important;
  }

  .hero-copy,
  .section p {
    font-size: .9rem !important;
    line-height: 1.58 !important;
  }
}

/* MOBILE */
@media (max-width: 560px) {

  .hero-actions .button--hero,
  .cta-box .button,
  #conciergeCta {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .profile-grid.profile-grid--compact {
    grid-template-columns: 1fr !important;
  }

  .profile-grid.profile-grid--compact div {
    min-height: 48px !important;
    padding: 10px 0 !important;
    font-size: .62rem !important;
  }

  .quote-cta blockquote {
    font-size: 1.28rem !important;
    line-height: 1.2 !important;
  }
}


/* V8 — fallback do disclaimer */
.implantation-banner {
  width: calc(100% - 96px) !important;
  margin: 0 48px !important;
  padding: 12px 0 10px !important;
  border-bottom: 1px solid rgba(229,154,101,.22) !important;
  background: transparent !important;
  color: rgba(246,239,229,.62) !important;
  font-size: .58rem !important;
  font-weight: 600 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.implantation-banner::before {
  content: "" !important;
  width: 5px !important;
  height: 5px !important;
  border: 1px solid #e59a65 !important;
  transform: rotate(45deg) !important;
}


/* =========================================================
   V8.1 — Leadster launcher fallback
========================================================= */

[data-asg-leadster-launcher-hidden="true"] {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(160px) scale(.7) !important;
}



/* =========================================================
   V8.3 — Quote sessão 05 com aspas reais no HTML
   Motivo: pseudo-elementos estavam sendo sobrescritos por regras antigas/cache.
========================================================= */

.quote-cta blockquote::before,
.quote-cta blockquote::after {
  content: none !important;
  display: none !important;
}

.quote-cta blockquote {
  position: relative !important;
  display: block !important;
  max-width: 680px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-title) !important;
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: clamp(1.28rem, 2.05vw, 1.82rem) !important;
  line-height: 1.22 !important;
  letter-spacing: -.02em !important;
  color: var(--text) !important;
}

.quote-cta .quote-text {
  display: inline !important;
}

.quote-cta .quote-mark {
  display: inline !important;
  color: var(--accent-2) !important;
  font-family: var(--font-title) !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 2.35em !important;
  line-height: 0 !important;
}

.quote-cta .quote-mark--open {
  margin-right: .03em !important;
  vertical-align: -.28em !important;
}

.quote-cta .quote-mark--close {
  margin-left: .04em !important;
  vertical-align: -.34em !important;
}

@media (min-width: 901px) {
  .quote-cta blockquote {
    font-size: clamp(1.22rem, 1.82vw, 1.62rem) !important;
  }
}

@media (max-width: 560px) {
  .quote-cta blockquote {
    font-size: clamp(1.16rem, 6vw, 1.48rem) !important;
    line-height: 1.23 !important;
  }

  .quote-cta .quote-mark {
    font-size: 2.05em !important;
  }

  .quote-cta .quote-mark--open {
    vertical-align: -.25em !important;
  }

  .quote-cta .quote-mark--close {
    vertical-align: -.31em !important;
  }
}
