/* ═══════════════════════════════════════════════════════════
   CARTÃO SAÚDE EASY — Landing Page
   Montserrat · Azul #0044a3 · Laranja #ff8400 · Branco
   --primary:    #ff8400  (laranja - botões CTA)
   --secondary:  #063199  (azul escuro - headings)
   --header-bg:  #0044a3  (azul médio - header/hero)
═══════════════════════════════════════════════════════════ */

/* Montserrat — local fonts */
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../_shared/fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../_shared/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../_shared/fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../_shared/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.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;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../_shared/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.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;
}
/* latin-ext italic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../_shared/fonts/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.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;
}
/* latin italic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../_shared/fonts/JTUQjIg1_i6t8kCHKm459WxRyS7m.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;
}

/* ── Variables ──────────────────────────────────────────── */
:root {
  --primary:      #ff8400;
  --primary-dark: #cc6a00;
  --primary-light: #fff3e0;
  --secondary:    #063199;
  --secondary-dark: #04247a;
  --header-bg:    #0044a3;
  --accent:       #ffb900;
  --dark:         #111827;
  --text:         #111827;
  --text-soft:    #6B7280;
  --bg:           #FFFFFF;
  --bg-alt:       #F9FAFB;
  --border:       #E5E7EB;
  --header-h:     72px;
  --radius:       14px;
  --radius-sm:    8px;
  --shadow-sm:    0 1px 3px rgba(0,0,0,.08);
  --shadow-md:    0 4px 20px rgba(0,0,0,.08);
  --shadow-lg:    0 20px 60px rgba(0,0,0,.12);
  --t:            all .28s ease;
  --max-w:        1200px;
}

/* ── Reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { font-size: 16px; scroll-behavior: smooth; }
body  { font-family: 'Montserrat', sans-serif; color: var(--text); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img   { display: block; max-width: 100%; height: auto; }
a     { text-decoration: none; color: inherit; }
ul    { list-style: none; }
button{ cursor: pointer; font-family: inherit; border: none; background: none; }

/* ── Container / Layout ────────────────────────────────── */
.container { width: 100%; max-width: var(--max-w); margin-inline: auto; padding-inline: 28px; }

.section     { padding-block: 80px; background: var(--bg); }
.section-alt { background: var(--bg-alt); }
.section-dark{ background: var(--header-bg); }

section[id]  { scroll-margin-top: calc(var(--header-h) + 8px); }

.grid-2 {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* Section header */
.section-header { text-align: center; margin-bottom: 52px; }

.section-label {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary-dark);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.section-title {
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 14px;
}
.section-subtitle { font-size: .98rem; color: var(--text-soft); max-width: 580px; margin-inline: auto; line-height: 1.75; }

/* Dark variants */
.section-label-dark { display: inline-block; background: rgba(255,132,0,.25); color: #ffb347; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 14px; }
.section-title-dark { font-size: clamp(1.55rem, 3vw, 2.1rem); font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 14px; }
.section-subtitle-dark { font-size: .98rem; color: rgba(255,255,255,.75); max-width: 580px; margin-inline: auto; line-height: 1.75; }

/* ── Scroll animation ──────────────────────────────────── */
.animate-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .55s ease, transform .55s ease;
}
.animate-in.visible { opacity: 1; transform: none; }

/* ── Buttons ────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  transition: var(--t);
  white-space: nowrap;
}
.btn i { width: 17px; height: 17px; }

.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 4px 16px rgba(255,132,0,.3);
}
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,132,0,.35); }

.btn-header {
  background: #fff;
  color: var(--header-bg);
  padding: 10px 20px;
  font-size: .82rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 2px 12px rgba(0,0,0,.12);
  transition: var(--t);
}
.btn-header i { width: 15px; height: 15px; }
.btn-header:hover { background: rgba(255,255,255,.9); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,0,0,.15); }

.btn-hero-ghost {
  background: rgba(255,255,255,.15);
  color: #fff;
  border: 2px solid rgba(255,255,255,.6);
  padding: 14px 28px;
  border-radius: 50px;
  font-size: .9rem;
  font-weight: 700;
  transition: var(--t);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-hero-ghost i { width: 17px; height: 17px; }
.btn-hero-ghost:hover { background: rgba(255,255,255,.25); border-color: #fff; }

.btn-sm { padding: 11px 22px; font-size: .84rem; }

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 16px 36px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 6px 24px rgba(37,211,102,.4);
  transition: var(--t);
}
.btn-whatsapp:hover { background: #1ebe5c; transform: translateY(-2px); }

/* ── HEADER ─────────────────────────────────────────────── */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  background: var(--header-bg);
  transition: box-shadow .3s;
}
.header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.25); }

.page-home .header { position: fixed; inset: 0 0 auto; }

.nav { display: flex; align-items: center; height: var(--header-h); gap: 0; }
.nav-logo { flex-shrink: 0; margin-right: auto; }
.nav-logo img { height: 40px; width: auto; }

.nav-menu { display: flex; align-items: center; gap: 2px; margin-right: 20px; }
.nav-link { font-size: .80rem; font-weight: 600; color: rgba(255,255,255,.85); padding: 6px 10px; border-radius: 7px; transition: var(--t); }
.nav-link:hover, .nav-link-active { color: #fff; background: rgba(255,255,255,.15); }

.menu-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: 8px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: var(--t); }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── HERO ────────────────────────────────────────────────── */
.hero {
  background: var(--header-bg);
  padding-block: 100px;
  text-align: center;
}
.page-home .hero { padding-top: calc(var(--header-h) + 80px); }

.hero-content { max-width: 760px; margin-inline: auto; }

.hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hero h1 strong { font-weight: 800; color: var(--accent); }

.hero-subtitle {
  font-size: clamp(.95rem, 2vw, 1.05rem);
  color: rgba(255,255,255,.88);
  margin-bottom: 36px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.hero-legal {
  font-size: .75rem;
  color: rgba(255,255,255,.6);
  max-width: 560px;
  margin-inline: auto;
  line-height: 1.5;
}

/* ── SOBRE NÓS ───────────────────────────────────────────── */
.sobre { text-align: center; }
.sobre-subtitle {
  font-size: 1rem;
  color: var(--text-soft);
  margin-bottom: 28px;
}
.sobre-text {
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 32px;
}
.sobre-text p { margin-bottom: 12px; font-size: .98rem; }

/* ── ESPECIALIDADES ─────────────────────────────────────── */
.especialidades-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.espec-card {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius);
  padding: 32px 20px;
  text-align: center;
  transition: var(--t);
}
.espec-card:hover { background: rgba(255,255,255,.15); transform: translateY(-4px); }
.espec-card i { width: 44px; height: 44px; color: var(--accent); margin: 0 auto 16px; }
.espec-card h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.espec-card p { font-size: .85rem; color: rgba(255,255,255,.8); line-height: 1.6; }

/* ── VANTAGENS ───────────────────────────────────────────── */
.vantagens-text p { margin-bottom: 16px; font-size: .98rem; color: var(--text-soft); }

.vantagens-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.vantagens-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .95rem;
}
.vantagens-list i { width: 20px; height: 20px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }

.vantagens-image img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }

/* ── AMBIENTES ───────────────────────────────────────────── */
.ambientes-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.ambientes-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .95rem;
  color: rgba(255,255,255,.9);
  line-height: 1.5;
}
.check-orange { color: var(--accent); font-weight: 700; flex-shrink: 0; }

.ambientes-image img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }

/* ── DEPOIMENTOS ─────────────────────────────────────────── */
.depoimentos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.depoimento-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--bg-alt);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}
.depoimento-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}
.depoimento-content p {
  font-size: .92rem;
  color: var(--text-soft);
  line-height: 1.7;
  margin-bottom: 10px;
  font-style: italic;
}
.depoimento-content strong { font-size: .88rem; color: var(--secondary); font-weight: 700; }

/* ── PLANOS ──────────────────────────────────────────────── */
/* Economy comparison strip */
.economia-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius);
  padding: 28px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.economia-item { text-align: center; min-width: 160px; }
.economia-valor { font-size: 2rem; font-weight: 800; color: rgba(255,255,255,.6); line-height: 1; }
.economia-item.economia-destaque .economia-valor { color: var(--accent); }
.economia-label { font-size: .85rem; font-weight: 700; color: rgba(255,255,255,.9); margin-top: 4px; }
.economia-desc { font-size: .75rem; color: rgba(255,255,255,.65); margin-top: 4px; }
.economia-vs { font-size: 1.5rem; color: rgba(255,255,255,.4); flex-shrink: 0; }

.planos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.plano-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.plano-card.plano-premium { border: 2px solid var(--primary); }

.plano-tag { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-soft); }
.plano-nome { font-size: 1.4rem; font-weight: 800; color: var(--secondary); line-height: 1.2; }
.plano-premium-label { color: var(--primary); }
.plano-cobertura { font-size: .85rem; color: var(--text-soft); }
.plano-divider { border: none; border-top: 1px solid var(--border); }

.plano-partir { font-size: .8rem; font-weight: 600; color: var(--text-soft); }
.plano-preco { display: flex; align-items: baseline; gap: 3px; margin-top: 2px; }
.plano-preco-prefix { font-size: 1rem; font-weight: 700; color: var(--secondary); }
.plano-preco-num { font-size: 2.2rem; font-weight: 800; color: var(--secondary); line-height: 1; }
.plano-preco-period { font-size: .85rem; font-weight: 600; color: var(--secondary); }
.plano-faturamento { font-size: .78rem; color: var(--text-soft); margin-top: 2px; }

.plano-beneficios h4 { font-size: .85rem; font-weight: 700; margin-bottom: 10px; color: var(--text); }
.plano-beneficios ul { display: flex; flex-direction: column; gap: 8px; }
.plano-beneficios li { display: flex; align-items: center; gap: 8px; font-size: .85rem; }
.plano-beneficios i { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; }

.plano-adesao { font-size: .8rem; color: var(--text-soft); background: var(--bg-alt); padding: 10px 14px; border-radius: var(--radius-sm); }

/* Unit dropdown */
.plano-unidade-selector { margin-top: auto; }
.plano-unidade-selector label { display: block; font-size: .8rem; font-weight: 700; color: var(--secondary); margin-bottom: 6px; }
.unit-select {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  font-family: 'Montserrat', sans-serif;
  font-size: .88rem;
  color: var(--text);
  background: var(--bg);
  cursor: pointer;
  transition: var(--t);
}
.unit-select:focus { outline: none; border-color: var(--header-bg); box-shadow: 0 0 0 3px rgba(0,68,163,.12); }

.plano-cta { margin-top: auto; width: 100%; justify-content: center; }

.plano-actions { display: flex; flex-direction: column; gap: 10px; margin-top: auto; }
.plano-action-link { width: 100%; justify-content: center; font-size: .82rem; padding: 11px 18px; }

/* ── COMO FUNCIONA ───────────────────────────────────────── */
.passos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.passo {
  text-align: center;
  padding: 28px 16px;
}
.passo-icon {
  width: 64px;
  height: 64px;
  background: var(--primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.passo-icon i { width: 28px; height: 28px; color: var(--primary); }
.passo h3 { font-size: .95rem; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.passo p { font-size: .83rem; color: var(--text-soft); line-height: 1.6; }

/* ── CLUBE DE PARCERIAS ──────────────────────────────────── */
.parceiros-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.parceiro-item {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3/2;
  transition: var(--t);
}
.parceiro-item:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.parceiro-item img { max-height: 48px; width: auto; object-fit: contain; }

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-list { max-width: 760px; margin-inline: auto; display: flex; flex-direction: column; gap: 12px; }

.faq-item {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.faq-item summary {
  padding: 18px 22px;
  font-size: .95rem;
  font-weight: 700;
  color: var(--secondary);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--t);
}
.faq-item summary:hover { background: rgba(6,49,153,.05); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary { color: var(--header-bg); }
.faq-item p {
  padding: 0 22px 18px;
  font-size: .88rem;
  color: var(--text-soft);
  line-height: 1.7;
}

/* ── CTA WHATSAPP ────────────────────────────────────────── */
.cta-wa { text-align: center; padding-block: 80px; }
.cta-wa .section-title-dark { margin-bottom: 16px; max-width: 640px; margin-inline: auto; }
.cta-wa .section-subtitle-dark { margin-bottom: 16px; }
.cta-legal { font-size: .72rem; color: rgba(255,255,255,.5); max-width: 600px; margin-inline: auto; margin-top: 28px; line-height: 1.6; }

/* ── FOOTER ──────────────────────────────────────────────── */
.footer { background: var(--secondary-dark); color: rgba(255,255,255,.8); padding-block: 60px 0; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1.2fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
}

.footer-brand img { height: 44px; width: auto; margin-bottom: 16px; }
.footer-brand p { font-size: .78rem; color: rgba(255,255,255,.6); line-height: 1.6; margin-bottom: 6px; }

.footer-social { display: flex; gap: 14px; margin-top: 18px; }
.footer-social a {
  width: 36px; height: 36px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.8);
  transition: var(--t);
}
.footer-social a:hover { background: var(--primary); color: #fff; }
.footer-social i { width: 18px; height: 18px; }

.footer-contato h4, .footer-nav h4 { font-size: .82rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.footer-contato p { display: flex; align-items: flex-start; gap: 8px; font-size: .82rem; color: rgba(255,255,255,.7); margin-bottom: 10px; line-height: 1.5; }
.footer-contato i { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; }
.footer-nav ul { display: flex; flex-direction: column; gap: 8px; }
.footer-nav a { font-size: .82rem; color: rgba(255,255,255,.7); transition: var(--t); }
.footer-nav a:hover { color: var(--accent); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-block: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: .75rem;
  color: rgba(255,255,255,.4);
}

/* ── WHATSAPP FLOAT ──────────────────────────────────────── */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
}
.whatsapp-float a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,.3);
  transition: var(--t);
}
.whatsapp-float a:hover { transform: scale(1.08); box-shadow: 0 8px 24px rgba(0,0,0,.35); }
.whatsapp-float img { width: 100%; height: 100%; object-fit: cover; }

/* ── SUBPAGE SPECIFICS ───────────────────────────────────── */
.page-subpage .header { position: sticky; top: 0; }

.page-title-banner {
  background: var(--header-bg);
  padding-block: 60px;
  text-align: center;
}
.page-title-banner h1 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: #fff; }
.page-title-banner p { font-size: .95rem; color: rgba(255,255,255,.8); margin-top: 10px; }

.content-section { padding-block: 64px; }
.content-section h2 { font-size: 1.5rem; font-weight: 800; color: var(--secondary); margin-bottom: 20px; margin-top: 36px; }
.content-section h2:first-child { margin-top: 0; }
.content-section h3 { font-size: 1.1rem; font-weight: 700; color: var(--dark); margin-bottom: 12px; margin-top: 24px; }
.content-section h4 { font-size: .95rem; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.content-section p { font-size: .92rem; color: var(--text-soft); line-height: 1.75; margin-bottom: 14px; }
.content-section ul, .content-section ol { padding-left: 20px; margin-bottom: 14px; }
.content-section li { font-size: .92rem; color: var(--text-soft); line-height: 1.75; margin-bottom: 6px; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .especialidades-grid { grid-template-columns: repeat(2, 1fr); }
  .passos-grid { grid-template-columns: repeat(2, 1fr); }
  .parceiros-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .grid-2 { grid-template-columns: 1fr; gap: 36px; }
  .grid-2 .vantagens-image { order: -1; }
  .planos-grid { grid-template-columns: 1fr; }
  .depoimentos-grid { grid-template-columns: 1fr; }
  .parceiros-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .economia-strip { flex-direction: column; gap: 12px; }
  .economia-vs { transform: rotate(90deg); }
}

@media (max-width: 640px) {
  .section { padding-block: 60px; }
  .hero { padding-block: 80px; }
  .page-home .hero { padding-top: calc(var(--header-h) + 60px); }

  .nav-menu {
    display: none;
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: var(--secondary-dark);
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    gap: 4px;
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
  }
  .nav-menu.open { display: flex; }
  .nav-link { color: rgba(255,255,255,.9); padding: 10px 14px; border-radius: var(--radius-sm); }
  .nav-link:hover { background: rgba(255,255,255,.12); color: #fff; }

  .btn-header { display: none; }
  .menu-toggle { display: flex; }

  .especialidades-grid { grid-template-columns: 1fr; }
  .passos-grid { grid-template-columns: 1fr 1fr; }
  .parceiros-grid { grid-template-columns: repeat(2, 1fr); }

  .hero-actions { flex-direction: column; align-items: center; }

  .depoimento-card { flex-direction: column; }
  .depoimento-card img { width: 60px; height: 60px; }
}
