/* ============================================================
   BORIS ADVOCACIA — Landing page
   Paleta: Azul-marinho profundo + dourado + off-white
   Tipografia: Cormorant Garamond (display) + Raleway (texto)
   ============================================================ */

:root {
  /* Cores */
  --navy:        #0D1B2E;
  --navy-2:      #0F2138;
  --navy-3:      #132B45;
  --navy-line:   rgba(201, 162, 39, 0.18);
  --cream:       #F7F4EE;
  --cream-2:     #EFEAE0;
  --ink:         #14202E;

  /* Dourado */
  --gold:        #C9A227;
  --gold-soft:   #D8B850;
  --gold-light:  #EBD589;
  --gold-grad:   linear-gradient(118deg, #B8860B 0%, #E7CD7C 42%, #C9A227 70%, #9C7517 100%);
  --gold-grad-bright: linear-gradient(118deg, #C9A227 0%, #F1DC93 48%, #BD8E2A 100%);

  /* Texto */
  --on-navy:       #EDE7DA;
  --on-navy-mut:   rgba(237, 231, 218, 0.62);
  --on-cream:      #1B2738;
  --on-cream-mut:  rgba(27, 39, 56, 0.66);

  /* Layout */
  --maxw: 1240px;
  --pad: clamp(22px, 5vw, 80px);
  --sec-y: clamp(72px, 9vw, 140px);

  /* Fontes */
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans:  "Raleway", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  background: var(--cream);
  color: var(--on-cream);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Utilidades ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }

.eyebrow {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 26px;
}
.eyebrow::before {
  content: "";
  width: 34px; height: 1px;
  background: var(--gold);
  opacity: 0.8;
}
.eyebrow.center { justify-content: center; }
.eyebrow.center::after {
  content: "";
  width: 34px; height: 1px;
  background: var(--gold);
  opacity: 0.8;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 500; margin: 0; line-height: 1.12; letter-spacing: -0.005em; }

.h-display { font-size: clamp(2.6rem, 5.4vw, 4.6rem); line-height: 1.08; }
.h-section { font-size: clamp(2.1rem, 4vw, 3.4rem); line-height: 1.12; }

.gold-text {
  background: var(--gold-grad-bright);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.italic-accent { font-style: italic; color: var(--gold-soft); }

.lead { font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.75; color: var(--on-cream-mut); }
.on-navy .lead { color: var(--on-navy-mut); }

/* Botões */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans); font-weight: 600;
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 17px 32px;
  border: none; cursor: pointer;
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s, background .35s, color .35s;
  position: relative;
  white-space: nowrap;
}
.btn svg { width: 15px; height: 15px; }
.btn-gold {
  background: var(--gold-grad-bright);
  color: #1A1405;
  box-shadow: 0 10px 30px -12px rgba(201,162,39,0.6);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -14px rgba(201,162,39,0.75); }
.btn-ghost {
  background: transparent; color: var(--on-navy);
  border: 1px solid var(--navy-line);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-light); transform: translateY(-3px); }
.btn-dark { background: var(--navy); color: var(--cream); }
.btn-dark:hover { transform: translateY(-3px); background: var(--navy-3); }

/* Placeholders de imagem */
.ph {
  position: relative;
  background-color: var(--navy-2);
  background-image:
    repeating-linear-gradient(45deg, transparent 0, transparent 11px, rgba(201,162,39,0.07) 11px, rgba(201,162,39,0.07) 12px);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.ph span {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(235, 213, 137, 0.55);
  border: 1px solid rgba(235, 213, 137, 0.28);
  padding: 7px 13px; border-radius: 2px;
  background: rgba(13,27,46,0.55);
  text-align: center;
}
.ph.light { background-color: var(--cream-2); }
.ph.light span { color: rgba(27,39,56,0.5); border-color: rgba(27,39,56,0.22); background: rgba(247,244,238,0.6); }

/* Reveal on scroll */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.js .reveal.in { opacity: 1; transform: none; }
/* Rede de seguran\u00e7a: se o JS n\u00e3o revelar (ex.: bloqueado), o conte\u00fado aparece sozinho */
@keyframes revealFailsafe { to { opacity: 1; transform: none; } }
.js .reveal { animation: revealFailsafe 0.01s linear 2.4s forwards; }
.js .reveal.in, .js .reveal.in-now { animation: none; }
/* Conteúdo inicial: aparece instantaneamente (à prova de aba em segundo plano) */
.js .reveal.in-now { opacity: 1; transform: none; transition: none; }
.js .reveal.d1 { transition-delay: .08s; }
.js .reveal.d2 { transition-delay: .16s; }
.js .reveal.d3 { transition-delay: .24s; }
.js .reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* Seções base */
section { position: relative; }
.on-navy { background: var(--navy); color: var(--on-navy); }
.on-cream { background: var(--cream); color: var(--on-cream); }

.sec-pad { padding-block: var(--sec-y); }

.divider-rule { height: 1px; background: var(--navy-line); border: none; margin: 0; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 22px 0;
  background: var(--navy);
  transition: padding .4s ease, background .4s ease, box-shadow .4s ease, backdrop-filter .4s;
}
.site-header.scrolled {
  padding: 13px 0;
  background: rgba(10, 21, 36, 0.92);
  backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 1px 0 var(--navy-line), 0 14px 40px -24px rgba(0,0,0,0.8);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: flex; align-items: center; gap: 13px; flex: none; }
.brand-logo { height: 74px; width: auto; display: block; transition: height .4s ease; }
.site-header.scrolled .brand-logo { height: 54px; }
.footer-logo { height: 92px; }
.brand .mark { width: 38px; height: 44px; flex: none; }
.brand .brand-txt { display: flex; flex-direction: column; line-height: 1; }
.brand .brand-name { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; letter-spacing: 0.01em; color: var(--cream); }
.brand .brand-sub { font-family: var(--sans); font-size: 9.5px; font-weight: 600; letter-spacing: 0.42em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }

.nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 30px); flex-wrap: nowrap; }
.nav a {
  font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--on-navy-mut); position: relative; padding: 6px 0;
  transition: color .3s;
}
.nav a::after { content:""; position:absolute; left:0; bottom:0; width:0; height:1px; background: var(--gold); transition: width .35s; }
.nav a:hover { color: var(--cream); }
.nav a:hover::after { width: 100%; }

.header-cta { display: flex; align-items: center; gap: 18px; }

.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--cream); margin: 5px 0; transition: transform .35s, opacity .3s; }

/* Mobile nav */
.mobile-nav {
  position: fixed; inset: 0; z-index: 99;
  background: var(--navy);
  display: flex; flex-direction: column; justify-content: flex-start; align-items: center; gap: 6px;
  transform: translateY(-100%); transition: transform .5s cubic-bezier(.7,0,.2,1), visibility .5s;
  padding: 104px 40px 48px;
  overflow-y: auto; overscroll-behavior: contain; visibility: hidden;
}
.mobile-nav.open { transform: none; visibility: visible; }
.mobile-nav a { font-family: var(--serif); font-size: 1.7rem; color: var(--on-navy); padding: 7px 10px; text-align: center; }
.mobile-nav a:hover { color: var(--gold-light); }
.mobile-nav .btn { margin-top: 24px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; background: var(--navy); overflow: hidden; }

/* Slideshow animado do escritório (controlado por JS, à prova de throttling) */
.hero-bg { display: block; position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center center;
  opacity: 0;
  will-change: opacity, transform;
}
.hero-bg.fade-ready .hero-slide { transition: opacity 1.6s ease; }
.hero-slide.is-active { opacity: 1; animation: heroZoom 8s ease-out forwards; }
@keyframes heroZoom { from { transform: scale(1.05); } to { transform: scale(1.13); } }
@media (prefers-reduced-motion: reduce){
  .hero-slide.is-active { animation: none; }
}

.hero-overlay {
  display: block; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(102deg, rgba(8,16,28,0.94) 0%, rgba(8,16,28,0.85) 38%, rgba(8,16,28,0.55) 68%, rgba(8,16,28,0.62) 100%),
    linear-gradient(0deg, rgba(8,16,28,0.92) 0%, rgba(8,16,28,0.28) 42%, transparent 62%);
}
.hero-inner { position: relative; z-index: 2; width: 100%; flex: 1; display: flex; flex-direction: column; justify-content: center; padding-top: 150px; padding-bottom: 44px; }
.hero-content { max-width: 940px; }
.hero h1 { color: var(--cream); margin-bottom: 30px; }
.hero h1 .line { display: block; }
.hero .italic-accent { color: var(--gold-soft); }

/* Palavra rotativa do t\u00edtulo */
.rotator { position: relative; display: inline-block; vertical-align: bottom; }
.rot-sizer { visibility: hidden; white-space: nowrap; font-style: italic; }
.rot-word {
  position: absolute; left: 0; top: 0; white-space: nowrap;
  font-style: italic; color: var(--gold-soft);
  opacity: 0; transform: translateY(0.42em);
  transition: opacity .5s ease, transform .55s cubic-bezier(.2,.7,.2,1);
}
.rot-word.is-current { opacity: 1; transform: translateY(0); }
.rot-word.is-out { opacity: 0; transform: translateY(-0.42em); }
@media (prefers-reduced-motion: reduce){
  .rot-word { transition: opacity .3s ease; transform: none !important; }
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hero p.lead { max-width: 540px; color: var(--on-navy-mut); margin: 0 0 38px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 64px; }
/* Botão secundário sobre o slideshow escuro */
.hero .btn-ghost { background: var(--navy); color: #FFFFFF; border: 1px solid rgba(235,213,137,0.4); }
.hero .btn-ghost:hover { background: var(--navy-3); color: #FFFFFF; border-color: var(--gold); }

/* Stats bar */
.stats-bar {
  position: relative; z-index: 2;
  border-top: 1px solid var(--navy-line);
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.stat { padding: 30px 8px 34px; border-right: 1px solid var(--navy-line); }
.stat:last-child { border-right: none; }
.stat .num { font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 2.9rem); line-height: 1; color: var(--gold-light); }
.stat .lbl { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-navy-mut); margin-top: 10px; }
.stat .stars { letter-spacing: 3px; color: var(--gold); font-size: 1.4rem; }

/* ============================================================
   SOBRE
   ============================================================ */
.about-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.about-copy h2 { margin-bottom: 26px; }
.about-copy p { color: var(--on-cream-mut); margin: 0 0 20px; }
.about-sign { font-family: var(--serif); font-style: italic; font-size: 1.6rem; color: var(--gold); margin-top: 8px; }

.lawyer-card {
  background: var(--navy);
  color: var(--on-navy);
  position: relative;
  box-shadow: 0 40px 80px -40px rgba(13,27,46,0.55);
}
.lawyer-card .portrait { aspect-ratio: 4/4.4; overflow: hidden; }
.lawyer-card .portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.lawyer-card .lc-body { padding: 32px 34px 36px; }
.lawyer-card .lc-name { font-family: var(--serif); font-size: 2rem; color: var(--cream); }
.lawyer-card .lc-role { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-top: 8px; }
.lawyer-card .lc-creds { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 13px; }
.lawyer-card .lc-creds li { display: flex; gap: 13px; font-size: 14.5px; color: var(--on-navy-mut); align-items: flex-start; }
.lawyer-card .lc-creds svg { width: 16px; height: 16px; flex: none; margin-top: 3px; color: var(--gold); }
.lawyer-card .lc-oab { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--navy-line); font-size: 13px; letter-spacing: 0.06em; color: var(--on-navy-mut); }
.lawyer-card .lc-oab b { color: var(--gold-light); font-weight: 600; }

/* ============================================================
   ÁREAS DE ATUAÇÃO
   ============================================================ */
.areas-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 56px; flex-wrap: wrap; }

.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--navy-line); border: 1px solid var(--navy-line); }
.area {
  background: var(--navy); padding: 40px 34px 44px; position: relative;
  transition: background .4s ease; overflow: hidden;
}
.area:hover { background: var(--navy-3); }
.area .a-num { font-family: var(--serif); font-size: 1.1rem; color: var(--gold); opacity: 0.7; }
.area h3 { font-size: 1.7rem; color: var(--cream); margin: 16px 0 14px; }
.area p { font-size: 14.5px; color: var(--on-navy-mut); margin: 0; }
.area .a-tags { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.area .a-tags span { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--on-navy-mut); border: 1px solid var(--navy-line); padding: 5px 11px; border-radius: 100px; }

.area.feature {
  grid-column: span 2;
  background: linear-gradient(120deg, #11243d 0%, #0D1B2E 100%);
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: center; padding: 0;
}
.area.feature .af-body { padding: 44px 40px; }
.area.feature .af-badge { display: inline-block; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #1A1405; background: var(--gold-grad-bright); padding: 6px 14px; font-weight: 700; margin-bottom: 20px; }
.area.feature h3 { font-size: 2.3rem; }
.area.feature .af-img { align-self: stretch; }
.area.feature .af-img .ph { height: 100%; min-height: 260px; }
@media (max-width: 860px){ .area.feature { grid-column: span 1; grid-template-columns: 1fr; } .area.feature .af-img .ph{ min-height: 200px; } }

/* ============================================================
   DIFERENCIAIS
   ============================================================ */
.diffs { display: grid; gap: 0; }
.diff {
  display: grid; grid-template-columns: 140px 1fr auto; gap: 40px; align-items: baseline;
  padding: 38px 0; border-top: 1px solid var(--navy-line);
}
.diff:last-child { border-bottom: 1px solid var(--navy-line); }
.diff .d-num { font-family: var(--serif); font-size: clamp(3rem, 5vw, 4.6rem); line-height: 0.8; color: transparent; -webkit-text-stroke: 1px var(--gold); background: none; }
.diff .d-main h3 { font-size: 1.7rem; color: var(--cream); margin-bottom: 12px; }
.diff .d-main p { color: var(--on-navy-mut); margin: 0; max-width: 620px; }
.diff .d-tag { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }
@media (max-width: 760px){ .diff { grid-template-columns: 70px 1fr; gap: 22px; } .diff .d-tag{ display:none; } }

/* ============================================================
   OBJEÇÕES
   ============================================================ */
.obj-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.obj {
  background: var(--cream); border: 1px solid var(--cream-2);
  padding: 38px 36px; position: relative;
  transition: transform .4s ease, box-shadow .4s ease;
}
.obj:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -34px rgba(13,27,46,0.3); }
.obj .o-q { font-family: var(--serif); font-style: italic; font-size: 1.55rem; color: var(--ink); line-height: 1.25; padding-left: 38px; position: relative; }
.obj .o-q::before { content: "“"; position: absolute; left: 0; top: -6px; font-size: 3rem; color: var(--gold); line-height: 1; font-family: var(--serif); }
.obj .o-a { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--cream-2); color: var(--on-cream-mut); font-size: 15.5px; }
.obj .o-a b { color: var(--ink); }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi {
  background: var(--navy-2); border: 1px solid var(--navy-line);
  padding: 36px 32px 32px; display: flex; flex-direction: column;
}
.testi .t-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.testi .t-stars { color: var(--gold); letter-spacing: 2px; }
.testi .t-google { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--on-navy-mut); }
.testi .t-google svg { width: 15px; height: 15px; }
.testi .t-text { font-family: var(--serif); font-size: 1.35rem; line-height: 1.4; color: var(--cream); flex: 1; }
.testi .t-foot { display: flex; align-items: center; gap: 14px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--navy-line); }
.testi .t-ava { width: 46px; height: 46px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: #1A1405; background: var(--gold-grad-bright); letter-spacing: 0.02em; }
.testi .t-name { font-weight: 600; color: var(--cream); font-size: 14.5px; }
.testi .t-meta { font-size: 12.5px; color: var(--on-navy-mut); }
.testi.placeholder-note .t-text { color: var(--on-navy-mut); font-style: italic; }

/* ============================================================
   COMO FUNCIONA
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.step { padding: 0 28px; position: relative; }
.step:not(:last-child)::after { content:""; position: absolute; top: 26px; right: -1px; width: 1px; height: calc(100% - 26px); background: var(--cream-2); }
.step .s-num {
  width: 54px; height: 54px; border-radius: 50%;
  border: 1px solid var(--gold); color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 1.5rem; margin-bottom: 26px;
}
.step h3 { font-size: 1.4rem; color: var(--ink); margin-bottom: 12px; }
.step p { font-size: 14.5px; color: var(--on-cream-mut); margin: 0; padding-right: 18px; }
@media (max-width: 860px){ .steps { grid-template-columns: 1fr 1fr; gap: 40px 0; } .step:nth-child(2)::after{ display:none; } }
@media (max-width: 520px){ .steps { grid-template-columns: 1fr; } .step::after{ display:none !important; } }

/* ============================================================
   CTA CENTRAL
   ============================================================ */
.cta-band { text-align: center; background:
  radial-gradient(120% 120% at 50% 0%, #132B45 0%, #0D1B2E 60%); position: relative; overflow: hidden; }
.cta-band::before, .cta-band::after { content:""; position: absolute; width: 1px; height: 60%; top: 20%; background: linear-gradient(var(--gold), transparent); opacity: .4; }
.cta-band::before { left: 14%; } .cta-band::after { right: 14%; transform: scaleY(-1); }
.cta-band .wrap { position: relative; z-index: 2; max-width: 860px; }
/* ---------- Artigos ---------- */
.art-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-bottom: 54px; }
.art-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.art-card { display: flex; flex-direction: column; background: var(--navy); border: 1px solid var(--navy-line); text-decoration: none; color: inherit; transition: transform .5s cubic-bezier(.2,.7,.2,1), border-color .4s, box-shadow .5s; }
.art-card:hover { transform: translateY(-6px); border-color: rgba(201,162,39,.45); box-shadow: 0 26px 56px -30px rgba(0,0,0,.75); }
.art-media { aspect-ratio: 4 / 5; background: var(--navy-3); overflow: hidden; }
.art-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.art-card:hover .art-media img { transform: scale(1.04); }
.art-body { padding: 22px 22px 20px; display: flex; flex-direction: column; flex: 1; }
.art-tag { font-family: var(--sans); font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.art-card h3 { font-family: var(--serif); font-weight: 400; font-size: 1.28rem; line-height: 1.24; color: var(--cream); margin: 0 0 11px; text-wrap: pretty; }
.art-card p { font-size: .9rem; line-height: 1.66; color: var(--on-navy-mut); margin: 0 0 20px; text-wrap: pretty; }
.art-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid var(--navy-line); }
.art-date { font-family: var(--sans); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(237,231,218,.42); }
.art-link { font-family: var(--sans); font-size: .78rem; font-weight: 600; color: var(--gold); transition: color .3s; }
.art-card:hover .art-link { color: var(--gold-light); }
@media (max-width: 1100px) { .art-grid { grid-template-columns: repeat(2, 1fr); gap: 26px; } .art-card h3 { font-size: 1.4rem; } }
@media (max-width: 620px) { .art-grid { grid-template-columns: 1fr; } .art-head { margin-bottom: 38px; } }
.cta-band h2 { color: var(--cream); margin-bottom: 24px; }
.cta-band p { margin: 0 auto 38px; max-width: 560px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.faq-list { border-top: 1px solid var(--cream-2); }
.faq-item { border-bottom: 1px solid var(--cream-2); }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer; text-align: left;
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: 26px 0; font-family: var(--serif); font-size: 1.4rem; color: var(--ink);
}
.faq-q .ic { flex: none; width: 26px; height: 26px; position: relative; }
.faq-q .ic::before, .faq-q .ic::after { content:""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--gold); transition: transform .35s, opacity .3s; }
.faq-q .ic::before { width: 16px; height: 1.5px; }
.faq-q .ic::after { width: 1.5px; height: 16px; }
.faq-item.open .faq-q .ic::after { transform: translate(-50%,-50%) scaleY(0); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .45s cubic-bezier(.4,0,.2,1); }
.faq-a-inner { padding: 0 0 28px; color: var(--on-cream-mut); max-width: 90%; }
.faq-aside h2 { margin-bottom: 22px; }
.faq-aside .faq-cta { margin-top: 30px; }

/* ============================================================
   CONTATO / FORM
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 0; }
.contact-info { background: var(--navy-3); padding: clamp(46px, 6vw, 76px); }
.contact-info h2 { color: var(--cream); margin-bottom: 22px; }
.contact-info > p { color: var(--on-navy-mut); margin-bottom: 40px; max-width: 420px; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 26px; }
.contact-list li { display: flex; gap: 18px; align-items: flex-start; }
.contact-list .ci-ic { width: 44px; height: 44px; flex: none; border: 1px solid var(--navy-line); display: flex; align-items: center; justify-content: center; color: var(--gold); }
.contact-list .ci-ic svg { width: 18px; height: 18px; }
.contact-list .ci-k { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.contact-list .ci-v { color: var(--cream); font-size: 15.5px; margin-top: 3px; }

.contact-form { background: var(--gold); padding: clamp(46px, 6vw, 76px); color: #1A1405; position: relative; }
.contact-form::before { content:""; position:absolute; inset:0; background: var(--gold-grad); opacity: .9; }
.contact-form > * { position: relative; z-index: 2; }
.contact-form h3 { font-size: 2rem; color: #1A1405; margin-bottom: 8px; }
.contact-form .cf-sub { font-size: 14px; color: rgba(26,20,5,0.7); margin-bottom: 30px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: #2A2009; margin-bottom: 8px; }
.field input, .field textarea, .field select {
  width: 100%; font-family: var(--sans); font-size: 15px; color: #1A1405;
  background: rgba(255,253,247,0.92); border: 1px solid rgba(26,20,5,0.2);
  padding: 13px 15px; border-radius: 2px; transition: border-color .3s, box-shadow .3s;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: #1A1405; box-shadow: 0 0 0 3px rgba(26,20,5,0.12); }
.field input::placeholder, .field textarea::placeholder { color: rgba(26,20,5,0.4); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form .btn { width: 100%; justify-content: center; background: var(--navy); color: var(--cream); margin-top: 8px; box-shadow: 0 14px 30px -16px rgba(13,27,46,0.7); }
.contact-form .btn:hover { background: var(--navy-3); }
.form-note { font-size: 12px; color: rgba(26,20,5,0.62); margin-top: 16px; text-align: center; }

/* ============================================================
   LOCALIZAÇÃO
   ============================================================ */
.local { background: var(--navy-2); color: var(--on-navy); padding: clamp(64px, 8vw, 110px) 0; }
.local .sec-head h2 { color: var(--cream); }
.local-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(28px, 4vw, 56px); align-items: stretch; }
.li-block { padding: 18px 0; border-bottom: 1px solid var(--navy-line); }
.li-block:first-child { padding-top: 0; }
.li-k { font-family: var(--sans); font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }
.li-v { font-size: 1.02rem; line-height: 1.6; color: var(--cream); text-wrap: pretty; }
.local-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.local-map { position: relative; min-height: 380px; border: 1px solid var(--navy-line); overflow: hidden; }
.local-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(.35) contrast(1.05); }
@media (max-width: 860px) {
  .local-grid { grid-template-columns: 1fr; }
  .local-map { min-height: 320px; }
}

.a-tags a { font-family: var(--sans); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--on-navy-mut); border: 1px solid var(--navy-line); padding: 7px 13px; transition: color .3s, border-color .3s, background .3s; }
.a-tags a:hover { color: var(--navy); background: var(--gold-soft); border-color: var(--gold-soft); }
.af-more { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; margin-top: 22px; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); border-bottom: 1px solid rgba(201,162,39,.35); padding-bottom: 4px; transition: color .3s, border-color .3s; }
.af-more::after { content: "→"; }
.af-more:hover { color: var(--gold-light); border-bottom-color: var(--gold-light); }

/* Submenu de navegação */
.nav-drop { position: relative; }
.nav-drop-t { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--on-navy-mut); padding: 6px 0; transition: color .3s; }
.nav-drop-t svg { width: 9px; height: 6px; transition: transform .35s; }
.nav-drop:hover .nav-drop-t, .nav-drop:focus-within .nav-drop-t { color: var(--cream); }
.nav-drop:hover .nav-drop-t svg, .nav-drop:focus-within .nav-drop-t svg { transform: rotate(180deg); }
.nav-menu { position: absolute; top: calc(100% + 16px); left: -22px; min-width: 314px; background: rgba(10,21,36,.97); backdrop-filter: blur(14px); border: 1px solid var(--navy-line); padding: 10px 0; display: grid; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .3s, transform .35s cubic-bezier(.2,.7,.2,1), visibility .3s; z-index: 120; }
.nav-drop:hover .nav-menu, .nav-drop:focus-within .nav-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-menu::before { content: ""; position: absolute; top: -18px; left: 0; right: 0; height: 18px; }
.nav-menu a { display: block; padding: 11px 24px; font-family: var(--sans); font-size: 13.5px; font-weight: 500; letter-spacing: .01em; text-transform: none; color: var(--on-navy-mut); border-left: 2px solid transparent; transition: color .28s, background .28s, border-color .28s; }
.nav-menu a:hover { color: var(--gold-light); background: rgba(201,162,39,.07); border-left-color: var(--gold); }
.nav-menu a:first-child { color: var(--cream); }
.mobile-nav .mn-h { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); margin-top: 14px; }
.mobile-nav .mn-sub { font-family: var(--sans) !important; font-size: 14.5px !important; text-transform: none !important; letter-spacing: 0 !important; padding: 6px 0 6px 16px; border-left: 1px solid var(--navy-line); text-align: left !important; align-self: stretch; max-width: 320px; margin: 0 auto; }

/* Grade de temas — página pilar */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); gap: 2px; margin: 8px 0 34px; }
.svc-card { background: var(--cream-2); padding: 24px 22px 22px; display: flex; flex-direction: column; gap: 8px; transition: background .35s, transform .35s; }
.svc-card:hover { background: var(--navy); transform: translateY(-3px); }
.svc-card h3 { font-size: 1.14rem; margin: 0; transition: color .35s; }
.svc-card p { font-size: .89rem; line-height: 1.6; color: var(--on-cream-mut); margin: 0; transition: color .35s; }
.svc-card:hover h3 { color: var(--cream); }
.svc-card:hover p { color: var(--on-navy-mut); }
.svc-card span { margin-top: auto; padding-top: 12px; font-family: var(--sans); font-size: 10.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }

/* ============================================================
   PÁGINAS INTERNAS (serviços)
   ============================================================ */
.pg-hero { background: var(--navy); color: var(--on-navy); padding: clamp(120px, 14vw, 190px) 0 clamp(56px, 7vw, 92px); position: relative; overflow: hidden; }
.pg-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 88% 8%, rgba(201,162,39,.13), transparent 62%); pointer-events: none; }
.pg-hero .wrap { position: relative; z-index: 1; }
.pg-crumb { font-family: var(--sans); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--on-navy-mut); display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 26px; }
.pg-crumb a { color: var(--on-navy-mut); border-bottom: 1px solid transparent; }
.pg-crumb a:hover { color: var(--gold-light); border-bottom-color: var(--gold); }
.pg-crumb span { color: rgba(237,231,218,.3); }
.pg-hero h1 { font-size: clamp(2.3rem, 4.8vw, 4rem); color: var(--cream); max-width: 20ch; }
.pg-hero .lead { max-width: 62ch; margin: 26px 0 0; color: var(--on-navy-mut); }
.pg-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }

.pg-body { padding: clamp(60px, 7.5vw, 108px) 0; }
.pg-grid { display: grid; grid-template-columns: 1fr 340px; gap: clamp(36px, 5vw, 76px); align-items: start; }
.pg-prose { max-width: 74ch; }
.pg-prose h2 { font-size: clamp(1.7rem, 2.8vw, 2.4rem); margin: 58px 0 18px; }
.pg-prose h2:first-child { margin-top: 0; }
.pg-prose h3 { font-size: 1.28rem; margin: 34px 0 10px; }
.pg-prose p { margin: 0 0 18px; text-wrap: pretty; color: var(--on-cream); }
.pg-prose ul { margin: 0 0 22px; padding: 0; list-style: none; display: grid; gap: 11px; }
.pg-prose ul li { position: relative; padding-left: 26px; color: var(--on-cream-mut); }
.pg-prose ul li::before { content: ""; position: absolute; left: 4px; top: .68em; width: 9px; height: 1px; background: var(--gold); }
.pg-prose ul li strong { color: var(--on-cream); font-weight: 600; }
.pg-prose > p:first-of-type { font-size: 1.12rem; line-height: 1.75; }
.pg-note { border-left: 2px solid var(--gold); background: var(--cream-2); padding: 20px 24px; margin: 30px 0; font-size: .97rem; color: var(--on-cream-mut); }
.pg-note strong { color: var(--on-cream); }

.pg-steps { counter-reset: st; display: grid; gap: 2px; margin: 26px 0 30px; }
.pg-step { counter-increment: st; background: var(--cream-2); padding: 22px 26px 22px 66px; position: relative; }
.pg-step::before { content: "0" counter(st); position: absolute; left: 24px; top: 22px; font-family: var(--serif); font-size: 1.1rem; color: var(--gold); }
.pg-step h3 { margin: 0 0 5px; font-size: 1.1rem; }
.pg-step p { margin: 0; font-size: .95rem; color: var(--on-cream-mut); }

.pg-aside { position: sticky; top: 104px; display: grid; gap: 18px; }
.pg-card { background: var(--navy); color: var(--on-navy); padding: 30px 28px; }
.pg-card h3 { color: var(--cream); font-size: 1.25rem; margin-bottom: 10px; }
.pg-card p { font-size: .93rem; color: var(--on-navy-mut); margin: 0 0 20px; }
.pg-card .btn { width: 100%; justify-content: center; }
.pg-links { border: 1px solid rgba(27,39,56,.12); padding: 26px 28px; }
.pg-links h4 { font-family: var(--sans); font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin: 0 0 16px; }
.pg-links ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.pg-links a { font-size: .95rem; color: var(--on-cream-mut); border-bottom: 1px solid transparent; transition: color .3s, border-color .3s; }
.pg-links a:hover { color: var(--ink); border-bottom-color: var(--gold); }

.pg-faq { margin-top: 14px; display: grid; gap: 2px; }
.pg-faq details { background: var(--cream-2); }
.pg-faq summary { cursor: pointer; padding: 20px 24px; font-family: var(--serif); font-size: 1.16rem; list-style: none; display: flex; justify-content: space-between; gap: 18px; align-items: baseline; }
.pg-faq summary::-webkit-details-marker { display: none; }
.pg-faq summary::after { content: "+"; color: var(--gold); font-family: var(--sans); font-size: 1.2rem; line-height: 1; flex: none; }
.pg-faq details[open] summary::after { content: "–"; }
.pg-faq .pg-faq-a { padding: 0 24px 22px; font-size: .97rem; color: var(--on-cream-mut); }
.pg-faq .pg-faq-a p { margin: 0 0 12px; }
.pg-faq .pg-faq-a p:last-child { margin: 0; }

.pg-cta { background: var(--navy-2); color: var(--on-navy); padding: clamp(56px, 7vw, 96px) 0; text-align: center; }
.pg-cta h2 { color: var(--cream); font-size: clamp(1.9rem, 3.4vw, 2.9rem); max-width: 24ch; margin: 0 auto; }
.pg-cta p { color: var(--on-navy-mut); max-width: 56ch; margin: 20px auto 0; }
.pg-cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 34px; }

.pg-rel { padding: 0 0 clamp(56px, 7vw, 96px); }
.pg-rel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2px; }
.pg-rel-card { background: var(--cream-2); padding: 28px 26px; transition: background .35s, transform .35s; }
.pg-rel-card:hover { background: var(--navy); transform: translateY(-3px); }
.pg-rel-card:hover h3, .pg-rel-card:hover p { color: var(--cream); }
.pg-rel-card h3 { font-size: 1.18rem; margin: 0 0 8px; transition: color .35s; }
.pg-rel-card p { font-size: .92rem; color: var(--on-cream-mut); margin: 0; transition: color .35s; }

@media (max-width: 940px) {
  .pg-grid { grid-template-columns: 1fr; }
  .pg-aside { position: static; }
}

/* ============================================================
   HERO — composição editorial (substitui o slideshow full-bleed)
   ============================================================ */
.hero-split { min-height: auto; justify-content: flex-start; }
.hero-split::before { content: ""; position: absolute; inset: 0; background: radial-gradient(78% 62% at 82% 12%, rgba(201,162,39,.14), transparent 64%), radial-gradient(60% 50% at 4% 96%, rgba(19,43,69,.85), transparent 70%); pointer-events: none; z-index: 0; }
.hero-split .hero-inner { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(40px, 5vw, 88px); align-items: center; padding-top: clamp(150px, 17vw, 186px); padding-bottom: clamp(52px, 6vw, 82px); }
.hero-split .hero-content { max-width: 640px; }
.hero-split .hero-actions { margin-bottom: 0; }
.hero-split p.lead { max-width: 100%; margin-bottom: 40px; }

.hero-gallery { position: relative; z-index: 2; display: grid; gap: 22px; }
.hg-stack { position: relative; padding: 0 16px 46px 46px; }
.hg-main { position: relative; aspect-ratio: 4 / 3; width: 100%; overflow: hidden; box-shadow: 0 44px 90px -46px rgba(13,27,46,.58), 0 4px 18px -8px rgba(13,27,46,.18); }
.hg-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.4s ease; will-change: opacity, transform; }
.hg-slide.is-active { opacity: 1; animation: hgDrift 9s ease-out forwards; }
@keyframes hgDrift { from { transform: scale(1.02); } to { transform: scale(1.08); } }
.hg-inset { position: absolute; left: 0; bottom: 0; width: 40%; aspect-ratio: 1 / 1; background-size: cover; background-position: center; box-shadow: 0 26px 54px -26px rgba(13,27,46,.5); outline: 7px solid var(--cream); outline-offset: 0; }
.hg-main::after { content: ""; position: absolute; right: -15px; top: 14%; bottom: 14%; width: 1px; background: linear-gradient(180deg, transparent, var(--gold) 20%, var(--gold) 80%, transparent); opacity: .65; }
.hg-stack { overflow: visible; }
.hg-bar { display: flex; gap: 8px; justify-content: flex-end; }
.hg-dot { width: 34px; height: 2px; padding: 0; border: 0; background: rgba(27,39,56,.18); cursor: pointer; transition: background .35s, transform .35s; }
.hg-dot:hover { background: rgba(154,119,20,.55); }
.hg-dot.is-active { background: #9A7714; transform: scaleY(2); }

.hero-split .stats-bar { z-index: 2; }
@media (max-width: 980px) {
  .hero-split .hero-inner { grid-template-columns: 1fr; gap: 44px; padding-top: 140px; }
  .hero-split .hero-content { max-width: 100%; }
  .hg-main { aspect-ratio: 16 / 11; }
  .hg-stack { padding: 0 0 36px 34px; }
  .hg-inset { width: 38%; }
  .hero-gallery { order: 2; }
}
@media (prefers-reduced-motion: reduce) { .hg-slide.is-active { animation: none; } }

/* Hero em tom claro da identidade */
.site-header { background: rgba(10,21,36,.93); backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(201,162,39,.16); }
.hero-split { background: var(--cream); }
.hero-split::before { background:
  radial-gradient(66% 52% at 88% 6%, rgba(201,162,39,.20), transparent 62%),
  radial-gradient(50% 44% at 2% 98%, rgba(19,43,69,.10), transparent 72%),
  repeating-radial-gradient(circle at 92% 14%, rgba(201,162,39,.13) 0 1px, transparent 1px 74px),
  repeating-linear-gradient(128deg, rgba(19,43,69,.05) 0 1px, transparent 1px 30px);
  -webkit-mask-image: radial-gradient(120% 108% at 96% 0%, #000 22%, rgba(0,0,0,.35) 62%, transparent 88%);
  mask-image: radial-gradient(120% 108% at 96% 0%, #000 22%, rgba(0,0,0,.35) 62%, transparent 88%);
}
.hero-split::after { content: none; }
.hero-seal { position: absolute; right: clamp(10px, 5vw, 104px); top: clamp(132px, 17vw, 196px); width: clamp(210px, 25vw, 386px); height: auto; z-index: 0; pointer-events: none; opacity: .95; }
@media (max-width: 980px) { .hero-seal { width: clamp(150px, 34vw, 230px); top: 96px; right: 8px; opacity: .55; } }
.hero-split .hero-inner { grid-template-columns: 1fr; }
.hero-split .hero-content { max-width: 760px; }
.hero-split h1 { color: var(--ink); }
.hero-split .rotator .rot-word { color: #9A7714; }
.hero-split p.lead { color: var(--on-cream-mut); }
.hero-split .eyebrow { color: #9A7714; }
.hero-split .eyebrow::before { background: #9A7714; }
.hero-split .btn-ghost { background: transparent; color: var(--ink); border: 1px solid rgba(27,39,56,.22); }
.hero-split .btn-ghost:hover { background: var(--navy); color: var(--cream); border-color: var(--navy); }
.hero-split .stats-bar { border-top: none; margin-top: clamp(40px, 5vw, 64px); padding-top: 30px; padding-bottom: 30px; align-self: stretch; width: 100%; grid-template-columns: repeat(4, 1fr); }
.hero-split .stats-bar::before { content: ""; position: absolute; left: 50%; transform: translateX(-50%); width: 100vw; top: 0; bottom: 0; background: var(--navy); z-index: -1; }
.hero-split .stats-bar .num { color: var(--cream); }
.hero-split .stats-bar .lbl { color: var(--on-navy-mut); }
.hero-split .stats-bar .stars { color: var(--gold-soft); }
.hero-split .stat + .stat { border-left-color: var(--navy-line); }
.hero-split .hg-cap { color: var(--on-cream-mut); }
.hero-split .hg-dot { background: rgba(27,39,56,.2); }
.hero-split .hg-dot:hover { background: rgba(154,119,20,.55); }
.hero-split .hg-dot.is-active { background: #9A7714; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #0A1422; color: var(--on-navy); padding-top: clamp(60px, 7vw, 96px); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid var(--navy-line); }
.footer-brand .brand-name { font-family: var(--serif); font-size: 1.8rem; color: var(--cream); }
.footer-brand p { color: var(--on-navy-mut); font-size: 14.5px; margin: 18px 0 0; max-width: 320px; }
.footer-col h4 { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin: 0 0 22px; font-weight: 700; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.footer-col a { color: var(--on-navy-mut); font-size: 14.5px; transition: color .3s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 0 40px; flex-wrap: wrap; }
.footer-bottom p { font-size: 12.5px; color: var(--on-navy-mut); margin: 0; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 38px; height: 38px; border: 1px solid var(--navy-line); display: flex; align-items: center; justify-content: center; color: var(--on-navy-mut); transition: all .3s; }
.footer-social a:hover { border-color: var(--gold); color: var(--gold-light); }
.footer-social svg { width: 16px; height: 16px; }

/* ============================================================
   WHATSAPP FLUTUANTE
   ============================================================ */
.wa-float {
  position: fixed; bottom: 26px; right: 26px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 34px -8px rgba(37,211,102,0.6);
  transition: transform .3s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; }
.wa-float::before {
  content:""; position: absolute; inset: 0; border-radius: 50%;
  background: #25D366; z-index: -1; animation: wa-pulse 2.2s ease-out infinite;
}
@keyframes wa-pulse { 0%{ transform: scale(1); opacity: .65; } 70%{ transform: scale(1.7); opacity: 0; } 100%{ opacity: 0; } }
@media (prefers-reduced-motion: reduce){ .wa-float::before{ animation: none; } }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1100px){
  .nav, .header-cta .btn { display: none; }
  .menu-toggle { display: block; }
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .lawyer-card { max-width: 460px; }
  .areas-grid { grid-template-columns: 1fr 1fr; }
  .obj-grid, .testi-grid { grid-template-columns: 1fr; }
  .testi-grid { gap: 20px; }
  .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
  .stat .num { font-size: 1.7rem; }
}
@media (max-width: 620px){
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2){ border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2){ border-bottom: 1px solid var(--navy-line); }
  .areas-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .areas-head { flex-direction: column; align-items: flex-start; }
}
