/* ============================================================
   QUEIROZ BENEFÍCIOS — Estilos Globais
   Paleta da marca: verde-petróleo + verde-menta + creme
   ============================================================ */

:root {
  /* Cores da marca */
  --brand: #3D7468;          /* verde-petróleo do logo */
  --brand-dark: #2E5A50;     /* hover/contraste */
  --brand-darker: #1F3D36;   /* texto sobre verde-menta */
  --mint: #C9DDD0;           /* verde-menta claro (capa) */
  --mint-soft: #E4EFE7;      /* menta ainda mais claro p/ fundos */
  --cream: #FBF9F4;          /* base creme */
  --paper: #FFFFFF;
  --ink: #1A2A26;            /* texto principal */
  --ink-soft: #4F5F5B;       /* texto secundário */
  --line: #E0E6E2;
  --gold: #C9A24E;           /* acento sutil */
  --whatsapp: #25D366;

  /* Tipografia */
  --font-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

  /* Espaçamento */
  --container: 1200px;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 2px rgba(31, 61, 54, 0.04), 0 2px 8px rgba(31, 61, 54, 0.04);
  --shadow-md: 0 4px 12px rgba(31, 61, 54, 0.08), 0 12px 32px rgba(31, 61, 54, 0.06);
  --shadow-lg: 0 8px 24px rgba(31, 61, 54, 0.10), 0 24px 56px rgba(31, 61, 54, 0.08);
}

/* Consórcio + NR-1 estilos específicos ----------------------------------- */
.howit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 2.5rem; }
@media (max-width: 980px) { .howit-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .howit-grid { grid-template-columns: 1fr; } }
.howit-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.howit-num { font-family: var(--font-serif); font-size: 2rem; color: var(--brand); margin-bottom: 0.6rem; line-height: 1; }
.howit-card h3 { font-size: 1.2rem; margin: 0 0 8px; }
.howit-card p { font-size: 0.93rem; color: var(--ink-soft); margin: 0; }

.compare { margin-top: 3rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; }
.compare-title { text-align: center; font-size: 1.4rem; margin-bottom: 1.5rem; }
.compare-title span { color: var(--ink-soft); font-weight: 400; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 720px) { .compare-grid { grid-template-columns: 1fr; } }
.compare-col { padding: 24px; border-radius: var(--radius); }
.compare-col ul { padding-left: 0; list-style: none; margin: 12px 0 0; }
.compare-col li { padding: 8px 0 8px 26px; position: relative; font-size: 0.95rem; }
.compare-col li::before { position: absolute; left: 0; top: 8px; font-weight: 700; }
.compare-good { background: var(--mint-soft); }
.compare-good .compare-tag { color: var(--brand); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.78rem; }
.compare-good li::before { content: "✓"; color: var(--brand); }
.compare-bad { background: #FAF6F1; }
.compare-bad .compare-tag { color: #B45309; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.78rem; }
.compare-bad li::before { content: "×"; color: #B45309; }

.persona-grid { display: grid; grid-template-columns: 1.2fr 0.9fr; gap: 56px; align-items: center; }
.persona-grid-reverse { grid-template-columns: 0.9fr 1.2fr; }
.persona-grid-reverse .persona-text { order: 2; }
.persona-grid-reverse .persona-aside { order: 1; }
@media (max-width: 900px) { .persona-grid, .persona-grid-reverse { grid-template-columns: 1fr; gap: 36px; } .persona-grid-reverse .persona-text, .persona-grid-reverse .persona-aside { order: initial; } }
.persona-title em { font-style: italic; color: var(--brand); font-weight: 400; }
.persona-bullets { list-style: none; padding: 0; margin: 1.6rem 0; }
.persona-bullets li { display: flex; gap: 14px; padding: 10px 0; }
.persona-bullets .bullet-num { color: var(--brand); font-weight: 700; flex-shrink: 0; }
.persona-aside .aside-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-md); }
.aside-card-eyebrow { color: var(--brand); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.75rem; margin-bottom: 0.6rem; }
.aside-card-num { font-family: var(--font-serif); font-size: 2.2rem; color: var(--brand-darker); line-height: 1; margin-bottom: 0.3rem; }
.aside-card-label { color: var(--ink-soft); font-size: 0.9rem; margin-bottom: 1rem; }
.aside-list { display: grid; gap: 10px; margin: 0; }
.aside-list > div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 0.9rem; }
.aside-list dt, .aside-list dd { margin: 0; }
.aside-list dt { color: var(--ink-soft); }
.aside-list dd { color: var(--brand-darker); font-weight: 600; text-align: right; }
.aside-foot { font-size: 0.78rem; color: var(--ink-soft); margin-top: 14px; }
.aside-stack { display: grid; gap: 8px; }
.aside-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 0.95rem; }
.aside-row strong { color: var(--brand-darker); }
.aside-row-sale { color: var(--brand); border-top: 1px dashed var(--line); padding-top: 12px; }
.aside-row-highlight { background: var(--mint-soft); padding: 12px; border-radius: 8px; margin-top: 6px; font-weight: 700; }
.aside-divider { height: 1px; background: var(--line); margin: 4px 0; }

.dual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
@media (max-width: 820px) { .dual-grid { grid-template-columns: 1fr; } }
.dual-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; }
.dual-title { font-size: 1.6rem; margin: 0.5rem 0; }
.dual-title em { font-style: italic; color: var(--brand); font-weight: 400; }
.dual-list { list-style: none; padding: 0; margin: 1rem 0 1.5rem; }
.dual-list li { padding: 6px 0; color: var(--ink-soft); }
.dual-list span { color: var(--brand); margin-right: 8px; }

.simulator { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; box-shadow: var(--shadow-md); margin-top: 2rem; }
@media (max-width: 820px) { .simulator { grid-template-columns: 1fr; } }
.sim-form { display: grid; gap: 18px; }
.sim-field label { display: block; font-size: 0.83rem; font-weight: 600; color: var(--brand-darker); margin-bottom: 6px; letter-spacing: 0.02em; }
.sim-field select, .sim-field input[type=number] { width: 100%; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 10px; background: var(--paper); }
.sim-input-prefix { display: flex; align-items: center; border: 1.5px solid var(--line); border-radius: 10px; background: var(--paper); overflow: hidden; }
.sim-input-prefix span { padding: 0 12px; color: var(--ink-soft); font-weight: 600; }
.sim-input-prefix input { border: 0; padding: 13px 12px; flex: 1; }
.sim-input-prefix input:focus { outline: 0; }
.sim-field input[type=range] { width: 100%; margin-top: 10px; accent-color: var(--brand); }
.sim-range-labels { display: flex; justify-content: space-between; font-size: 0.78rem; color: var(--ink-soft); margin-top: 4px; }
.sim-result { background: var(--brand); color: white; border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.sim-result h3, .sim-result .sim-result-label { color: rgba(255,255,255,0.85); font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; }
.sim-result-header { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.sim-result-value { font-family: var(--font-serif); font-size: 2.6rem; line-height: 1.1; color: white; }
.sim-result-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.18); }
.sim-result-detail > div { display: flex; flex-direction: column; gap: 2px; font-size: 0.85rem; }
.sim-result-detail span { color: rgba(255,255,255,0.7); }
.sim-result-detail strong { color: white; font-weight: 600; }
.sim-toggle { display: inline-flex; align-items: center; gap: 8px; font-size: 0.85rem; color: rgba(255,255,255,0.85); cursor: pointer; }
.sim-toggle input { accent-color: white; }
.sim-disclaimer { font-size: 0.75rem; color: rgba(255,255,255,0.7); margin: 4px 0 0; }
.sim-result .btn-primary { background: white; color: var(--brand); }
.sim-result .btn-primary:hover { background: var(--mint); color: var(--brand-darker); }

/* NR-1 específicos */
.checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
@media (max-width: 540px) { .checkbox-grid { grid-template-columns: 1fr; } }
.check-pill { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1.5px solid var(--line); border-radius: 10px; background: var(--paper); cursor: pointer; transition: all .15s ease; font-size: 0.92rem; }
.check-pill:hover { border-color: var(--brand); background: var(--mint-soft); }
.check-pill input { accent-color: var(--brand); }
.check-pill:has(input:checked) { border-color: var(--brand); background: var(--mint-soft); color: var(--brand-darker); font-weight: 600; }

.diagnostic-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 2.5rem; counter-reset: step; }
@media (max-width: 980px) { .diagnostic-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .diagnostic-steps { grid-template-columns: 1fr; } }
.diag-step { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; counter-increment: step; position: relative; }
.diag-step::before { content: "0" counter(step); display: block; font-family: var(--font-serif); font-size: 1.6rem; color: var(--brand); margin-bottom: 0.5rem; }
.diag-step h4 { margin: 0 0 6px; font-size: 1.05rem; }
.diag-step p { font-size: 0.92rem; color: var(--ink-soft); margin: 0; }

.alert-card { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); color: white; border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-lg); }
.alert-card h3 { color: white; }
.alert-card p { color: rgba(255,255,255,0.92); }

/* Reset essencial ----------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--brand-dark); }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
input, textarea, select { font-family: inherit; font-size: inherit; }

/* Tipografia ---------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--brand-darker);
  text-wrap: balance;
  margin: 0 0 0.5em;
  line-height: 1.15;
  font-variation-settings: "SOFT" 50, "WONK" 0;
}
h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.55rem); }
h4 { font-size: 1.1rem; font-family: var(--font-sans); font-weight: 600; letter-spacing: 0; }

p { margin: 0 0 1em; text-wrap: pretty; }
p.lead { font-size: 1.15rem; color: var(--ink-soft); }
strong { font-weight: 600; color: var(--ink); }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 0.7rem;
}

/* Layout -------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
section { padding: clamp(64px, 9vw, 110px) 0; }
section.tight { padding: clamp(40px, 6vw, 70px) 0; }
section.bg-mint { background: var(--mint-soft); }
section.bg-brand { background: var(--brand); color: var(--mint-soft); }
section.bg-brand h1, section.bg-brand h2, section.bg-brand h3 { color: white; }
section.bg-paper { background: var(--paper); }

/* Botões -------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--brand); color: white; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--brand-dark); color: white; box-shadow: var(--shadow-md); }
.btn-whatsapp { background: var(--whatsapp); color: white; box-shadow: var(--shadow-sm); }
.btn-whatsapp:hover { background: #1DB955; color: white; box-shadow: var(--shadow-md); }
.btn-outline { background: transparent; color: var(--brand); border-color: var(--brand); }
.btn-outline:hover { background: var(--brand); color: white; }
.btn-ghost { color: var(--brand); padding: 10px 14px; }
.btn-ghost:hover { color: var(--brand-dark); }
.btn-lg { padding: 18px 34px; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* Header / Nav -------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 249, 244, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 24px;
}
.site-logo img { height: 44px; width: auto; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-nav a {
  color: var(--ink);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 8px 14px;
  border-radius: 8px;
  transition: background .2s ease, color .2s ease;
}
.site-nav a:hover { background: var(--mint-soft); color: var(--brand-dark); }
.site-nav a.active { color: var(--brand); }
.site-nav .btn { margin-left: 8px; padding: 10px 20px; font-size: 0.9rem; }

/* Dropdown produtos */
.has-dropdown { position: relative; }
.dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 12px;
  min-width: 280px;
  display: grid;
  gap: 2px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.dropdown a {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.92rem;
  color: var(--ink);
}
.dropdown a:hover { background: var(--mint-soft); color: var(--brand-dark); }

/* Menu mobile */
.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  border-radius: 8px;
  color: var(--brand-darker);
}
.nav-toggle:hover { background: var(--mint-soft); }
.nav-toggle svg { width: 28px; height: 28px; }

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: fixed;
    inset: 64px 0 0 0;
    flex-direction: column;
    align-items: stretch;
    background: var(--cream);
    padding: 24px;
    gap: 4px;
    overflow-y: auto;
    z-index: 50;
    display: none !important;
  }
  .site-nav.open {
    display: flex !important;
  }
  .site-nav a { padding: 14px 16px; font-size: 1.05rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .site-nav .btn { margin: 16px 0 0; padding: 14px 22px; }
  .dropdown { position: static; opacity: 1; pointer-events: auto; transform: none; box-shadow: none; border: 0; padding: 0 0 0 16px; min-width: 0; background: transparent; }
}

/* Hero ---------------------------------------------------------------- */
.hero {
  position: relative;
  padding: clamp(40px, 7vw, 90px) 0 clamp(60px, 9vw, 110px);
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 100% 0%, rgba(201, 221, 208, 0.55), transparent 70%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(201, 221, 208, 0.4), transparent 60%);
  z-index: 0;
}
.hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero-copy h1 .accent {
  color: var(--brand);
  font-style: italic;
  font-weight: 400;
}
.hero-copy .lead { max-width: 52ch; margin-top: 1.2rem; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2rem;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 2.4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.hero-trust-item { display: flex; align-items: center; gap: 12px; }
.hero-trust-item .num {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--brand);
  line-height: 1;
}
.hero-trust-item .lbl { font-size: 0.85rem; color: var(--ink-soft); line-height: 1.3; }

@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; gap: 40px; }
}

/* Card cotação no hero */
.quote-card {
  background: var(--paper);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 32px;
  border: 1px solid var(--line);
}
.quote-card h3 { font-size: 1.4rem; margin-bottom: 0.3rem; }
.quote-card .sub { color: var(--ink-soft); font-size: 0.95rem; margin-bottom: 1.2rem; }

/* Formulários --------------------------------------------------------- */
.form-grid { display: grid; gap: 14px; }
.field label {
  display: block;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--brand-darker);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(61, 116, 104, 0.12);
}
.field textarea { min-height: 90px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 540px) { .form-row { grid-template-columns: 1fr; } }
.form-note { font-size: 0.78rem; color: var(--ink-soft); margin-top: 6px; }

/* Produtos grid ------------------------------------------------------- */
.atendemos-grid { grid-template-columns: repeat(4, 1fr) !important; }
@media (max-width: 900px) { .atendemos-grid { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 480px) { .atendemos-grid { grid-template-columns: 1fr !important; } }

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 2.5rem;
}
.products-grid.row-2 {
  grid-template-columns: repeat(5, 1fr);
  margin-top: 20px;
}
@media (max-width: 1100px) {
  .products-grid, .products-grid.row-2 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 780px) {
  .products-grid, .products-grid.row-2 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .products-grid, .products-grid.row-2 { grid-template-columns: 1fr; }
}

.product-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  min-height: 220px;
}
.product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--brand);
}
.product-card .icon {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  background: var(--mint-soft);
  border-radius: 12px;
  color: var(--brand);
}
.product-card .icon svg { width: 30px; height: 30px; }
.product-card h3 { font-size: 1.2rem; margin: 0; color: var(--brand-darker); }
.product-card p { font-size: 0.93rem; color: var(--ink-soft); margin: 0; flex: 1; }
.product-card .arrow {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--brand);
  font-weight: 600;
  font-size: 0.9rem;
}
.product-card:hover .arrow { gap: 10px; }
.product-card.featured { background: var(--brand); color: var(--mint-soft); border-color: var(--brand); }
.product-card.featured h3 { color: white; }
.product-card.featured p { color: rgba(255,255,255,0.85); }
.product-card.featured .icon { background: rgba(255,255,255,0.12); color: white; }
.product-card.featured .arrow { color: white; }

/* Diferenciais -------------------------------------------------------- */
.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 2.5rem;
}
@media (max-width: 720px) { .feature-list { grid-template-columns: 1fr; } }
.feature {
  display: flex; gap: 18px;
  padding: 24px;
  background: var(--paper);
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.feature .icon {
  width: 44px; height: 44px;
  flex-shrink: 0;
  background: var(--mint);
  color: var(--brand-darker);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.feature h4 { margin: 0 0 6px; }
.feature p { margin: 0; font-size: 0.93rem; color: var(--ink-soft); }

/* Sobre/CEO ----------------------------------------------------------- */
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 36px; } }
.about-photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--mint);
  aspect-ratio: 3/4;
  box-shadow: var(--shadow-lg);
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.about-signature {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--brand);
  margin-top: 1.2rem;
  font-size: 1.1rem;
}

/* Depoimentos --------------------------------------------------------- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2.5rem;
}
@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; } }
.review {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.review .stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 10px; }
.review blockquote {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--ink);
  margin: 0 0 18px;
  flex: 1;
  text-wrap: pretty;
}
.review-author {
  display: flex; align-items: center; gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.review-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--mint);
  display: flex; align-items: center; justify-content: center;
  color: var(--brand-darker);
  font-weight: 700;
  font-size: 0.95rem;
}
.review-name { font-weight: 600; color: var(--ink); font-size: 0.95rem; }
.review-meta { font-size: 0.8rem; color: var(--ink-soft); }
.google-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.85rem; color: var(--ink-soft);
}

/* CTA section --------------------------------------------------------- */
.cta-band {
  background: var(--brand);
  color: white;
  border-radius: var(--radius-lg);
  padding: clamp(40px, 6vw, 70px);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 800px) { .cta-band { grid-template-columns: 1fr; text-align: center; } }
.cta-band h2 { color: white; margin: 0 0 0.5em; }
.cta-band p { margin: 0; opacity: 0.92; }
.cta-band .actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width: 800px) { .cta-band .actions { justify-content: center; } }
.cta-band .btn-primary { background: white; color: var(--brand-dark); }
.cta-band .btn-primary:hover { background: var(--cream); }

/* Page header (subpages) --------------------------------------------- */
.page-header {
  background: linear-gradient(135deg, var(--mint-soft) 0%, var(--mint) 100%);
  padding: clamp(60px, 8vw, 100px) 0 clamp(50px, 6vw, 70px);
}
.breadcrumbs {
  display: flex; gap: 8px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin-bottom: 1.4rem;
  flex-wrap: wrap;
}
.breadcrumbs a { color: var(--ink-soft); }
.breadcrumbs a:hover { color: var(--brand); }
.breadcrumbs .sep { opacity: 0.5; }
.breadcrumbs .current { color: var(--brand-darker); font-weight: 500; }

/* Conteúdo de páginas (artigos/produtos) ----------------------------- */
.prose {
  max-width: 72ch;
  font-size: 1.05rem;
  line-height: 1.7;
}
.prose h2 { font-size: 1.8rem; margin-top: 2.4em; margin-bottom: 0.6em; }
.prose h3 { font-size: 1.3rem; margin-top: 1.8em; margin-bottom: 0.4em; font-family: var(--font-sans); font-weight: 700; color: var(--brand-darker); }
.prose p { margin-bottom: 1.2em; }
.prose ul, .prose ol { margin: 0 0 1.4em; padding-left: 1.4em; }
.prose ul li { margin-bottom: 0.5em; }
.prose blockquote {
  border-left: 4px solid var(--brand);
  padding: 4px 0 4px 20px;
  margin: 1.5em 0;
  font-style: italic;
  color: var(--ink-soft);
  font-family: var(--font-serif);
  font-size: 1.15rem;
}
.prose strong { color: var(--brand-darker); }
.prose a { text-decoration: underline; text-underline-offset: 3px; }

.content-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 60px;
  align-items: start;
}
@media (max-width: 980px) { .content-layout { grid-template-columns: 1fr; } }
.sidebar { position: sticky; top: 90px; }
.sidebar-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 16px;
}
.sidebar-card h4 { font-size: 1rem; margin-bottom: 12px; color: var(--brand-darker); }

/* FAQ ----------------------------------------------------------------- */
.faq { max-width: 820px; margin: 2rem auto 0; }
.faq details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color .2s ease;
}
.faq details[open] { border-color: var(--brand); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 600;
  color: var(--brand-darker);
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--brand);
  font-weight: 300;
  transition: transform .2s ease;
  flex-shrink: 0;
}
.faq details[open] summary::after { content: "−"; }
.faq .answer {
  padding: 0 24px 20px;
  color: var(--ink-soft);
  line-height: 1.65;
}

/* Logos seguradoras (faixa) ------------------------------------------ */
.partners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px;
  margin-top: 2.2rem;
}
.partner-chip {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px 16px;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--brand-darker);
  transition: border-color .2s ease;
}
.partner-chip:hover { border-color: var(--brand); }

/* Footer -------------------------------------------------------------- */
.site-footer {
  background: var(--brand-darker);
  color: rgba(255,255,255,0.78);
  padding: 70px 0 30px;
  font-size: 0.92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h5 {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: white;
  margin: 0 0 18px;
  font-weight: 600;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: rgba(255,255,255,0.78); }
.site-footer a:hover { color: white; }
.site-footer .logo-block img {
  height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 16px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
}
.social-row { display: flex; gap: 10px; }
.social-row a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  transition: background .2s ease;
}
.social-row a:hover { background: rgba(255,255,255,0.18); }
.social-row svg { width: 18px; height: 18px; }

/* WhatsApp flutuante -------------------------------------------------- */
.wa-float {
  position: fixed;
  bottom: 22px; right: 22px;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: white;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  z-index: 100;
  transition: transform .2s ease, box-shadow .2s ease;
  animation: wa-pulse 2.4s ease-in-out infinite;
}
.wa-float:hover { transform: scale(1.06); color: white; }
.wa-float svg { width: 32px; height: 32px; }
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4); }
  50% { box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4), 0 0 0 12px rgba(37, 211, 102, 0.0); }
}

/* Utilitários --------------------------------------------------------- */
.center { text-align: center; }
.text-balance { text-wrap: balance; }
.section-head { max-width: 720px; margin: 0 auto 0; text-align: center; }
.section-head.left { text-align: left; margin-left: 0; }
.section-head h2 { margin-bottom: 0.5em; }
.divider { height: 1px; background: var(--line); margin: 0; border: 0; }
.muted { color: var(--ink-soft); }
.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;
}

/* Anti-flash de fontes */
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4 { opacity: 0; }
