/* ============================================================
   DRA. PATRÍCIA LIMA — SISTEMA DE DESIGN "BOUTIQUE ACOLHEDOR"
   Tipografia 100% sans (Schibsted Grotesk + Inter)
   Paleta quente: papel · terracota · blush · cacau
   Formas arredondadas, cabeçalhos à esquerda, nada de dourado metálico.
   ============================================================ */

:root {
  /* Paleta quente e acolhedora */
  --paper:    #FBF6F0;   /* base clara e quente */
  --paper-2:  #F5EBE1;
  --sand:     #EFE0D3;   /* nude suave */
  --blush:    #F6E7DD;   /* rosado claro */
  --blush-2:  #ECD4C6;   /* rosado médio (swash/realce) */
  --clay:     #BC6A46;   /* terracota — cor primária */
  --clay-dk:  #A1542F;
  --clay-sf:  #D69A7C;
  --cocoa:    #4A332A;   /* seções profundas quentes */
  --cocoa-2:  #3B2720;
  --ink:      #3A2A22;   /* texto quase-preto quente */
  --ink-2:    #6E5749;
  --ink-sf:   #9C8676;
  --line:     rgba(58,42,34,0.10);
  --line-2:   rgba(188,106,70,0.24);
  --white:    #FFFFFF;

  --shadow-sm: 0 10px 30px -18px rgba(74,51,42,0.35);
  --shadow:    0 30px 60px -32px rgba(74,51,42,0.40);
  --shadow-lg: 0 46px 90px -46px rgba(74,51,42,0.48);

  --display: 'Schibsted Grotesk', system-ui, sans-serif;
  --sans:    'Inter', system-ui, sans-serif;
  --serif:   var(--display);          /* legado: agora tudo sans */

  --r-sm: 12px;
  --r:    20px;
  --r-lg: 28px;
  --r-xl: 40px;
  --maxw: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

/* Realce quente (substitui o itálico dourado) */
.grad-gold { color: var(--clay); font-style: normal; font-weight: inherit; }

/* grão desativado — visual limpo boutique */
.grain::before { content: none !important; }

/* ── ÍCONES ────────────────────────────────── */
.ic { width: 24px; height: 24px; fill: none; stroke: currentColor;
      stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

/* ── SCROLL PROGRESS ───────────────────────── */
.scroll-progress {
  position: fixed; top: 0; left: 0; width: 0%; height: 3px;
  background: var(--clay); z-index: 1000; transition: width 0.1s linear;
  border-radius: 0 3px 3px 0;
}

/* ── NAVBAR ────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px clamp(20px, 5vw, 56px);
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(251,246,240,0.72);
  backdrop-filter: blur(14px);
  transition: background 0.3s, box-shadow 0.3s, padding 0.3s;
}
nav.scrolled { background: rgba(251,246,240,0.95); box-shadow: 0 8px 30px -20px rgba(74,51,42,0.5); padding-top: 12px; padding-bottom: 12px; }

.nav-logo {
  font-family: var(--display); font-size: 21px; font-weight: 700;
  color: var(--ink); letter-spacing: -0.4px; text-decoration: none;
  display: flex; flex-direction: column; line-height: 1;
}
.nav-logo em { color: var(--clay); font-style: normal; }
.nav-logo small {
  font-family: var(--sans); font-size: 8.5px; font-weight: 500; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--ink-sf); margin-top: 5px;
}

.nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }
.nav-links a {
  text-decoration: none; font-size: 14px; font-weight: 500;
  letter-spacing: 0; color: var(--ink-2); transition: color 0.2s;
}
.nav-links a:not(.nav-cta):hover { color: var(--clay); }

.nav-cta {
  background: var(--clay) !important; color: var(--white) !important;
  padding: 11px 22px; border-radius: 999px; font-weight: 600;
  transition: background 0.25s, transform 0.25s !important;
  box-shadow: 0 12px 26px -12px rgba(188,106,70,0.8);
}
.nav-cta:hover { background: var(--clay-dk) !important; transform: translateY(-1px); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: all 0.3s; }

@media (max-width: 880px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: flex-start;
    position: fixed; top: 64px; left: 14px; right: 14px;
    background: var(--white); border-radius: var(--r); box-shadow: var(--shadow);
    padding: 24px 26px; gap: 20px;
  }
  .nav-links.open .nav-cta { width: 100%; text-align: center; }
}

/* ── HERO (claro e acolhedor) ──────────────── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1.02fr 0.98fr;
  align-items: center; gap: clamp(36px, 6vw, 70px);
  padding: 150px clamp(24px, 6vw, 80px) 96px;
  position: relative; overflow: hidden;
  background:
    radial-gradient(60% 55% at 88% 18%, var(--blush) 0%, transparent 60%),
    radial-gradient(50% 50% at 8% 92%, var(--sand) 0%, transparent 55%),
    var(--paper);
}
/* blobs orgânicos suaves */
.hero-glow, .hero-glow-2 { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; filter: blur(10px); }
.hero-glow  { width: 520px; height: 520px; top: -140px; right: -120px; background: radial-gradient(circle, rgba(214,154,124,0.28) 0%, transparent 66%); }
.hero-glow-2{ width: 360px; height: 360px; bottom: -120px; left: -100px; background: radial-gradient(circle, rgba(236,212,198,0.5) 0%, transparent 66%); }

.hero-content { position: relative; z-index: 2; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: 0; text-transform: none;
  color: var(--clay-dk); background: var(--blush);
  padding: 7px 16px 7px 13px; border-radius: 999px; margin-bottom: 26px;
}
.eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--clay); flex-shrink: 0; }
.hero .eyebrow { animation: fadeUp 0.6s ease both; }

.hero h1 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(38px, 5.6vw, 68px); line-height: 1.04;
  letter-spacing: -1.5px; color: var(--ink);
  margin-bottom: 24px; animation: fadeUp 0.6s ease 0.1s both;
}
.hero h1 em { font-style: normal; color: var(--clay); position: relative; white-space: nowrap; }
.hero h1 em::after {
  content: ''; position: absolute; left: -2px; right: -2px; bottom: 4px; height: 14px;
  background: var(--blush-2); border-radius: 10px; z-index: -1;
}

.hero-sub {
  font-size: clamp(15px, 1.4vw, 17px); color: var(--ink-2);
  line-height: 1.8; max-width: 470px; margin-bottom: 38px; font-weight: 400;
  animation: fadeUp 0.6s ease 0.2s both;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; animation: fadeUp 0.6s ease 0.3s both; }

/* ── BOTÕES (pílula) ───────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  border-radius: 999px; cursor: pointer; font-family: var(--sans);
  font-size: 15px; font-weight: 600; letter-spacing: 0;
  padding: 15px 28px; transition: all 0.25s; border: 1.5px solid transparent;
}
.btn .ic { width: 18px; height: 18px; }
.btn-primary { background: var(--clay); color: var(--white); box-shadow: 0 16px 34px -14px rgba(188,106,70,0.85); }
.btn-primary:hover { background: var(--clay-dk); transform: translateY(-2px); box-shadow: 0 22px 44px -16px rgba(188,106,70,0.9); }
.btn-outline { background: transparent; color: var(--ink); border-color: rgba(58,42,34,0.22); }
.btn-outline:hover { border-color: var(--clay); color: var(--clay); background: var(--white); }
.btn-dark { background: var(--cocoa); color: var(--white); }
.btn-dark:hover { background: var(--cocoa-2); transform: translateY(-2px); }
.btn-wpp { background: #1FA855; color: var(--white); box-shadow: 0 16px 40px -16px rgba(31,168,85,0.85); }
.btn-wpp:hover { background: #178e46; transform: translateY(-3px); }

/* Prova social do hero */
.hero-trust {
  display: flex; gap: clamp(22px, 4vw, 42px); margin-top: 50px; padding-top: 34px;
  border-top: 1px solid var(--line); animation: fadeUp 0.6s ease 0.4s both;
}
.trust-num { font-family: var(--display); font-size: 30px; font-weight: 700; color: var(--clay); line-height: 1; letter-spacing: -0.5px; }
.trust-label { font-size: 12.5px; color: var(--ink-sf); margin-top: 6px; font-weight: 400; }

/* Retrato do hero — moldura orgânica arredondada + painel blush atrás */
.hero-image { position: relative; z-index: 2; animation: fadeUp 0.8s ease 0.25s both; }
.portrait { position: relative; max-width: 430px; margin: 0 auto; }
.portrait::before {
  content: ''; position: absolute; inset: 22px -20px -22px 22px;
  background: var(--blush); border-radius: 46% 54% 48% 52% / 52% 46% 54% 48%; z-index: 0;
}
.portrait-frame { display: none; }
.portrait-img {
  position: relative; z-index: 1; aspect-ratio: 4/5; overflow: hidden;
  border-radius: 140px 140px 26px 26px; background: var(--sand);
  box-shadow: var(--shadow-lg);
}
.portrait-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

.chip-float {
  position: absolute; z-index: 3; background: var(--white);
  border-radius: 16px; padding: 12px 16px; box-shadow: var(--shadow);
}
.chip-rating { top: 22px; right: -14px; text-align: center; min-width: 96px; }
.chip-rating .stars { color: var(--clay); font-size: 12px; letter-spacing: 1px; }
.chip-rating .num { font-family: var(--display); font-size: 24px; font-weight: 700; color: var(--ink); display: block; line-height: 1.15; }
.chip-rating .src { font-size: 10.5px; color: var(--ink-sf); }
.chip-oab { bottom: 24px; left: -16px; background: var(--clay); color: var(--white); }
.chip-oab b { display: block; font-family: var(--display); font-size: 15px; font-weight: 700; }
.chip-oab span { font-size: 10px; font-weight: 500; letter-spacing: 0.5px; opacity: 0.85; }

@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-actions, .hero-trust { justify-content: flex-start; }
  .hero-image { order: -1; }
  .portrait { max-width: 320px; margin: 0; }
}

/* ── SEÇÕES ────────────────────────────────── */
section { padding: clamp(64px, 8vw, 116px) clamp(24px, 6vw, 80px); position: relative; }
.wrap { max-width: var(--maxw); margin: 0 auto; position: relative; z-index: 1; }
.bg-cream { background: var(--paper); }
.bg-white { background: var(--white); }
.bg-dark  { background: var(--cocoa); border-radius: var(--r-xl); margin: 0 14px; }
@media (max-width: 640px){ .bg-dark { border-radius: var(--r-lg); margin: 0 8px; } }

/* Cabeçalho de seção — ALINHADO À ESQUERDA (menos template) */
.section-header { text-align: left; max-width: 640px; margin: 0 0 54px; }
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: 0; text-transform: none;
  color: var(--clay-dk); background: var(--blush); padding: 6px 15px 6px 12px;
  border-radius: 999px; margin-bottom: 20px;
}
.kicker::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--clay); }
.kicker::after { content: none; }
.bg-dark .kicker { color: var(--blush); background: rgba(255,255,255,0.10); }
.bg-dark .kicker::before { background: var(--clay-sf); }

.title {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(28px, 4vw, 46px); line-height: 1.08;
  letter-spacing: -1px; color: var(--ink);
}
.title em { color: var(--clay); font-style: normal; }
.bg-dark .title { color: var(--white); }
.bg-dark .title em { color: var(--clay-sf); }
.subtitle { font-size: 16px; color: var(--ink-2); max-width: 560px; margin: 16px 0 0; line-height: 1.8; font-weight: 400; }
.bg-dark .subtitle { color: rgba(255,255,255,0.6); }

/* Ícone em círculo blush com traço terracota */
.icon-chip {
  width: 56px; height: 56px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--blush); color: var(--clay); flex-shrink: 0;
}
.icon-chip .ic { width: 26px; height: 26px; }
.bg-dark .icon-chip { background: rgba(255,255,255,0.10); color: var(--clay-sf); }

/* ── CARDS ─────────────────────────────────── */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr)); gap: 22px; }
.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r); padding: 34px 30px; position: relative;
  transition: transform 0.3s, box-shadow 0.3s; overflow: hidden; text-decoration: none; color: inherit;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.bg-white .card { background: var(--paper); }
.card .num { position: absolute; top: 26px; right: 30px; font-family: var(--display); font-size: 30px; font-weight: 700; color: var(--blush-2); line-height: 1; }
.card h3 { font-family: var(--display); font-size: 22px; font-weight: 600; color: var(--ink); margin: 20px 0 10px; letter-spacing: -0.4px; }
.card p { font-size: 14.5px; color: var(--ink-2); line-height: 1.7; }

.card-dark {
  border-radius: var(--r); padding: 32px 28px; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10); transition: background 0.3s, transform 0.3s;
}
.card-dark:hover { background: rgba(255,255,255,0.08); transform: translateY(-4px); }
.card-dark h4 { font-family: var(--display); font-size: 21px; font-weight: 600; color: var(--white); margin: 18px 0 10px; }
.card-dark p { font-size: 14.5px; color: rgba(255,255,255,0.62); line-height: 1.7; }

/* ── SPLIT (imagem + texto) ────────────────── */
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px, 6vw, 74px); align-items: center; max-width: 1060px; margin: 0 auto; }
.split.reverse { grid-template-columns: 1.1fr 0.9fr; }
.split.reverse .split-media { order: 2; }
@media (max-width: 880px) { .split, .split.reverse { grid-template-columns: 1fr; gap: 40px; } .split.reverse .split-media { order: -1; } }

.split-media { position: relative; }
.split-media::before {
  content: ''; position: absolute; inset: 20px -18px -20px 20px;
  background: var(--blush); border-radius: 52% 48% 46% 54% / 48% 52% 48% 52%; z-index: 0;
}
.split-media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top center; border-radius: 120px 120px 24px 24px; box-shadow: var(--shadow); }
.split-media .stamp { position: absolute; right: -14px; bottom: 22px; z-index: 2; background: var(--clay); color: var(--white); padding: 13px 18px; border-radius: 16px; box-shadow: var(--shadow); }
.split-media .stamp b { display: block; font-family: var(--display); font-size: 16px; font-weight: 700; }
.split-media .stamp span { font-size: 10px; font-weight: 500; letter-spacing: 0.4px; opacity: 0.85; }

.split-body h2 { font-family: var(--display); font-weight: 700; font-size: clamp(26px, 3.6vw, 40px); line-height: 1.1; letter-spacing: -0.8px; color: var(--ink); margin-bottom: 20px; }
.split-body h2 em { color: var(--clay); font-style: normal; }
.split-body p { font-size: 15.5px; color: var(--ink-2); line-height: 1.85; margin-bottom: 16px; }

.creds { margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 13px; }
.cred { display: flex; align-items: center; gap: 13px; font-size: 14.5px; color: var(--ink-2); }
.cred .ic { width: 18px; height: 18px; color: var(--clay); flex-shrink: 0; }
.cred b { color: var(--ink); font-weight: 600; }

/* ── LISTAS DE SOLUÇÕES ────────────────────── */
.sol-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 1020px; margin: 0 auto; }
@media (max-width: 760px) { .sol-columns { grid-template-columns: 1fr; } }
.sol-group h3 { font-family: var(--display); font-size: 23px; font-weight: 600; color: var(--ink); margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 13px; letter-spacing: -0.3px; }
.sol-group h3 .icon-chip { width: 46px; height: 46px; }
.sol-group h3 .icon-chip .ic { width: 22px; height: 22px; }
.sol-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.sol-list li { display: flex; align-items: flex-start; gap: 13px; font-size: 14.5px; color: var(--ink-2); line-height: 1.55; padding: 14px 18px; background: var(--white); border-radius: var(--r-sm); border: 1px solid var(--line); transition: transform 0.2s, box-shadow 0.2s; }
.bg-cream .sol-list li { background: var(--white); }
.sol-list li:hover { transform: translateX(4px); box-shadow: var(--shadow-sm); }
.sol-check { width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0; background: var(--blush); color: var(--clay); display: flex; align-items: center; justify-content: center; }
.sol-check .ic { width: 13px; height: 13px; stroke-width: 2.4; }

/* ── PASSOS ────────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 1fr)); gap: 30px; max-width: 1020px; margin: 0 auto; }
.step { text-align: left; }
.step .circle {
  width: 62px; height: 62px; border-radius: 50%; margin-bottom: 20px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 23px; font-weight: 700; color: var(--clay);
  background: var(--blush);
}
.bg-dark .step .circle { background: rgba(255,255,255,0.10); color: var(--clay-sf); }
.step h4 { font-family: var(--display); font-size: 20px; font-weight: 600; color: var(--ink); margin-bottom: 9px; letter-spacing: -0.3px; }
.bg-dark .step h4 { color: var(--white); }
.step p { font-size: 14px; color: var(--ink-2); line-height: 1.65; }
.bg-dark .step p { color: rgba(255,255,255,0.6); }

/* ── DEPOIMENTOS ───────────────────────────── */
.depo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr)); gap: 22px; max-width: 1060px; margin: 0 auto; }
.depo { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 34px 32px; transition: transform 0.25s, box-shadow 0.25s; }
.bg-cream .depo { background: var(--white); }
.depo:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.depo .mark { font-family: var(--display); font-size: 52px; color: var(--blush-2); line-height: 0.6; margin-bottom: 12px; }
.depo .stars { color: var(--clay); font-size: 14px; letter-spacing: 3px; margin-bottom: 16px; }
.depo p { font-size: 15px; color: var(--ink-2); line-height: 1.8; margin-bottom: 24px; }
.depo .who { display: flex; align-items: center; gap: 13px; }
.depo .av { width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; background: var(--blush); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-size: 17px; font-weight: 700; color: var(--clay); }
.depo .nm { font-size: 14.5px; font-weight: 600; color: var(--ink); }
.depo .via { font-size: 12px; color: var(--ink-sf); margin-top: 2px; }

/* ── EQUIPE ────────────────────────────────── */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1120px; margin: 0 auto; }
@media (max-width: 900px) { .team-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .team-grid { grid-template-columns: 1fr; } }
.member { border-radius: var(--r-lg); overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); transition: transform 0.3s, box-shadow 0.3s; }
.member:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.member-photo { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--sand); }
.member-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform 0.6s; }
.member:hover .member-photo img { transform: scale(1.04); }
.member-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(58,42,34,0.78) 0%, rgba(58,42,34,0.05) 46%, transparent 68%); }
.member-tag { position: absolute; top: 16px; left: 16px; z-index: 2; font-size: 11px; font-weight: 600; letter-spacing: 0.2px; color: var(--clay-dk); background: var(--paper); padding: 6px 13px; border-radius: 999px; }
.member-name { position: absolute; bottom: 18px; left: 22px; right: 22px; z-index: 2; }
.member-name h3 { font-family: var(--display); font-size: 24px; font-weight: 700; color: var(--white); line-height: 1.06; letter-spacing: -0.5px; }
.member-name .oab { font-size: 12px; color: rgba(255,255,255,0.75); margin-top: 3px; }
.member-body { padding: 24px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.member-body p { font-size: 14.5px; color: var(--ink-2); line-height: 1.7; margin-bottom: 18px; }
.member-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; }
.member-chips span { font-size: 12px; font-weight: 500; color: var(--clay-dk); background: var(--blush); padding: 5px 12px; border-radius: 999px; }
.member-cta { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--clay); transition: gap 0.2s; }
.member-cta .ic { width: 16px; height: 16px; }
.member:hover .member-cta { gap: 12px; }

/* ── FAIXA DE VALORES ──────────────────────── */
.values-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); gap: 16px; max-width: 1120px; margin: 0 auto; }
.value { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 32px 28px; text-align: left; }
.value .icon-chip { margin-bottom: 16px; }
.value h4 { font-family: var(--display); font-size: 20px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.value p { font-size: 14px; color: var(--ink-2); line-height: 1.6; }

/* ── GALERIA (ambiente) ────────────────────── */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 16px; max-width: 1120px; margin: 0 auto; }
.gallery figure { position: relative; overflow: hidden; border-radius: var(--r); margin: 0; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.gallery figure:hover img { transform: scale(1.05); }
.gallery .tall { grid-row: span 2; }
.gallery .wide { grid-column: span 2; }
@media (max-width: 760px) { .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; } .gallery .wide { grid-column: span 2; } }

/* ── CTA ───────────────────────────────────── */
.cta { background: var(--cocoa); border-radius: var(--r-xl); margin: 0 14px; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; width: 460px; height: 460px; border-radius: 50%; top: -180px; right: -120px; background: radial-gradient(circle, rgba(188,106,70,0.35) 0%, transparent 62%); }
@media (max-width: 640px){ .cta { border-radius: var(--r-lg); margin: 0 8px; } }
.cta-inner { max-width: 720px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.cta .kicker { color: var(--blush); background: rgba(255,255,255,0.10); }
.cta .kicker::before { background: var(--clay-sf); }
.cta h2 { font-family: var(--display); font-weight: 700; font-size: clamp(28px, 5vw, 50px); color: var(--white); line-height: 1.06; letter-spacing: -1px; margin: 18px 0; }
.cta h2 em { color: var(--clay-sf); font-style: normal; }
.cta > .cta-inner > p { font-size: 16px; color: rgba(255,255,255,0.66); line-height: 1.8; margin-bottom: 36px; }
.cta-info { display: flex; justify-content: center; gap: clamp(26px,5vw,50px); margin-top: 50px; flex-wrap: wrap; }
.cta-info .lbl { font-size: 11px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; color: var(--clay-sf); margin-bottom: 7px; }
.cta-info .val { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.6; }
.cta-info .sep { width: 1px; background: rgba(255,255,255,0.14); }
@media (max-width: 560px) { .cta-info .sep { display: none; } }

/* ── FOOTER ────────────────────────────────── */
footer { background: var(--cocoa-2); color: rgba(255,255,255,0.6); position: relative; margin-top: 14px; }
.footer-top { max-width: var(--maxw); margin: 0 auto; padding: 72px clamp(24px,6vw,80px) 46px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; }
@media (max-width: 780px) { .footer-top { grid-template-columns: 1fr; gap: 34px; } }
.footer-brand .fl { font-family: var(--display); font-size: 23px; font-weight: 700; color: var(--white); text-decoration: none; letter-spacing: -0.5px; }
.footer-brand .fl em { color: var(--clay-sf); font-style: normal; }
.footer-brand p { font-size: 14px; line-height: 1.8; margin-top: 16px; max-width: 340px; }
.footer-col h5 { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--clay-sf); margin-bottom: 18px; }
.footer-col a, .footer-col p { display: block; font-size: 14.5px; color: rgba(255,255,255,0.6); text-decoration: none; margin-bottom: 11px; line-height: 1.5; transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.10); max-width: var(--maxw); margin: 0 auto; padding: 22px clamp(24px,6vw,80px); display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.38); line-height: 1.6; }

/* ── FLOAT WHATSAPP ────────────────────────── */
.float-wpp { position: fixed; bottom: 24px; right: 24px; z-index: 200; width: 58px; height: 58px; border-radius: 50%; background: #1FA855; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 12px 30px -6px rgba(31,168,85,0.7); transition: transform 0.25s; animation: pulse 2.6s infinite; }
.float-wpp:hover { transform: scale(1.09); }

/* ── ANIMAÇÕES ─────────────────────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes pulse { 0%,100% { box-shadow: 0 12px 30px -6px rgba(31,168,85,0.6); } 50% { box-shadow: 0 12px 40px -4px rgba(31,168,85,0.85), 0 0 0 12px rgba(31,168,85,0.08); } }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .float-wpp { animation: none; } .hero * { animation: none !important; } }

/* ── POLIMENTO MOBILE (2026-07-06) ─────────── */
/* svh: altura estável — a barra de endereço do celular não faz o hero pular */
@supports (min-height: 100svh) { .hero { min-height: 100svh; } }

@media (max-width: 880px) {
  /* alvo de toque ≥44px no botão do menu */
  .nav-toggle { padding: 12px; margin: -8px; }
}

@media (max-width: 640px) {
  .hero { padding-top: 106px; padding-bottom: 60px; }
  .portrait { max-width: 290px; }
  .hero h1 { font-size: clamp(31px, 9vw, 38px); letter-spacing: -1px; }
  .hero-trust { flex-wrap: wrap; gap: 18px 30px; margin-top: 36px; padding-top: 26px; }

  /* botões em coluna cheia — alcance de polegar */
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn, .cta-inner .btn { width: 100%; justify-content: center; }

  .card { padding: 28px 22px; }
  .depo { padding: 28px 24px; }
  .member-body { padding: 20px 22px 24px; }

  /* selos flutuantes sempre dentro da tela */
  .chip-rating { right: 4px; }
  .chip-oab { left: 0; }
  .split-media .stamp { right: 6px; }

  /* área de toque nos links do rodapé */
  .footer-col a { padding: 6px 0; margin-bottom: 4px; }

  .float-wpp { width: 56px; height: 56px; bottom: 18px; right: 18px; }
}
