/* Brazil Lines — estilos compartilhados (extraído de site-v4.html) */
/* ============================================
   BRAZIL LINES, SITE INSTITUCIONAL · MOCKUP V2
   Direção autoral · Navy + Gold + Off-white
   ============================================ */

/* RESET ------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
img, svg { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* TOKENS ------------------------------------ */
:root {
  /* Cores institucionais */
  --navy-950: #050D24;
  --navy-900: #06112B;
  --navy-800: #0B1B3D;
  --navy-700: #102855;
  --navy-600: #1B3470;
  --navy-100: #DCE3F0;
  --navy-50:  #F2F5FB;

  --gold-700: #A87E1F;
  --gold-600: #C99A2E;
  --gold-500: #E5B549;
  --gold-400: #F2C766;
  --gold-100: #FBE9B4;
  --gold-50:  #FBF4DD;

  --cream:    #FBF9F4;
  --paper:    #F6F2E8;
  --white:    #FFFFFF;

  --ink-900:  #0E1322;
  --ink-700:  #1A1F2E;
  --ink-500:  #5C6677;
  --ink-400:  #7E8696;
  --ink-300:  #B4B9C5;

  --line:       rgba(11,27,61,0.10);
  --line-soft:  rgba(11,27,61,0.06);
  --line-gold:  rgba(229,181,73,0.25);

  /* Fonts */
  --serif: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --sans:  'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Espaçamento */
  --section-y: clamp(48px, 6vw, 92px);
  --container: 1240px;

  /* Radius */
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 36px;

  /* Sombras */
  --sh-1: 0 2px 8px rgba(11,27,61,0.06);
  --sh-2: 0 12px 32px -8px rgba(11,27,61,0.16);
  --sh-3: 0 30px 70px -25px rgba(11,27,61,0.30);
  --sh-gold: 0 14px 40px -14px rgba(229,181,73,0.55);

  /* Transições */
  --t-fast: 150ms ease;
  --t-mid:  280ms cubic-bezier(.2,.7,.25,1);
  --t-slow: 600ms cubic-bezier(.2,.7,.25,1);
}

/* BASE -------------------------------------- */
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-700);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01","cv11";
}

::selection { background: rgba(229,181,73,0.30); }  /* selecao translucida: evita "mancha" dourada ao selecionar/Ctrl+A */

/* ====== AJUSTES v4 ====== */
html { scroll-behavior: smooth; }
body { font-size: 17px; }                 /* legibilidade (+1px) */
/* Calculadora sob demanda: oculta até o cliente acionar (#calculadora) */
.calc-reveal { display: none; }
.calc-reveal.open { display: block; animation: calcReveal .45s cubic-bezier(.2,.7,.25,1); }
@keyframes calcReveal { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: none; } }
/* Topbar v4: tudo alinhado à direita, telefone em destaque, idioma em droplist */
.topbar-inner { justify-content: flex-end !important; gap: 16px; flex-wrap: wrap; }
.topbar .tb-phone { font-weight: 800; color: var(--gold-400); font-size: 15px; letter-spacing: .02em; display: inline-flex; align-items: center; gap: 6px; }
.topbar .tb-phone small { font-weight: 500; opacity: .7; }
.topbar .tb-cta { border: 1px solid var(--gold-500); color: var(--gold-400); padding: 5px 13px; border-radius: 8px; font-weight: 700; font-size: 13px; transition: var(--t-fast); }
.topbar .tb-cta:hover { background: var(--gold-500); color: var(--navy-900); }
.lang-select { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 7px; padding: 5px 9px; font-size: 12px; font-weight: 700; cursor: pointer; }
.lang-select option { color: #0B1B3D; }
/* Calc trigger no hero */
.hero-calc-hint { margin-top: 12px; font-size: 14px; color: rgba(255,255,255,.82); }
.hero-calc-hint a { color: var(--gold-400); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
/* Motivo regional minimalista (araucária), divisor sutil */
.sul-divider { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 6px auto 30px; color: var(--gold-600); opacity: .8; }
.sul-divider svg { flex: none; }
.sul-divider .ln { height: 1px; width: 90px; background: linear-gradient(90deg, transparent, var(--gold-500)); }
.sul-divider .ln.r { background: linear-gradient(90deg, var(--gold-500), transparent); }

/* ===== RAÍZES NO SUL (faixa de elementos regionais c/ tooltip) ===== */
.section-raizes { background: linear-gradient(160deg, var(--navy-900), var(--navy-700)); color: #fff; position: relative; overflow: hidden; }
.section-raizes::before { content:""; position:absolute; inset:0; background: radial-gradient(1100px 380px at 82% -12%, rgba(229,181,73,.16), transparent); pointer-events:none; }
.section-raizes .container { position: relative; z-index: 1; }
.section-raizes .eyebrow { color: var(--gold-400); }
.section-raizes h2 { color: #fff; }
.section-raizes .lead { color: rgba(255,255,255,.76); }
.raizes-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 10px; }
.raiz {
  position: relative; flex: 1 1 150px; max-width: 184px;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  padding: 24px 14px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-md);
  background: rgba(255,255,255,.04); cursor: default; outline: none;
  transition: transform .25s, background .25s, border-color .25s;
}
.raiz:hover, .raiz:focus-visible { transform: translateY(-6px); background: rgba(255,255,255,.08); border-color: rgba(229,181,73,.5); }
.raiz-ico { color: var(--gold-400); display: grid; place-items: center; }
.raiz-ico svg { width: 48px; height: 48px; }
.raiz-lbl { font-family: var(--serif); font-size: 16px; font-weight: 500; color: #fff; text-align: center; line-height: 1.2; }
.raiz-tip {
  position: absolute; bottom: calc(100% + 12px); left: 50%;
  transform: translateX(-50%) translateY(6px);
  width: 232px; max-width: 72vw;
  background: var(--white); color: var(--ink-700);
  font-size: 12.5px; line-height: 1.45; font-weight: 500;
  padding: 12px 14px; border-radius: 10px; box-shadow: var(--sh-3);
  opacity: 0; visibility: hidden; pointer-events: none; z-index: 30;
  transition: opacity .22s, transform .22s;
}
.raiz-tip::after { content:""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 7px solid transparent; border-top-color: var(--white); }
.raiz:hover .raiz-tip, .raiz:focus-visible .raiz-tip { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
@media (max-width: 760px){ .raiz { flex-basis: 40%; max-width: none; } .raiz-tip { width: 200px; } }
/* refinamentos v4 (notas Rodrigo) */
.nav-main { margin-left: auto; }                 /* menus alinhados à borda direita da página */
.topbar .btn--whats.btn--sm { padding: 5px 13px; font-size: 13px; line-height: 1.2; height: auto; }  /* WhatsApp na mesma altura do botao Cotacao */
@media (min-width: 1000px){ .section-services .services-grid { grid-template-columns: repeat(5, 1fr); gap: 16px; } }  /* 5 servicos especiais em uma linha */
.section-atuacao { padding-top: clamp(48px,6vw,80px) !important; padding-bottom: clamp(48px,6vw,80px) !important; }  /* mais compacta */
.section-atuacao .estado-card { padding: 12px 16px; }
.section-atuacao .alcance-nacional { padding: 14px 16px; }
/* Calculadora: "Outros itens" (autocomplete VoluMov + item livre) */
.calc-outros { padding: 14px; border: 1px dashed var(--line-gold); border-radius: 12px; margin-bottom: 14px; background: #fff; }
.calc-outros-hint { font-size: 13px; color: var(--ink-500); margin-bottom: 10px; line-height: 1.45; }
.calc-outros-form { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.calc-outros-form input { border: 1px solid var(--line); border-radius: 8px; padding: 8px 10px; font-family: inherit; font-size: 14px; color: var(--ink-900); }
.calc-outros-form #outBusca { flex: 1; min-width: 180px; }
.calc-outros-form #outQtd { width: 64px; }
.calc-outros-form #outAdd { background: var(--gold-600); color: var(--navy-900); border: 0; border-radius: 8px; font-weight: 700; padding: 9px 18px; cursor: pointer; }
.calc-outros-form #outAdd:hover { background: var(--gold-500); }
/* Ticker: horário local por cidade */
.ticker-item .tk-time { color: var(--gold-400); font-weight: 700; }

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-700);
}
.eyebrow::before {
  content:"";
  width: 28px; height: 1px; background: var(--gold-500);
}
.eyebrow.on-dark { color: var(--gold-400); }
.eyebrow.on-dark::before { background: var(--gold-500); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--navy-900);
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
h1 { line-height: 1.04; }
h2 { line-height: 1.08; }
h3 { line-height: 1.18; }

.h-display { font-size: clamp(40px, 5.6vw, 78px); font-weight: 400; }
.h-1 { font-size: clamp(32px, 4vw, 56px); font-weight: 400; }
.h-2 { font-size: clamp(26px, 2.8vw, 38px); }
.h-3 { font-size: clamp(20px, 1.6vw, 24px); }

.lead { font-size: clamp(17px, 1.2vw, 20px); color: var(--ink-500); line-height: 1.6; max-width: 60ch; }

.mute  { color: var(--ink-500); }
.gold  { color: var(--gold-600); }
.white { color: var(--white); }

/* BOTÕES ------------------------------------ */
.btn {
  --bg: var(--gold-500);
  --fg: var(--navy-900);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 26px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  background: var(--bg);
  color: var(--fg);
  border: 1px solid var(--bg);
  border-radius: 999px;
  transition: transform var(--t-fast), box-shadow var(--t-mid), background var(--t-mid), color var(--t-mid), border-color var(--t-mid);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--sh-gold); }
.btn:active { transform: translateY(0); }

.btn--ghost {
  --bg: transparent;
  --fg: var(--navy-900);
  border-color: var(--navy-900);
}
.btn--ghost:hover { background: var(--navy-900); color: var(--white); box-shadow: var(--sh-2); }

.btn--ghost-light {
  --bg: transparent;
  --fg: var(--white);
  border-color: rgba(255,255,255,0.5);
}
.btn--ghost-light:hover { background: var(--white); color: var(--navy-900); box-shadow: 0 14px 40px -14px rgba(255,255,255,0.45); }

.btn--whats {
  --bg: #25D366;
  --fg: #fff;
  border-color: #25D366;
}
.btn--whats:hover { background: #1DB954; box-shadow: 0 12px 30px -10px rgba(37,211,102,0.5); }

.btn--lg { padding: 20px 32px; font-size: 16px; }
.btn--sm { padding: 12px 18px; font-size: 13px; }

.btn .arrow { transition: transform var(--t-mid); }
.btn:hover .arrow { transform: translateX(4px); }

.link-anim {
  position: relative;
  font-weight: 600;
  color: var(--navy-800);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 2px;
}
.link-anim::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: currentColor;
  transform-origin: right;
  transition: transform var(--t-mid);
}
.link-anim:hover::after { transform: scaleX(0.3); transform-origin: left; }
.link-anim:hover .arrow { transform: translateX(4px); }

/* TOPBAR ------------------------------------ */
.topbar {
  background: var(--navy-950);
  color: var(--navy-100);
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.topbar-inner {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0;
  gap: 16px;
}
.topbar a { color: var(--navy-100); transition: color var(--t-fast); }
.topbar a:hover { color: var(--gold-400); }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.topbar .sep { width: 1px; height: 14px; background: rgba(255,255,255,0.15); }
.lang-switch { display: flex; gap: 6px; align-items: center; }
.lang-switch button {
  color: var(--navy-100); padding: 4px 8px; border-radius: 6px;
  font-weight: 600; font-size: 12px; letter-spacing: 0.04em;
}
.lang-switch button.active { background: rgba(229,181,73,0.18); color: var(--gold-400); }

/* HEADER ------------------------------------ */
.sticky-head { position: sticky; top: 0; z-index: 80; }
.site-header {
  position: relative; z-index: 80;
  background: rgba(251,249,244,0.92);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line-soft);
  transition: background var(--t-mid), border-color var(--t-mid);
}
.site-header.scrolled { background: rgba(255,255,255,0.96); }
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  text-decoration: none;
}
.brand-mark {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  background: var(--navy-900);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.brand-mark svg { color: var(--gold-500); width: 22px; height: 22px; }
.brand-text { line-height: 1; }
.brand-text strong {
  display: block; font-family: var(--serif); font-weight: 600;
  font-size: 22px; color: var(--navy-900); letter-spacing: -0.01em;
}
.brand-text span {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-700); font-weight: 600;
}

.nav-main {
  display: flex; gap: 4px; justify-content: center; align-items: center;
}
.nav-main a {
  padding: 10px 14px; border-radius: 8px;
  font-size: 14.5px; font-weight: 600; color: var(--ink-700);
  transition: color var(--t-fast), background var(--t-fast);
  position: relative;
}
.nav-main a:hover { color: var(--navy-900); background: var(--navy-50); }
.nav-main details {
  position: relative;
}
.nav-main details > summary {
  list-style: none; cursor: pointer;
  padding: 10px 14px; border-radius: 8px;
  font-size: 14.5px; font-weight: 600; color: var(--ink-700);
  display: inline-flex; align-items: center; gap: 6px;
  transition: color var(--t-fast), background var(--t-fast);
}
.nav-main details > summary::-webkit-details-marker { display: none; }
.nav-main details > summary:hover { color: var(--navy-900); background: var(--navy-50); }
.nav-main details[open] > summary { color: var(--navy-900); background: var(--navy-50); }
.nav-dropdown {
  position: absolute; top: calc(100% + 8px); left: 0;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-md); box-shadow: var(--sh-3);
  min-width: 300px; padding: 10px; display: grid; gap: 2px;
  max-height: min(78vh, 660px); overflow-y: auto;
  z-index: 90;
}
.nav-dropdown a {
  padding: 12px 14px; border-radius: 10px;
  display: block; font-weight: 600; color: var(--ink-700);
  transition: background var(--t-fast), color var(--t-fast);
}
.nav-dropdown a:hover { background: var(--gold-50); color: var(--navy-900); }
.nav-dropdown a small {
  display: block; font-weight: 500; color: var(--ink-400);
  font-size: 12px; margin-top: 2px;
}
.nav-dropdown .nav-group {
  font-size: 10.5px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-400); padding: 12px 14px 4px;
}
.nav-dropdown .nav-group:first-child { padding-top: 4px; }
.nav-dropdown .nav-sep { border: none; border-top: 1px solid var(--line-soft); margin: 6px 4px; }

.header-cta { display: flex; gap: 10px; align-items: center; justify-content: end; }
.menu-toggle { display: none; }

@media (max-width: 1024px) {
  .nav-main { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .menu-toggle {
    display: inline-flex; width: 44px; height: 44px;
    align-items: center; justify-content: center;
    background: var(--navy-900); color: var(--gold-500);
    border-radius: 10px;
  }
  .header-cta .btn:not(.btn--whats) { display: none; }
}

/* HERO -------------------------------------- */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--navy-900) 0%, var(--navy-700) 60%, #1a3a82 100%);
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 80% at 110% 0%, rgba(229,181,73,0.18), transparent 60%),
    radial-gradient(50% 70% at -10% 100%, rgba(229,181,73,0.10), transparent 60%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(80% 80% at 50% 30%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(80% 80% at 50% 30%, #000 30%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding: clamp(60px, 9vw, 130px) 0 clamp(60px, 8vw, 120px);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero h1 {
  color: var(--white);
  font-weight: 400;
  font-size: clamp(40px, 5.4vw, 76px);
  letter-spacing: -0.015em;
}
.hero h1 em {
  font-style: italic;
  color: var(--gold-400);
  font-weight: 400;
}
.hero p.lead {
  color: rgba(255,255,255,0.78);
  margin-top: 24px;
  font-size: clamp(17px, 1.2vw, 19px);
  max-width: 56ch;
}
.hero-ctas {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-top: 36px;
}
.hero-trust {
  display: flex; gap: 30px; flex-wrap: wrap;
  margin-top: 56px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-trust-item {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  font-weight: 500;
}
.hero-trust-item svg { color: var(--gold-400); flex-shrink: 0; }

.hero-eyebrow-row {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  margin-bottom: 28px;
}
.since-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px;
  background: rgba(229,181,73,0.12);
  border: 1px solid rgba(229,181,73,0.35);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-400);
}
.since-pill .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 0 4px rgba(229,181,73,0.2);
}

/* Hero figure (composição visual SVG) */
.hero-figure {
  position: relative;
  aspect-ratio: 4/4.6;
  display: grid;
  place-items: center;
}
.hero-figure .frame {
  position: absolute; inset: 0;
  border: 1px solid rgba(229,181,73,0.25);
  border-radius: var(--r-xl);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0) 60%),
    radial-gradient(80% 60% at 50% 90%, rgba(229,181,73,0.18), transparent 70%);
  overflow: hidden;
  backdrop-filter: blur(2px);
}
.hero-figure .frame::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(229,181,73,0.08));
}
.hero-figure svg.scene { width: 86%; position: relative; z-index: 2; }
.hero-card {
  position: absolute;
  background: var(--white); color: var(--navy-900);
  padding: 16px 18px;
  border-radius: var(--r-md);
  box-shadow: var(--sh-3);
  display: flex; align-items: center; gap: 12px;
  z-index: 4;
  border: 1px solid var(--line);
  font-size: 13px;
}
.hero-card .icon-bubble {
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--gold-50); color: var(--gold-700);
  display: grid; place-items: center; flex-shrink: 0;
}
.hero-card strong { display: block; font-family: var(--serif); font-size: 18px; line-height: 1.1; font-weight: 500; }
.hero-card span { font-size: 12px; color: var(--ink-500); }
.hero-card.top    { top: 8%; left: -6%; }
.hero-card.mid    { top: 48%; right: -10%; }
.hero-card.bottom { bottom: 6%; left: 6%; }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-figure { max-width: 480px; margin: 0 auto; }
  .hero-card.top { left: 0; }
  .hero-card.mid { right: 0; }
}

/* SECTION generic --------------------------- */
section { padding: var(--section-y) 0; }
.section-head {
  max-width: 720px;
  margin-bottom: 40px;
}
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head h2 { margin-bottom: 18px; }
.section-head p { color: var(--ink-500); font-size: 17px; }

/* TRUST STRIP ------------------------------- */
.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line-soft);
  padding: 26px 0;
  position: relative;
  z-index: 5;
  margin-top: -1px;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: center;
}
.trust-item {
  display: flex; align-items: center; gap: 14px;
  border-right: 1px solid var(--line-soft);
  padding-right: 28px;
}
.trust-item:last-child { border-right: 0; }
.trust-item .num {
  font-family: var(--serif); font-size: 36px; font-weight: 500;
  color: var(--navy-900); line-height: 1;
}
.trust-item .lbl { font-size: 13.5px; font-weight: 600; color: var(--ink-500); }
@media (max-width: 800px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .trust-item { border-right: 0; padding-right: 0; }
}

/* SERVICOS PRINCIPAIS (4 destaques) --------- */
.section-trio { background: var(--cream); }
.trio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.trio-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 36px 30px 32px;
  display: flex; flex-direction: column; gap: 18px;
  transition: transform var(--t-mid), box-shadow var(--t-mid), border-color var(--t-mid);
  overflow: hidden;
  isolation: isolate;
}
.trio-card::before {
  content:""; position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--gold-50) 0%, transparent 35%);
  opacity: 0; transition: opacity var(--t-mid);
  z-index: -1;
}
.trio-card:hover { transform: translateY(-6px); box-shadow: var(--sh-3); border-color: rgba(229,181,73,0.5); }
.trio-card:hover::before { opacity: 1; }

.trio-card .visual {
  height: 180px;
  border-radius: var(--r-md);
  background: linear-gradient(150deg, var(--navy-800), var(--navy-600));
  display: grid; place-items: center;
  position: relative;
  overflow: hidden;
}
.trio-card .visual svg { color: var(--gold-400); width: 92px; height: 92px; }
.trio-card .visual::after {
  content:""; position: absolute; inset: 0;
  background: radial-gradient(50% 60% at 80% 100%, rgba(229,181,73,0.25), transparent);
}
.trio-card.alt-2 .visual { background: linear-gradient(150deg, #0E2E55, #1d4d8a); }
.trio-card.alt-3 .visual { background: linear-gradient(150deg, #102855, #2C4779); }
.trio-card.alt-4 .visual { background: linear-gradient(150deg, #0d2348, #25497f); }

.trio-card h3 { font-size: 26px; }
.trio-card p { color: var(--ink-500); font-size: 15.5px; }
.trio-card ul {
  display: flex; flex-direction: column; gap: 8px;
  padding-top: 4px; border-top: 1px solid var(--line-soft);
  margin-top: 4px;
  padding-top: 16px;
}
.trio-card ul li {
  font-size: 14px; color: var(--ink-700); font-weight: 500;
  display: flex; gap: 10px; align-items: flex-start;
}
.trio-card ul li svg { color: var(--gold-600); flex-shrink: 0; margin-top: 4px; }

.trio-card .more {
  margin-top: auto; padding-top: 20px;
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--navy-900); font-weight: 700;
}
.trio-card:hover .more svg { transform: translateX(4px); }
.trio-card .more svg { transition: transform var(--t-mid); }

@media (max-width: 1024px) { .trio { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .trio { grid-template-columns: 1fr; } }

/* DEMAIS SERVICOS GRID ---------------------- */
.section-services { background: var(--white); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.service-mini {
  background: var(--cream);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform var(--t-fast), box-shadow var(--t-mid), background var(--t-mid);
}
.service-mini:hover { transform: translateY(-3px); background: var(--white); box-shadow: var(--sh-2); border-color: var(--line); }
.service-mini .ico {
  width: 48px; height: 48px;
  background: var(--gold-50);
  border-radius: 12px;
  display: grid; place-items: center;
  color: var(--gold-700);
}
.service-mini h4 { font-family: var(--serif); font-size: 19px; font-weight: 500; color: var(--navy-900); line-height: 1.2; }
.service-mini p { font-size: 13.5px; color: var(--ink-500); line-height: 1.5; }

@media (max-width: 1024px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .services-grid { grid-template-columns: 1fr; } }

/* SPLIT SECTIONS ---------------------------- */
.split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 70px;
  align-items: center;
}
.split.invert { grid-template-columns: 1fr 1.05fr; }
.split.invert .split-text { order: 2; }
.split-text h2 { margin: 18px 0 22px; }
.split-text p { color: var(--ink-500); margin-bottom: 18px; max-width: 56ch; font-size: 16.5px; }
.split-text ul {
  margin-top: 26px;
  display: grid; gap: 14px;
}
.split-text ul li {
  display: grid; grid-template-columns: 28px 1fr; gap: 12px;
  font-size: 15px;
}
.split-text ul li svg { color: var(--gold-600); margin-top: 2px; }
.split-text ul li strong { display: block; color: var(--navy-900); font-weight: 700; margin-bottom: 2px; }

.split-visual {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 36px;
  box-shadow: var(--sh-2);
  aspect-ratio: 5/4.5;
  overflow: hidden;
}

@media (max-width: 900px) {
  .split, .split.invert { grid-template-columns: 1fr; gap: 40px; }
  .split.invert .split-text { order: 0; }
}

/* INTERESTADUAL ----------------------------- */
.section-interestadual { background: var(--cream); }
.interestadual-visual {
  background: linear-gradient(160deg, var(--navy-800), var(--navy-600));
  color: var(--white);
}
.interestadual-visual .map-sul {
  width: 100%; height: 100%;
}

/* INTERNACIONAL ----------------------------- */
.section-internacional {
  background: var(--navy-900);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.section-internacional::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(50% 60% at 80% 0%, rgba(229,181,73,0.10), transparent 60%),
    radial-gradient(50% 60% at 0% 100%, rgba(229,181,73,0.06), transparent 60%);
}
.section-internacional .container { position: relative; }
.section-internacional h2 { color: var(--white); }
.section-internacional .lead, .section-internacional p { color: rgba(255,255,255,0.75); }
.section-internacional .split-text ul li strong { color: var(--white); }
.section-internacional .split-visual {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: none;
  backdrop-filter: blur(8px);
}
.destinos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}
.destino-chip {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--white);
}
.destino-chip .flag {
  font-size: 18px; line-height: 1;
}

/* ARMAZENAGEM ------------------------------- */
.section-armazenagem { background: var(--cream); }
.armazenagem-visual {
  background:
    linear-gradient(180deg, rgba(11,27,61,0.04), rgba(11,27,61,0.10));
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  padding: 22px;
}
.armazenagem-visual .tile {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 18px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.armazenagem-visual .tile.featured {
  grid-row: 1 / 3;
  background: linear-gradient(160deg, var(--navy-800), var(--navy-600));
  color: var(--white);
  border-color: var(--navy-700);
}
.armazenagem-visual .tile h5 { font-family: var(--serif); font-size: 22px; font-weight: 500; color: var(--navy-900); line-height: 1.15; margin-bottom: 6px; }
.armazenagem-visual .tile.featured h5 { color: var(--white); font-size: 26px; }
.armazenagem-visual .tile p { font-size: 13px; color: var(--ink-500); }
.armazenagem-visual .tile.featured p { color: rgba(255,255,255,0.78); }
.armazenagem-visual .tile .stat-num {
  font-family: var(--serif); font-size: 38px; font-weight: 500;
  color: var(--gold-600); line-height: 1; margin-top: 16px;
}
.armazenagem-visual .tile.featured .stat-num { color: var(--gold-400); font-size: 52px; }

/* COMERCIAL & CORPORATIVA -------------------- */
.section-comercial { background: var(--white); }
.section-comercial .split-visual {
  background: linear-gradient(160deg, var(--navy-800), var(--navy-600));
  border-color: transparent;
  display: flex; flex-direction: column; gap: 16px;
  color: #fff;
}
.section-comercial .cseg-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.section-comercial .cseg-head .ttl { font-family: var(--serif); font-size: 22px; font-weight: 500; color: #fff; }
.section-comercial .cseg-head .badge {
  background: rgba(229,181,73,0.95); color: var(--navy-900);
  padding: 8px 14px; border-radius: 999px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.06em; white-space: nowrap;
}
.cseg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; flex: 1; }
.cseg {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-md);
  background: rgba(255,255,255,0.05);
  padding: 16px 16px 14px;
  display: flex; flex-direction: column; justify-content: space-between; gap: 18px;
  min-height: 92px;
}
.cseg .ico { color: var(--gold-400); }
.cseg span { font-family: var(--serif); font-size: 17px; font-weight: 500; color: #fff; line-height: 1.15; }

/* ABRANGENCIA (chips Local/Intermunicipal/...) — rótulos descritivos, não clicáveis */
.abr-cap {
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-400); margin-top: 28px; margin-bottom: 8px;
}
.abr-row { display: flex; flex-wrap: wrap; gap: 8px; }
.abr-chip {
  font-size: 13px; font-weight: 700; padding: 8px 14px; border-radius: 999px;
  background: var(--white); border: 1px solid var(--line); color: var(--ink-700);
}
.abr-note { margin-top: 14px; font-size: 14.5px; color: var(--ink-500); max-width: 60ch; }

/* COMO FUNCIONA ----------------------------- */
.section-funciona { background: var(--white); }
.steps {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  position: relative;
  margin-top: 16px;
}
.steps::before {
  content: "";
  position: absolute;
  top: 38px; left: 5%; right: 5%;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--gold-500) 0, var(--gold-500) 6px, transparent 6px, transparent 12px);
  z-index: 0;
}
.step {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 14px;
}
.step .num {
  width: 76px; height: 76px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--serif); font-size: 30px; font-weight: 500;
  color: var(--navy-900);
  box-shadow: var(--sh-1);
  position: relative;
}
.step .num::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px dashed var(--line);
  border-radius: 50%;
  opacity: 0;
  transition: opacity var(--t-mid);
}
.step:hover .num::after { opacity: 1; }
.step h5 { font-family: var(--serif); font-size: 17px; font-weight: 500; color: var(--navy-900); }
.step p { font-size: 13px; color: var(--ink-500); line-height: 1.5; max-width: 16ch; }

@media (max-width: 1024px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps::before { display: none; }
  .step { flex-direction: row; text-align: left; align-items: flex-start; }
  .step .num { width: 56px; height: 56px; font-size: 24px; flex-shrink: 0; }
  .step p { max-width: none; }
}
@media (max-width: 600px) {
  .steps { grid-template-columns: 1fr; }
}

/* DIFERENCIAIS ------------------------------ */
.section-diferenciais { background: var(--cream); }
.differs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.differ {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 22px 20px;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform var(--t-fast), box-shadow var(--t-mid);
}
.differ:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.differ .ico-circle {
  width: 44px; height: 44px;
  background: var(--navy-900);
  border-radius: 12px;
  display: grid; place-items: center;
  color: var(--gold-500);
}
.differ h5 { font-family: var(--serif); font-size: 17px; font-weight: 500; color: var(--navy-900); line-height: 1.2; }
.differ p { font-size: 13px; color: var(--ink-500); }

@media (max-width: 1024px) { .differs { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .differs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .differs { grid-template-columns: 1fr; } }

/* ATUACAO REGIONAL -------------------------- */
.section-atuacao { background: var(--white); }
/* Atuação compacta: mini-mapa do Sul + bases reais (sem lista longa de cidades) */
.atuacao-compact {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 44px;
  align-items: center;
}
.atuacao-mapa {
  background: linear-gradient(165deg, var(--navy-800), var(--navy-900));
  border: 1px solid var(--line-gold);
  border-radius: var(--r-xl);
  padding: 26px;
  display: grid; place-items: center;
}
.atuacao-mapa svg { width: 100%; max-width: 300px; height: auto; display: block; }
.atuacao-mapa .uf { fill: rgba(229,181,73,0.10); stroke: var(--gold-500); stroke-width: 1.4; }
.atuacao-mapa .divisa { fill: none; stroke: rgba(229,181,73,0.40); stroke-width: 1; stroke-dasharray: 3 4; }
.atuacao-mapa .uf-lbl { fill: rgba(255,255,255,0.50); font: 600 16px var(--serif); letter-spacing: .04em; }
.atuacao-mapa .pin-ring { fill: none; stroke: var(--gold-400); stroke-width: 1.6; opacity: .55; }
.atuacao-mapa .pin-dot { fill: var(--gold-400); }
.atuacao-mapa .pin-lbl { fill: #fff; font: 700 12.5px var(--sans); }
@keyframes pinPulse { 0% { r: 4; opacity:.6; } 70% { r: 13; opacity:0; } 100% { opacity:0; } }
.atuacao-mapa .pin-ring { animation: pinPulse 2.6s ease-out infinite; transform-box: fill-box; }
.atuacao-mapa .pin-ring.p2 { animation-delay: .8s; }
.atuacao-mapa .pin-ring.p3 { animation-delay: 1.6s; }

.atuacao-bases { display: grid; gap: 12px; }
.base-card {
  display: grid; grid-template-columns: 46px 1fr auto; gap: 14px; align-items: center;
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 14px 18px; transition: background var(--t-mid), border-color var(--t-mid), box-shadow var(--t-mid);
}
.base-card:hover { background: var(--white); border-color: rgba(229,181,73,0.4); box-shadow: var(--sh-2); }
.base-card .uf-sigla { font-family: var(--serif); font-size: 30px; font-weight: 500; color: var(--gold-600); text-align: center; line-height: 1; }
.base-card .b-nome { font-family: var(--serif); font-size: 19px; font-weight: 500; color: var(--navy-900); }
.base-card .b-sub { font-size: 13px; color: var(--ink-500); margin-top: 2px; }
.base-card .tag-sede { font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--gold-700); background: rgba(229,181,73,0.14); border: 1px solid rgba(229,181,73,0.3); border-radius: 999px; padding: 4px 11px; }
.cobertura-linha {
  display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center;
  background: var(--navy-900); color: var(--white); border-radius: var(--r-md);
  padding: 15px 18px; margin-top: 4px;
}
.cobertura-linha .ico { width: 44px; height: 44px; background: var(--gold-500); color: var(--navy-900); border-radius: 11px; display: grid; place-items: center; flex-shrink: 0; }
.cobertura-linha p { margin: 0; font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,0.80); }
.cobertura-linha strong { color: var(--white); font-weight: 700; }

@media (max-width: 900px) {
  .atuacao-compact { grid-template-columns: 1fr; gap: 28px; }
  .atuacao-mapa svg { max-width: 240px; }
}

/* CALCULADORA DE VOLUMETRIA ----------------- */
.section-calc {
  background: var(--cream);
  position: relative;
  padding-top: clamp(48px,6vw,80px) !important;
  padding-bottom: clamp(48px,6vw,80px) !important;
}
.calc-shell {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-2);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 380px;
  min-height: 480px;
}
.calc-main { padding: 36px 36px 30px; }
.calc-tabs {
  display: flex; gap: 6px; flex-wrap: wrap;
  padding-bottom: 22px; margin-bottom: 26px;
  border-bottom: 1px solid var(--line-soft);
}
.calc-tab {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--cream);
  border: 1px solid var(--line);
  font-size: 13.5px; font-weight: 600; color: var(--ink-700);
  cursor: pointer;
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast);
  display: inline-flex; align-items: center; gap: 8px;
}
.calc-tab .badge {
  display: inline-grid; place-items: center;
  min-width: 22px; height: 22px;
  background: var(--gold-500); color: var(--navy-900);
  border-radius: 999px; font-size: 11px; font-weight: 700;
  padding: 0 6px;
  opacity: 0; transition: opacity var(--t-fast);
}
.calc-tab.has-items .badge { opacity: 1; }
.calc-tab:hover { background: var(--white); border-color: var(--gold-500); }
.calc-tab.active {
  background: var(--navy-900); color: var(--white); border-color: var(--navy-900);
}
.calc-tab.active .badge { background: var(--gold-500); color: var(--navy-900); }

.calc-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.calc-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px; align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  background: var(--cream);
  transition: background var(--t-fast), border-color var(--t-fast);
}
.calc-item.has { background: var(--gold-50); border-color: var(--gold-500); }
.calc-item-info strong {
  display: block; font-size: 14.5px; color: var(--navy-900); font-weight: 700;
}
.calc-item-info span { font-size: 12px; color: var(--ink-500); }
.calc-stepper {
  display: inline-flex; align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}
.calc-stepper button {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  color: var(--navy-900);
  font-weight: 700; font-size: 16px;
  transition: background var(--t-fast);
}
.calc-stepper button:hover { background: var(--gold-50); }
.calc-stepper button:disabled { color: var(--ink-300); cursor: not-allowed; }
.calc-stepper input {
  width: 36px; height: 34px;
  text-align: center;
  border: 0;
  background: transparent;
  font-weight: 700; color: var(--navy-900);
  font-size: 14px;
}
.calc-stepper input::-webkit-inner-spin-button,
.calc-stepper input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.calc-stepper input { -moz-appearance: textfield; }

.calc-side {
  background: linear-gradient(180deg, var(--navy-800), var(--navy-900));
  color: var(--white);
  padding: 32px 28px;
  display: flex; flex-direction: column;
}
.calc-side h4 {
  font-family: var(--serif); font-size: 22px; font-weight: 500; color: var(--white);
  margin-bottom: 6px;
}
.calc-side .small { font-size: 13px; color: rgba(255,255,255,0.6); }
.calc-total {
  margin: 22px 0 18px;
  padding: 22px;
  background: rgba(229,181,73,0.10);
  border: 1px solid rgba(229,181,73,0.30);
  border-radius: var(--r-md);
  text-align: center;
}
.calc-total .num {
  font-family: var(--serif); font-size: 64px; font-weight: 500;
  color: var(--gold-400); line-height: 1;
  letter-spacing: -0.02em;
}
.calc-total .num-unit { font-family: var(--sans); font-size: 22px; color: var(--gold-400); margin-left: 6px; vertical-align: top; font-weight: 600; }
.calc-total .lbl { font-size: 12.5px; color: rgba(255,255,255,0.7); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 8px; }

.calc-summary {
  flex-grow: 1;
  overflow-y: auto;
  max-height: 280px;
  padding-right: 6px;
}
.calc-summary::-webkit-scrollbar { width: 6px; }
.calc-summary::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 6px; }
.calc-summary-empty {
  padding: 24px 16px; text-align: center;
  color: rgba(255,255,255,0.55); font-size: 13.5px;
  border: 1px dashed rgba(255,255,255,0.12);
  border-radius: var(--r-md);
}
.calc-summary-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px; align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 13.5px;
}
.calc-summary-row:last-child { border-bottom: 0; }
.calc-summary-row .qty {
  color: var(--gold-400); font-weight: 700; font-variant-numeric: tabular-nums;
}
.calc-summary-row .vol {
  color: rgba(255,255,255,0.55); font-size: 12px; font-variant-numeric: tabular-nums;
}

.calc-cta-row {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.10);
  display: grid; gap: 10px;
}
.calc-disclaimer {
  font-size: 11.5px;
  color: rgba(255,255,255,0.55);
  margin-top: 14px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1024px) {
  .calc-shell { grid-template-columns: 1fr; }
  .calc-side { order: -1; }
}
@media (max-width: 600px) {
  .calc-items { grid-template-columns: 1fr; }
  .calc-main { padding: 24px 18px; }
  .calc-side { padding: 24px 20px; }
  .calc-total .num { font-size: 48px; }
}

/* PROVA SOCIAL ------------------------------ */
.section-prova { background: var(--white); }
.prova-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}
.stat-big {
  text-align: center;
  padding: 30px 16px;
  border-right: 1px solid var(--line-soft);
}
.stat-big:last-child { border-right: 0; }
.stat-big .num {
  font-family: var(--serif); font-size: clamp(50px, 5vw, 72px);
  font-weight: 400; color: var(--navy-900); line-height: 1;
  letter-spacing: -0.02em;
}
.stat-big .num span { color: var(--gold-600); }
.stat-big .lbl { font-size: 14px; font-weight: 600; color: var(--ink-500); margin-top: 12px; }

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.testi {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
  display: flex; flex-direction: column; gap: 18px;
  position: relative;
}
.testi .quote {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
  color: var(--navy-900);
  font-weight: 400;
  font-style: italic;
}
.testi .stars {
  color: var(--gold-500); font-size: 14px;
  letter-spacing: 2px;
}
.testi .person {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px; align-items: center;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
}
.testi .avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--gold-500);
  color: var(--navy-900);
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 600; font-size: 17px;
}
.testi .person strong { font-size: 14px; color: var(--navy-900); display: block; }
.testi .person span { font-size: 12.5px; color: var(--ink-500); }

@media (max-width: 900px) {
  .prova-stats { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .stat-big { border-right: 0; border-bottom: 1px solid var(--line-soft); padding: 22px 10px; }
  .stat-big:nth-child(odd) { border-right: 1px solid var(--line-soft); }
  .stat-big:nth-last-child(-n+2) { border-bottom: 0; }
  .testimonials { grid-template-columns: 1fr; }
}

/* FAQ --------------------------------------- */
.section-faq { background: var(--cream); }
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
}
.faq-list { display: grid; gap: 12px; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color var(--t-mid), box-shadow var(--t-mid);
}
.faq-item[open] { border-color: rgba(229,181,73,0.5); box-shadow: var(--sh-1); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px; align-items: center;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--navy-900);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-toggle {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--gold-50); color: var(--gold-700);
  display: grid; place-items: center;
  transition: transform var(--t-mid), background var(--t-mid);
}
.faq-item[open] .faq-toggle {
  background: var(--navy-900); color: var(--gold-500);
  transform: rotate(45deg);
}
.faq-item .answer {
  padding: 0 24px 22px;
  color: var(--ink-500); font-size: 15px; line-height: 1.65;
}
@media (max-width: 800px) {
  .faq-grid { grid-template-columns: 1fr; gap: 30px; }
}

/* CHAMADA FINAL ----------------------------- */
.cta-final {
  background: var(--navy-900);
  color: var(--white);
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 9vw, 130px) 0;
  isolation: isolate;
}
.cta-final::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(50% 80% at 100% 0%, rgba(229,181,73,0.18), transparent 60%),
    radial-gradient(60% 100% at 0% 100%, rgba(229,181,73,0.10), transparent 60%);
  z-index: -1;
}
.cta-final-inner {
  text-align: center;
  max-width: 740px;
  margin-inline: auto;
}
.cta-final h2 {
  color: var(--white);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 400;
  font-family: var(--serif);
}
.cta-final h2 em { color: var(--gold-400); font-style: italic; }
.cta-final p {
  color: rgba(255,255,255,0.78);
  font-size: 18px;
  margin: 22px 0 36px;
}
.cta-final-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* FORMULARIO ENVIADO ------------------------ */
.section-form { background: var(--cream); }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  align-items: start;
}
.form-aside h2 { margin-bottom: 18px; }
.form-aside p { color: var(--ink-500); margin-bottom: 18px; }
.form-aside .info-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--line-soft);
}
.form-aside .info-row:last-child { border-bottom: 1px solid var(--line-soft); }
.form-aside .info-row .ico {
  width: 44px; height: 44px;
  background: var(--navy-900); color: var(--gold-500);
  border-radius: 12px;
  display: grid; place-items: center;
}
.form-aside .info-row strong { display: block; color: var(--navy-900); font-size: 14px; }
.form-aside .info-row span { font-size: 14px; color: var(--ink-500); }

.form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-2);
  padding: 36px;
}
.form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field {
  display: flex; flex-direction: column; gap: 6px;
}
.field.full { grid-column: 1 / -1; }
.field label {
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-500);
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  font-size: 15px;
  color: var(--navy-900);
  transition: border-color var(--t-fast), background var(--t-fast), box-shadow var(--t-fast);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0;
  border-color: var(--gold-500);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(229,181,73,0.18);
}
.field textarea { resize: vertical; min-height: 120px; }

.field-checkbox {
  display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: flex-start;
}
.field-checkbox input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--gold-500); }
.field-checkbox label { text-transform: none; letter-spacing: 0; font-size: 13px; color: var(--ink-700); font-weight: 500; }

.form-submit-row {
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
}
.form-submit-row .nota { font-size: 12.5px; color: var(--ink-500); }

@media (max-width: 900px) {
  .form-grid { grid-template-columns: 1fr; }
  .form-fields { grid-template-columns: 1fr; }
  .form-card { padding: 26px; }
}

/* FOOTER ------------------------------------ */
.site-footer {
  background: var(--navy-950);
  color: rgba(255,255,255,0.72);
  padding: 80px 0 30px;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: ""; position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-500), transparent);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .brand-text strong { color: var(--white); }
.footer-brand p { font-size: 14px; line-height: 1.6; margin-top: 18px; max-width: 36ch; }
.footer-brand .socials {
  display: flex; gap: 10px; margin-top: 22px;
}
.footer-brand .socials a {
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  display: grid; place-items: center;
  color: var(--white);
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast);
}
.footer-brand .socials a:hover { background: var(--gold-500); color: var(--navy-900); border-color: var(--gold-500); }

.footer-col h6 {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 20px;
  font-weight: 700;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a {
  font-size: 14px; color: rgba(255,255,255,0.72);
  transition: color var(--t-fast);
}
.footer-col ul a:hover { color: var(--gold-400); }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px;
  font-size: 12.5px;
  color: rgba(255,255,255,0.5);
  flex-wrap: wrap; gap: 14px;
}
.footer-bottom .marks { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-bottom .marks a:hover { color: var(--gold-400); }

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

/* WHATSAPP STICKY --------------------------- */
.whats-float {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 60px; height: 60px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 14px 40px -10px rgba(37,211,102,0.6);
  z-index: 60;
  transition: transform var(--t-mid), box-shadow var(--t-mid);
  animation: pulse 2.6s ease-in-out infinite;
}
.whats-float:hover { transform: scale(1.08); }
.to-top { position: fixed; bottom: 96px; right: 31px; width: 46px; height: 46px; background: var(--navy-900); color: var(--gold-400); border: 1px solid var(--gold-600); border-radius: 50%; display: grid; place-items: center; box-shadow: 0 10px 28px -10px rgba(11,27,61,0.6); z-index: 60; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity var(--t-mid), transform var(--t-mid), visibility var(--t-mid), background var(--t-fast); cursor: pointer; }
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--navy-800); }
/* HERO WIZARD (formulário de cotação em etapas) -------- */
.hero-wizard .wz-progress { display:flex; align-items:center; gap:10px; margin-bottom:16px; position:relative; z-index:1; }
.hero-wizard .wz-bar { flex:1; height:6px; border-radius:99px; background:rgba(15,28,58,0.10); overflow:hidden; }
.hero-wizard .wz-bar i { display:block; height:100%; width:25%; background:var(--gold-500); border-radius:99px; transition:width .35s ease; }
.hero-wizard .wz-step-label { font-size:12px; font-weight:700; color:var(--ink-500); white-space:nowrap; }
.hero-wizard .wz-step { display:none; position:relative; z-index:1; }
.hero-wizard .wz-step.is-active { display:block; animation:wzIn .3s ease; }
.hero-wizard .wz-q { font-weight:700; color:var(--navy-900); margin-bottom:12px; font-size:15.5px; }
.hero-wizard .wz-q small { font-weight:500; color:var(--ink-500); font-size:12.5px; }
.hero-wizard .wz-choices { display:grid; gap:10px; }
.hero-wizard .wz-choice { display:flex; align-items:center; gap:12px; padding:12px 14px; border:1.5px solid var(--line); border-radius:12px; cursor:pointer; transition:var(--t-fast); background:#fff; }
.hero-wizard .wz-choice:hover { border-color:var(--gold-400); background:var(--cream); }
.hero-wizard .wz-choice input { width:20px; height:20px; accent-color:var(--gold-600); flex-shrink:0; }
.hero-wizard .wz-choice span { display:flex; flex-direction:column; line-height:1.3; }
.hero-wizard .wz-choice strong { color:var(--navy-900); font-size:14.5px; }
.hero-wizard .wz-choice small { color:var(--ink-500); font-size:12px; }
.hero-wizard .wz-choice:has(input:checked) { border-color:var(--gold-500); background:var(--cream); box-shadow:inset 0 0 0 1px var(--gold-500); }
.hero-wizard .wz-hint { font-size:12.5px; color:var(--ink-500); line-height:1.5; margin-top:8px; }
.hero-wizard .wz-hint a { color:var(--gold-700); font-weight:700; text-decoration:underline; text-underline-offset:2px; }
.hero-wizard .wz-toggle { display:flex; gap:8px; }
.hero-wizard .wz-toggle .vt { flex:1; padding:11px 9px; border:1.5px solid var(--line); border-radius:10px; font-weight:600; font-size:13px; cursor:pointer; background:#fff; color:var(--ink-700); transition:var(--t-fast); font-family:inherit; text-align:center; text-decoration:none; line-height:1.2; }
.hero-wizard .wz-toggle .vt:hover { border-color:var(--gold-400); }
.hero-wizard .wz-toggle .vt.active { border-color:var(--gold-500); background:var(--cream); color:var(--navy-900); }
.hero-wizard .wz-step > .field, .hero-wizard .wz-step > .field-pair { margin-bottom:14px; }
.hero-wizard .wz-step > .field:last-child, .hero-wizard .wz-step > .field-pair:last-child { margin-bottom:0; }
.hero-wizard .wz-nav { display:flex; gap:10px; align-items:center; margin-top:18px; position:relative; z-index:1; }
.hero-wizard .wz-back { background:none; border:0; color:var(--ink-500); font-weight:600; cursor:pointer; font-size:14px; padding:6px 4px; font-family:inherit; }
.hero-wizard .wz-back:hover { color:var(--navy-900); }
.hero-wizard .wz-next { flex:1; justify-content:center; }
.hero-wizard .wz-done { text-align:center; padding:10px 0; position:relative; z-index:1; }
.hero-wizard .wz-done-ico { width:54px; height:54px; border-radius:50%; background:#1DB954; color:#fff; font-size:28px; display:grid; place-items:center; margin:0 auto 12px; }
.hero-wizard .wz-done h4 { font-family:'Playfair Display',Georgia,serif; color:var(--navy-900); margin-bottom:6px; font-size:20px; }
.hero-wizard .wz-done p { color:var(--ink-500); font-size:14px; margin-bottom:12px; }
@keyframes wzIn { from{opacity:0; transform:translateY(6px);} to{opacity:1; transform:none;} }
@keyframes pulse {
  0%, 100% { box-shadow: 0 14px 40px -10px rgba(37,211,102,0.6), 0 0 0 0 rgba(37,211,102,0.5); }
  50%      { box-shadow: 0 14px 40px -10px rgba(37,211,102,0.6), 0 0 0 18px rgba(37,211,102,0); }
}

/* MOBILE NAV -------------------------------- */
.mobile-nav {
  position: fixed; inset: 0; z-index: 100;
  background: var(--navy-900);
  color: var(--white);
  display: none;
  flex-direction: column;
  padding: 24px;
}
.mobile-nav.open { display: flex; }
.mobile-nav-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.mobile-nav-close {
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  display: grid; place-items: center;
  color: var(--white);
}
.mobile-nav nav a, .mobile-nav nav summary {
  display: block;
  padding: 16px 0;
  font-family: var(--serif); font-size: 24px; font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: var(--white);
}
.mobile-nav details summary { list-style: none; cursor: pointer; }
.mobile-nav details[open] summary { color: var(--gold-400); }
.mobile-nav details > div { padding: 6px 0 14px; display: grid; gap: 6px; max-height: 56vh; overflow-y: auto; }
.mobile-nav details > div a { font-size: 16px; padding: 8px 16px; border-bottom: 0; color: rgba(255,255,255,0.7); font-family: var(--sans); font-weight: 500; }
.mobile-nav details > div .m-group {
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gold-400); padding: 12px 16px 2px; font-family: var(--sans);
}
.mobile-nav .ctas-mobile { margin-top: 30px; display: grid; gap: 12px; }

/* HERO CARROSSEL ---------------------------- */
.hero { padding: 0; }
.hero-stage {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
}
.hero-bg {
  position: absolute; inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.4s ease, transform 8s ease;
  will-change: opacity, transform;
}
.hero-slide.active {
  opacity: 1;
  transform: scale(1.0);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(95deg,
      rgba(6,17,43,0.92) 0%,
      rgba(11,27,61,0.78) 38%,
      rgba(11,27,61,0.42) 70%,
      rgba(11,27,61,0.18) 100%
    ),
    radial-gradient(60% 80% at 110% 0%, rgba(229,181,73,0.18), transparent 60%);
  pointer-events: none;
}
.hero-grain {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(80% 80% at 50% 30%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(80% 80% at 50% 30%, #000 30%, transparent 80%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 460px;
  gap: 70px;
  align-items: center;
  padding: clamp(60px, 9vw, 110px) 0 clamp(60px, 9vw, 110px);
}
.hero-content {
  position: relative;
  max-width: 580px;
}
.hero-content h1 {
  color: var(--white);
  font-weight: 500;
  font-size: clamp(38px, 4.8vw, 64px);
  letter-spacing: -0.018em;
  line-height: 1.05;
}
.hero-content h1 em {
  font-style: italic;
  color: var(--gold-400);
  font-weight: 500;
}
.hero-content p.lead {
  color: rgba(255,255,255,0.82);
  margin-top: 22px;
  font-size: clamp(15px, 1.1vw, 17px);
  max-width: 50ch;
  line-height: 1.55;
}

/* Trust pills (substituem o trust-strip antigo do hero) */
.hero-trust-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
}
.trust-pill svg { color: var(--gold-400); flex-shrink: 0; }

/* HERO-FORM (formulário embutido no banner) */
.hero-form-wrap {
  position: relative;
}
.hero-form {
  position: relative;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border-radius: var(--r-lg);
  padding: 30px 28px 26px;
  box-shadow: 0 30px 80px -20px rgba(6,17,43,0.55), 0 12px 30px -10px rgba(6,17,43,0.30);
  border: 1px solid rgba(255,255,255,0.6);
  overflow: hidden;
}
.hero-form::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-600) 0%, var(--gold-400) 50%, var(--gold-600) 100%);
}
.hero-form::after {
  content: "";
  position: absolute;
  top: 4px; right: -50px;
  width: 200px; height: 200px;
  background: radial-gradient(closest-side, rgba(229,181,73,0.12), transparent);
  pointer-events: none;
  border-radius: 50%;
}
.hero-form-head { margin-bottom: 22px; position: relative; z-index: 1; }
.hero-form-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--gold-700);
  background: var(--gold-50);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.hero-form-head h3 {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--navy-900);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin-bottom: 6px;
}
.hero-form-head p.note {
  font-size: 13.5px;
  color: var(--ink-500);
  line-height: 1.5;
}
.hero-form .fields { display: grid; gap: 12px; position: relative; z-index: 1; }
.hero-form .field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.hero-form .field { display: flex; flex-direction: column; gap: 7px; }
.hero-form .field label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-500);
}
.hero-form .field input,
.hero-form .field select {
  width: 100%;
  padding: 12px 13px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 14px;
  color: var(--navy-900);
  font-family: var(--sans);
  transition: border-color var(--t-fast), background var(--t-fast), box-shadow var(--t-fast);
}
.hero-form .field input::placeholder { color: var(--ink-400); }
.hero-form .field input:focus,
.hero-form .field select:focus {
  outline: 0;
  border-color: var(--gold-500);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(229,181,73,0.18);
}
.hero-form .field-checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  margin-top: 2px;
}
.hero-form .field-checkbox input {
  width: 18px; height: 18px;
  margin-top: 2px;
  accent-color: var(--gold-500);
  flex-shrink: 0;
}
.hero-form .field-checkbox label {
  text-transform: none; letter-spacing: 0;
  font-size: 13px; color: var(--ink-700); font-weight: 500;
  line-height: 1.4;
}
.hero-form .submit {
  width: 100%;
  margin-top: 16px;
  justify-content: center;
}
.hero-form .or-link {
  text-align: center;
  margin-top: 14px;
  font-size: 13px;
  color: var(--ink-500);
}
.hero-form .or-link a {
  color: var(--navy-900);
  font-weight: 700;
  border-bottom: 1px solid var(--gold-500);
  transition: color var(--t-fast);
}
.hero-form .or-link a:hover { color: var(--gold-700); }

@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr 420px;
    gap: 40px;
  }
}
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 60px 0 80px;
  }
  .hero-content { max-width: none; }
  .hero-form-wrap { max-width: 460px; margin: 0 auto; width: 100%; }
}

/* Hero indicators (dots) */
.hero-dots {
  position: absolute;
  left: 0; right: 0;
  bottom: 28px;
  z-index: 3;
  display: flex;
  gap: 10px;
  justify-content: center;
  pointer-events: none;
}
.hero-dot {
  width: 30px; height: 3px;
  background: rgba(255,255,255,0.25);
  border-radius: 2px;
  pointer-events: auto;
  cursor: pointer;
  transition: background 300ms ease;
  position: relative;
  overflow: hidden;
}
.hero-dot.active { background: rgba(255,255,255,0.4); }
.hero-dot.active::after {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0;
  background: var(--gold-500);
  width: 0;
  animation: dotProgress 6s linear forwards;
}
@keyframes dotProgress { to { width: 100%; } }

.hero-meta-row {
  position: absolute;
  z-index: 3;
  bottom: 60px;
  right: 30px;
  display: flex;
  gap: 14px;
  align-items: center;
  pointer-events: none;
}
.hero-meta-card {
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--r-md);
  padding: 14px 18px;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: auto;
}
.hero-meta-card .ico {
  width: 36px; height: 36px;
  background: rgba(229,181,73,0.18);
  color: var(--gold-400);
  border-radius: 10px;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.hero-meta-card strong {
  font-family: var(--serif); font-size: 18px; font-weight: 500;
  display: block; line-height: 1.1;
}
.hero-meta-card span {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  font-weight: 600;
}

@media (max-width: 900px) {
  .hero-stage { min-height: 640px; }
  .hero-meta-row { display: none; }
}

/* SCROLL REVEAL ----------------------------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 800ms cubic-bezier(.2,.7,.25,1), transform 800ms cubic-bezier(.2,.7,.25,1);
  will-change: opacity, transform;
}
[data-reveal].in {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal-delay="1"] { transition-delay: 80ms; }
[data-reveal-delay="2"] { transition-delay: 160ms; }
[data-reveal-delay="3"] { transition-delay: 240ms; }
[data-reveal-delay="4"] { transition-delay: 320ms; }

/* IMAGE BLOCKS ------------------------------ */
.img-frame {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-3);
  aspect-ratio: 5/4.5;
  background: var(--navy-50);
}
.img-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s cubic-bezier(.2,.7,.25,1);
}
.img-frame:hover img { transform: scale(1.04); }
.img-frame .img-tag {
  position: absolute;
  bottom: 18px; left: 18px;
  background: rgba(11,27,61,0.85);
  color: var(--white);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.img-frame .img-tag::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--gold-500);
  border-radius: 50%;
}

/* HISTORIAS, seção emocional ---------------- */
.section-historias {
  background: var(--white);
}
.historias-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 18px;
}
.historia {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 4/4.6;
  cursor: pointer;
  isolation: isolate;
  background: var(--navy-50);
}
.historia img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(.2,.7,.25,1);
}
.historia:hover img { transform: scale(1.06); }
.historia::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(6,17,43,0.85) 100%);
  z-index: 1;
}
.historia .historia-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px;
  color: var(--white);
  z-index: 2;
}
.historia .eyebrow {
  color: var(--gold-400); margin-bottom: 12px;
}
.historia .eyebrow::before { background: var(--gold-400); }
.historia h4 {
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 10px;
}
.historia p {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
}
.historia.feature { grid-row: 1; }
.historia.feature h4 { font-size: clamp(24px, 2.4vw, 36px); }

@media (max-width: 1024px) {
  .historias-grid { grid-template-columns: 1fr 1fr; }
  .historia.feature { grid-column: 1 / -1; aspect-ratio: 16/9; }
}
@media (max-width: 600px) {
  .historias-grid { grid-template-columns: 1fr; }
}

/* TICKER, bandeiras infinito --------------- */
.ticker {
  background: var(--navy-900);
  color: var(--white);
  overflow: hidden;
  padding: 22px 0;
  position: relative;
  border-top: 1px solid rgba(229,181,73,0.18);
  border-bottom: 1px solid rgba(229,181,73,0.18);
}
.ticker::before, .ticker::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.ticker::before {
  left: 0;
  background: linear-gradient(90deg, var(--navy-900), transparent);
}
.ticker::after {
  right: 0;
  background: linear-gradient(-90deg, var(--navy-900), transparent);
}
.ticker-track {
  display: flex;
  gap: 0;
  animation: tickerSlide 60s linear infinite;
  width: max-content;
}
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-item {
  display: flex; align-items: center; gap: 14px;
  padding: 0 32px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.ticker-item .flag { font-size: 22px; line-height: 1; }
.ticker-item .city {
  color: var(--gold-400);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}
@keyframes tickerSlide {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* COUNT-UP placeholders --------------------- */
.count-up { font-variant-numeric: tabular-nums; }

/* SLIDER DEPOIMENTOS ------------------------ */
.testi-slider {
  position: relative;
}
.testi-track {
  display: flex;
  gap: 22px;
  transition: transform 600ms cubic-bezier(.2,.7,.25,1);
  will-change: transform;
}
.testi-track > .testi {
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: 0;
}
.testi-controls {
  display: flex; gap: 10px; justify-content: center;
  margin-top: 36px;
}
.testi-arrow {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--line);
  display: grid; place-items: center;
  color: var(--navy-900);
  cursor: pointer;
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast);
}
.testi-arrow:hover { background: var(--navy-900); color: var(--white); border-color: var(--navy-900); }
.testi-arrow:disabled { opacity: 0.4; cursor: not-allowed; }
.testi-dots { display: flex; gap: 8px; align-items: center; padding: 0 12px; }
.testi-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--line);
  cursor: pointer;
  transition: background var(--t-fast), transform var(--t-fast);
}
.testi-dot.active { background: var(--gold-500); transform: scale(1.2); }

@media (max-width: 1024px) {
  .testi-track > .testi { flex: 0 0 calc((100% - 22px) / 2); }
}
@media (max-width: 700px) {
  .testi-track > .testi { flex: 0 0 100%; }
}

/* SPLIT visual photo treatment -------------- */
.split-visual.has-photo {
  padding: 0;
  border: 0;
  box-shadow: var(--sh-3);
  background: transparent;
}
.split-visual.has-photo .photo-wrap {
  position: relative;
  width: 100%; height: 100%;
  border-radius: var(--r-xl);
  overflow: hidden;
}
.split-visual.has-photo .photo-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.5s cubic-bezier(.2,.7,.25,1);
}
.split-visual.has-photo:hover .photo-wrap img { transform: scale(1.05); }

/* rotação de unidades na seção armazenagem (São José / Curitiba) */
.photo-wrap .arma-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease; z-index: 1; }
.photo-wrap .arma-slide.is-active { opacity: 1; z-index: 2; }
.photo-wrap .arma-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split-visual.has-photo .photo-wrap > .float-card,
.split-visual.has-photo .photo-wrap > .photo-corner { z-index: 6; }
.photo-wrap .arma-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 6; }
.photo-wrap .arma-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; transition: background .3s, transform .3s; }
.photo-wrap .arma-dots button.is-active { background: var(--gold-400); transform: scale(1.25); }
.split-visual.has-photo .photo-badge {
  position: absolute;
  top: 22px; left: 22px;
  background: rgba(11,27,61,0.88);
  backdrop-filter: blur(10px);
  color: var(--white);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.split-visual.has-photo .photo-badge::before {
  content: ""; width: 6px; height: 6px;
  background: var(--gold-500); border-radius: 50%;
  animation: pulseDot 2s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}
.split-visual.has-photo .photo-corner {
  position: absolute;
  bottom: 22px; right: 22px;
  background: var(--white);
  padding: 16px 18px;
  border-radius: var(--r-md);
  box-shadow: var(--sh-2);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 260px;
}
.split-visual.has-photo .photo-corner .ico {
  width: 38px; height: 38px;
  background: var(--gold-50);
  color: var(--gold-700);
  border-radius: 10px;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.split-visual.has-photo .photo-corner strong {
  display: block; color: var(--navy-900); font-size: 14px;
}
.split-visual.has-photo .photo-corner span {
  font-size: 12px; color: var(--ink-500);
}

/* ANIMATED PATH (steps line) ----------------- */
.steps::before {
  background: repeating-linear-gradient(90deg, var(--gold-500) 0, var(--gold-500) 6px, transparent 6px, transparent 12px);
  background-size: 200% 100%;
  animation: stepsFlow 14s linear infinite;
}
@keyframes stepsFlow {
  from { background-position: 0 0; }
  to   { background-position: -100% 0; }
}

/* FLOATING CARDS over photos ---------------- */
.float-card {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 14px 18px;
  box-shadow: var(--sh-3);
  font-size: 13px;
  z-index: 3;
  display: flex; align-items: center; gap: 12px;
}
.float-card .ico-bubble {
  width: 36px; height: 36px;
  background: var(--gold-50);
  color: var(--gold-700);
  border-radius: 10px;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.float-card strong {
  display: block; font-family: var(--serif); font-size: 16px; line-height: 1.1; font-weight: 500; color: var(--navy-900);
}
.float-card span { font-size: 12px; color: var(--ink-500); }

/* PRINT ------------------------------------- */
@media print {
  .topbar, .site-header, .whats-float, .to-top, .cta-final, .site-footer { display: none; }
}
.faq-a{ padding: 0 24px 22px; color: var(--ink-500); line-height: 1.65; }
.faq-a p{ margin: 0 0 10px; }
