/* ============================================================
   HUNTERS CURITIBA — Design System Premium
   Tipografia: Google Sans Flex
   Paleta: #030411 · #f2f4fd · #8b9cea · #e29255
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&display=swap');

/* ===== TOKENS ===== */
:root {
  /* Dark Cores */
  --dark:        #030411;
  --dark-mid:    #020517;
  --dark-surface:#0d1033;
  --navy:        #0d1129;

  /* Accent Principal — Azul Periwinkle */
  --accent:      #8b9cea;
  --accent-dark: #6a7fd4;
  --accent-light: #b5bff0;
  --accent-tint:  rgba(139,156,234,.10);
  --accent-border: rgba(139,156,234,.25);

  /* Accent Secundário — Laranja Caramelo */
  --gold:        #e29255;
  --gold-light:  #eeac78;
  --gold-dark:   #c97a3a;
  --gold-text:   #a05a1a;
  --gold-tint:   rgba(226,146,85,.10);
  --gold-border: rgba(226,146,85,.25);

  /* Superfícies */
  --bg-sand:     #f2f4fd;
  --parchment:   #f2f4fd;
  --parchment-alt: #e6e9f8;
  --white:       #FFFFFF;
  --surface:     #FFFFFF;
  --surface-alt: #e6e9f8;

  /* Tipografia */
  --text:        #030411;
  --text-body:   #2d3260;
  --text-muted:  #606494;
  --text-subtle: #9096c0;

  /* Utilitários */
  --border-light: rgba(3,4,17,.08);
  --border-dark:  rgba(255,255,255,.10);
  --border-dash-light: 1px solid rgba(3,4,17,.08);
  --border-dash-dark:  1px solid rgba(255,255,255,.10);
  --green-wa:    #25D366;

  /* Tipografia */
  --font-display: 'Google Sans Flex', 'Google Sans', system-ui, sans-serif;
  --font-body:    'Google Sans Flex', 'Google Sans', system-ui, sans-serif;

  /* Espaço */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 64px;
  --space-10: 80px;

  /* Raio (Bento Aesthetics) */
  --r-sm: 8px;
  --r:    12px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;

  /* Sombras — Soft Periwinkle */
  --shadow-sm:   0 4px 12px rgba(139,156,234, 0.06), inset 0 0 0 1px rgba(3,4,17, 0.02);
  --shadow:      0 8px 24px rgba(139,156,234, 0.08), inset 0 0 0 1px rgba(3,4,17, 0.02);
  --shadow-lg:   0 12px 32px rgba(139,156,234, 0.10), inset 0 0 0 1px rgba(3,4,17, 0.02);
  --shadow-gold: rgba(226,146,85,.25) 0px 8px 32px;
  --shadow-blue: rgba(139,156,234,.35) 0px 14px 50px 0px;

  /* Transição */
  --ease: cubic-bezier(.44,0,.56,1);
  --t: .3s var(--ease);
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  color: var(--text-body);
  background: var(--bg-sand);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { color: var(--text); }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* ===== CONTAINER ===== */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}

/* ===== TIPOGRAFIA ===== */
.display {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.03em;
}
.display em { font-style: normal; color: var(--accent); }

h1, .h1 { font-family: var(--font-display); font-size: clamp(36px, 5vw, 68px); font-weight: 500; line-height: 1.05; letter-spacing: -.03em; }
h2, .h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 48px); font-weight: 500; line-height: 1.1; letter-spacing: -.02em; }
h3, .h3 { font-family: var(--font-display); font-size: clamp(20px, 2.5vw, 28px); font-weight: 500; line-height: 1.25; letter-spacing: -.01em; }
h4, .h4 { font-family: var(--font-body); font-size: 18px; font-weight: 500; line-height: 1.4; color: var(--text); }

/* Exora signature: gradient text on key headings -> Updated to clean dark */
.h2-gradient {
  color: var(--text);
  font-weight: 500;
  letter-spacing: -.03em;
}
/* Section + decoration (Exora decorative cross marks) */
.section-plus {
  position: relative;
}
.section-plus::before { top: 64px;  left:  64px; }
.section-plus::after  { bottom: 64px; right: 64px; }

.label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.section-num {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--space-4);
}
.section-num--dark {
  color: rgba(255,255,255,0.6);
}

/* ===== BOTÕES ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -.01em;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: var(--r-lg);
  transition: var(--t);
  cursor: pointer;
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }

.btn-primary {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}
.btn-primary:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-blue);
}

.btn-outline-dark {
  background: transparent;
  color: var(--dark);
  border-color: var(--surface-alt);
  border-style: solid;
}
.btn-outline-dark:hover {
  border-color: rgba(12,20,34,.3);
  background: rgba(12,20,34,.04);
  transform: translateY(-1px);
}

.btn-outline-light {
  background: transparent;
  color: var(--white);
  border: var(--border-dash-dark);
  padding: 13px 27px;
}
.btn-outline-light:hover {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.3);
}

.btn-ghost-dark {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  padding: 0;
  border: none;
  background: none;
  transition: var(--t);
}
.btn-ghost-dark:hover { color: var(--navy); gap: var(--space-3); }
.btn-ghost-dark .arrow { transition: var(--t); }

.btn-wa {
  background: var(--green-wa);
  color: var(--white);
  border-color: var(--green-wa);
  font-size: 14px;
}
.btn-wa:hover {
  background: #1da851;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37,211,102,.35);
}

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: background var(--t), box-shadow var(--t), border-color var(--t), padding var(--t);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
.navbar.scrolled {
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.04);
  border-bottom-color: transparent;
}

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  transition: padding var(--t);
}
.navbar.scrolled .navbar__inner { padding: 14px 0; }

/* Logo */
.navbar__logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  text-decoration: none;
}
.navbar__logo-img {
  height: 40px;
  width: auto;
}
.navbar__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 2px;
}
.navbar__logo-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: .04em;
  transition: color var(--t);
}
.navbar__logo-sub {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

/* Nav links */
.navbar__links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.navbar__link {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  padding: 8px 16px;
  border-radius: var(--r-pill);
  transition: var(--t);
  position: relative;
}
.navbar__link:hover { color: var(--dark); background: rgba(12,20,34,.04); }
.navbar__link.active {
  color: var(--dark);
  background: rgba(12,20,34,.04);
  box-shadow: inset 0 -2px 0 var(--gold);
}

.navbar__cta {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  background: var(--dark);
  border: 1px solid var(--dark);
  padding: 9px 20px;
  border-radius: var(--r-pill);
  transition: var(--t);
}
.navbar__cta:hover {
  background: var(--navy);
  border-color: var(--navy);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(12,20,34,.25);
}

/* Hamburger */
.navbar__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 1001;
}
.navbar__hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--dark);
  border-radius: 2px;
  transition: var(--t);
}
.navbar__hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.navbar__hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.navbar__hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile nav overlay */
.navbar__mobile {
  position: fixed;
  inset: 0;
  background: var(--dark);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t);
}
.navbar__mobile.open { opacity: 1; pointer-events: all; }
.navbar__mobile .navbar__link {
  font-size: 24px;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--white);
  padding: 12px 24px;
}
.navbar__mobile .navbar__link:hover { color: var(--gold); }
.navbar__mobile .navbar__cta {
  margin-top: var(--space-5);
  font-size: 14px;
}

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  background: var(--bg-sand);
  padding: 120px 0 60px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 70% 60%, rgba(139,156,234,.08) 0%, transparent 55%);
  pointer-events: none;
}
.page-hero__content { position: relative; z-index: 1; }
.page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-5);
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
}
.page-hero__breadcrumb a { color: var(--text-muted); transition: color var(--t); }
.page-hero__breadcrumb a:hover { color: var(--accent); }
.page-hero__breadcrumb span { color: var(--text-subtle); }
.page-hero h1 { color: var(--dark); max-width: 640px; }
.page-hero p {
  color: var(--text-muted);
  font-size: 18px;
  margin-top: var(--space-5);
  max-width: 520px;
  line-height: 1.7;
}

/* ===== SEÇÕES - UTILITÁRIOS ===== */
.section-light    { background: var(--surface);   padding: var(--space-10) 0; }
.section-alt      { background: var(--bg-sand);   padding: var(--space-10) 0; }
.section-dark     { background: var(--dark);      padding: var(--space-10) 0; }
.section-dark-mid { background: var(--dark-mid);  padding: var(--space-10) 0; }

/* Divider */
.divider { border: none; border-top: var(--border-dash-light); margin: var(--space-8) 0; }
.divider--dark { border-top: var(--border-dash-dark); }
.divider--gold { border-top: 1px solid var(--gold); opacity: .35; }

/* ===== HERO (Home) Accruefy Style ===== */
.hero {
  min-height: 80svh;
  background: var(--bg-sand);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0 40px;
}

.hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-8);
  align-items: center;
  width: 100%;
}
.hero__left { max-width: 580px; }
.hero__right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero__title {
  color: var(--text);
  margin-bottom: var(--space-4);
}
.hero__desc {
  font-size: clamp(16px, 1.8vw, 18px);
  color: var(--text-body);
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: var(--space-6);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-4);
}

.hero-call {
  display: flex;
  align-items: center;
  background: var(--surface);
  padding: 10px 20px 10px 14px;
  border-radius: var(--r);
  gap: 12px;
  box-shadow: var(--shadow-sm);
}
.hero-call-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
}
.hero-call-text {
  display: flex;
  flex-direction: column;
}
.hero-call-label {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 500;
}
.hero-call-number {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}

/* Hero Right Visuals */
.hero-image-wrap {
  position: relative;
  border-radius: var(--r-xl);
  width: 100%;
  max-width: 460px;
}
.hero-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center bottom;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  display: block;
}

.widget-pie {
  position: absolute;
  top: 45%;
  left: -40px;
  width: 110px;
  height: 110px;
  background: conic-gradient(var(--accent) 0% 65%, #C29AF3 65% 85%, var(--surface-alt) 85% 100%);
  border-radius: 50%;
  border: 4px solid var(--surface);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-pie::after {
  content: '';
  width: 50px;
  height: 50px;
  background: var(--surface);
  border-radius: 50%;
  position: absolute;
}
.widget-pie .pie-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
}
.pie-val { font-size: 14px; font-weight: 700; color: var(--text); }
.pie-label { font-size: 9px; color: var(--text-muted); font-weight: 500; }

.widget-card {
  position: absolute;
  bottom: 20px;
  right: -20px;
  background: var(--surface);
  padding: 20px;
  border-radius: var(--r);
  box-shadow: var(--shadow);
  width: 260px;
}
.widget-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  margin-bottom: 6px;
}
.widget-row span { color: var(--text-muted); font-weight: 500; }
.widget-row strong { color: var(--text); font-weight: 600; }
.widget-bar {
  width: 100%;
  height: 4px;
  background: var(--surface-alt);
  border-radius: 2px;
  overflow: hidden;
}
.widget-fill {
  height: 100%;
  background: var(--accent);
  border-radius: 2px;
}
.hero__stat-label {
  font-size: 12px;
  color: rgba(255,255,255,.45);
  font-weight: 500;
  margin-top: 6px;
  display: block;
  letter-spacing: .02em;
}

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--text-subtle);
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero__scroll-line {
  width: 1px; height: 60px;
  background: var(--border-light);
  position: relative;
  overflow: hidden;
}
.hero__scroll-line::after {
  content: '';
  position: absolute;
  top: -100%; left: 0; right: 0; bottom: 0;
  background: var(--text-subtle);
  animation: scrollLine 2s ease infinite;
}
@keyframes scrollLine {
  0% { transform: translateY(0); }
  100% { transform: translateY(200%); }
}

/* ===== PAGE HERO (Páginas Internas) ===== */
.page-hero {
  padding: 180px 0 100px;
  background: var(--surface);
  position: relative;
  overflow: hidden;
}
.page-hero__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-hero__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--space-6);
}
.page-hero__breadcrumb a {
  color: var(--navy);
  text-decoration: none;
  transition: color var(--t);
}
.page-hero__breadcrumb a:hover {
  color: var(--accent);
}
.page-hero__breadcrumb span:last-child {
  color: var(--text-body) !important;
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
  color: var(--dark);
  line-height: 1.1;
  letter-spacing: -.03em;
  margin-bottom: var(--space-6);
}
.page-hero p {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--text-body);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* ===== STATS STRIP ===== */
.stats-strip {
  background: var(--surface);
  border-bottom: var(--border-dash-light);
  padding: var(--space-7) 0;
  position: relative;
  z-index: 10;
}
.stats-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
  text-align: center;
}
.stats-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stats-strip__val {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  color: var(--text);
  line-height: 1;
  margin-bottom: var(--space-2);
  letter-spacing: -.02em;
}
.stats-strip__label {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
  max-width: 150px;
  line-height: 1.4;
}

/* ===== RESPONSIVE HIGHLIGHTS (Basics for Hero) ===== */
@media (max-width: 992px) {
  .hero__layout {
    grid-template-columns: 1fr;
    text-align: center;
    gap: var(--space-8);
  }
  .hero__left { margin: 0 auto; }
  .hero__actions { justify-content: center; }
  .hero-image-wrap { margin: 0 auto; }
  .stats-strip__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-8) var(--space-4);
  }
}
@media (max-width: 480px) {
  .stats-strip__grid {
    grid-template-columns: 1fr;
  }
}

/* ===== TRUST BAR ===== */
.trust-bar {
  background: var(--surface);
  border-top: 1px solid var(--surface-alt);
  border-bottom: 1px solid var(--surface-alt);
  padding: var(--space-5) 0;
}
.trust-bar__inner {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  flex-wrap: wrap;
}
.trust-bar__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-subtle);
  white-space: nowrap;
  padding-right: var(--space-6);
  border-right: var(--border-dash-light);
}
.trust-bar__items {
  display: flex;
  align-items: center;
  gap: var(--space-7);
  flex-wrap: wrap;
}
.trust-bar__item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
}
.trust-bar__item svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; }

/* ===== SOBRE (home preview + página) ===== */
.sobre-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-10);
  align-items: center;
}
.sobre-visual {
  position: relative;
}
.sobre-visual__images {
  position: relative;
  min-height: 500px;
}
.sobre-img-1 {
  width: 80%;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow);
  position: relative;
  z-index: 1;
}
.sobre-img-2 {
  width: 60%;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  border: 10px solid var(--surface);
}
.sobre-widget-progresso {
  position: absolute;
  top: 40px;
  right: -20px;
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: var(--space-5);
  box-shadow: var(--shadow-lg);
  z-index: 3;
  width: 240px;
}
.sobre-prog {
  margin-bottom: var(--space-4);
}
.sobre-prog:last-child { margin-bottom: 0; }
.sobre-prog-texto {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  margin-bottom: 6px;
}
.sobre-prog-texto span { color: var(--text-muted); font-weight: 500; }
.sobre-prog-texto strong { color: var(--text); font-weight: 700; }
.sobre-bar {
  height: 4px;
  background: var(--surface-alt);
  border-radius: 2px;
  overflow: hidden;
}
.sobre-fill {
  height: 100%;
  background: var(--accent);
  border-radius: 2px;
}

.sobre-text h2 { margin-bottom: var(--space-5); }
.sobre-text p {
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: var(--space-4);
}
.sobre-experiencia {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-4) 0;
  border-top: var(--border-dash-light);
  border-bottom: var(--border-dash-light);
  margin-bottom: var(--space-5);
}
.sobre-experiencia strong {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.sobre-experiencia span {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
  line-height: 1.4;
  max-width: 200px;
}
.sobre-checklist {
  margin: var(--space-6) 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.sobre-checklist li {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: 14px;
  color: var(--text);
  font-weight: 500;
}
.check-icon {
  width: 24px; height: 24px;
  min-width: 24px;
  background: var(--surface-alt);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
}

/* ===== SERVIÇOS — Exora open column layout ===== */
.servicos-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--space-10);
}
.servicos-header h2 {
  font-size: clamp(32px, 5vw, 56px);
  margin-bottom: var(--space-4);
}
.servicos-header p {
  color: var(--text-body);
  font-size: 17px;
  line-height: 1.7;
}

.servicos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--surface-alt);
  border-radius: var(--r-xl);
  overflow: hidden;
}
.servico-cell {
  padding: var(--space-8) var(--space-7);
  transition: background var(--t);
  position: relative;
  border-right: 1px solid var(--surface-alt);
  border-bottom: 1px solid var(--surface-alt);
}
.servico-cell:nth-child(3n)   { border-right: none; }
.servico-cell:nth-last-child(-n+3) { border-bottom: none; }
.servico-cell:hover { background: var(--surface); }

.servico-cell__num {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--text-muted);
  display: block;
  margin-bottom: var(--space-5);
  text-transform: uppercase;
}
.servico-cell__icon {
  width: 44px; height: 44px;
  margin-bottom: var(--space-5);
  background: var(--surface);
  border: 1px solid var(--surface-alt);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-text);
  transition: var(--t);
}
.servico-cell:hover .servico-cell__icon {
  background: var(--gold-tint);
  border-color: var(--gold-border);
}
.servico-cell__icon svg { width: 22px; height: 22px; }
.servico-cell h3 {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: var(--space-3);
  letter-spacing: -.01em;
}
.servico-cell p {
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.72;
}

/* Full service card (servicos.html) */
.servico-card-full {
  background: var(--white);
  border: 1px solid var(--surface-alt);
  border-radius: var(--r-lg);
  padding: var(--space-7) var(--space-6);
  transition: var(--t);
  box-shadow: 0 2px 12px rgba(12,20,34,.04);
}
.servico-card-full:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(12,20,34,.10);
  border-color: rgba(201,168,76,.25);
}
.servico-card-full__icon {
  width: 52px; height: 52px;
  background: var(--gold-tint);
  border: 1px solid var(--gold-border);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-text);
  margin-bottom: var(--space-5);
}
.servico-card-full__icon svg { width: 24px; height: 24px; }
.servico-card-full h3 { margin-bottom: var(--space-3); }
.servico-card-full > p { color: var(--text-muted); line-height: 1.7; margin-bottom: var(--space-5); }
.servico-card-full ul { display: flex; flex-direction: column; gap: var(--space-2); }
.servico-card-full ul li {
  font-size: 13px;
  color: var(--text-muted);
  padding-left: var(--space-4);
  position: relative;
}
.servico-card-full ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold-text);
  font-weight: 700;
}

/* ===== PROCESSO ===== */
.processo-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
}
.processo-step {
  background: var(--white);
  border: 1px solid var(--surface-alt);
  border-radius: var(--r-lg);
  padding: var(--space-7) var(--space-5);
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: var(--t);
}
.processo-step:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-border);
  transform: translateY(-3px);
}
.processo-step__num {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 700;
  color: rgba(26,43,74,.08);
  line-height: 1;
  margin-bottom: var(--space-4);
}
.processo-step h4 { color: var(--navy); margin-bottom: var(--space-3); }
.processo-step p { font-size: 13px; color: var(--text-muted); line-height: 1.65; }
.processo-step__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-text);
  background: var(--gold-tint);
  border: 1px solid var(--gold-border);
  padding: 4px 10px;
  border-radius: var(--r-pill);
  margin-bottom: var(--space-4);
}

/* ===== NÚMEROS / CONTADORES ===== */
.numeros-strip {
  background: var(--surface);
  border-top: 1px solid var(--surface-alt);
  border-bottom: 1px solid var(--surface-alt);
  padding: var(--space-10) 0;
}
.numeros-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.numero-item {
  text-align: center;
  padding: var(--space-6) var(--space-5);
  border-right: 1px solid var(--surface-alt);
  position: relative;
}
.numero-item:last-child { border-right: none; }
.numero-item__val {
  font-family: var(--font-display);
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1;
  display: block;
  letter-spacing: -.03em;
}
.numero-item__suffix {
  color: var(--gold);
}
.numero-item__label {
  font-size: 13px;
  color: var(--text-body);
  font-weight: 500;
  margin-top: var(--space-4);
  display: block;
  letter-spacing: .02em;
  line-height: 1.5;
}

/* ===== DEPOIMENTOS ===== */
.depo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}
.depo-card {
  background: var(--white);
  border: 1px solid var(--surface-alt);
  border-radius: var(--r-lg);
  padding: var(--space-7) var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  transition: var(--t);
  box-shadow: var(--shadow);
}
.depo-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-border);
}
.depo-card__stars { color: var(--gold); font-size: 14px; letter-spacing: 3px; }
.depo-card__text {
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.75;
  font-style: italic;
  flex: 1;
}
.depo-card__author {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding-top: var(--space-5);
  border-top: 1px solid var(--surface-alt);
}
.depo-card__avatar {
  width: 40px; height: 40px;
  min-width: 40px;
  background: var(--dark);
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--gold);
}
.depo-card__name {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
}
.depo-card__role {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
}

/* ===== SERVIÇOS — ACCORDION LAYOUT (Accruefy pattern) ===== */
.servicos-accordion-header {
  max-width: 640px;
  margin-bottom: var(--space-10);
}
.servicos-accordion-header h2 { margin-bottom: var(--space-4); }
.servicos-accordion-header p {
  font-size: 17px;
  color: var(--text-body);
  line-height: 1.7;
}

.servicos-accordion-wrap {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: var(--space-10);
  align-items: start;
}

/* Accordion list */
.servicos-accordion-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.svc-item {
  border: 1px solid transparent;
  border-radius: var(--r-lg);
  padding: var(--space-4) var(--space-5);
  transition: var(--t);
  background: transparent;
}
.svc-item.open {
  background: var(--surface);
  border-color: var(--border-light);
  box-shadow: var(--shadow-sm);
}
.svc-item__head {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  cursor: pointer;
  user-select: none;
}
.svc-item__head:hover h3 { color: var(--dark); }

.svc-item__num {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--text-muted);
  min-width: 24px;
}
.svc-item.open .svc-item__num { color: var(--accent); }

.svc-item__head h3 {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-body);
  line-height: 1.3;
  transition: color var(--t);
}
.svc-item.open .svc-item__head h3 { color: var(--dark); }

.svc-item__toggle {
  width: 32px; height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: var(--surface-alt);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted);
  transition: var(--t);
}
.svc-item__toggle::before { content: '↓'; font-size:16px; }
.svc-item.open .svc-item__toggle {
  background: var(--accent);
  color: var(--white);
  transform: rotate(-180deg);
}
.svc-item.open .svc-item__toggle::before { content: '↓'; }

.svc-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s var(--ease);
}
.svc-item__body p {
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.75;
  padding: var(--space-4) 0 var(--space-4) calc(24px + var(--space-5));
}
.svc-item__link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  padding-left: calc(24px + var(--space-5));
  padding-bottom: var(--space-4);
  transition: var(--t);
}
.svc-item__link:hover { gap: var(--space-3); color: var(--dark); }

/* Panel card (right) */
.servicos-panel {
  position: sticky;
  top: 100px;
}
.servicos-panel__card {
  background: var(--white);
  border: 1px solid var(--surface-alt);
  border-radius: var(--r-xl);
  padding: var(--space-8) var(--space-7);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  transition: var(--t);
  min-height: 340px;
}
.servicos-panel__num {
  font-family: var(--font-display);
  font-size: 80px;
  font-weight: 700;
  color: rgba(12,20,34,.04);
  line-height: 1;
  position: absolute;
  top: var(--space-5);
  right: var(--space-7);
  letter-spacing: -.04em;
  pointer-events: none;
}
.servicos-panel__icon {
  width: 56px;
  height: 56px;
  background: var(--surface-alt);
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: var(--space-6);
}
.servicos-panel__icon svg { width: 26px; height: 26px; }
.servicos-panel__card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: var(--space-4);
  line-height: 1.3;
}
.servicos-panel__card p {
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: var(--space-6);
}
.servicos-panel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}
.servicos-panel__tags span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--surface-alt);
  padding: 5px 12px;
  border-radius: var(--r-pill);
}
.servicos-panel__deco {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--surface-alt) 0%, transparent 70%);
  pointer-events: none;
}

/* ===== PROCESSO — ACCORDION (Accruefy pattern) ===== */
.processo-acc-header {
  max-width: 560px;
  margin-bottom: var(--space-8);
}
.processo-acc-header h2 { margin-top: var(--space-3); }

.processo-accordion {
  border-top: 1px solid var(--surface-alt);
}
.processo-acc-item {
  border-bottom: 1px solid var(--surface-alt);
}
.processo-acc-head {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  padding: var(--space-6) 0;
  cursor: pointer;
  user-select: none;
}
.processo-acc-num {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  color: rgba(12,20,34,.12);
  min-width: 48px;
  transition: color var(--t);
}
.processo-acc-item.open .processo-acc-num { color: var(--gold); }

.processo-acc-head h4 {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-body);
  transition: color var(--t);
}
.processo-acc-item.open .processo-acc-head h4 { color: var(--dark); }

.processo-acc-btn {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border: 1px solid var(--surface-alt);
  border-radius: var(--r);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: var(--t);
  cursor: pointer;
}
.processo-acc-btn svg { width: 16px; height: 16px; }
.processo-acc-btn .icon-minus { display: none; }
.processo-acc-item.open .processo-acc-btn {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}
.processo-acc-item.open .processo-acc-btn .icon-plus { display: none; }
.processo-acc-item.open .processo-acc-btn .icon-minus { display: block; }

.processo-acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s var(--ease);
}
.processo-acc-body p {
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.75;
  padding: 0 0 var(--space-6) calc(48px + var(--space-6));
}

/* ===== DEPOIMENTOS — FEATURED CAROUSEL (Accruefy pattern) ===== */
.depo-featured-header {
  margin-bottom: var(--space-8);
}
.depo-featured-header h2 { margin-top: var(--space-3); }

.depo-featured-wrap {
  position: relative;
  min-height: 260px;
}
.depo-featured-card {
  display: none;
  background: var(--white);
  border: 1px solid var(--surface-alt);
  border-radius: var(--r-xl);
  padding: var(--space-8) var(--space-9);
  box-shadow: var(--shadow);
  max-width: 820px;
}
.depo-featured-card.active { display: block; }

.depo-featured-stars {
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: var(--space-5);
}
.depo-featured-quote {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 400;
  font-style: italic;
  color: var(--dark);
  line-height: 1.5;
  margin-bottom: var(--space-7);
}
.depo-featured-author {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding-top: var(--space-6);
  border-top: 1px solid var(--surface-alt);
}
.depo-featured-avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: var(--dark);
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--gold);
}
.depo-featured-name {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
}
.depo-featured-role {
  display: block;
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 2px;
}

.depo-featured-nav {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  margin-top: var(--space-7);
}
.depo-nav-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--surface-alt);
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--t);
  color: var(--text-body);
}
.depo-nav-btn svg { width: 16px; height: 16px; }
.depo-nav-btn:hover {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}
.depo-dots {
  display: flex;
  gap: var(--space-2);
}
.depo-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: var(--surface-alt);
  cursor: pointer;
  transition: var(--t);
  padding: 0;
}
.depo-dot.active {
  background: var(--dark);
  width: 24px;
  border-radius: var(--r-pill);
}

/* ===== BLOG — FEATURED GRID (Accruefy pattern) ===== */
.blog-featured-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: var(--space-5);
  align-items: stretch;
}

.blog-featured-card {
  background: var(--white);
  border: 1px solid var(--surface-alt);
  border-radius: var(--r-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--t);
  box-shadow: var(--shadow);
}
.blog-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-border);
}
.blog-featured-thumb {
  height: 240px;
  background: linear-gradient(135deg, var(--dark) 0%, var(--navy) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.blog-featured-thumb__icon {
  color: rgba(255,255,255,.18);
}
.blog-featured-thumb__icon svg { width: 72px; height: 72px; }
.blog-featured-badge {
  position: absolute;
  top: var(--space-4);
  left: var(--space-4);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--dark);
  background: var(--gold);
  padding: 5px 12px;
  border-radius: var(--r-pill);
}
.blog-featured-body {
  padding: var(--space-7) var(--space-6);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-featured-body h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.35;
  margin-top: var(--space-3);
  margin-bottom: var(--space-4);
}
.blog-featured-body p {
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.7;
  flex: 1;
  margin-bottom: var(--space-5);
}

/* Blog stack */
.blog-stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.blog-stack-card {
  background: var(--white);
  border: 1px solid var(--surface-alt);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  gap: 0;
  transition: var(--t);
  box-shadow: var(--shadow-sm);
  flex: 1;
}
.blog-stack-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-border);
}
.blog-stack-thumb {
  width: 100px;
  min-width: 100px;
  background: linear-gradient(135deg, var(--dark) 0%, var(--navy) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.20);
  flex-shrink: 0;
}
.blog-stack-thumb svg { width: 28px; height: 28px; }
.blog-stack-body {
  padding: var(--space-5) var(--space-5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.blog-stack-body h4 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.4;
  margin-top: var(--space-3);
  margin-bottom: var(--space-3);
}

/* ===== CTA BAND ===== */
.cta-band {
  background: var(--surface);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: var(--space-10) 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 50%, rgba(201,168,76,.06) 0%, transparent 60%);
  pointer-events: none;
}
.cta-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-8);
  align-items: center;
}
.cta-band h2 { color: var(--dark); }
.cta-band p {
  color: var(--text-muted);
  font-size: 16px;
  margin-top: var(--space-4);
  line-height: 1.7;
}
.cta-band__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  align-items: flex-end;
}

/* ===== CERTIFICAÇÕES ===== */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}
.cert-card {
  background: var(--white);
  border: 1px solid var(--surface-alt);
  border-radius: var(--r-lg);
  padding: var(--space-7) var(--space-6);
  transition: var(--t);
  box-shadow: var(--shadow);
}
.cert-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-border);
}
.cert-card__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-text);
  background: var(--gold-tint);
  border: 1px solid var(--gold-border);
  padding: 5px 12px;
  border-radius: var(--r-pill);
  margin-bottom: var(--space-5);
}
.cert-card h4 { margin-bottom: var(--space-3); color: var(--navy); }
.cert-card p { font-size: 14px; color: var(--text-muted); line-height: 1.65; }

/* Compliance section */
.compliance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--surface);
  border: 1px solid var(--surface-alt);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-top: var(--space-8);
  box-shadow: 0 2px 12px rgba(12,20,34,.04);
}
.compliance-cell {
  background: var(--white);
  padding: var(--space-6);
}
.compliance-cell h4 { color: var(--navy); margin-bottom: var(--space-3); }
.compliance-cell p { font-size: 14px; color: var(--text-muted); line-height: 1.65; }

/* ===== CONTATO ===== */
.contato-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--space-10);
  align-items: start;
}

.contato-info h2 { color: var(--white); margin-bottom: var(--space-5); }
.contato-info > p { color: rgba(255,255,255,.6); line-height: 1.75; margin-bottom: var(--space-8); }

.contato-items {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(255,255,255,.06);
  border: var(--border-dash-dark);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-bottom: var(--space-6);
}
.contato-item {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  background: var(--dark);
  padding: var(--space-5) var(--space-6);
  transition: background var(--t);
}
.contato-item:hover { background: var(--dark-surface); }
.contato-item__icon {
  width: 44px; height: 44px;
  min-width: 44px;
  background: var(--gold-tint);
  border: 1px solid var(--gold-border);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
}
.contato-item__icon svg { width: 20px; height: 20px; }
.contato-item__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 3px;
}
.contato-item__value {
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
}
.contato-item a.contato-item__value:hover { color: var(--gold); }

/* Formulário */
.form-card {
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: var(--space-8) var(--space-7);
  box-shadow: var(--shadow-lg);
}
.form-card h3 {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--navy);
  margin-bottom: var(--space-6);
}

.form-group { margin-bottom: var(--space-5); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }

.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--space-2);
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  background: var(--white);
  border: var(--border-dash-light);
  border-radius: var(--r);
  padding: 13px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text);
  outline: none;
  transition: border-color var(--t), box-shadow var(--t);
  resize: vertical;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-subtle); }
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--gold);
  border-style: solid;
  box-shadow: 0 0 0 3px var(--gold-tint);
}

.form-disclaimer {
  text-align: center;
  font-size: 12px;
  color: var(--text-subtle);
  margin-top: var(--space-4);
}
.form-disclaimer svg { width: 12px; height: 12px; vertical-align: middle; }

/* ===== FOOTER ===== */
.footer {
  background: var(--bg-sand);
  border-top: 1px solid var(--border-light);
  padding: var(--space-10) 0 var(--space-6);
  color: var(--dark);
}

.footer__main {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  gap: var(--space-8);
  padding-bottom: var(--space-8);
}

.footer__col {
  display: flex;
  flex-direction: column;
}

.footer__brand p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-top: var(--space-5);
  max-width: 300px;
}

.footer__col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: var(--space-5);
}

.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__col ul li a {
  font-size: 14px;
  color: var(--text-muted);
  transition: color var(--t);
  text-decoration: none;
}

.footer__col ul li a:hover {
  color: var(--dark);
}

.footer__address {
  color: var(--text-subtle);
  font-size: 13px;
  margin-top: var(--space-2);
}

.footer__bottom {
  border-top: 1px solid var(--border-light);
  padding-top: var(--space-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.footer__copy {
  font-size: 13px;
  color: var(--text-muted);
}

.footer__legal {
  display: flex;
  gap: var(--space-6);
}

.footer__legal a {
  font-size: 13px;
  color: var(--text-muted);
  transition: color var(--t);
  text-decoration: none;
}

.footer__legal a:hover {
  color: var(--dark);
}

/* ===== WHATSAPP FLOAT ===== */
.wa-float {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 54px; height: 54px;
  background: var(--green-wa);
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.4);
  z-index: 900;
  transition: transform var(--t), box-shadow var(--t);
}
.wa-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37,211,102,.55);
}
.wa-float::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--green-wa);
  animation: waPulse 2.8s ease-in-out infinite;
  z-index: -1;
}
@keyframes waPulse {
  0%   { transform: scale(1); opacity: .7; }
  70%  { transform: scale(1.55); opacity: 0; }
  100% { transform: scale(1.55); opacity: 0; }
}

/* ===== ANIMAÇÕES DE ENTRADA ===== */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal-delay="1"] { transition-delay: .1s; }
[data-reveal-delay="2"] { transition-delay: .2s; }
[data-reveal-delay="3"] { transition-delay: .3s; }
[data-reveal-delay="4"] { transition-delay: .4s; }

/* ===== FAQ ===== */
.faq-list { display: flex; flex-direction: column; gap: 1px; background: var(--surface); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); }
.faq-item { background: var(--white); }
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-6);
  cursor: pointer;
  gap: var(--space-5);
  transition: background var(--t);
}
.faq-question:hover { background: var(--surface); }
.faq-question h4 { font-size: 16px; color: var(--navy); font-weight: 600; }
.faq-toggle {
  width: 28px; height: 28px;
  min-width: 28px;
  background: var(--gold-tint);
  border: 1px solid var(--gold-border);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  color: var(--gold-dark);
  font-weight: 300;
  transition: transform var(--t), background var(--t);
}
.faq-item.open .faq-toggle { transform: rotate(45deg); background: var(--gold); color: var(--dark); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s var(--ease);
}
.faq-answer p {
  padding: 0 var(--space-6) var(--space-6);
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.75;
}

/* ===== SEGMENTOS — LIQUID GLASS ===== */
.segmentos-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: linear-gradient(150deg, #f5f7ff 0%, #edf0fa 45%, #f3f0fd 100%);
}

/* Liquid blobs */
.segmentos-section::before {
  content: '';
  position: absolute;
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(201,168,76,.13) 0%, transparent 65%);
  top: -160px; right: -60px;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}
.segmentos-section::after {
  content: '';
  position: absolute;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(12,20,34,.08) 0%, transparent 65%);
  bottom: -100px; left: 5%;
  border-radius: 50%;
  filter: blur(55px);
  pointer-events: none;
}

.segmentos-section .container { position: relative; z-index: 1; }

.segmentos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.segmento-card {
  background: var(--surface);
  border: 1px solid rgba(12, 20, 34, 0.04);
  border-radius: 24px;
  padding: 32px;
  transition: transform .32s ease, box-shadow .32s ease, background .32s ease, border-color .32s ease;
  box-shadow:
    0 4px 20px rgba(12,20,34,.03),
    0 2px 6px rgba(12,20,34,.02),
    inset 0 1px 0 rgba(255,255,255,1);
}
.segmento-card:hover {
  transform: translateY(-4px);
  background: var(--surface);
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,1);
  border-color: rgba(201,168,76,.15);
}

.segmento-card__icon {
  width: 48px; height: 48px;
  min-width: 48px;
  background: var(--surface-alt);
  border: 1px solid rgba(12, 20, 34, 0.04);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: var(--navy);
  margin-bottom: var(--space-5);
}
.segmento-card__icon svg { width: 22px; height: 22px; }

.segmento-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: var(--space-2);
}
.segmento-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}
.segmento-card--dark {
  background: var(--dark);
  border-color: rgba(255,255,255,.10);
}
.segmento-card--dark h4 { color: var(--white); }
.segmento-card--dark p  { color: rgba(255,255,255,.55); }
.segmento-card__icon--dark {
  background: rgba(201,168,76,.15);
  border-color: rgba(201,168,76,.3);
  color: var(--gold);
}

/* ===== TEAM CARDS ===== */
.team-card {
  background: var(--dark-surface);
  border: var(--border-dash-dark);
  border-radius: var(--r-lg);
  padding: var(--space-7) var(--space-6);
  text-align: center;
}
.team-card--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
}
.team-card__avatar {
  width: 72px; height: 72px;
  background: var(--navy);
  border: 2px solid var(--gold-border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto var(--space-5);
  font-family: var(--font-display);
  font-size: 28px; font-weight: 700;
  color: var(--gold);
}
.team-card__avatar--empty {
  background: var(--gold-tint);
  border: 1px dashed var(--gold-border);
  font-size: 28px;
  font-family: inherit;
  font-weight: 400;
  color: var(--gold-text);
}
.team-card__name {
  color: var(--white);
  margin-bottom: var(--space-2);
}
.team-card__role {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-4);
}
.team-card__bio {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  line-height: 1.65;
}
.team-card__wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: var(--space-5);
  font-size: 13px;
  font-weight: 600;
  color: var(--green-wa);
  transition: opacity var(--t);
  text-decoration: none;
}
.team-card__wa:hover { opacity: .75; }

/* ===== BLOG ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}
.blog-card {
  background: var(--white);
  border: 1px solid var(--surface-alt);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: var(--t);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-border);
}
.blog-card__thumb {
  height: 180px;
  background: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.blog-card__thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--dark) 0%, var(--navy) 100%);
  opacity: .85;
}
.blog-card__thumb-icon {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,.25);
}
.blog-card__thumb-icon svg { width: 48px; height: 48px; }
.blog-card__body {
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-card__cat {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-text);
  background: var(--gold-tint);
  border: 1px solid var(--gold-border);
  padding: 4px 10px;
  border-radius: var(--r-pill);
  margin-bottom: var(--space-4);
  width: fit-content;
}
.blog-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: var(--space-3);
}
.blog-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.65;
  flex: 1;
  margin-bottom: var(--space-5);
}
.blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-4);
  border-top: var(--border-dash-light);
  font-size: 12px;
  color: var(--text-subtle);
}
.blog-card__read {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: var(--space-1);
  transition: gap var(--t), color var(--t);
}
.blog-card:hover .blog-card__read { gap: var(--space-2); color: var(--gold-dark); }

/* Blog hero featured */
.blog-featured {
  background: var(--dark);
  border: var(--border-dash-dark);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  margin-bottom: var(--space-8);
}
.blog-featured__thumb {
  background: linear-gradient(135deg, var(--dark-mid) 0%, var(--navy) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  position: relative;
  color: rgba(255,255,255,.18);
}
.blog-featured__thumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(201,168,76,.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(201,168,76,.04) 1px, transparent 1px);
  background-size: 40px 40px;
}
.blog-featured__thumb svg { width: 80px; height: 80px; position: relative; }
.blog-featured__body {
  padding: var(--space-8) var(--space-7);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-featured__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-light);
  background: rgba(201,168,76,.12);
  border: 1px solid var(--gold-border);
  padding: 5px 12px;
  border-radius: var(--r-pill);
  margin-bottom: var(--space-5);
  width: fit-content;
}
.blog-featured h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 32px);
  color: var(--white);
  line-height: 1.25;
  margin-bottom: var(--space-4);
}
.blog-featured p {
  font-size: 15px;
  color: rgba(255,255,255,.6);
  line-height: 1.7;
  margin-bottom: var(--space-6);
}
.blog-cats {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-8);
}
.blog-cat-btn {
  font-size: 12px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: var(--r-pill);
  border: var(--border-dash-light);
  background: var(--surface);
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--t);
}
.blog-cat-btn:hover,
.blog-cat-btn.active {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

/* ===== SECTION HEADER CENTER ===== */
.section-header-center {
  text-align: center;
  max-width: 680px;
  margin: 0 auto var(--space-10);
}
.section-header-center .section-num {
  justify-content: center;
}
.section-header-center h2 {
  font-size: clamp(30px, 4.5vw, 52px);
  letter-spacing: -.02em;
  line-height: 1.1;
  margin-bottom: var(--space-5);
}
.section-header-center > p {
  font-size: 17px;
  color: var(--text-body);
  line-height: 1.75;
  max-width: 560px;
  margin: 0 auto;
}

/* ===== MERCADO SECTION ===== */
.mercado-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-10);
  align-items: center;
}
.mercado-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
}
.mercado-stat {
  background: var(--white);
  border: 1px solid var(--surface-alt);
  border-radius: var(--r-lg);
  padding: var(--space-6) var(--space-5);
  box-shadow: var(--shadow);
  transition: var(--t);
}
.mercado-stat:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-border);
}
.mercado-stat__val {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1;
  display: block;
  margin-bottom: var(--space-3);
  letter-spacing: -.02em;
}
.mercado-stat__label {
  font-size: 13px;
  color: var(--text-body);
  line-height: 1.5;
}
.mercado-text h2 {
  margin-bottom: var(--space-5);
  font-size: clamp(26px, 3.5vw, 40px);
}
.mercado-text > p {
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: var(--space-4);
  font-size: 16px;
}
.mercado-points {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin: var(--space-6) 0;
}
.mercado-point {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: 14px;
  color: var(--text-body);
  font-weight: 500;
}
.mercado-point-dot {
  width: 22px; height: 22px;
  min-width: 22px;
  background: var(--gold-tint);
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-text);
  font-size: 11px;
  font-weight: 700;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .servicos-accordion-wrap { grid-template-columns: 1fr; gap: var(--space-8); }
  .servicos-panel { position: static; }
  .servicos-grid { grid-template-columns: repeat(2, 1fr); }
  /* fix border corners for 2-col layout */
  .servico-cell:nth-child(3n)          { border-right: 1px solid var(--surface-alt); }
  .servico-cell:nth-child(2n)          { border-right: none; }
  .servico-cell:nth-last-child(-n+3)   { border-bottom: 1px solid var(--surface-alt); }
  .servico-cell:nth-last-child(-n+2)   { border-bottom: none; }
  .footer__main { grid-template-columns: 1fr 1fr; }
  .sobre-grid { gap: var(--space-8); }
  .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .segmentos-grid { grid-template-columns: repeat(2, 1fr); }
  .mercado-grid { gap: var(--space-8); }
  .blog-featured-grid { grid-template-columns: 1fr; }
  .blog-stack { flex-direction: row; }
  .blog-stack-card { flex: 1; }
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured__thumb { min-height: 200px; }
}

@media (max-width: 768px) {
  .hero-badge { display: none; }
  .section-light, .section-alt, .section-dark, .section-dark-mid,
  .numeros-strip, .cta-band { padding: 72px 0; }

  .navbar__links, .navbar__cta { display: none; }
  .navbar__hamburger { display: flex; }

  .hero { padding: 100px 0 64px; }
  .hero__right { display: none; }
  .hero__layout { grid-template-columns: 1fr; }
  .hero__actions { gap: var(--space-3); }
  .hero__stats { gap: 0; }
  .hero__stat { padding: 0 var(--space-4) 0 0; }

  .sobre-grid { grid-template-columns: 1fr; }
  .sobre-visual { order: -1; }

  .servicos-grid { grid-template-columns: 1fr; }
  .servico-cell:nth-child(n) { border-right: none; }
  .servico-cell:last-child   { border-bottom: none; }
  .servicos-header { gap: var(--space-5); }
  .svc-item__body p,
  .svc-item__link { padding-left: 0; }

  .processo-acc-body p { padding-left: 0; }

  .depo-featured-card { padding: var(--space-6) var(--space-5); }
  .depo-featured-quote { font-size: 18px; }

  .blog-featured-grid { grid-template-columns: 1fr; }
  .blog-stack { flex-direction: column; }
  .blog-stack-thumb { width: 88px; min-width: 88px; }

  .numeros-grid { grid-template-columns: repeat(2, 1fr); }
  .numero-item:nth-child(2) { border-right: none; }

  .cta-band__inner { grid-template-columns: 1fr; }
  .cta-band__actions { align-items: flex-start; flex-direction: row; flex-wrap: wrap; }

  .cert-grid { grid-template-columns: 1fr; }
  .compliance-grid { grid-template-columns: 1fr; }

  .contato-grid { grid-template-columns: 1fr; }
  .form-card { padding: var(--space-6) var(--space-5); }
  .form-row { grid-template-columns: 1fr; }

  .footer__main { grid-template-columns: 1fr 1fr; }
  .footer__bottom { flex-direction: column; text-align: center; }

  .page-hero { padding: 120px 0 60px; }
  .mercado-grid { grid-template-columns: 1fr; }
  .mercado-stats { order: -1; }
  .blog-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .container { padding: 0 var(--space-5); }
  .numeros-grid { grid-template-columns: 1fr 1fr; }
  .footer__main { grid-template-columns: 1fr; }
  .sobre-visual__frame { grid-template-columns: 1fr 1fr; }
  .hero__stat { min-width: 80px; }
  .segmentos-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr; }
  .depo-featured-card { padding: var(--space-5); }
  .svc-item__head { gap: var(--space-3); }
  .processo-acc-num { font-size: 22px; min-width: 36px; }
}

/* ===== TICKER / MARQUEE ===== */
.ticker {
  background: var(--dark-mid);
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
  padding: 14px 0;
  overflow: hidden;
  user-select: none;
}
.ticker__track {
  display: flex;
  gap: 0;
  animation: ticker 28s linear infinite;
  width: max-content;
}
.ticker__track:hover { animation-play-state: paused; }
.ticker__item {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  padding: 0 var(--space-5);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.28);
  white-space: nowrap;
}
.ticker__sep {
  color: var(--gold);
  opacity: .6;
  font-size: 14px;
}
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes ticker-reverse {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}
.ticker--gold {
  background: var(--dark);
  border-top: 1px solid rgba(201,168,76,.12);
  border-bottom: none;
}
.ticker--gold .ticker__item { color: rgba(255,255,255,.45); font-size: 12px; letter-spacing: .22em; }
.ticker--gold .ticker__sep { color: var(--gold); opacity: .8; }
.ticker__track--reverse { animation-name: ticker-reverse; animation-duration: 32s; }

/* ===== HERO FLOATING BADGES ===== */
.hero-badge {
  position: absolute;
  z-index: 2;
  background: rgba(18,30,48,.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(201,168,76,.22);
  border-radius: var(--r-lg);
  padding: var(--space-4) var(--space-5);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  animation: floatBadge 5s ease-in-out infinite;
  pointer-events: none;
}
.hero-badge--1 {
  bottom: -18px;
  left: -18px;
  animation-delay: 0s;
}
.hero-badge--2 {
  top: -18px;
  right: -18px;
  animation-delay: 2.5s;
}
@keyframes floatBadge {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-10px); }
}
.hero-badge__icon {
  width: 38px; height: 38px;
  min-width: 38px;
  background: var(--gold-tint);
  border: 1px solid var(--gold-border);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
}
.hero-badge__icon svg { width: 18px; height: 18px; }
.hero-badge__val {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  display: block;
}
.hero-badge__label {
  font-size: 11px;
  color: rgba(255,255,255,.45);
  font-weight: 500;
  display: block;
  margin-top: 2px;
  letter-spacing: .02em;
}

/* ===== CARDS CLARO — SOMBRA SUAVE (estilo Brevon) ===== */
/* Substituímos dashed border por solid sutil + shadow nos cards de fundo claro */
.card-clean {
  background: var(--white);
  border: 1px solid var(--surface-alt);
  border-radius: var(--r-lg);
  box-shadow: 0 2px 12px rgba(12,20,34,.05);
  transition: box-shadow var(--t), transform var(--t), border-color var(--t);
}
.card-clean:hover {
  box-shadow: 0 10px 40px rgba(12,20,34,.10);
  transform: translateY(-4px);
  border-color: rgba(201,168,76,.25);
}


/* ===== ARTIGO ===== */

/* Barra de progresso de leitura */
.reading-progress {
  position: fixed;
  top: 0; left: 0;
  width: 0%;
  height: 3px;
  background: var(--gold);
  z-index: 1100;
  transition: width .1s linear;
}

/* Hero do artigo */
.article-hero {
  background: var(--dark);
  padding: 140px 0 72px;
  position: relative;
  overflow: hidden;
}
.article-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(201,168,76,.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(201,168,76,.03) 1px, transparent 1px);
  background-size: 64px 64px;
}
.article-hero__inner { position: relative; z-index: 1; max-width: 800px; }

.article-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-5);
  font-size: 12px;
  color: rgba(255,255,255,.35);
}
.article-hero__breadcrumb a { color: rgba(255,255,255,.35); transition: color var(--t); }
.article-hero__breadcrumb a:hover { color: var(--gold); }
.article-hero__breadcrumb span { color: rgba(255,255,255,.2); }

.article-hero__cat {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-light);
  background: rgba(201,168,76,.12);
  border: 1px solid var(--gold-border);
  padding: 5px 14px;
  border-radius: var(--r-pill);
  margin-bottom: var(--space-5);
}

.article-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.12;
  letter-spacing: -.025em;
  margin-bottom: var(--space-5);
}

.article-hero__lead {
  font-size: clamp(16px, 1.8vw, 19px);
  color: rgba(255,255,255,.6);
  line-height: 1.75;
  margin-bottom: var(--space-7);
  max-width: 680px;
}

.article-hero__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-5);
  padding-top: var(--space-6);
  border-top: var(--border-dash-dark);
}
.article-hero__author {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.article-hero__avatar {
  width: 38px; height: 38px;
  background: var(--navy);
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--gold);
  flex-shrink: 0;
}
.article-hero__author-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
}
.article-hero__author-role {
  font-size: 11px;
  color: rgba(255,255,255,.4);
  margin-top: 1px;
}
.article-hero__info {
  display: flex;
  gap: var(--space-5);
  margin-left: auto;
}
.article-hero__info-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 12px;
  color: rgba(255,255,255,.4);
}
.article-hero__info-item svg { width: 14px; height: 14px; }

/* Layout artigo + sidebar */
.article-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: var(--space-9);
  align-items: start;
  padding: var(--space-9) 0 var(--space-10);
}

/* ===== TIPOGRAFIA DO ARTIGO ===== */
.article-body {
  min-width: 0; /* prevent overflow in grid */
}

.article-content {
  font-size: 17px;
  line-height: 1.85;
  color: var(--text);
}
.article-content > * + * { margin-top: var(--space-6); }

.article-content .lead {
  font-size: 19px;
  line-height: 1.75;
  color: var(--navy);
  font-weight: 400;
  border-left: 3px solid var(--gold);
  padding-left: var(--space-5);
  margin-top: 0;
}

.article-content h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin-top: var(--space-9);
  margin-bottom: var(--space-4);
  letter-spacing: -.02em;
  padding-top: var(--space-6);
  border-top: var(--border-dash-light);
}
.article-content h2:first-of-type { margin-top: var(--space-7); border-top: none; padding-top: 0; }

.article-content h3 {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
  margin-top: var(--space-7);
  margin-bottom: var(--space-3);
}

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

.article-content a {
  color: var(--gold-text);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--t);
}
.article-content a:hover { color: var(--navy); }

/* Blockquote destaque */
.article-content blockquote {
  background: var(--dark);
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--r-lg) var(--r-lg) 0;
  padding: var(--space-7) var(--space-7) var(--space-7) var(--space-6);
  margin: var(--space-8) 0;
}
.article-content blockquote p {
  font-family: var(--font-display);
  font-size: 19px;
  font-style: italic;
  color: rgba(255,255,255,.85);
  line-height: 1.6;
  margin: 0;
}
.article-content blockquote cite {
  display: block;
  margin-top: var(--space-4);
  font-family: var(--font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Listas */
.article-content ul, .article-content ol {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.article-content ul li, .article-content ol li {
  display: flex;
  gap: var(--space-3);
  align-items: flex-start;
  color: var(--text-muted);
  list-style: none;
  padding: 0;
}
.article-content ul li::before {
  content: '';
  display: block;
  width: 6px; height: 6px;
  min-width: 6px;
  background: var(--gold);
  border-radius: 50%;
  margin-top: 9px;
}
.article-content ol { counter-reset: article-counter; }
.article-content ol li { counter-increment: article-counter; }
.article-content ol li::before {
  content: counter(article-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  min-width: 22px;
  background: var(--gold-tint);
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  color: var(--gold-text);
  margin-top: 1px;
}

/* Caixa de destaque (callout) */
.article-callout {
  background: var(--surface);
  border: var(--border-dash-light);
  border-left: 4px solid var(--gold-text);
  border-radius: 0 var(--r) var(--r) 0;
  padding: var(--space-5) var(--space-6);
  display: flex;
  gap: var(--space-4);
  align-items: flex-start;
  margin: var(--space-7) 0;
}
.article-callout__icon {
  width: 36px; height: 36px;
  min-width: 36px;
  background: var(--gold-tint);
  border: 1px solid var(--gold-border);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-text);
}
.article-callout__icon svg { width: 18px; height: 18px; }
.article-callout p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text);
  margin: 0 !important;
}
.article-callout strong { color: var(--navy); }

/* Tags de artigo */
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  padding-top: var(--space-6);
  border-top: var(--border-dash-light);
  margin-top: var(--space-8);
}
.article-tag {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--surface);
  border: var(--border-dash-light);
  padding: 5px 14px;
  border-radius: var(--r-pill);
  transition: var(--t);
}
.article-tag:hover { color: var(--navy); border-color: var(--navy); }

/* Autor bio (bottom) */
.article-author-bio {
  display: flex;
  gap: var(--space-5);
  align-items: flex-start;
  background: var(--surface);
  border: var(--border-dash-light);
  border-radius: var(--r-lg);
  padding: var(--space-6);
  margin-top: var(--space-8);
}
.article-author-bio__avatar {
  width: 60px; height: 60px;
  min-width: 60px;
  background: var(--dark);
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
}
.article-author-bio__name {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2px;
}
.article-author-bio__role {
  font-size: 12px;
  color: var(--text-subtle);
  letter-spacing: .04em;
  margin-bottom: var(--space-3);
}
.article-author-bio__text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ===== SIDEBAR ===== */
.article-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.sidebar-card {
  background: var(--surface);
  border: var(--border-dash-light);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.sidebar-card__header {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-text);
  padding: var(--space-4) var(--space-5);
  border-bottom: var(--border-dash-light);
  background: var(--surface);
}

/* TOC */
.toc-list {
  padding: var(--space-4) var(--space-5);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.toc-item a {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 13px;
  color: var(--text-muted);
  padding: 6px var(--space-2);
  border-radius: var(--r-sm);
  transition: var(--t);
  line-height: 1.4;
}
.toc-item a:hover, .toc-item a.active {
  color: var(--navy);
  background: rgba(12,20,34,.04);
}
.toc-item a.active { color: var(--gold-text); font-weight: 600; }
.toc-item--h3 a { padding-left: var(--space-5); font-size: 12px; }
.toc-dot {
  width: 5px; height: 5px;
  min-width: 5px;
  background: var(--gold);
  border-radius: 50%;
  opacity: .5;
  transition: opacity var(--t);
}
.toc-item a.active .toc-dot, .toc-item a:hover .toc-dot { opacity: 1; }

/* Sidebar CTA */
.sidebar-cta {
  background: var(--dark);
  border: var(--border-dash-dark);
  border-radius: var(--r-lg);
  padding: var(--space-6);
}
.sidebar-cta__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-4);
  display: block;
}
.sidebar-cta h4 {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: var(--space-3);
}
.sidebar-cta p {
  font-size: 13px;
  color: rgba(255,255,255,.55);
  line-height: 1.6;
  margin-bottom: var(--space-5);
}
.sidebar-cta .btn { width: 100%; justify-content: center; font-size: 13px; }

/* Share buttons */
.share-buttons {
  padding: var(--space-4) var(--space-5);
  display: flex;
  gap: var(--space-2);
}
.share-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  font-size: 12px;
  font-weight: 600;
  padding: 9px 12px;
  border-radius: var(--r);
  border: var(--border-dash-light);
  background: var(--surface);
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--t);
}
.share-btn:hover { color: var(--navy); border-color: var(--navy); }
.share-btn svg { width: 14px; height: 14px; }

/* ===== BENTO GRID SYSTEM ===== */
.bento-section {
  padding: var(--space-10) 0;
  background: var(--bg-sand);
}

.bento-grid {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: repeat(12, 1fr);
}

.bento-card {
  background: var(--surface);
  border-radius: 32px;
  padding: var(--space-6);
  box-shadow: 0 4px 24px rgba(0,0,0, 0.03), inset 0 0 0 1px rgba(0,0,0, 0.02);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform var(--t), box-shadow var(--t);
}
.bento-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,0,0, 0.06), inset 0 0 0 1px rgba(0,0,0, 0.02);
}

/* Base spans for standard grid (can be overridden by specific utility classes) */
.bento-col-4 { grid-column: span 4; }
.bento-col-5 { grid-column: span 5; }
.bento-col-6 { grid-column: span 6; }
.bento-col-7 { grid-column: span 7; }
.bento-col-8 { grid-column: span 8; }
.bento-col-12 { grid-column: span 12; }

/* Testimonials / Feedbacks specific Bento */
.bento-feedbacks .bento-main-quote {
  grid-column: span 6;
  padding: 48px;
  justify-content: center;
}
.bento-main-quote p {
  font-size: clamp(20px, 2.5vw, 24px);
  line-height: 1.4;
  color: var(--text);
  font-weight: 500;
  text-align: center;
}
.bento-main-quote p em, .bento-main-quote p strong {
  color: var(--text-muted);
  font-weight: normal;
  font-style: normal;
}
.bento-quote-icon {
  margin: 32px auto 0;
  color: var(--dark);
}

.bento-feedbacks .bento-main-visual {
  grid-column: span 6;
  padding: 0; 
}
.bento-main-visual img, .bento-main-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bento-feedbacks .bento-review {
  grid-column: span 4;
}
.bento-stars {
  color: var(--dark);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: var(--space-4);
}
.bento-stars span.dim { color: var(--text-subtle); }

.bento-review-text {
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.6;
  margin-bottom: var(--space-6);
  flex-grow: 1;
}

.bento-reviewer {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-top: auto;
}
.bento-reviewer img {
  width: 40px; height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.bento-reviewer-info {
  display: flex;
  flex-direction: column;
}
.bento-reviewer-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--dark);
}
.bento-reviewer-role {
  font-size: 11px;
  color: var(--text-muted);
}

/* Stats Footer (Bento Style) */
.bento-stats-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
  margin-top: var(--space-8);
  padding-top: var(--space-6);
  border-top: 1px solid rgba(0,0,0, 0.04);
  text-align: center;
}
.bento-stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bento-stat-val {
  font-size: clamp(28px, 4vw, 36px);
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--dark);
}
.bento-stat-label {
  font-size: 13px;
  color: var(--text-muted);
}

@media (max-width: 900px) {
  .bento-col-4, .bento-col-5, .bento-col-6, .bento-col-7, .bento-col-8 {
    grid-column: span 12 !important;
  }
  .bento-card[style*="flex-direction: row"] {
    flex-direction: column !important;
  }
  .bento-feedbacks .bento-main-quote,
  .bento-feedbacks .bento-main-visual {
    grid-column: span 12;
  }
  .bento-feedbacks .bento-main-visual {
    min-height: 300px;
  }
  .bento-feedbacks .bento-main-visual img {
    border-radius: 32px;
  }
  .bento-feedbacks .bento-review {
    grid-column: span 12;
  }
  .bento-stats-footer {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }
}

/* ===== RESPONSIVE ARTIGO ===== */
@media (max-width: 1024px) {
  .article-layout { grid-template-columns: 1fr 280px; gap: var(--space-7); }
}
@media (max-width: 768px) {
  .article-layout { grid-template-columns: 1fr; gap: var(--space-7); }
  .article-sidebar { position: static; }
  .article-content { font-size: 16px; }
  .article-hero { padding: 120px 0 56px; }
  .article-hero__info { margin-left: 0; }
  .article-hero__meta { flex-direction: column; gap: var(--space-4); }
}
