/* =========================================================================
   Salmória & Martins — CSS principal
   Leve, sem framework. Mobile-first. Variáveis + componentes.
   ========================================================================= */

/* ---------- Fontes self-hosted (Poppins — fonte oficial da marca) ----------
   Manual da marca: Poppins é a tipografia para todo material de comunicação
   digital. Pesos: 400 (corpo), 600 (UI/subtítulos), 700 (botões), 800 (títulos).
   Subsets latin (cobre acentos do PT-BR) + latin-ext. */
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/poppins-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/poppins-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/poppins-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/poppins-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("../fonts/poppins-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("../fonts/poppins-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 800; font-display: swap;
  src: url("../fonts/poppins-800-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins"; font-style: normal; font-weight: 800; font-display: swap;
  src: url("../fonts/poppins-800-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Tokens (cores oficiais — Manual da Marca) ----------
   Institucionais: azul #003B57 (Seriedade) + cinza #6E7A82 (Solidez).
   Secundárias: #AF997C, #8F7656 (terrosos) e #98A0A1, #767F80 (cinzas). */
:root {
  --navy: #003b57;        /* azul institucional (primária — Seriedade) */
  --navy-2: #002a3f;      /* azul aprofundado (gradiente/hover/links) */
  --slate: #6e7a82;       /* cinza institucional (secundária — Solidez) */
  --ink: #16323f;         /* texto forte (azul-acinzentado escuro) */
  --body: #3a4248;        /* corpo de texto */
  --muted: #6e7a82;       /* texto secundário (= cinza institucional) */
  --line: #e4e7e8;        /* divisórias */
  --bg: #ffffff;
  --bg-soft: #f5f3ef;     /* seção alternada (neutro quente) */
  --bg-blue: #eef4f7;     /* destaque suave (tint do azul) */
  --gold: #af997c;        /* acento principal (secundária terrosa) */
  --gold-dark: #8f7656;   /* acento hover (secundária terrosa escura) */
  --gold-soft: #f1ece4;   /* tint do acento terroso */

  --maxw: 1180px;
  --gap: clamp(1rem, 3vw, 2rem);
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 10px 30px rgba(0, 59, 87, 0.08);
  --shadow-lg: 0 24px 60px rgba(0, 59, 87, 0.12);
  --font: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset enxuto ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
body {
  font-family: var(--font);
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
img { background: var(--bg-soft); }
a { color: var(--navy-2); text-decoration: none; transition: color 0.2s var(--ease); }
a:hover { color: var(--gold-dark); }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; font-weight: 800; letter-spacing: -0.01em; }
h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding-left: 1.25rem; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1rem, 5vw, 2rem); }
.section { padding-block: clamp(3rem, 8vw, 6rem); }
.section--soft { background: var(--bg-soft); }
.section--gold { background: linear-gradient(135deg, #f6efe3 0%, #ecdcc3 100%); }
.section--gold .quote { background: #fff; border-color: transparent; box-shadow: 0 14px 34px rgba(143,118,86,0.16); }
.section--gold .quote .stars { font-size: 1.1rem; }
.section--gold .eyebrow { color: var(--gold-dark); }
.section--navy { background: var(--navy); color: #cdd6db; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section-head { max-width: 720px; margin-bottom: clamp(2rem, 5vw, 3rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold-dark); margin-bottom: 0.75rem;
}
.section--navy .eyebrow { color: var(--gold); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--muted); }

.grid { display: grid; gap: var(--gap); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 880px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-weight: 700; font-size: 0.98rem; line-height: 1;
  padding: 0.85rem 1.5rem; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease), box-shadow 0.2s var(--ease);
  text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn--gold { background: var(--gold); color: #fff; }
.btn--gold:hover { background: var(--gold-dark); color: #fff; box-shadow: var(--shadow); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-2); color: #fff; }
.btn--ghost { background: transparent; border-color: var(--gold); color: var(--gold-dark); }
.btn--ghost:hover { background: var(--gold); color: #fff; }
.section--navy .btn--ghost { border-color: rgba(255,255,255,0.4); color: #fff; }
.section--navy .btn--ghost:hover { background: #fff; color: var(--navy); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; min-height: 76px; padding-block: 0.35rem; }
.site-brand { display: inline-flex; align-items: center; color: var(--navy); flex-shrink: 0; }
.site-brand img { height: 42px; width: auto; max-width: none; display: block; background: none; flex-shrink: 0; }
.site-brand svg { height: 42px; width: auto; display: block; }
.brand-fallback { font-weight: 800; font-size: 1.25rem; color: var(--ink); letter-spacing: -0.01em; }
.brand-fallback span { color: var(--gold-dark); }

.primary-nav { min-width: 0; }
.primary-nav ul { display: flex; align-items: center; justify-content: center; gap: 0.9rem 1.1rem; list-style: none; margin: 0; padding: 0; flex-wrap: nowrap; }
.primary-nav a { color: var(--ink); font-weight: 600; font-size: 0.9rem; position: relative; padding-block: 0.25rem; display: inline-block; white-space: normal; text-align: center; line-height: 1.15; max-width: 7em; }
.primary-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--gold); transition: width 0.25s var(--ease);
}
.primary-nav a:hover::after,
.primary-nav .current-menu-item > a::after { width: 100%; }
.primary-nav .current-menu-item > a { color: var(--gold-dark); }

/* submenu */
.primary-nav .sub-menu {
  position: absolute; top: 100%; left: 0; min-width: 230px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow); padding: 0.5rem; display: none; flex-direction: column; gap: 0;
}
.primary-nav .menu-item-has-children { position: relative; }
.primary-nav .menu-item-has-children:hover > .sub-menu,
.primary-nav .menu-item-has-children:focus-within > .sub-menu { display: flex; }
.primary-nav .sub-menu a { padding: 0.6rem 0.75rem; border-radius: 6px; }
.primary-nav .sub-menu a::after { display: none; }
.primary-nav .sub-menu a:hover { background: var(--bg-soft); }

.header-cta { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.header-cta .phone { font-weight: 700; color: var(--ink); white-space: nowrap; }
@media (max-width: 1040px) { .header-cta .phone { display: none; } }

/* botão menu mobile */
.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer; padding: 0.5rem;
  width: 44px; height: 44px;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 26px; height: 2px; background: var(--ink);
  border-radius: 2px; transition: transform 0.25s var(--ease), opacity 0.2s;
}
.nav-toggle span { position: relative; }
.nav-toggle span::before { position: absolute; top: -8px; }
.nav-toggle span::after { position: absolute; top: 8px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-8px) rotate(-45deg); }

@media (min-width: 981px) {
  .header-cta .btn { white-space: nowrap; }
}

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .primary-nav {
    position: fixed; inset: 72px 0 auto 0; background: #fff;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    max-height: 0; overflow: hidden; transition: max-height 0.3s var(--ease);
  }
  .primary-nav.is-open { max-height: calc(100vh - 72px); overflow-y: auto; }
  .primary-nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: 0.5rem clamp(1rem,5vw,2rem) 1.5rem; }
  .primary-nav li { border-bottom: 1px solid var(--line); }
  .primary-nav a { display: block; padding: 0.9rem 0; max-width: none; text-align: left; }
  .primary-nav .sub-menu { position: static; display: flex; box-shadow: none; border: 0; padding: 0 0 0.5rem 0.75rem; }
  .primary-nav .menu-item-has-children:hover > .sub-menu { display: flex; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; background: var(--navy); color: #d7dee2; overflow: hidden;
  padding-block: clamp(3.5rem, 9vw, 7rem);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(182,154,123,0.22), transparent 60%),
    radial-gradient(600px 400px at 0% 110%, rgba(0,56,88,0.55), transparent 55%);
  pointer-events: none;
}
.hero .container { position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.hero h1 { color: #fff; margin-bottom: 1.25rem; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero p { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: #c3ccd2; max-width: 36ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; margin-top: 2.5rem; }
.hero-badge { display: flex; flex-direction: column; }
.hero-badge b { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--gold); font-weight: 800; line-height: 1; }
.hero-badge span { font-size: 0.85rem; color: #aab6bd; margin-top: 0.3rem; }
.hero-visual {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg);
  aspect-ratio: 1 / 1; background: linear-gradient(160deg, #00557d, #002a3f);
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Cards ---------- */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.25rem, 3vw, 1.75rem); transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
  height: 100%; display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold-soft); }
.card--service { border-top: 3px solid var(--gold); }
.card--service h3 { font-size: 1.1rem; margin-bottom: 0.5rem; color: var(--navy); }
.card--service p { color: var(--muted); font-size: 0.95rem; margin: 0; }
section[id] { scroll-margin-top: 140px; }
.card .icon {
  width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center;
  background: var(--gold-soft); color: var(--gold-dark); margin-bottom: 1rem;
}
.card .icon svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: 0.5rem; }
.card p { color: var(--muted); font-size: 0.98rem; margin-bottom: 1rem; }
.card .card-link { margin-top: auto; font-weight: 700; color: var(--gold-dark); display: inline-flex; align-items: center; gap: 0.35rem; }
.card .card-link::after { content: "→"; transition: transform 0.2s var(--ease); }
.card:hover .card-link::after { transform: translateX(4px); }

/* ---------- Lista de checks ---------- */
.checklist { list-style: none; padding: 0; display: grid; gap: 0.75rem; }
.checklist li { position: relative; padding-left: 2rem; }
.checklist li::before {
  content: "✓"; position: absolute; left: 0; top: 0; width: 1.4rem; height: 1.4rem;
  display: grid; place-items: center; background: var(--gold-soft); color: var(--gold-dark);
  border-radius: 50%; font-size: 0.8rem; font-weight: 800;
}

/* ---------- Split (texto + visual) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.split--reverse .split-media { order: -1; }
@media (max-width: 860px) { .split, .split--reverse { grid-template-columns: 1fr; } .split--reverse .split-media { order: 0; } }
.split-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 5/4; background: var(--bg-soft); }
.split-media--square { aspect-ratio: 1/1; }

/* ---------- Card CTA (preenche o espaço da grade de serviços) ---------- */
.card--cta {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #014765 0%, var(--navy) 55%, var(--navy-2) 100%);
  color: #fff; border: 0;
  display: flex; flex-direction: column; align-items: flex-start;
}
.card--cta::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(360px 200px at 100% 0%, rgba(175,153,124,0.30), transparent 60%);
}
.card--cta > * { position: relative; }
.card--cta h3 { color: #fff; }
.card--cta p { color: #cdd6db; margin-bottom: 1.25rem; }
.card--cta .btn { margin-top: auto; }

/* Botão pequeno + CTA por item de serviço */
.btn--sm { padding: 0.5rem 1.05rem; font-size: 0.82rem; }
.card--service { display: flex; flex-direction: column; }
.card--service > p { margin-bottom: 1.1rem; }
.service-cta { align-self: flex-start; margin-top: auto; }
.split-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }

/* ---------- Faixa CTA ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--navy), var(--navy-2));
  color: #fff; border-radius: var(--radius); padding: clamp(2rem, 5vw, 3.5rem);
  text-align: center; box-shadow: var(--shadow-lg);
}
.cta-band h2 { color: #fff; margin-bottom: 0.75rem; }
.cta-band p { color: #c3ccd2; max-width: 52ch; margin-inline: auto; }
.cta-band .hero-actions { justify-content: center; }

/* ---------- Faixa destaque INSS ---------- */
.inss-band {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #014765 0%, var(--navy) 58%, var(--navy-2) 100%);
  color: #cdd6db; border-radius: 16px; box-shadow: var(--shadow-lg);
  padding: clamp(2rem, 5vw, 3.5rem);
  display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(2rem, 5vw, 3.25rem); align-items: stretch;
}
.inss-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(620px 340px at 96% -30%, rgba(175,153,124,0.30), transparent 60%);
}
.inss-band > * { position: relative; }
.inss-band h2 { color: #fff; margin-bottom: 0.9rem; }
.inss-band p { color: #bcc7ce; max-width: 46ch; margin: 0; }
.inss-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 1.7rem; }
.inss-link { color: #fff; font-weight: 600; display: inline-flex; align-items: center; gap: 0.4rem; border-bottom: 1px solid rgba(255,255,255,0.45); padding-bottom: 2px; }
.inss-link:hover { color: var(--gold); border-color: var(--gold); }
.inss-link::after { content: "→"; font-size: 1.1em; line-height: 1; }
.inss-aside { align-self: center; border-left: 1px solid rgba(255,255,255,0.15); padding-left: clamp(1.5rem, 3vw, 2.5rem); }
.inss-aside .label { display: block; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 1.1rem; }
.inss-points { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.95rem; }
.inss-points li { position: relative; padding-left: 2rem; color: #e8edf0; font-weight: 500; line-height: 1.45; }
.inss-points li::before {
  content: "✓"; position: absolute; left: 0; top: 0.18em;
  width: 1.3rem; height: 1.3rem; border-radius: 50%;
  background: var(--gold); color: var(--navy);
  display: grid; place-items: center; font-size: 0.72rem; font-weight: 800; line-height: 1;
}
@media (max-width: 820px) {
  .inss-band { grid-template-columns: 1fr; }
  .inss-aside { border-left: 0; border-top: 1px solid rgba(255,255,255,0.15); padding-left: 0; padding-top: 1.6rem; }
}

/* ---------- Diferenciais (seção escura) ---------- */
.section--dark {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #012c41 0%, var(--navy) 55%, var(--navy-2) 100%);
  color: #cdd6db;
}
.section--dark::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(700px 360px at 80% -20%, rgba(175,153,124,0.18), transparent 60%);
}
.section--dark > .container { position: relative; }
.section--dark h2 { color: #fff; }
.section--dark h2 em { color: var(--gold); font-style: normal; }
.section--dark .lead { color: #bcc7ce; }
.dif-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(1rem, 2.5vw, 1.5rem); margin-top: clamp(2rem, 4vw, 3rem); }
.dif-card {
  flex: 0 1 330px; background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.10); border-radius: 16px;
  padding: 1.8rem 1.6rem; transition: background 0.2s var(--ease), transform 0.2s var(--ease), border-color 0.2s var(--ease);
}
.dif-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(182,154,123,0.4); transform: translateY(-3px); }
.dif-icon { display: inline-flex; color: var(--gold); margin-bottom: 1.1rem; }
.dif-icon svg { width: 38px; height: 38px; }
.dif-card p { color: #dfe5e9; margin: 0; font-size: 1rem; line-height: 1.55; }
@media (max-width: 520px) { .dif-card { flex-basis: 100%; } }

/* ---------- Steps / numerado ---------- */
.steps { counter-reset: step; display: grid; gap: 1.5rem; }
.step { position: relative; padding-left: 4rem; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  position: absolute; left: 0; top: 0; font-weight: 800; font-size: 1.4rem;
  color: var(--gold); width: 3rem;
}
.step h3 { margin-bottom: 0.35rem; }
.step p { color: var(--muted); margin: 0; }

/* ---------- Depoimentos ---------- */
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem; }
.quote p { font-size: 1.05rem; color: var(--ink); }
.quote .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 0.75rem; }
.quote footer { color: var(--muted); font-size: 0.9rem; font-weight: 700; }
.quote.is-hidden { display: none; }

/* ---------- Botão com ícone (WhatsApp) ---------- */
.btn--wa { display: inline-flex; align-items: center; gap: 0.5rem; }
.wa-icon { flex: 0 0 auto; }

/* ---------- Equipe (página Sobre) ---------- */
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.25rem, 2.5vw, 2rem); }
@media (max-width: 780px) { .team-grid { grid-template-columns: 1fr; } }
.team-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; align-items: stretch; }
.team-card .photo { flex: 0 0 38%; max-width: 240px; background: var(--bg-soft); }
.team-card .photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.team-card .info { padding: 1.35rem 1.45rem; flex: 1; min-width: 0; }
.team-card h3 { font-size: 1.12rem; margin-bottom: 0.15rem; }
.team-card .role { color: var(--gold-dark); font-weight: 700; font-size: 0.82rem; margin-bottom: 0.75rem; }
.team-card .bio { color: var(--body); font-size: 0.88rem; line-height: 1.55; }
@media (max-width: 480px) {
  .team-card { flex-direction: column; }
  .team-card .photo { flex-basis: auto; max-width: none; aspect-ratio: 4 / 3; }
}

/* ---------- FAQ (accordion nativo) ---------- */
.faq details { border-bottom: 1px solid var(--line); padding: 1rem 0; }
.faq summary {
  cursor: pointer; font-weight: 700; color: var(--ink); list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: 1.05rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold-dark); font-size: 1.5rem; transition: transform 0.2s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin-top: 0.75rem; color: var(--muted); }

/* ---------- Blog ---------- */
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card .thumb { aspect-ratio: 16/10; overflow: hidden; background: var(--bg-soft); }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s var(--ease); }
.post-card:hover .thumb img { transform: scale(1.04); }
.post-card .body { padding: 1.25rem 1.35rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.post-meta { font-size: 0.8rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.5rem; }
.post-card h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--gold-dark); }
.post-card .excerpt { color: var(--muted); font-size: 0.95rem; margin-bottom: 1rem; }
.post-card .card-link { margin-top: auto; font-weight: 700; color: var(--gold-dark); }

/* ---------- Blog: busca no topo ---------- */
.blog-search {
  position: relative; display: flex; align-items: center; gap: 0.6rem;
  max-width: 640px; margin: 0 auto clamp(2rem, 4vw, 3rem);
}
.blog-search__icon { position: absolute; left: 1.1rem; top: 50%; transform: translateY(-50%); color: var(--muted); display: flex; pointer-events: none; }
.blog-search__icon svg { width: 20px; height: 20px; }
.blog-search input {
  flex: 1; min-width: 0; font: inherit;
  padding: 0.95rem 1.2rem 0.95rem 2.9rem;
  border: 1px solid var(--line); border-radius: 999px; background: #fff;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.blog-search input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(175,153,124,0.25); }
.blog-search .btn { border-radius: 999px; flex-shrink: 0; }
@media (max-width: 520px) { .blog-search .btn { padding-inline: 1.1rem; } }

/* ---------- Blog: CTA no meio da grade ---------- */
.blog-cta {
  grid-column: 1 / -1;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem;
  background: linear-gradient(135deg, #014765 0%, var(--navy) 55%, var(--navy-2) 100%);
  color: #fff; border-radius: 16px; padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: var(--shadow-lg);
}
.blog-cta__text { flex: 1 1 320px; }
.blog-cta h3 { color: #fff; margin-bottom: 0.35rem; }
.blog-cta p { color: #cdd6db; margin: 0; }
.blog-cta .btn { flex-shrink: 0; }

/* ---------- Blog: carregar mais / scroll infinito ---------- */
.blog-loadmore { text-align: center; margin-top: clamp(2rem, 4vw, 3rem); }
.blog-loadmore.is-hidden { display: none; }
#load-more-btn[disabled] { opacity: 0.7; cursor: default; }

/* artigo único */
.entry { max-width: 760px; margin-inline: auto; }
.entry-header { margin-bottom: 2rem; }
.entry-header .post-meta { margin-bottom: 1rem; }
.entry-featured { border-radius: var(--radius); overflow: hidden; margin-bottom: 2rem; box-shadow: var(--shadow); }
.entry-content h2 { margin: 2rem 0 0.75rem; }
.entry-content h3 { margin: 1.5rem 0 0.5rem; }
.entry-content p, .entry-content ul, .entry-content ol { margin-bottom: 1.1rem; }
.entry-content img { border-radius: var(--radius-sm); margin-block: 1.5rem; }
.entry-content blockquote {
  border-left: 4px solid var(--gold); padding: 0.5rem 0 0.5rem 1.25rem; margin: 1.5rem 0;
  color: var(--ink); font-style: italic; background: var(--bg-soft); border-radius: 0 8px 8px 0;
}
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }

/* paginação */
.pagination { display: flex; gap: 0.5rem; flex-wrap: wrap; justify-content: center; margin-top: 3rem; }
.pagination .page-numbers {
  min-width: 44px; height: 44px; display: grid; place-items: center; padding-inline: 0.75rem;
  border: 1px solid var(--line); border-radius: 8px; color: var(--ink); font-weight: 700;
}
.pagination .page-numbers.current { background: var(--navy); color: #fff; border-color: var(--navy); }
.pagination .page-numbers:hover { border-color: var(--gold); color: var(--gold-dark); }

/* sidebar / widgets */
.blog-layout { display: grid; grid-template-columns: 1fr 300px; gap: clamp(2rem, 4vw, 3rem); align-items: start; }
@media (max-width: 900px) { .blog-layout { grid-template-columns: 1fr; } }
.widget { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; margin-bottom: 1.5rem; }
.widget h3 { font-size: 1.1rem; margin-bottom: 1rem; }
.widget ul { list-style: none; padding: 0; display: grid; gap: 0.6rem; }
.widget a { color: var(--body); }
.widget a:hover { color: var(--gold-dark); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #aeb9bf; padding-block: clamp(3rem, 6vw, 4.5rem) 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.5rem; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 1rem; letter-spacing: 0.02em; }
.site-footer a { color: #aeb9bf; }
.site-footer a:hover { color: var(--gold); }
.footer-brand img { height: 44px; margin-bottom: 1rem; background: none; filter: brightness(0) invert(1); }
.footer-brand .site-brand { color: #fff; margin-bottom: 1rem; }
.footer-brand svg { height: 44px; width: auto; display: block; }
.footer-brand p { font-size: 0.95rem; max-width: 34ch; }
.footer-list { list-style: none; padding: 0; display: grid; gap: 0.6rem; }
.footer-contact li { display: flex; gap: 0.6rem; align-items: flex-start; margin-bottom: 0.75rem; font-size: 0.95rem; }
.footer-contact svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 2.5rem; padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.75rem; font-size: 0.85rem; color: #8a969c; }

/* ---------- WhatsApp flutuante ---------- */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%; background: #25d366;
  display: grid; place-items: center; box-shadow: 0 8px 24px rgba(37,211,102,0.45);
  transition: transform 0.2s var(--ease);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; color: #fff; }

/* ---------- Page hero (cabeçalho interno) ---------- */
.page-hero { background: var(--navy); color: #cdd6db; padding-block: clamp(2.5rem, 6vw, 4.5rem); position: relative; overflow: hidden; }
.page-hero::before { content:""; position:absolute; inset:0; background: radial-gradient(700px 360px at 90% -20%, rgba(182,154,123,0.18), transparent 60%); }
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; margin-bottom: 0.75rem; }
.page-hero p { color: #b9c3c9; max-width: 60ch; }
.breadcrumbs { font-size: 0.85rem; color: #8fa0a8; margin-bottom: 1rem; }
.breadcrumbs a { color: var(--gold); }

/* ---------- Utilitários ---------- */
.text-center { text-align: center; }
.mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; } .mt-4 { margin-top: 2rem; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--gold); color: #fff; padding: 0.75rem 1rem; border-radius: 0 0 8px 0; z-index: 200; }
.skip-link:focus { left: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
