/* ============================================================
   ÁGIL — MAIN · layout, componentes, seções
   ============================================================ */

/* ---------- Layout base ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: var(--container-narrow); }
.section { padding-block: var(--section-y); }
.section--dark { background: var(--graphite); color: var(--on-dark); }
.section--sand { background: var(--sand); }
.section--tight { padding-block: clamp(3rem, 2rem + 4vw, 5rem); }

.grid { display: grid; gap: var(--sp-6); }
.stack > * + * { margin-top: var(--sp-4); }

/* ---------- Tipografia utilitária ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-display);
  font-size: var(--fs-eyebrow); font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--red-500);
}
.eyebrow::before {
  content: ""; width: 26px; height: 1.5px; background: var(--red-500); display: inline-block;
}
.eyebrow--center { justify-content: center; }
.section--dark .eyebrow { color: var(--red-400); }

.display { font-size: var(--fs-display); line-height: var(--lh-tight); font-weight: 800; letter-spacing: -0.035em; }
.h1 { font-size: var(--fs-h1); }
.h2 { font-size: var(--fs-h2); letter-spacing: -0.03em; }
.h3 { font-size: var(--fs-h3); }
.lead { font-size: var(--fs-lead); line-height: 1.5; color: var(--muted); font-weight: 400; }
.section--dark .lead { color: var(--on-dark-mut); }
.text-red { color: var(--red-500); }
.muted { color: var(--muted); }
.max-60 { max-width: 60ch; } .max-46 { max-width: 46ch; } .max-38 { max-width: 38ch; }
.center { text-align: center; margin-inline: auto; }

/* ---------- Botões ---------- */
.btn {
  --btn-bg: var(--red-500); --btn-fg: #fff;
  display: inline-flex; align-items: center; gap: .7rem;
  padding: .95rem 1.6rem; border-radius: var(--r-sm);
  font-family: var(--font-display); font-weight: 600; font-size: var(--fs-sm);
  letter-spacing: .01em; line-height: 1;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 1.5px solid var(--btn-bg);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), background var(--t) var(--ease);
  position: relative; will-change: transform;
}
.btn svg { width: 18px; height: 18px; transition: transform var(--t) var(--ease); }
.btn:hover { transform: translateY(-2px); box-shadow: var(--sh-red); }
.btn:hover svg { transform: translateX(4px); }

.btn--ghost {
  --btn-bg: transparent; --btn-fg: var(--ink);
  border-color: var(--line-2);
}
.btn--ghost:hover { border-color: var(--ink); box-shadow: var(--sh-md); }
.section--dark .btn--ghost, .hero .btn--ghost { --btn-fg: #fff; border-color: rgba(255,255,255,.28); }
.section--dark .btn--ghost:hover, .hero .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.06); }

.btn--lg { padding: 1.1rem 2rem; font-size: var(--fs-body); }
.btn--sm { padding: .7rem 1.15rem; font-size: var(--fs-xs); }
.btn--block { display: flex; width: 100%; justify-content: center; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-display); font-weight: 600; font-size: var(--fs-sm);
  color: var(--red-500);
}
.link-arrow svg { width: 16px; transition: transform var(--t) var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ============================================================
   NAVBAR
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: var(--z-nav);
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--sp-6);
  padding: 1.1rem var(--gutter);
  transition: background var(--t) var(--ease), box-shadow var(--t) var(--ease), padding var(--t) var(--ease), border-color var(--t);
  border-bottom: 1px solid transparent;
}
.nav--solid {
  background: rgba(251,251,250,.82);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom-color: var(--line);
  padding-block: .8rem;
}
/* nav sobre hero escuro */
.nav--on-dark .nav-link { color: rgba(255,255,255,.82); }
.nav--on-dark .nav-link:hover { color: #fff; }
.nav--on-dark .brand-word { color: #fff; }
.nav--on-dark .brand-sub { color: rgba(255,255,255,.6); }
.nav--on-dark.nav--solid { background: rgba(12,12,14,.72); border-bottom-color: rgba(255,255,255,.08); }

.brand { display: inline-flex; align-items: center; gap: .7rem; }
.brand-mark { width: 40px; height: 40px; flex: none; }
.brand-word { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; letter-spacing: .01em; color: var(--ink); line-height: 1; }
.brand-sub { display: block; font-size: .5rem; letter-spacing: .22em; color: var(--muted); text-transform: uppercase; margin-top: 3px; font-family: var(--font-body); font-weight: 500; }

.nav-links { display: flex; align-items: center; gap: clamp(1rem, .3rem + 1.6vw, 2.2rem); }
.nav-link {
  font-family: var(--font-display); font-weight: 500; font-size: var(--fs-sm);
  color: var(--ink-2); position: relative; padding-block: .3rem;
  transition: color var(--t);
}
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--red-500); transition: width var(--t) var(--ease);
}
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--red-500); }
.nav-link:hover::after, .nav-link[aria-current="page"]::after { width: 100%; }

/* ---------- Mega-menu de Serviços ---------- */
.nav-item { position: relative; display: inline-flex; align-items: center; }
.nav-caret { width: 13px; height: 13px; margin-left: 3px; transition: transform var(--t) var(--ease); }
.has-mega:hover .nav-caret, .has-mega:focus-within .nav-caret { transform: rotate(180deg); }
.mega {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: min(660px, 94vw); background: #fff; color: var(--ink);
  border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-lg);
  padding: .9rem; margin-top: 14px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity var(--t) var(--ease), transform var(--t) var(--ease);
  z-index: var(--z-overlay);
}
.mega::before { content: ""; position: absolute; top: -16px; left: 0; right: 0; height: 16px; }
.has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.mega__grid { display: grid; grid-template-columns: 1fr 1fr; gap: .25rem; }
.mega__item { display: flex; gap: .7rem; align-items: center; padding: .65rem .7rem; border-radius: var(--r-md); transition: background var(--t); }
.mega__item:hover { background: var(--sand); }
.mega__ic { width: 38px; height: 38px; border-radius: 10px; background: var(--red-50); color: var(--red-500); display: grid; place-items: center; flex: none; }
.mega__ic svg { width: 20px; height: 20px; }
.mega__item b { font-family: var(--font-display); font-size: var(--fs-sm); color: var(--ink); display: block; line-height: 1.2; }
.mega__item small { font-size: var(--fs-xs); color: var(--muted); }
.mega__foot { border-top: 1px solid var(--line); margin-top: .5rem; padding: .75rem .7rem .3rem; }
.mega__foot a { color: var(--red-500); font-family: var(--font-display); font-weight: 600; font-size: var(--fs-sm); display: inline-flex; align-items: center; gap: .4rem; }
.mega__foot svg { width: 15px; }

.nav-actions { display: flex; align-items: center; gap: var(--sp-4); }
.nav-secondary {
  font-family: var(--font-display); font-weight: 500; font-size: var(--fs-sm);
  display: inline-flex; align-items: center; gap: .4rem; color: var(--ink-2);
}
.nav--on-dark .nav-secondary { color: rgba(255,255,255,.82); }
.nav-secondary svg { width: 15px; }
.nav-secondary:hover { color: var(--red-500); }

.nav-toggle { display: none; width: 44px; height: 44px; border-radius: var(--r-sm); align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: currentColor; position: relative; transition: var(--t); }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: currentColor; transition: var(--t); }
.nav-toggle span::before { top: -7px; } .nav-toggle span::after { top: 7px; }
.nav--on-dark .nav-toggle { color: #fff; }

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: var(--z-overlay);
  background: var(--graphite-2); color: #fff;
  display: flex; flex-direction: column; justify-content: center;
  padding: var(--gutter);
  transform: translateY(-100%); transition: transform var(--t-slow) var(--ease-out);
  visibility: hidden;
}
.mobile-menu.open { transform: translateY(0); visibility: visible; }
.mobile-menu a { font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; padding: .5rem 0; opacity: .9; }
.mobile-menu a:hover { color: var(--red-400); }
.mobile-menu .btn { margin-top: var(--sp-6); align-self: flex-start; }
.mobile-close { position: absolute; top: 1.5rem; right: var(--gutter); font-size: 2rem; color: #fff; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  background: var(--black); color: #fff; overflow: hidden;
  padding-top: 6rem; padding-bottom: 3rem;
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg::before {  /* brilho radial vermelho à direita */
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(60% 80% at 82% 42%, rgba(193,18,31,.32), transparent 60%),
    radial-gradient(40% 50% at 78% 30%, rgba(245,51,63,.18), transparent 55%);
}
.hero__grid-overlay {  /* linhas de "inteligência financeira" */
  position: absolute; inset: 0; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(70% 70% at 70% 40%, #000 20%, transparent 75%);
  mask-image: radial-gradient(70% 70% at 70% 40%, #000 20%, transparent 75%);
}
.hero__eagle-wire {  /* águia em wireframe discreta ao fundo */
  position: absolute; right: -4%; top: 50%; transform: translateY(-50%);
  width: min(58vw, 780px); opacity: .12; z-index: 0; pointer-events: none;
  color: var(--red-400);
}
.hero .container { position: relative; z-index: 2; width: 100%; }
.hero__inner { max-width: 720px; }
/* headings ficam claros sobre fundos escuros (sobrescreve a base h1..h5) */
.hero h1, .hero h2, .hero h3,
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4,
.page-head h1, .page-head h2, .cta-band h1, .cta-band h2, .purpose__text h1, .purpose__text h2, .purpose__text h3 { color: #fff; }

.hero__title { color: #fff; font-size: var(--fs-display); line-height: .98; font-weight: 800; letter-spacing: -0.04em; margin-top: 1.1rem; }
.hero__title .accent { color: var(--red-400); }
.hero__sub { margin-top: 1.5rem; font-size: var(--fs-lead); color: rgba(255,255,255,.72); max-width: 44ch; line-height: 1.55; }
.hero__cta { display: flex; flex-wrap: wrap; gap: var(--sp-4); margin-top: 2.4rem; }
.hero .btn--ghost { --btn-fg: #fff; }

.hero__scroll {
  position: absolute; left: 50%; bottom: 2rem; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: .5rem; z-index: 2;
  font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.5);
}
.hero__scroll .line { width: 1px; height: 42px; background: linear-gradient(rgba(255,255,255,.5), transparent); position: relative; overflow: hidden; }
.hero__scroll .line::after { content: ""; position: absolute; top: -50%; left: 0; width: 100%; height: 50%; background: var(--red-400); animation: scrolldot 1.9s var(--ease) infinite; }
@keyframes scrolldot { to { top: 120%; } }

/* Elementos que aparecem só após a animação da águia */
.hero__reveal { opacity: 0; }
.no-js .hero__reveal { opacity: 1; }
/* evita flash da águia já montada antes do GSAP posicionar as partes */
.js #eagleStage .e-part { opacity: 0; }
.no-js .eagle-stage { display: none; }

/* ============================================================
   HERO institucional — centralizado + grade infinita interativa
   ============================================================ */
.hero--center { text-align: center; }
.hero__center { max-width: 880px; margin-inline: auto; display: flex; flex-direction: column; align-items: center; }
.hero__eagle { width: clamp(84px, 11vw, 146px); height: auto; margin-bottom: 1.9rem; filter: drop-shadow(0 12px 36px rgba(193,18,31,.5)); }

/* Águia no hero (model-viewer 3D + fallback 2D) */
.hero__eagle-wrap { position: relative; width: clamp(210px, 26vw, 380px); aspect-ratio: 182 / 155; margin-bottom: 1.4rem; }
.hero__eagle-wrap .hero__mv { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; }
.hero__mv { --poster-color: transparent; background: transparent; cursor: default; opacity: 0; filter: drop-shadow(0 16px 32px rgba(165,18,27,.28)); }
.no-js .hero__mv { opacity: 1; }
.hero__mv::part(default-progress-bar) { display: none; }
.hero__eagle-wrap .hero__eagle-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
/* onda de choque da abertura */
.eagle-shock { position: absolute; left: 50%; top: 50%; width: 62%; aspect-ratio: 1; transform: translate(-50%,-50%); border-radius: 50%; border: 2px solid rgba(230,40,55,.5); box-shadow: 0 0 46px rgba(230,40,55,.4), inset 0 0 30px rgba(230,40,55,.22); pointer-events: none; z-index: 0; }

/* Voo: a águia paira (flutuação suave) */
@keyframes heroFloat {
  0%   { transform: translateY(0) rotate(-1.2deg); }
  50%  { transform: translateY(-16px) rotate(1.2deg); }
  100% { transform: translateY(0) rotate(-1.2deg); }
}
.hero__eagle-wrap { animation: heroFloat 5.5s ease-in-out infinite; will-change: transform; }
@media (prefers-reduced-motion: reduce){ .hero__eagle-wrap { animation: none; } }

/* Hero SPLIT: texto à esquerda, águia à direita */
.hero--split { text-align: left; }
.hero__split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.5rem, .5rem + 4vw, 4.5rem); align-items: center; width: 100%; }
.hero__content { max-width: 580px; }
.hero--split .hero__title { text-align: left; max-width: none; font-size: clamp(1.9rem, 1.15rem + 2.2vw, 3.25rem); letter-spacing: -0.025em; }
.hero--split .hero__sub { text-align: left; margin-inline: 0; max-width: 46ch; }
.hero--split .hero__cta { justify-content: flex-start; }
.hero--split .hero__scroll { display: none; }
.hero__split .hero__eagle-wrap { width: 100%; max-width: 460px; justify-self: center; margin-bottom: 0; }
@media (max-width: 900px){
  /* reserva espaço pro botão flutuante do WhatsApp — sem isso o conteúdo do hero
     (centralizado em min-height:100svh) estoura por baixo e fica atrás do botão. */
  .hero { padding-bottom: calc(3rem + 96px); }
  .hero__split { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
  .hero__content { max-width: 620px; margin-inline: auto; }
  .hero--split .hero__title { text-align: center; }
  .hero--split .hero__sub { text-align: center; margin-inline: auto; }
  .hero--split .hero__cta { justify-content: center; }
  .hero__split .hero__eagle-wrap { order: -1; max-width: 320px; }
}
.hero--center .hero__title { text-align: center; max-width: 22ch; }
.hero--center .hero__sub { margin-inline: auto; text-align: center; max-width: 60ch; }
.hero--center .hero__cta { justify-content: center; }
.hero--center .hero__scroll { display: none; }
/* título do hero em tamanho comedido (não gigante) */
.hero--center .hero__title { font-size: clamp(1.85rem, 1.15rem + 2.15vw, 3.15rem); max-width: 21ch; letter-spacing: -0.025em; }
.hero--center .hero__sub { max-width: 54ch; font-size: var(--fs-lead); }

/* ---- Logo completo do cliente na navbar/rodapé (troca claro/escuro) ---- */
.brand-logo { height: clamp(40px, 4vw, 52px); width: auto; display: block; }
.brand-logo--ondark { display: none; }
.nav--on-dark .brand-logo--onlight { display: none; }
.nav--on-dark .brand-logo--ondark { display: block; }
.footer .brand-logo--onlight { display: none; }
.footer .brand-logo--ondark { display: block; }
.footer .brand-logo { height: 46px; }

/* ---- Caret do menu Serviços sempre inline ---- */
.has-mega > .nav-link { display: inline-flex; align-items: center; gap: .28rem; white-space: nowrap; }
.nav-caret { flex: none; }

/* ---- Águia do hero fatiada (remonta na animação) ---- */
.hero__eagle { position: relative; aspect-ratio: 182 / 155; height: auto; }
.hero__eagle .ea { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.ea--l { clip-path: inset(0 58% 0 0); }
.ea--r { clip-path: inset(0 0 0 58%); }
.ea--c { clip-path: inset(0 33% 0 33%); }

/* ---- Grade decorativa reutilizável em seções ---- */
.has-grid { position: relative; }
.has-grid > .container { position: relative; z-index: 1; }
.grid-decor {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(20,20,26,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,20,26,.5) 1px, transparent 1px);
  background-size: 46px 46px; opacity: .045;
  -webkit-mask-image: radial-gradient(75% 65% at 18% 0%, #000 0%, transparent 72%);
  mask-image: radial-gradient(75% 65% at 18% 0%, #000 0%, transparent 72%);
}
.section--dark .grid-decor { background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); opacity: .05; }

/* ---- Variante CLARA (inspiração Mercury) ---- */
.hero--light { background: radial-gradient(120% 85% at 50% -12%, #ffffff 0%, var(--paper) 52%, var(--sand) 100%); color: var(--ink); }
.hero--light .hero__title, .hero--light h1 { color: var(--ink); }
.hero--light .hero__title .accent { color: var(--red-500); }
.hero--light .hero__sub { color: var(--muted); }
.hero--light .eyebrow { color: var(--red-500); }
.hero--light .hero__grid {
  background-image:
    linear-gradient(rgba(20,20,26,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,20,26,.5) 1px, transparent 1px);
  opacity: .05;
}
.hero--light .hero__grid--spot { opacity: .12; }
.hero--light .hero__orb--red  { background: radial-gradient(circle, rgba(193,18,31,.15), transparent 70%); }
.hero--light .hero__orb--warm { background: radial-gradient(circle, rgba(232,120,60,.10), transparent 72%); }
.hero--light .btn--ghost { --btn-fg: var(--ink); border-color: var(--line-2); }
.hero--light .btn--ghost:hover { border-color: var(--ink); background: transparent; }
.hero--light .hero__eagle { filter: drop-shadow(0 16px 32px rgba(193,18,31,.28)); }

/* fundo: grade infinita + spotlight que segue o mouse + orbs */
.hero__grid {
  position: absolute; inset: -2px; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.55) 1px, transparent 1px);
  background-size: 46px 46px; opacity: .05;
  animation: gridScroll 22s linear infinite;
}
.hero__grid--spot {
  opacity: .4;
  -webkit-mask-image: radial-gradient(230px circle at var(--mx,50%) var(--my,38%), #000 0%, transparent 72%);
  mask-image: radial-gradient(230px circle at var(--mx,50%) var(--my,38%), #000 0%, transparent 72%);
}
@keyframes gridScroll { to { background-position: 46px 46px, 46px 46px; } }
.hero__orb { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; }
.hero__orb--red  { width: 46%; height: 62%; right: -8%;  top: -14%;   background: radial-gradient(circle, rgba(193,18,31,.55), transparent 68%); }
.hero__orb--warm { width: 42%; height: 52%; left: -12%;  bottom: -22%; background: radial-gradient(circle, rgba(130,12,20,.45), transparent 70%); }

/* CTA final: botão fantasma legível sobre fundo escuro */
.cta-band .btn--ghost { --btn-fg: #fff; border-color: rgba(255,255,255,.30); }
.cta-band .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* Stats em 3 colunas */
.stats__grid--3 { grid-template-columns: repeat(3, 1fr); }

/* WhatsApp flutuante */
.wa-float {
  position: fixed; right: clamp(16px, 2vw, 26px); bottom: clamp(16px, 2vw, 26px); z-index: 95;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 14px 30px -8px rgba(37,211,102,.6);
  transition: transform var(--t) var(--ease);
}
.wa-float::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(37,211,102,.5); animation: waPulse 2.6s ease-out infinite; }
@keyframes waPulse { to { box-shadow: 0 0 0 16px rgba(37,211,102,0); } }
.wa-float:hover { transform: scale(1.08) translateY(-2px); }
.wa-float svg { width: 30px; height: 30px; position: relative; }

/* ---------- Overlay da animação cinematográfica ---------- */
.eagle-stage {
  position: fixed; inset: 0; z-index: var(--z-hero-anim);
  background: var(--black); display: grid; place-items: center;
  pointer-events: none;
}
.eagle-stage.done { display: none; }
.eagle-stage__eagle { width: min(42vw, 340px); will-change: transform; }
.eagle-flash {
  position: absolute; width: 3px; height: 3px; border-radius: 50%;
  background: var(--red-glow); filter: blur(1px); opacity: 0;
  box-shadow: 0 0 24px 8px rgba(245,51,63,.7);
}
.eagle-particle { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--red-glow); opacity: 0; box-shadow: 0 0 8px 2px rgba(245,51,63,.6); }

/* ============================================================
   DIFERENCIAIS
   ============================================================ */
.diff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.diff {
  padding: clamp(1.5rem, 1rem + 1.5vw, 2.5rem) clamp(1.25rem,.8rem + 1vw,2rem);
  border-left: 1px solid var(--line);
}
.diff:first-child { border-left: none; padding-left: 0; }
.diff__icon {
  width: 46px; height: 46px; border-radius: var(--r-sm);
  display: grid; place-items: center; color: var(--red-500);
  background: var(--red-50); margin-bottom: 1.1rem;
}
.diff__icon svg { width: 24px; height: 24px; }
.diff h3 { font-size: var(--fs-h4); margin-bottom: .4rem; }
.diff p { font-size: var(--fs-sm); color: var(--muted); line-height: 1.5; }

/* ============================================================
   NÚMEROS (stats)
   ============================================================ */
.stats { position: relative; overflow: hidden; }
.stats::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(80% 120% at 50% -10%, rgba(193,18,31,.16), transparent 60%);
}
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-6); position: relative; }
.stat { }
.stat__num { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.6rem, 1.6rem + 3.2vw, 4rem); line-height: 1; letter-spacing: -.04em; color: #fff; }
.stat__num .plus { color: var(--red-400); }
.stat__label { margin-top: .6rem; color: var(--on-dark-mut); font-size: var(--fs-sm); }
@media (min-width: 720px){
  .stat { border-left: 1px solid var(--on-dark-line); padding-left: 1.5rem; }
  .stat:first-child { border-left: none; padding-left: 0; }
}

/* ============================================================
   SEÇÃO SPLIT (título + conteúdo)
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(2rem, 1rem + 4vw, 5rem); align-items: start; }
.split--center { align-items: center; }
.split__aside { position: sticky; top: 110px; }

/* ============================================================
   SERVIÇOS (cards)
   ============================================================ */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); }
.svc-card {
  position: relative; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: clamp(1.5rem,1rem + 1.2vw,2.1rem);
  display: flex; flex-direction: column; gap: .85rem;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t);
  overflow: hidden; isolation: isolate;
}
.svc-card::before {
  content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 0;
  background: var(--red-500); transition: width var(--t-slow) var(--ease); z-index: 1;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: transparent; }
.svc-card:hover::before { width: 100%; }
.svc-card__icon { width: 52px; height: 52px; border-radius: var(--r-md); display: grid; place-items: center; background: var(--ink); color: #fff; transition: background var(--t); }
.svc-card:hover .svc-card__icon { background: var(--red-500); }
.svc-card__icon svg { width: 26px; height: 26px; }
.svc-card h3 { font-size: var(--fs-h4); }
.svc-card p { font-size: var(--fs-sm); color: var(--muted); line-height: 1.55; flex: 1; }
.svc-card .link-arrow { margin-top: .4rem; }

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline { position: relative; margin-top: var(--sp-8); }
.timeline::before {
  content: ""; position: absolute; left: 0; top: 6px; bottom: 6px; width: 2px;
  background: linear-gradient(var(--red-500), var(--line));
}
.tl-item { position: relative; padding-left: 2.4rem; padding-bottom: clamp(2rem,1rem + 3vw,3.5rem); }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: -6px; top: 4px; width: 14px; height: 14px; border-radius: 50%;
  background: var(--white); border: 3px solid var(--red-500); box-shadow: 0 0 0 4px var(--paper);
}
.tl-year { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; color: var(--red-500); letter-spacing: -.02em; }
.tl-item h3 { font-size: var(--fs-h4); margin: .3rem 0 .4rem; }
.tl-item p { font-size: var(--fs-sm); color: var(--muted); max-width: 62ch; }
.section--dark .tl-item::before { box-shadow: 0 0 0 4px var(--graphite); background: var(--graphite); }
.section--dark .timeline::before { background: linear-gradient(var(--red-400), rgba(255,255,255,.12)); }

/* ============================================================
   PROPÓSITO / valores
   ============================================================ */
.purpose {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0;
  border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-lg);
}
.purpose__text { background: var(--graphite); color: #fff; padding: clamp(2rem,1.5rem + 3vw,4rem); }
.purpose__quote { position: relative; padding: clamp(2rem,1.5rem + 3vw,4rem); background:
  linear-gradient(135deg, var(--red-700), var(--red-600)); color: #fff; display: flex; flex-direction: column; justify-content: center; }
.purpose__quote::before { content: "\201C"; font-family: Georgia, serif; position: absolute; top: .1em; left: .3em; font-size: 9rem; opacity: .16; line-height: 1; }
.purpose__quote p { position: relative; font-size: var(--fs-h3); font-weight: 500; font-family: var(--font-display); line-height: 1.3; letter-spacing: -.01em; }
.purpose__quote cite { position: relative; margin-top: 1.2rem; font-style: normal; font-size: var(--fs-sm); opacity: .8; }

.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: var(--sp-4); margin-top: var(--sp-8); }
.value {
  padding: 1.5rem 1.25rem; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--white);
  transition: transform var(--t) var(--ease), border-color var(--t);
}
.value:hover { transform: translateY(-4px); border-color: var(--red-200); }
.value__k { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-h4); color: var(--ink); }
.value__k .n { display: block; font-size: var(--fs-xs); color: var(--red-500); letter-spacing: .1em; margin-bottom: .4rem; }
.value p { font-size: var(--fs-xs); color: var(--muted); margin-top: .35rem; }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.quotes { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--sp-5); }
.quote-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(1.5rem,1rem + 1vw,2rem); display: flex; flex-direction: column; gap: 1.1rem;
}
.quote-card__stars { display: flex; gap: 3px; color: var(--red-500); }
.quote-card__stars svg { width: 16px; }
.quote-card p { font-size: var(--fs-body); color: var(--ink-2); line-height: 1.6; flex: 1; }
.quote-card footer { display: flex; align-items: center; gap: .8rem; }
.quote-card .avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--sand-2); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; color: var(--red-500); }
.quote-card .who b { display: block; font-family: var(--font-display); font-size: var(--fs-sm); color: var(--ink); }
.quote-card .who span { font-size: var(--fs-xs); color: var(--muted); }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta-band { position: relative; overflow: hidden; background: var(--graphite-2); color: #fff; border-radius: var(--r-xl); padding: clamp(2.5rem,1.5rem + 4vw,5rem); }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 140% at 85% 20%, rgba(193,18,31,.4), transparent 60%); }
.cta-band__inner { position: relative; display: grid; grid-template-columns: 1.4fr 1fr; gap: var(--sp-8); align-items: center; }
.cta-band h2 { color: #fff; }
.cta-band .lead { color: rgba(255,255,255,.72); }
.cta-band__actions { display: flex; flex-direction: column; gap: var(--sp-4); }

/* ============================================================
   MAPA / CONTATO faixa
   ============================================================ */
.map-embed { border: 0; width: 100%; height: 100%; min-height: 340px; filter: grayscale(.2) contrast(1.05); }
.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); border-radius: var(--r-xl); overflow: hidden; }
.contact-info { padding: clamp(2rem,1.5rem + 3vw,3.5rem); background: var(--white); }
.contact-row { display: flex; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid var(--line); }
.contact-row:first-of-type { border-top: none; }
.contact-row svg { width: 22px; color: var(--red-500); flex: none; margin-top: 3px; }
.contact-row b { font-family: var(--font-display); display: block; font-size: var(--fs-sm); color: var(--ink); }
.contact-row span, .contact-row a { font-size: var(--fs-sm); color: var(--muted); }
.contact-row a:hover { color: var(--red-500); }

/* ============================================================
   FORMULÁRIO
   ============================================================ */
.form { display: grid; gap: var(--sp-4); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field label { font-family: var(--font-display); font-size: var(--fs-xs); font-weight: 600; color: var(--ink); letter-spacing: .02em; }
.field input, .field textarea, .field select {
  padding: .85rem 1rem; border: 1.5px solid var(--line-2); border-radius: var(--r-sm);
  background: var(--white); font-size: var(--fs-sm); transition: border-color var(--t), box-shadow var(--t);
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--red-500); box-shadow: 0 0 0 4px var(--red-50); }
.field textarea { resize: vertical; min-height: 130px; }
.form__note { font-size: var(--fs-xs); color: var(--muted); }
.form__note a { color: var(--red-500); text-decoration: underline; }
.consent { display: flex; gap: .6rem; align-items: flex-start; font-size: var(--fs-xs); color: var(--muted); }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--red-500); flex: none; }
.consent a { color: var(--red-500); text-decoration: underline; }
.form-success { display: flex; gap: .8rem; align-items: center; padding: 1.1rem 1.25rem; border-radius: var(--r-md); background: #ECF7EE; border: 1px solid #BFE3C6; color: #1E6B33; font-size: var(--fs-sm); }
.form-success[hidden] { display: none; }
.form-success svg { width: 22px; flex: none; }

/* card genérico (contato / área do cliente) */
.info-card { border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem,1rem + 1.2vw,2rem); background: var(--white); }
.info-card + .info-card { margin-top: var(--sp-4); }
.info-card--dark { background: var(--graphite); color: #fff; border-color: transparent; }
.info-card--dark h3 { color: #fff; }
.info-card--dark p { color: var(--on-dark-mut); }

/* ============================================================
   FAQ accordion
   ============================================================ */
.faq { max-width: 820px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.4rem 0; text-align: left; font-family: var(--font-display); font-weight: 600; font-size: var(--fs-h4); color: var(--ink); }
.faq-q .ic { width: 26px; height: 26px; flex: none; border-radius: 50%; border: 1.5px solid var(--line-2); display: grid; place-items: center; position: relative; transition: var(--t); }
.faq-q .ic::before, .faq-q .ic::after { content: ""; position: absolute; background: var(--ink); transition: var(--t); }
.faq-q .ic::before { width: 11px; height: 2px; } .faq-q .ic::after { width: 2px; height: 11px; }
.faq-item[open] .ic { background: var(--red-500); border-color: var(--red-500); }
.faq-item[open] .ic::before, .faq-item[open] .ic::after { background: #fff; }
.faq-item[open] .ic::after { transform: scaleY(0); }
.faq-a { overflow: hidden; }
.faq-a p { padding-bottom: 1.4rem; color: var(--muted); font-size: var(--fs-body); max-width: 68ch; }

/* ============================================================
   PAGE HEADER (páginas internas)
   ============================================================ */
.page-head { position: relative; background: var(--graphite); color: #fff; padding-top: clamp(8rem,6rem + 6vw,11rem); padding-bottom: clamp(3rem,2rem + 3vw,5rem); overflow: hidden; }
.page-head::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 120% at 85% 10%, rgba(193,18,31,.28), transparent 60%); }
.page-head__inner { position: relative; z-index: 1; }
.page-head h1 { color: #fff; font-size: var(--fs-h1); }
.page-head .lead { color: var(--on-dark-mut); margin-top: 1rem; }
.breadcrumb { display: flex; gap: .5rem; align-items: center; font-size: var(--fs-xs); color: var(--on-dark-mut); margin-bottom: 1rem; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { opacity: .5; }

/* ---- Page-head CLARO (coerente com a home nova) ---- */
.page-head--light { background: radial-gradient(120% 95% at 82% -12%, #ffffff 0%, var(--paper) 52%, var(--sand) 100%); color: var(--ink); }
.page-head--light::before { background: radial-gradient(46% 120% at 88% 0%, rgba(193,18,31,.12), transparent 62%); }
.page-head--light h1, .page-head--light h2 { color: var(--ink); }
.page-head--light .lead { color: var(--muted); }
.page-head--light .breadcrumb { color: var(--muted); }
.page-head--light .breadcrumb a { color: var(--ink-2); }
.page-head--light .breadcrumb a:hover { color: var(--red-500); }
.page-head--light .eyebrow { color: var(--red-500); }

/* ---- Page-head BORDÔ (tom escuro vinho no topo das subpáginas) ---- */
.page-head--bordo { background: linear-gradient(145deg, #380a10 0%, #6b0f19 52%, #8c1521 100%); color: #fff; }
.page-head--bordo::before { background: radial-gradient(52% 120% at 86% 6%, rgba(245,51,63,.30), transparent 60%); }
.page-head--bordo h1, .page-head--bordo h2 { color: #fff; }
.page-head--bordo .lead { color: rgba(255,255,255,.78); }
.page-head--bordo .eyebrow { color: #fff; }
.page-head--bordo .eyebrow::before { background: rgba(255,255,255,.7); }
.page-head--bordo .breadcrumb { color: rgba(255,255,255,.72); }
.page-head--bordo .breadcrumb a { color: rgba(255,255,255,.88); }
.page-head--bordo .breadcrumb a:hover { color: #fff; }
.page-head--bordo .grid-decor {
  background-image:
    linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  opacity: .06;
}

/* ============================================================
   BLOG
   ============================================================ */
.post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--sp-6); }
.post-card { display: flex; flex-direction: column; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: transform var(--t) var(--ease), box-shadow var(--t); }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.post-card__img { aspect-ratio: 16/10; background: linear-gradient(135deg, var(--graphite), var(--red-700)); position: relative; }
.post-card__tag { position: absolute; top: 1rem; left: 1rem; background: rgba(255,255,255,.92); color: var(--red-600); font-family: var(--font-display); font-weight: 600; font-size: var(--fs-xs); padding: .3rem .7rem; border-radius: var(--r-pill); }
.post-card__body { padding: 1.4rem; display: flex; flex-direction: column; gap: .6rem; flex: 1; }
.post-card__meta { font-size: var(--fs-xs); color: var(--muted); }
.post-card h3 { font-size: var(--fs-h4); line-height: 1.25; }
.post-card p { font-size: var(--fs-sm); color: var(--muted); flex: 1; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--graphite-2); color: var(--on-dark-mut); padding-top: var(--sp-12); }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: var(--sp-8); padding-bottom: var(--sp-10); border-bottom: 1px solid rgba(255,255,255,.08); }
.footer__brand .brand-word { color: #fff; }
.footer__brand p { margin-top: 1rem; font-size: var(--fs-sm); max-width: 34ch; line-height: 1.6; }
.footer h4 { color: #fff; font-size: var(--fs-sm); font-family: var(--font-display); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1.1rem; }
.footer ul { display: grid; gap: .7rem; }
.footer li a { font-size: var(--fs-sm); transition: color var(--t); }
.footer li a:hover { color: #fff; }
.footer__social { display: flex; gap: .7rem; margin-top: 1.4rem; }
.footer__social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); display: grid; place-items: center; color: #fff; transition: var(--t); }
.footer__social a:hover { background: var(--red-500); border-color: var(--red-500); }
.footer__social svg { width: 18px; }
.footer__bottom { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; padding-block: 1.6rem; font-size: var(--fs-xs); }
.footer__bottom a:hover { color: #fff; }
.footer__crc { font-size: var(--fs-xs); opacity: .7; margin-top: .4rem; }
.footer__made { opacity: .7; }
.footer__made a { color: #fff; }

/* ============================================================
   SCROLL REVEAL (progressive enhancement)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.no-js .reveal { opacity: 1; transform: none; }

/* ============================================================
   MISSÃO / VISÃO / PROPÓSITO (cards)
   ============================================================ */
.mvv-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--sp-5); }
.mvv-card { border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem,1rem + 1.2vw,2.2rem); background: var(--white); position: relative; overflow: hidden; }
.mvv-card__icon { width: 48px; height: 48px; border-radius: var(--r-md); display: grid; place-items: center; color: var(--red-500); background: var(--red-50); margin-bottom: 1.1rem; }
.mvv-card__icon svg { width: 24px; }
.mvv-card h3 { font-size: var(--fs-h3); margin-bottom: .6rem; }
.mvv-card p { font-size: var(--fs-sm); color: var(--muted); line-height: 1.6; }
.section--dark .mvv-card { background: rgba(255,255,255,.03); border-color: var(--on-dark-line); }
.section--dark .mvv-card p { color: var(--on-dark-mut); }

/* ============================================================
   EQUIPE / RESPONSÁVEIS
   ============================================================ */
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--sp-6); }
.team-card { text-align: center; }
.team-card__photo { aspect-ratio: 3/4; border-radius: var(--r-lg); background: linear-gradient(160deg, var(--graphite), var(--red-700)); display: grid; place-items: center; margin-bottom: 1.1rem; overflow: hidden; position: relative; }
.team-card__photo span { font-family: var(--font-display); font-weight: 800; font-size: 3rem; color: rgba(255,255,255,.9); }
.team-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { font-size: var(--fs-h4); }
.team-card .role { color: var(--red-500); font-family: var(--font-display); font-weight: 600; font-size: var(--fs-sm); margin-top: .2rem; }
.team-card .crc { color: var(--muted); font-size: var(--fs-xs); margin-top: .3rem; }

/* ============================================================
   PROSE (artigos / política de privacidade)
   ============================================================ */
.prose { max-width: 720px; }
.prose > * + * { margin-top: 1.15rem; }
.prose h2 { font-size: var(--fs-h3); margin-top: 2.5rem; }
.prose h3 { font-size: var(--fs-h4); margin-top: 1.75rem; }
.prose p, .prose li { color: var(--ink-2); line-height: 1.75; font-size: var(--fs-body); }
.prose ul { padding-left: 1.25rem; list-style: disc; }
.prose ul li { margin-top: .5rem; }
.prose a { color: var(--red-500); text-decoration: underline; text-underline-offset: 2px; }
.prose strong { color: var(--ink); }
.prose .toc { border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.25rem 1.5rem; background: var(--sand); }
.prose .toc a { text-decoration: none; }

/* ============================================================
   DETALHE DE SERVIÇO
   ============================================================ */
.svc-detail { padding-block: clamp(2.5rem,1.5rem + 3vw,4.5rem); border-top: 1px solid var(--line); scroll-margin-top: 96px; }
.svc-detail:first-of-type { border-top: none; }
.svc-detail__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,1rem + 4vw,5rem); align-items: center; }
.svc-detail:nth-child(even) .svc-detail__media { order: -1; }
.svc-detail__badge { width: 60px; height: 60px; border-radius: var(--r-md); display: grid; place-items: center; background: var(--ink); color: #fff; margin-bottom: 1.25rem; }
.svc-detail__badge svg { width: 30px; }
.svc-detail h2 { font-size: var(--fs-h2); }
.svc-detail__num { font-family: var(--font-display); font-weight: 700; color: var(--red-500); font-size: var(--fs-sm); letter-spacing: .1em; }
.svc-detail p.lead { margin-top: 1rem; }
.svc-detail__media { background: var(--sand); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(1.5rem,1rem + 2vw,2.5rem); }

.checklist { display: grid; gap: .9rem; }
.checklist li { display: flex; gap: .75rem; align-items: flex-start; font-size: var(--fs-sm); color: var(--ink-2); }
.checklist li svg { width: 22px; height: 22px; flex: none; color: var(--red-500); margin-top: 1px; }

/* CTA inline pequeno */
.inline-cta { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between; padding: clamp(1.5rem,1rem + 2vw,2.5rem); border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--sand); }

/* ============================================================
   GALERIA — Nossa estrutura (fotos do escritório)
   ============================================================ */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 220px; gap: 16px; }
.gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: var(--r-lg); border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,12,14,.42), transparent 55%); opacity: .35; transition: opacity var(--t); }
.gallery figure:hover::after { opacity: .75; }
.gallery figcaption { position: absolute; left: 1rem; bottom: .85rem; z-index: 1; color: #fff; font-family: var(--font-display); font-weight: 600; font-size: var(--fs-sm); letter-spacing: .01em; transform: translateY(6px); opacity: 0; transition: var(--t); }
.gallery figure:hover figcaption { transform: translateY(0); opacity: 1; }
.gallery .g-lg { grid-column: span 2; grid-row: span 2; }
@media (max-width: 900px){ .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; } .gallery .g-lg { grid-column: span 2; grid-row: span 1; } }
@media (max-width: 560px){ .gallery { grid-template-columns: 1fr; grid-auto-rows: 220px; } .gallery .g-lg { grid-column: span 1; } }

/* Impressão / PDF: preserva fundos e mostra tudo (também usado p/ QA) */
@media print {
  * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .eagle-stage, .nav-toggle, .hero__scroll { display: none !important; }
  .hero__reveal, .reveal { opacity: 1 !important; transform: none !important; }
  .nav { position: absolute; }
}

/* Badge / pill genérico */
.pill { display: inline-flex; align-items: center; gap: .4rem; padding: .35rem .8rem; border-radius: var(--r-pill); background: var(--red-50); color: var(--red-600); font-family: var(--font-display); font-weight: 600; font-size: var(--fs-xs); }
.divider { height: 1px; background: var(--line); border: 0; }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1080px){
  .svc-grid, .quotes, .post-grid, .mvv-grid, .team-grid { grid-template-columns: repeat(2,1fr); }
  .values-grid { grid-template-columns: repeat(2,1fr); }
  .footer__top { grid-template-columns: 1fr 1fr; gap: var(--sp-6); }
}
@media (max-width: 900px){
  .nav-links, .nav-secondary.desktop-only { display: none; }
  .nav-actions .btn { display: none; }        /* evita botão + hambúrguer juntos */
  .nav-toggle { display: flex; }
  .diff-grid { grid-template-columns: repeat(2,1fr); }
  .diff { border-left: none; border-top: 1px solid var(--line); padding-left: 0; padding-right: 0; }
  .diff:nth-child(1), .diff:nth-child(2) { border-top: none; }
  .stats__grid { grid-template-columns: repeat(2,1fr); gap: var(--sp-8) var(--sp-6); }
  .split { grid-template-columns: 1fr; }
  .split__aside { position: static; }
  .purpose, .cta-band__inner, .contact-split { grid-template-columns: 1fr; }
  .cta-band__actions { flex-direction: row; flex-wrap: wrap; }
  .svc-detail__grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .svc-detail:nth-child(even) .svc-detail__media { order: 0; }
}
@media (max-width: 620px){
  .svc-grid, .quotes, .post-grid, .values-grid, .diff-grid, .stats__grid, .form-row, .mvv-grid, .team-grid { grid-template-columns: 1fr; }
  .hero { min-height: 92svh; }
  .hero__title { font-size: clamp(2.15rem, 8.5vw, 3rem); overflow-wrap: break-word; letter-spacing: -0.03em; }
  .hero__sub { font-size: 1.02rem; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { justify-content: center; }
  .eyebrow { letter-spacing: .08em; font-size: .68rem; }
  .eyebrow::before { width: 16px; }
  .footer__top { grid-template-columns: 1fr; }
  .brand-sub { display: none; }
  .page-head h1, .hero__title { hyphens: none; }
}
