:root {
  --navy: #011631;
  --navy-soft: #0a2046;
  --deep: #181D3A;
  --indigo: #363C63;
  --gold: #F0B74B;
  --gold-dark: #d39e36;
  --ink: #1f2333;
  --body: #3a3f55;
  --muted: #6b7088;
  --line: #e5e7ef;
  --bg-soft: #f6f7fb;
  --wa: #25D366;
  --wa-dark: #1da855;
  --shadow-sm: 0 1px 2px rgba(1,22,49,.06), 0 2px 6px rgba(1,22,49,.04);
  --shadow-md: 0 8px 28px rgba(1,22,49,.10), 0 2px 4px rgba(1,22,49,.06);
  --shadow-lg: 0 24px 48px rgba(1,22,49,.18);
  --radius: 12px;
  --radius-lg: 18px;
  --maxw: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Roboto', system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--body);
  background: #fff;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  font-family: 'Montserrat', 'Roboto', sans-serif;
  color: var(--navy);
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin: 0 0 0.6em;
  font-weight: 700;
}
h1 { font-size: clamp(2rem, 4.6vw, 3.1rem); font-weight: 800; }
h2 { font-size: clamp(1.65rem, 3.4vw, 2.35rem); }
h3 { font-size: 1.2rem; font-weight: 600; }
p { margin: 0 0 1.05em; }
.lead { font-size: 1.12rem; color: var(--ink); }
.lead-light { font-size: 1.12rem; color: rgba(255,255,255,.85); margin-bottom: 1.6em; }
.text-light { color: #fff; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* Eyebrow */
.eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin: 0 0 0.9em;
  font-weight: 600;
}
.eyebrow-light { color: var(--gold); }

/* Ícone WhatsApp reutilizado via <symbol> — garante visual idêntico em todos os botões */
.wa-icon { width: 22px; height: 22px; flex-shrink: 0; fill: currentColor; }

/* Botão WhatsApp unificado (mesmo estilo do flutuante) */
.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--wa);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 12px 18px 12px 14px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
  box-shadow: 0 14px 32px rgba(37,211,102,.35), 0 2px 6px rgba(0,0,0,.12);
}
.btn-wa:hover { background: var(--wa-dark); color: #fff; text-decoration: none; transform: translateY(-2px); }
.btn-wa-sm { padding: 9px 14px 9px 12px; font-size: 0.86rem; }
.btn-wa-sm .wa-icon { width: 18px; height: 18px; }
.btn-wa-lg { padding: 15px 24px 15px 20px; font-size: 1rem; }
.btn-wa-lg .wa-icon { width: 24px; height: 24px; }

/* Phone link (different action: call vs. chat) */
.btn-phone {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: rgba(255,255,255,.95);
  border: 1.5px solid rgba(255,255,255,.4);
  padding: 12px 22px;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.btn-phone:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.7); color: #fff; text-decoration: none; }

/* Header */
.site-header {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 1px 0 rgba(255,255,255,.06), 0 2px 18px rgba(0,0,0,.18);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 24px;
}
.brand img { width: 140px; height: auto; }
.primary-nav { display: flex; gap: 28px; align-items: center; }
.primary-nav a:not(.btn-wa) {
  color: rgba(255,255,255,.78);
  font-size: 0.93rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: color .15s ease, border-color .15s ease;
}
.primary-nav a:not(.btn-wa):hover { color: #fff; border-color: var(--gold); }

/* Hero — imagem de fundo full-bleed com overlay */
.hero {
  position: relative;
  color: #fff;
  padding: clamp(96px, 14vw, 180px) 0 clamp(80px, 12vw, 140px);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(1,22,49,.88) 0%, rgba(1,22,49,.78) 45%, rgba(1,22,49,.88) 100%),
    radial-gradient(60% 50% at 50% 10%, rgba(240,183,75,.18), transparent 65%);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.hero-content .lead-light { margin-left: auto; margin-right: auto; }
.hero-actions { justify-content: center; }
.hero-content h1 { color: #fff; }
.hero-content .lead-light { font-size: 1.15rem; margin-bottom: 1.8em; max-width: 620px; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(1,22,49,.94) 0%, rgba(1,22,49,.85) 55%, rgba(1,22,49,.97) 100%);
  }
}

/* Sections */
.section { padding: clamp(64px, 8vw, 100px) 0; }
.section-light { background: #fff; }
.section-soft { background: var(--bg-soft); }
.section-dark { background: var(--navy); color: rgba(255,255,255,.88); }
.section-dark h2 { color: #fff; }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

/* Check list */
.check-list {
  list-style: none;
  padding: 22px 26px;
  margin: 0;
  background: var(--bg-soft);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  display: grid;
  gap: 14px;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  font-size: 0.98rem;
}
.check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  background: var(--gold);
  border-radius: 50%;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/12px no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/12px no-repeat;
}

/* Cards (rights grid) */
.grid-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 2.5rem;
}
.card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.card:hover {
  transform: translateY(-3px);
  border-color: rgba(240,183,75,.45);
  background: rgba(240,183,75,.06);
}
.card-num {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin-bottom: 12px;
}
.card h3 { color: #fff; margin-bottom: 8px; font-size: 1.1rem; }
.card p { color: rgba(255,255,255,.72); font-size: 0.94rem; line-height: 1.55; margin: 0; }

/* Full bleed photo */
.full-bleed-photo {
  position: relative;
  height: clamp(280px, 40vw, 440px);
  overflow: hidden;
}
.full-bleed-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.55) contrast(1.05);
}
.full-bleed-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}
.full-bleed-overlay p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: clamp(1.1rem, 2.4vw, 1.6rem);
  color: #fff;
  max-width: 720px;
  margin: 0;
  line-height: 1.4;
  text-shadow: 0 2px 18px rgba(0,0,0,.5);
}

/* Lawyer card */
.lawyer-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: center;
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}
.lawyer-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  background: radial-gradient(closest-side, rgba(240,183,75,.16), transparent);
  pointer-events: none;
}
.lawyer-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.lawyer-info .eyebrow { color: var(--gold); margin-bottom: 6px; }
.lawyer-info h3 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.45rem;
  margin: 0 0 12px;
}
.lawyer-bio {
  color: rgba(255,255,255,.85);
  font-size: 0.96rem;
  margin-bottom: 10px;
  line-height: 1.55;
}
.lawyer-email a {
  color: var(--gold);
  font-size: 0.92rem;
  word-break: break-all;
}

/* Steps */
.steps {
  list-style: none;
  counter-reset: step;
  padding: 0;
  margin: 2.4rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.steps li {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.steps .step-num {
  position: absolute;
  top: -20px;
  left: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold);
  color: #1a1408;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: var(--shadow-sm);
}
.steps h3 { margin-top: 16px; font-size: 1.05rem; color: var(--navy); }
.steps p { font-size: 0.94rem; margin: 0; }

/* FAQ */
.faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 2.4rem;
}
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 22px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.faq details[open] { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.faq summary {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 28px;
  font-size: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gold);
  color: #1a1408;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  transition: transform .2s ease;
}
.faq details[open] summary::after { content: '−'; transform: translateY(-50%) rotate(180deg); }
.faq p { margin: 12px 0 0; color: var(--body); font-size: 0.97rem; }

/* CTA final */
.cta-final {
  background:
    radial-gradient(60% 80% at 50% 0%, rgba(240,183,75,.16), transparent 60%),
    linear-gradient(180deg, var(--navy-soft) 0%, var(--navy) 100%);
  color: #fff;
  padding: clamp(60px, 8vw, 100px) 0;
}
.cta-final-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.cta-final h2 { font-size: clamp(1.9rem, 3.4vw, 2.5rem); }
.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.phone-link {
  color: rgba(255,255,255,.78);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
}

/* WhatsApp float */
.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100;
  background: var(--wa);
  color: #fff;
  padding: 12px 18px 12px 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(37,211,102,.35), 0 2px 6px rgba(0,0,0,.12);
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.wa-float:hover { background: var(--wa-dark); color: #fff; text-decoration: none; transform: translateY(-2px); }
.wa-float svg { width: 22px; height: 22px; }

/* Footer */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.7);
  padding: 56px 0 28px;
}
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: start; }
.footer-brand img { width: 160px; height: auto; margin-bottom: 14px; }
.footer-brand p { color: rgba(255,255,255,.65); font-size: 0.92rem; margin: 0; }
.footer-contact p { margin: 0 0 8px; font-size: 0.94rem; }
.footer-contact a { color: var(--gold); }
.footer-legal {
  grid-column: 1 / -1;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.10);
  font-size: 0.85rem;
  color: rgba(255,255,255,.5);
  text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
  .grid-cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .faq { grid-template-columns: 1fr; }
  .lawyer-card { grid-template-columns: 160px 1fr; }
}
@media (max-width: 768px) {
  body { font-size: 16px; }
  .primary-nav a:not(.btn-wa) { display: none; }
  .header-inner { gap: 12px; }
  .brand img { width: 120px; }
  .two-col { grid-template-columns: 1fr; }
  .grid-cards, .steps { grid-template-columns: 1fr; }
  .lawyer-card { grid-template-columns: 1fr; text-align: left; }
  .lawyer-card img { max-width: 220px; margin: 0 auto; }
  .footer-inner { grid-template-columns: 1fr; }
  .wa-float span { display: none; }
  .wa-float { padding: 14px; }
}
