/* ============================================================
   NEVES GESTÃO — Folha de estilo principal
   Paleta: navy institucional + dourado + creme
   (extraída da apresentação institucional 2026)
   ============================================================ */

:root {
  --navy: #101B33;
  --navy-2: #16233F;
  --navy-soft: #1C2C4C;
  --gold: #B98A2F;
  --gold-soft: #C6A263;
  --gold-pale: #EFE3CB;
  --cream: #F6F3EC;
  --paper: #FFFFFF;
  --ink: #1B2430;
  --slate: #5B6572;
  --line: #E4DFD2;
  --whatsapp: #1EA952;
  --shadow: 0 10px 34px rgba(16, 27, 51, 0.10);
  --radius: 14px;
  --maxw: 1140px;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: clip; -webkit-text-size-adjust: 100%; }

body {
  overflow-x: clip;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--navy); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Tipografia ---------- */
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.15; color: var(--navy); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
h3 { font-size: 1.2rem; }
h1 em, h2 em { font-style: italic; color: var(--gold-soft); }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.lead { font-size: 1.15rem; color: var(--slate); }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  white-space: nowrap; flex-shrink: 0;
  padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: 1rem;
  text-decoration: none; transition: filter .15s ease, box-shadow .15s ease, transform .15s ease;
  cursor: pointer; border: none;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; box-shadow: 0 6px 20px rgba(30,169,82,.35); }
.btn-whatsapp:hover { color: #fff; box-shadow: 0 10px 26px rgba(30,169,82,.45); }
.btn-gold { background: var(--gold); color: #fff; box-shadow: 0 6px 20px rgba(185,138,47,.30); }
.btn-gold:hover { color: #fff; background: #A67B29; }
.btn-outline { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-outline-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.45); }
.btn-outline-light:hover { background: #fff; color: var(--navy); }

/* ---------- Cabeçalho ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(246,243,236,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 78px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.brand:hover { text-decoration: none; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--navy); }
.brand-name span { color: var(--gold); }

.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav a { color: var(--ink); font-weight: 600; font-size: .92rem; white-space: nowrap; text-decoration: none; padding: 6px 0; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a.active { color: var(--navy); border-bottom-color: var(--gold); }
.main-nav .nav-cta { padding: 10px 22px; margin-left: 4px; border-bottom: none; font-size: .92rem; }
.main-nav .nav-cta:hover { border-bottom: none; }

.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 3px; background: var(--navy); margin: 5px 0; border-radius: 2px; }

/* ---------- Hero ---------- */
.hero { position: relative; background: linear-gradient(155deg, var(--navy) 0%, var(--navy-2) 55%, #1B2E52 100%); color: #EDEFF4; overflow: hidden; }
.hero::after {
  content: ""; position: absolute; right: -160px; top: -160px; width: 480px; height: 480px;
  border-radius: 50%; border: 1px solid rgba(198,162,99,.28);
}
.hero::before {
  content: ""; position: absolute; right: -100px; top: -100px; width: 360px; height: 360px;
  border-radius: 50%; border: 1px solid rgba(198,162,99,.20);
}
.hero-inner { position: relative; z-index: 2; padding-block: 96px; }
.hero h1 { color: #fff; max-width: 720px; margin-bottom: 20px; }
.hero .lead { color: #C9D0DE; max-width: 620px; margin-bottom: 34px; }
.hero .eyebrow { color: var(--gold-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-note { margin-top: 26px; font-size: .92rem; color: #98A3BC; }

.hero-stats { display: flex; gap: 44px; margin-top: 60px; flex-wrap: wrap; }
.hero-stats div strong { display: block; font-family: var(--font-display); font-size: 1.6rem; color: var(--gold-soft); }
.hero-stats div span { font-size: .84rem; color: #A6B0C6; }

/* Hero com foto de fundo: camada dedicada com leve zoom cinematográfico (Ken Burns) */
.hero.has-photo { background: var(--navy); }
.hero.has-photo::before, .hero.has-photo::after { border-color: rgba(198,162,99,.35); z-index: 1; }
.hero-media {
  position: absolute; inset: 0; z-index: 0;
  background: #101B33 url('/img/hero-fachada.jpg') center / cover no-repeat;
  transform-origin: center;
  will-change: transform;
  animation: heroKenBurns 26s ease-in-out infinite alternate;
}
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(155deg, rgba(16,27,51,.93) 0%, rgba(22,35,63,.90) 55%, rgba(27,46,82,.86) 100%);
}
@keyframes heroKenBurns {
  from { transform: scale(1); }
  to   { transform: scale(1.12) translateY(-1.4%); }
}

/* Hero em duas colunas (texto + retrato), usado na página Sobre */
.hero-split { display: flex; align-items: center; justify-content: space-between; gap: 48px; flex-wrap: wrap-reverse; }
.hero-split > .hero-text { flex: 1 1 420px; }
.hero-photo-card { width: 260px; max-width: 100%; aspect-ratio: 4 / 5; border-radius: 20px; overflow: hidden; position: relative; box-shadow: 0 24px 60px rgba(0,0,0,.35); flex-shrink: 0; }
.hero-photo-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo-card::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(198,162,99,.45); border-radius: 13px; pointer-events: none; }

/* Banner fotográfico dentro de uma seção comum */
.section-banner { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 40px; }
.section-banner img { width: 100%; height: 280px; object-fit: cover; display: block; }

/* ---------- Seções ---------- */
.section { padding: 84px 0; }
.section.alt { background: var(--cream); }
.section.dark { background: linear-gradient(150deg, var(--navy), var(--navy-2)); color: #DCE1EC; }
.section.dark h2 { color: #fff; }
.section.dark .section-head p { color: #A9B3C9; }
.section-head { max-width: 680px; margin-bottom: 44px; }
.section-head p { color: var(--slate); margin-top: 12px; }
.center { text-align: center; margin-inline: auto; }

/* ---------- Estatísticas de mercado ---------- */
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 4px; }
.stat-tile { background: var(--paper); border-top: 3px solid var(--gold); padding: 30px 22px; text-align: center; box-shadow: var(--shadow); }
.stat-tile .num { font-family: var(--font-display); font-size: clamp(1.9rem, 3.4vw, 2.6rem); font-weight: 700; color: var(--navy); line-height: 1; }
.stat-tile .label { color: var(--slate); margin-top: 10px; font-size: .92rem; }
.stat-source { margin-top: 28px; font-size: .84rem; color: var(--slate); font-style: italic; }
.callout-band {
  margin-top: 28px; background: var(--navy); color: #fff; border-radius: var(--radius);
  padding: 24px 30px; font-weight: 600;
}
.callout-band strong { color: var(--gold-soft); }

/* ---------- Gráfico comparativo (barras CSS) ---------- */
.chart-wrap { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.bars { display: flex; align-items: flex-end; gap: 30px; height: 260px; padding-top: 20px; }
.bar-col { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; }
.bar-col .valor { font-weight: 700; font-family: var(--font-display); font-size: 1.15rem; color: var(--navy); margin-bottom: 8px; }
.bar-col .bar { width: 100%; max-width: 84px; background: linear-gradient(180deg, var(--gold-soft), var(--gold)); border-radius: 6px 6px 0 0; }
.bar-col .rotulo { margin-top: 12px; font-size: .84rem; color: var(--slate); text-align: center; }
.bar-col.destaque .bar { background: linear-gradient(180deg, var(--navy-soft), var(--navy)); }
.bar-col.destaque .valor { color: var(--navy); }

/* Barras crescem ao entrar na tela (altura-alvo vem da variável --h inline) */
.bars .bar { height: var(--h); transition: height 1.2s cubic-bezier(.16, 1, .3, 1); }
.bars.anim-ready .bar { height: 0; }
.bars.anim-ready.in-view .bar { height: var(--h); }

/* Revelação suave de blocos ao rolar (só ativa quando o JS está presente) */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.16, 1, .3, 1); }
.js .reveal.in-view { opacity: 1; transform: none; }
.stat-grid .reveal:nth-child(2),
.numbered-grid .reveal:nth-child(2),
.pillars .reveal:nth-child(2) { transition-delay: .10s; }
.stat-grid .reveal:nth-child(3),
.numbered-grid .reveal:nth-child(3),
.pillars .reveal:nth-child(3) { transition-delay: .20s; }
.stat-grid .reveal:nth-child(4),
.numbered-grid .reveal:nth-child(4) { transition-delay: .30s; }
.diff-card { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 40px 34px; }
.diff-card .eyebrow { color: var(--gold-soft); }
.diff-card .num { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 3.4rem); color: #fff; line-height: 1; margin-bottom: 10px; }
.diff-card p { color: #C9D0DE; }
.diff-card p + p { margin-top: 16px; }
.chart-footnote { margin-top: 18px; font-size: .82rem; color: var(--slate); font-style: italic; }

/* ---------- Cards genéricos ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow); transition: transform .15s ease; }
.card:hover { transform: translateY(-4px); }
.card .icon { width: 50px; height: 50px; border-radius: 12px; background: var(--gold-pale); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 18px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--slate); font-size: .96rem; }
.card ul { margin-top: 12px; padding-left: 18px; font-size: .9rem; color: var(--slate); }
.card ul li { margin-bottom: 6px; }

/* Serviços numerados (estilo apresentação, fundo navy) */
.numbered-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin-top: 44px; }
.numbered-card { background: var(--navy-soft); border: 1px solid rgba(198,162,99,.25); border-radius: var(--radius); padding: 30px; position: relative; }
.numbered-card .num { position: absolute; top: 22px; right: 26px; font-family: var(--font-display); font-style: italic; font-size: 1.8rem; color: rgba(198,162,99,.5); }
.numbered-card .icon { width: 54px; height: 54px; border-radius: 50%; background: var(--gold-pale); color: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 18px; }
.numbered-card h3 { color: #fff; margin-bottom: 10px; }
.numbered-card p { color: #B8C1D6; font-size: .94rem; }

/* Pilares (3 colunas com barra colorida no topo) */
.pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin-top: 44px; }
.pillar { background: var(--cream); border-top: 4px solid var(--gold); border-radius: 4px; padding: 30px 26px; }
.pillar.c-red { border-top-color: #A5473A; }
.pillar.c-gold { border-top-color: var(--gold); }
.pillar.c-navy { border-top-color: var(--navy); }
.pillar .ring { width: 60px; height: 60px; border-radius: 50%; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 16px; }
.pillar.c-red .ring { border-color: #A5473A; }
.pillar.c-navy .ring { border-color: var(--navy); }
.pillar .tag-small { font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--slate); margin-bottom: 6px; display: block; }
.pillar h3 { margin-bottom: 10px; }
.pillar p { color: var(--slate); font-size: .94rem; }

/* ---------- Timeline (Como Funciona) ---------- */
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 54px; position: relative; }
.timeline::before {
  content: ""; position: absolute; top: 34px; left: 8%; right: 8%; height: 1px;
  background-image: linear-gradient(to right, var(--gold-soft) 40%, transparent 0%);
  background-size: 14px 1px; background-repeat: repeat-x;
}
.tl-step { text-align: center; padding: 0 10px; position: relative; z-index: 1; }
.tl-step .dot {
  width: 68px; height: 68px; border-radius: 50%; background: var(--navy); color: var(--gold-soft);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
  font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; border: 2px solid var(--gold);
}
.tl-step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.tl-step p { font-size: .88rem; color: var(--slate); }

.info-note {
  margin-top: 40px; background: var(--gold-pale); border-left: 4px solid var(--gold);
  border-radius: 10px; padding: 20px 24px; font-size: .94rem; color: var(--ink);
}
.info-note strong { color: var(--navy); }

/* Quem faz o quê */
.split-resp { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.resp-col { padding: 34px 30px; }
.resp-col.proprietario { background: var(--cream); }
.resp-col.gestao { background: var(--navy); color: #fff; }
.resp-col h4 { font-family: var(--font-display); font-size: 1.05rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 22px; }
.resp-col.gestao h4 { color: var(--gold-soft); }
.resp-item { display: flex; gap: 12px; margin-bottom: 20px; }
.resp-item .bullet { width: 9px; height: 9px; border-radius: 50%; background: var(--navy); margin-top: 8px; flex-shrink: 0; }
.resp-col.gestao .resp-item .bullet { background: var(--gold-soft); }
.resp-item strong { display: block; margin-bottom: 3px; }
.resp-item span { font-size: .9rem; color: var(--slate); }
.resp-col.gestao .resp-item span { color: #B8C1D6; }

/* ---------- Modelo financeiro ---------- */
.finance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; }
.finance-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.finance-card.dark { background: var(--navy); color: #fff; }
.finance-card.dark .eyebrow { color: var(--gold-soft); }
.split-bar { display: flex; height: 64px; border-radius: 8px; overflow: hidden; margin: 26px 0 14px; }
.split-bar .p80 { background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; width: 80%; }
.split-bar .p20 { background: var(--gold-soft); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; width: 20%; }
.split-labels { display: flex; justify-content: space-between; font-size: .88rem; font-weight: 600; color: var(--slate); margin-bottom: 20px; }
.check-list { list-style: none; margin-top: 12px; }
.check-list li { position: relative; padding-left: 30px; margin-bottom: 14px; color: var(--slate); font-size: .95rem; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border-radius: 50%;
  background: var(--gold-pale); color: var(--gold); font-size: .72rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.finance-card.dark .check-list li::before { background: rgba(198,162,99,.2); color: var(--gold-soft); }
.price-tag { font-family: var(--font-display); font-size: clamp(2.6rem, 5vw, 3.6rem); color: #fff; margin: 8px 0 18px; }
.finance-footnote { text-align: center; margin-top: 34px; color: var(--slate); font-size: .92rem; font-style: italic; }

/* ---------- FAQ ---------- */
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 14px; overflow: hidden; }
.faq summary { cursor: pointer; padding: 20px 24px; font-weight: 700; color: var(--navy); list-style: none; position: relative; padding-right: 52px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--gold); }
.faq details[open] summary::after { content: "–"; }
.faq .faq-body { padding: 0 24px 20px; color: var(--slate); }

/* ---------- CTA final ---------- */
.cta-band { background: linear-gradient(140deg, var(--navy), var(--navy-2)); color: #fff; border-radius: var(--radius); padding: 58px 40px; text-align: center; }
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band p { color: #C9D0DE; max-width: 560px; margin: 0 auto 28px; }

/* ---------- Contato ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.contact-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); text-align: center; }
.contact-card .icon { width: 52px; height: 52px; border-radius: 50%; background: var(--gold-pale); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 0 auto 16px; }
.contact-card h3 { font-size: 1rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.contact-card p { color: var(--slate); }
.contact-card a { color: var(--navy); font-weight: 700; }

/* ---------- Páginas de texto (legal) ---------- */
.legal { max-width: 800px; margin: 0 auto; }
.legal .atualizado { color: var(--slate); font-size: .88rem; margin-bottom: 40px; }
.legal h2 { font-size: 1.2rem; margin: 34px 0 12px; }
.legal p, .legal li { color: var(--ink); margin-bottom: 14px; }
.legal ul { padding-left: 22px; margin-bottom: 14px; }
.legal a { color: var(--navy); font-weight: 700; }

/* ---------- Rodapé ---------- */
.site-footer { background: var(--navy); color: #A9B3C9; padding: 56px 0 30px; margin-top: 0; font-size: .93rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 14px; font-family: var(--font-body); font-weight: 700; }
.site-footer a { color: #C9D0DE; }
.site-footer ul { list-style: none; }
.site-footer ul li { margin-bottom: 8px; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; font-size: .82rem; color: #7F8CA6; line-height: 1.7; }
.footer-legal a { color: #A9B3C9; }

/* ---------- Botão flutuante WhatsApp ---------- */
.float-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; background: var(--whatsapp); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(30,169,82,.5); transition: transform .15s; }
.float-whatsapp:hover { transform: scale(1.08); }
.float-whatsapp svg { width: 30px; height: 30px; fill: #fff; }

/* ---------- Ícones SVG ---------- */
.icon svg { width: 26px; height: 26px; }
.ring svg { width: 30px; height: 30px; }
.pillar .ring { color: var(--gold); }
.pillar.c-red .ring { color: #A5473A; }
.pillar.c-navy .ring { color: var(--navy); }
.h4-icon { display: inline-flex; vertical-align: -0.28em; margin-right: 8px; }
.h4-icon svg { width: 22px; height: 22px; }
.info-note .bulb-icon { display: inline-flex; vertical-align: -0.28em; margin-right: 6px; color: var(--gold); }
.info-note .bulb-icon svg { width: 22px; height: 22px; }

/* ---------- Tabela de custos e taxas ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); background: var(--paper); }
.fee-table { width: 100%; border-collapse: collapse; min-width: 460px; }
.fee-table th, .fee-table td { text-align: left; padding: 15px 22px; border-bottom: 1px solid var(--line); font-size: .96rem; vertical-align: top; }
.fee-table thead th { background: var(--navy); color: #fff; font-weight: 600; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.fee-table tbody tr:last-child td { border-bottom: none; }
.fee-table td:first-child { color: var(--ink); font-weight: 600; }
.fee-table td:last-child { color: var(--slate); }
.fee-table .val { color: var(--navy); font-weight: 700; white-space: nowrap; }
.fee-note { margin-top: 16px; font-size: .86rem; color: var(--slate); font-style: italic; }

/* ---------- Bloco de cogestão (acesso em tempo real) ---------- */
.cohost-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px 30px; margin-top: 22px; }
.cohost-grid .check-list { margin: 0; }

/* ---------- Acessibilidade ---------- */
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--navy); color: #fff; padding: 12px 20px; border-radius: 0 0 8px 0; font-weight: 700; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } html { scroll-behavior: auto; } }

/* ---------- Responsivo ---------- */
@media (max-width: 980px) {
  .chart-wrap, .finance-grid, .split-resp, .footer-grid { grid-template-columns: 1fr; }
  .split-resp { gap: 1px; }
  .timeline { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
  .timeline::before { display: none; }
}
@media (max-width: 1100px) {
  .menu-toggle { display: block; }
  .main-nav {
    display: none; position: fixed; top: 70px; right: 0; height: calc(100vh - 70px); height: calc(100dvh - 70px);
    width: min(320px, 86vw); z-index: 60; background: #fff; flex-direction: column; align-items: stretch;
    padding: 22px 26px; gap: 4px; box-shadow: -10px 0 30px rgba(0,0,0,.12); overflow-y: auto;
  }
  .main-nav.open { display: flex; animation: navIn .2s ease; }
  @keyframes navIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } }
  .main-nav a { padding: 14px 4px; font-size: 1.05rem; border-bottom: 1px solid #EDEAE0; }
  .main-nav a.active { border-bottom-color: var(--gold); }
  .nav-cta { margin: 18px 0 0; justify-content: center; border-bottom: none !important; }
  .header-inner { height: 68px; }
}
@media (max-width: 820px) {
  body { font-size: 1rem; }
  .section { padding: 56px 0; }
  .container { padding: 0 20px; }
  .section-head { margin-bottom: 30px; }
  .hero-inner { padding-block: 56px; }
  .hero-stats { gap: 28px; }
  .cards-grid, .numbered-grid, .pillars { gap: 16px; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .bars { height: 200px; gap: 16px; }
  .cta-band { padding: 40px 22px; border-radius: 12px; }
  .site-footer { padding: 44px 0 26px; }
  .footer-grid { gap: 26px; margin-bottom: 26px; }
  .float-whatsapp { width: 54px; height: 54px; right: 16px; bottom: 16px; }
}
@media (max-width: 480px) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; }
  .cta-band .btn { width: 100%; justify-content: center; }
  .split-bar .p20 span { display: none; }
}
