@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&family=Work+Sans:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
  /* Paleta de marca — baseada no site original */
  --navy: #1A1C30;
  --navy-deep: #0D0E1E;
  --navy-light: #2A2D4A;
  --gold: #DFAE4F;
  --gold-light: #ECC56A;
  --gold-dark: #C49435;
  --bg-primary: #F9F7F4;
  --bg-secondary: #FFFFFF;
  --bg-dark: #0D0E1E;
  --text-primary: #0D0E1E;
  --text-secondary: #4C4E63;
  --text-light: #FFFFFF;
  --border-soft: #E8E2D8;

  /* Aliases */
  --bg: #F9F7F4;
  --surface: #FFFFFF;
  --surface-soft: #F0EDE7;
  --text: #0D0E1E;
  --muted: #4C4E63;
  --primary: #DFAE4F;
  --primary-dark: #C49435;
  --border: #E8E2D8;
  --shadow: 0 18px 40px rgba(13, 14, 30, 0.09);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; border-radius: 18px; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(860px, 100%); }
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(244, 239, 232, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(229, 222, 214, 1);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 150px;
}
.brand { font-weight: 800; letter-spacing: -0.02em; }
.nav { display: flex; gap: 22px; color: var(--navy); font-weight: 500; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 22px; border-radius: 999px;
  background: var(--primary); color: white; font-weight: 700;
  border: 1px solid var(--primary); transition: 0.2s ease;
}
.button:hover { background: var(--primary-dark); border-color: var(--primary-dark); transform: translateY(-1px) scale(1.02); }
.button-secondary, .button-outline, .button-outline-light {
  background: transparent; color: var(--navy);
}
.button-secondary, .button-outline { border-color: var(--border-soft); color: var(--navy); }
.button-light { background: white; color: var(--gold-dark); border-color: white; }
.button-outline-light { border-color: rgba(255,255,255,.35); color: white; }
.button-navy {
  background: var(--gold-dark);
  color: white;
  border-color: var(--gold-dark);
  font-size: 0.88rem;
  letter-spacing: 0.01em;
}
.button-navy:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-1px) scale(1.02); }
.hero, .page-hero { padding: 72px 0 8px; }
.hero-grid, .split, .team-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 32px; align-items: center;
}
.page-hero .hero-grid { align-items: start; }
.eyebrow {
  display: inline-block; margin-bottom: 12px; color: var(--gold-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em;
}
h1, h2, h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  line-height: 1.12;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
  font-weight: 600;
}
h1 { font-size: clamp(2.6rem, 5.5vw, 4.8rem); color: var(--navy-deep); }
h2 { font-size: clamp(1.9rem, 3.2vw, 3rem); color: var(--navy-deep); }
h3 { font-size: 1.3rem; color: var(--navy-deep); }
p { margin: 0 0 16px; }
.lead { font-size: 1.1rem; color: var(--muted); }
.muted { color: var(--muted); }
.cta-row, .cta-stack { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }
.highlights { padding-left: 18px; color: var(--muted); }
.section { padding: 48px 0; }
.section-soft { background: var(--surface-soft); }
.section-dark { background: var(--navy-deep); color: white; }
.section-dark h2, .section-dark h3 { color: white; }
.section-heading { max-width: 760px; margin-bottom: 28px; }
.cards {
  display: grid; gap: 22px;
}
.cards.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card, .hero-card, .media-card, .profile-card, .note-card {
  background: var(--surface); border: 1px solid var(--border-soft);
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.card, .note-card { padding: 24px; }
.hero-card, .media-card { padding: 18px; }
.area-card { overflow: hidden; }
.area-card h3, .area-card p { padding-left: 22px; padding-right: 22px; }
.area-card h3 { padding-top: 18px; }
.area-card p { padding-bottom: 22px; color: var(--muted); }
.profile-card {
  display: grid; grid-template-columns: 220px 1fr; gap: 24px; padding: 20px;
}
.contact-box { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.floating-whatsapp {
  position: fixed; right: 22px; bottom: 22px; z-index: 50;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; color: white;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.42), 0 2px 8px rgba(0,0,0,0.16);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.floating-whatsapp:hover {
  transform: scale(1.12);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.55), 0 4px 12px rgba(0,0,0,0.18);
}
small { color: var(--muted); display: block; margin-top: 10px; }
ul { margin-top: 0; }
@media (max-width: 920px) {
  .hero-grid, .split, .team-grid, .cards.three, .profile-card { grid-template-columns: 1fr; }
  .nav { display: none; }
  .contact-box { flex-direction: column; align-items: flex-start; }
  .nav-wrap .button-navy {
    font-size: 0.72rem;
    padding: 0.5rem 0.85rem;
    white-space: nowrap;
    border-radius: 10px;
  }
}
@media (max-width: 640px) {
  .hero, .page-hero { padding: 40px 0 0; }
  .section { padding: 36px 0; }
  .container { width: min(100% - 24px, 1120px); }
}

.hero-card img, .media-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.profile-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.area-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }

.subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  font-style: italic;
  color: var(--gold-dark);
  margin: 0 0 14px;
  line-height: 1.5;
}

.section-cta { background: var(--surface-soft); }

.cta-center {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cta-center h2 { margin-bottom: 0; }
.cta-center p { color: var(--muted); font-size: 1.05rem; margin: 0; }

.site-footer {
  background: var(--navy-deep);
  color: rgba(244, 239, 232, 0.78);
  padding: 48px 0 32px;
}

.site-footer a { color: rgba(244, 239, 232, 0.75); }
.site-footer a:hover { color: var(--gold-light); }

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.footer-brand {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--gold-light);
  margin-bottom: 10px;
}

.footer-label {
  display: block;
  color: var(--gold-light);
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-areas {
  color: rgba(244, 239, 232, 0.62);
  line-height: 2.1;
}

@media (max-width: 920px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* =============================================
   PÁGINAS DE ÁREA
   ============================================= */

.area-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.area-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.area-list li {
  position: relative;
  padding: 15px 0 15px 22px;
  border-bottom: 1px solid var(--border-soft);
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.5;
}

.area-list li:last-child { border-bottom: none; }

.area-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
}

.area-cta {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.area-cta h2 { color: white; margin: 0; }
.area-cta p { color: rgba(244, 239, 232, 0.72); font-size: 1.05rem; margin: 0; line-height: 1.7; }
.area-cta .cta-row { justify-content: center; margin-top: 0; }

@media (max-width: 920px) {
  .area-info-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* =============================================
   QUEM SOMOS — PREMIUM
   ============================================= */

.qs-hero {
  background: var(--surface);
  padding: 100px 24px 80px;
  text-align: center;
  border-bottom: 1px solid var(--border-soft);
}

.qs-hero-inner {
  max-width: 660px;
  margin: 0 auto;
}

.qs-hero h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 22px;
}

.qs-subtitle {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 560px;
  margin: 0 auto;
}

.qs-section {
  background: var(--surface);
  padding: 96px 24px;
}

.qs-section-alt {
  background: var(--surface-soft);
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.qs-container {
  max-width: 1060px;
  margin: 0 auto;
}

.sobre-bloco {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 80px;
  align-items: start;
}

.sobre-bloco--reverse {
  grid-template-columns: 1fr 340px;
}

.sobre-bloco--reverse .sobre-media { order: 2; }
.sobre-bloco--reverse .sobre-content { order: 1; }

.sobre-media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(7, 22, 41, 0.12);
}

.sobre-content {
  padding-top: 12px;
  max-width: 580px;
}

.sobre-content::before {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
  margin-bottom: 26px;
}

.sobre-role {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 14px;
}

.sobre-content h2 {
  font-size: clamp(2.2rem, 3.8vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 8px;
  color: var(--navy-deep);
}

.sobre-oab {
  display: block;
  font-size: 0.74rem;
  font-weight: 500;
  color: #9a8e88;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.sobre-divider {
  width: 32px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  margin-bottom: 30px;
}

.sobre-content p {
  font-size: 1.01rem;
  line-height: 1.88;
  color: var(--muted);
  margin-bottom: 20px;
  max-width: 540px;
}

.sobre-content p:first-of-type {
  font-size: 1.1rem;
  line-height: 1.9;
  color: var(--text);
}

.sobre-content p:first-of-type::first-letter {
  font-size: 2.8rem;
  font-weight: 800;
  float: left;
  line-height: 0.88;
  margin-right: 6px;
  margin-top: 5px;
  color: var(--gold);
}

.sobre-content p strong {
  color: var(--text);
  font-weight: 600;
}

/* CTA Final */
.qs-cta {
  background: var(--navy-deep);
  padding: 96px 24px;
  text-align: center;
}

.qs-cta-inner {
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.qs-cta h2 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  color: white;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0;
}

.qs-cta p {
  color: rgba(244, 239, 232, 0.72);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .sobre-bloco,
  .sobre-bloco--reverse {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sobre-bloco--reverse .sobre-media,
  .sobre-bloco--reverse .sobre-content { order: unset; }

  .sobre-media img {
    max-width: 320px;
    margin: 0 auto;
  }

  .sobre-content {
    padding-top: 0;
    max-width: 100%;
  }

  .sobre-content p {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.8;
  }

  .sobre-content p:first-of-type { font-size: 1.04rem; }

  .sobre-content p:first-of-type::first-letter {
    font-size: 2.2rem;
    margin-top: 4px;
  }

  .qs-section { padding: 64px 24px; }
  .qs-hero { padding: 72px 24px 56px; }
  .qs-cta { padding: 72px 24px; }
}

@media (max-width: 640px) {
  .sobre-media img { max-width: 100%; }
  .qs-section { padding: 48px 20px; }
  .qs-cta { padding: 56px 20px; }
  .sobre-content::before { margin-bottom: 18px; }
  .sobre-content p:first-of-type::first-letter {
    font-size: 2.2rem;
    margin-top: 2px;
  }
}

/* =============================================
   CONVERSÃO — TRUST + FAQ + MICRO-CTA
   ============================================= */

.trust-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 500;
}

.trust-list li::before {
  content: '✔';
  color: var(--gold);
  font-size: 0.8rem;
  flex-shrink: 0;
}

.micro-cta-wrap {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.micro-cta-text {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.5;
}

.trust-checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.trust-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  padding: 18px 20px;
}

.trust-checklist-item::before {
  content: '✔';
  color: var(--gold);
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

.trust-checklist-item p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--muted);
  line-height: 1.55;
}

.trust-checklist-item strong {
  display: block;
  color: var(--navy);
  font-weight: 600;
  margin-bottom: 3px;
}

.faq-list {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid var(--border-soft);
  background: var(--surface);
}

.faq-item:last-child { border-bottom: none; }

.faq-item summary {
  padding: 18px 24px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--navy);
  transition: background 0.15s ease;
}

.faq-item summary:hover { background: var(--surface-soft); }
.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--gold);
  font-weight: 300;
  flex-shrink: 0;
  margin-left: 16px;
  line-height: 1;
}

.faq-item[open] summary::after { content: '−'; }

.faq-answer {
  padding: 0 24px 20px;
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.72;
}

.urgency-text {
  font-size: 0.9rem;
  color: var(--muted);
  font-style: italic;
}

@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.50), 0 6px 24px rgba(37, 211, 102, 0.42); }
  60%       { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0), 0 6px 24px rgba(37, 211, 102, 0.42); }
}

.floating-whatsapp { animation: wa-pulse 2.8s ease-in-out infinite; }

@media (max-width: 920px) {
  .trust-checklist { grid-template-columns: 1fr; }
  .micro-cta-wrap { flex-direction: column; align-items: flex-start; }
}

/* =============================================
   ANIMAÇÕES PREMIUM
   ============================================= */

/* --- Keyframe base --- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* --- Hero: animação CSS-only (sem scroll trigger, dispara no load) --- */
.hero .hero-grid > div > h1             { animation: fadeUp 0.65s ease both 0.05s; }
.hero .hero-grid > div > .subtitle     { animation: fadeUp 0.65s ease both 0.15s; }
.hero .hero-grid > div > .lead         { animation: fadeUp 0.65s ease both 0.26s; }
.hero .hero-grid > div > .highlights   { animation: fadeUp 0.65s ease both 0.26s; }
.hero .hero-grid > div > .cta-row      { animation: fadeUp 0.65s ease both 0.36s; }
.hero .hero-grid > div > .trust-list   { animation: fadeUp 0.65s ease both 0.46s; }
.hero .hero-card,
.hero .media-card                       { animation: fadeUp 0.8s  ease both 0.22s; }

/* --- Page-hero (páginas de área) --- */
.page-hero .hero-grid > div > .eyebrow { animation: fadeUp 0.6s ease both 0.05s; }
.page-hero .hero-grid > div > h1       { animation: fadeUp 0.65s ease both 0.15s; }
.page-hero .hero-grid > div > .lead    { animation: fadeUp 0.65s ease both 0.26s; }
.page-hero .hero-grid > div > .cta-row { animation: fadeUp 0.65s ease both 0.36s; }
.page-hero .media-card                  { animation: fadeUp 0.8s  ease both 0.22s; }

/* --- QS hero (quem-somos.html) --- */
.qs-hero .eyebrow    { animation: fadeUp 0.65s ease both 0.05s; }
.qs-hero h1          { animation: fadeUp 0.65s ease both 0.17s; }
.qs-hero .qs-subtitle { animation: fadeUp 0.65s ease both 0.3s; }

/* --- Scroll-triggered (classes aplicadas por JS) --- */
.animate-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.animate-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Card hover: leve elevação + sombra --- */
.card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 56px rgba(7, 22, 41, 0.14);
}

/* --- Nav links: underline animado --- */
.nav a {
  position: relative;
}

.nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--gold);
  transition: width 0.22s ease;
}

.nav a:hover { color: var(--navy-deep); }
.nav a:hover::after { width: 100%; }

/* --- prefers-reduced-motion: desativa tudo --- */
@media (prefers-reduced-motion: reduce) {
  .hero .hero-grid > div > *,
  .hero .hero-card,
  .hero .media-card,
  .page-hero .hero-grid > div > *,
  .page-hero .media-card,
  .qs-hero .eyebrow,
  .qs-hero h1,
  .qs-hero .qs-subtitle {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .animate-in {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .card:hover { transform: none; }
  .nav a::after { display: none; }
}

/* --- Mobile: translação menor --- */
@media (max-width: 640px) {
  .animate-in { transform: translateY(10px); }
}

/* =============================================
   LOGO + QR CODE
   ============================================= */

.brand-logo-img {
  height: 95px;
  width: auto;
  display: block;
  border-radius: 0;
}

.contact-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.contact-qr img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 12px;
  background: white;
  padding: 7px;
  display: block;
}

.contact-qr-label {
  font-size: 0.72rem;
  color: rgba(244, 239, 232, 0.48);
  text-align: center;
  max-width: 110px;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

@media (max-width: 920px) {
  .contact-qr { display: none; }
}

@media (max-width: 640px) {
  .brand-logo-img { height: 47px; }
}

/* Footer OAB + Crédito Transborda */
.footer-oab {
  font-size: 0.77rem;
  color: rgba(244, 239, 232, 0.40);
  letter-spacing: 0.03em;
  margin-top: 14px;
  margin-bottom: 0;
}

.footer-credit-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  margin-top: 28px;
  padding-top: 18px;
  display: flex;
  justify-content: flex-end;
}

.footer-credit {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.80;
  transition: opacity 0.2s ease;
}

.footer-credit:hover { opacity: 1; }

.footer-credit-logo {
  height: 64px;
  width: auto;
  display: block;
  border-radius: 4px;
}

.footer-credit span {
  font-size: 0.75rem;
  color: rgba(244, 239, 232, 0.85);
  white-space: nowrap;
}

.footer-credit strong { font-weight: 600; color: white; }

/* =============================================
   HEADER ESCURO — identidade da marca
   ============================================= */

/* Header escuro */
.site-header {
  background: rgba(13, 14, 30, 0.97) !important;
  border-bottom: 1px solid rgba(223, 174, 79, 0.18) !important;
}
.nav { color: rgba(255, 255, 255, 0.80) !important; }
.nav a:hover { color: var(--gold) !important; }
.nav a::after { background: var(--gold); }
.button-navy {
  background: var(--gold-dark) !important;
  border-color: var(--gold-dark) !important;
  color: white !important;
}
.button-navy:hover {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  color: var(--navy-deep) !important;
}

/* Hero principal — fundo claro/bege */
.hero {
  background: #F0EDE7;
  padding-bottom: 72px;
}
.hero h1 { color: var(--navy-deep); }
.hero .subtitle { color: var(--navy-deep); font-style: italic; }
.hero .lead { color: var(--muted); }
.hero .trust-list li { color: var(--muted); }
.hero .trust-list li::before { color: var(--gold-dark); }
.hero .media-card {
  background: white;
  border-color: var(--border-soft);
  box-shadow: 0 8px 32px rgba(13,14,30,0.08);
}
.hero .button {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-deep);
  font-weight: 700;
}
.hero .button:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: white;
}
.hero .button-secondary {
  background: transparent;
  color: var(--navy);
  border-color: var(--border-soft);
}
.hero .button-secondary:hover {
  background: rgba(13,14,30,0.06);
  color: var(--navy-deep);
}

/* Page-hero (páginas de área) — fundo claro/bege */
.page-hero {
  background: #F0EDE7;
  padding-bottom: 60px;
}
.page-hero h1 { color: var(--navy-deep); }
.page-hero .eyebrow { color: var(--gold-dark); }
.page-hero .lead { color: var(--muted); }
.page-hero .media-card {
  background: white;
  border-color: var(--border-soft);
  box-shadow: 0 8px 32px rgba(13,14,30,0.08);
}
.page-hero .button {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-deep);
  font-weight: 700;
}
.page-hero .button:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: white;
}
.page-hero .button-secondary {
  background: transparent;
  color: var(--navy);
  border-color: rgba(13,14,30,0.25);
}

/* Quem somos hero — fundo claro */
.qs-hero {
  background: white !important;
  border-bottom: 1px solid var(--border-soft) !important;
}
.qs-hero h1 { color: var(--navy-deep) !important; }
.qs-hero .eyebrow { color: var(--gold-dark) !important; }
.qs-hero .qs-subtitle { color: var(--muted) !important; }

/* Seção contato (section-dark) — borda dourada sutil */
.section-dark {
  border-top: 1px solid rgba(223, 174, 79, 0.12);
  border-bottom: 1px solid rgba(223, 174, 79, 0.12);
}
.section-dark .eyebrow { color: var(--gold); }

/* =============================================
   SEÇÕES CLARAS — section-light
   ============================================= */

.section-light {
  background: var(--bg-primary) !important;
}

/* Tipografia */
.section-light h2,
.section-light h3           { color: var(--navy-deep) !important; }
.section-light p            { color: var(--text-secondary) !important; }
.section-light .lead        { color: var(--text-secondary) !important; }
.section-light .section-heading p { color: var(--text-secondary) !important; }
.section-light .eyebrow     { color: var(--gold-dark) !important; }
.section-light .micro-cta-text { color: var(--text-secondary) !important; }
.section-light .urgency-text   { color: var(--muted) !important; }
.section-light .subtitle    { color: var(--gold-dark) !important; }

/* Cards claros */
.section-light .card,
.section-light .note-card {
  background: #FFFFFF !important;
  border-color: var(--border-soft) !important;
  box-shadow: 0 4px 20px rgba(13,14,30,0.06) !important;
}
.section-light .card h3,
.section-light .note-card h3 { color: var(--navy-deep) !important; }
.section-light .card p,
.section-light .note-card p  { color: var(--text-secondary) !important; }
.section-light .card ul li   { color: var(--text-secondary) !important; }
.section-light .card:hover {
  background: #FFFFFF !important;
  box-shadow: 0 20px 48px rgba(13,14,30,0.11) !important;
}

/* Trust checklist claro */
.section-light .trust-checklist-item {
  background: #FFFFFF !important;
  border-color: var(--border-soft) !important;
}
.section-light .trust-checklist-item strong { color: var(--navy-deep) !important; }
.section-light .trust-checklist-item p      { color: var(--text-secondary) !important; }
.section-light .trust-checklist-item::before { color: var(--gold-dark) !important; }

/* Split e nota-card claros */
.section-light .split > div > h2 { color: var(--navy-deep) !important; }
.section-light .split > div > p  { color: var(--text-secondary) !important; }

/* CTA center claro */
.section-light .cta-center h2 { color: var(--navy-deep) !important; }
.section-light .cta-center p  { color: var(--text-secondary) !important; }

/* Botões em fundo claro */
.section-light .button {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  color: var(--navy-deep) !important;
  font-weight: 700 !important;
}
.section-light .button:hover {
  background: var(--gold-dark) !important;
  border-color: var(--gold-dark) !important;
  color: white !important;
  transform: translateY(-1px) scale(1.02) !important;
}
.section-light .button-secondary,
.section-light .button-outline {
  background: transparent !important;
  color: var(--navy) !important;
  border-color: var(--border-soft) !important;
}
.section-light .button-secondary:hover {
  background: rgba(13,14,30,0.06) !important;
  color: var(--navy-deep) !important;
}

/* qs-section-light — fundo bege suave para alternância de perfis */
.qs-section-light {
  background: var(--surface-soft);
  border-top: 1px solid var(--border-soft);
}

/* =============================================
   HAMBURGER & MOBILE NAV
   ============================================= */

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255,255,255,0.88);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 920px) {
  .nav-toggle { display: flex; }
}

/* Mobile nav overlay */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(13,14,30,0.98);
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 2rem;
}
.mobile-nav.open { display: flex; }

.mobile-nav a {
  display: block;
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 1rem 1.5rem;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: color 0.2s;
}
.mobile-nav a:hover { color: var(--gold); }

.mobile-nav .mobile-nav-cta {
  margin-top: 2rem;
  width: 100%;
  max-width: 320px;
  display: block;
  text-align: center;
  border-bottom: none !important;
  border-top: none !important;
}

.mobile-nav-close {
  position: absolute;
  top: 1.2rem;
  right: 1.4rem;
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.60);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  padding: 0.3rem;
}
.mobile-nav-close:hover { color: white; }

/* =============================================
   BREADCRUMB
   ============================================= */

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--muted);
  flex-wrap: wrap;
}
.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb a:hover { color: var(--gold-dark); }
.breadcrumb .sep { color: var(--border); }
.breadcrumb .current { color: var(--gold-dark); font-weight: 500; }

