/* ============================================================
   PROMIND INSIGHTS — LANDING PAGE
   Paleta: Preto #06090f | Branco #f8fafc | Azul Escuro #0f2545
   ============================================================ */

:root {
  --bg:          #06090f;
  --surface:     #0d1117;
  --card:        #111827;
  --card-border: rgba(255,255,255,0.06);
  --dark-blue:   #0f2545;
  --mid-blue:    #163a6b;
  --accent:      #2563eb;
  --accent-light:#60a5fa;
  --white:       #f8fafc;
  --muted:       #64748b;
  --muted-light: #94a3b8;
  --green:       #22c55e;
  --red:         #ef4444;

  --grad: linear-gradient(135deg, #2563eb 0%, #60a5fa 60%, #93c5fd 100%);
  --grad-text: linear-gradient(135deg, #60a5fa 0%, #93c5fd 100%);

  --font-heading: 'Space Grotesk', sans-serif;
  --font-body:    'Inter', sans-serif;

  --radius:   12px;
  --radius-lg: 20px;
  --shadow:   0 4px 24px rgba(0,0,0,0.4);
  --shadow-lg:0 8px 48px rgba(0,0,0,0.6);

  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
}

/* ── Reset ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* ── Typography ──────────────────────────────────────── */
h1, h2, h3, h4 { font-family: var(--font-heading); line-height: 1.15; }
.gradient-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Container ───────────────────────────────────────── */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Section helpers ─────────────────────────────────── */
.section { padding: 100px 0; position: relative; }
.section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-light);
  margin-bottom: 16px;
}
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
}
.section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}
.section-subtitle {
  font-size: 1.05rem;
  color: var(--muted-light);
  line-height: 1.7;
}
.section-text {
  font-size: 1rem;
  color: var(--muted-light);
  line-height: 1.75;
  margin-bottom: 16px;
}

/* ── Buttons ─────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.08);
  opacity: 0;
  transition: var(--transition);
}
.btn:hover::after { opacity: 1; }
.btn-primary {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 4px 20px rgba(37,99,235,0.4);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(37,99,235,0.55);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
}
.btn-outline:hover {
  border-color: var(--accent);
  background: rgba(37,99,235,0.12);
  transform: translateY(-2px);
}
.btn-icon { width: 18px; height: 18px; flex-shrink: 0; fill: currentColor; }
.btn-full { width: 100%; justify-content: center; border-radius: var(--radius); }
.btn-arrow { width: 18px; height: 18px; transition: transform var(--transition); }
.btn:hover .btn-arrow { transform: translateX(4px); }

/* ─────────────────────────────────────────────────────
   NAVBAR
───────────────────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: var(--transition);
}
.navbar.scrolled {
  background: rgba(6,9,15,0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--card-border);
  padding: 12px 0;
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav-logo { flex-shrink: 0; }
.logo-text {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.5px;
}
.logo-accent { color: var(--accent-light); }
.nav-links {
  display: flex;
  gap: 32px;
  margin-left: auto;
}
.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted-light);
  transition: color var(--transition);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 1px;
  background: var(--accent-light);
  transform: scaleX(0);
  transition: transform var(--transition);
}
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  background: var(--grad);
  color: #fff;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: var(--transition);
  flex-shrink: 0;
  box-shadow: 0 2px 12px rgba(37,99,235,0.35);
}
.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(37,99,235,0.5);
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  margin-left: auto;
}
.nav-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ─────────────────────────────────────────────────────
   HERO
───────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.78;
  mix-blend-mode: screen;
  filter: saturate(1.08);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(37,99,235,0.12) 1px, transparent 1px);
  background-size: 32px 32px;
}
.hero-orbs { position: absolute; inset: 0; pointer-events: none; }
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.25;
  animation: orbFloat 12s ease-in-out infinite;
}
.orb-1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, #1e3a8a, transparent 70%);
  top: -200px; right: -100px;
  animation-delay: 0s;
}
.orb-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, #1d4ed8, transparent 70%);
  bottom: -100px; left: -100px;
  animation-delay: -4s;
}
.orb-3 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, #0f2545, transparent 70%);
  top: 40%; left: 40%;
  animation-delay: -8s;
}
@keyframes orbFloat {
  0%,100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(30px,-30px) scale(1.05); }
  66% { transform: translate(-20px,20px) scale(0.97); }
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37,99,235,0.12);
  border: 1px solid rgba(37,99,235,0.25);
  color: var(--accent-light);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  animation: fadeInDown 0.7s ease forwards;
}
.badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent-light);
  box-shadow: 0 0 8px var(--accent-light);
  animation: pulse 2s ease infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.hero-title {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.title-line {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  animation: slideUp 0.7s ease forwards;
}
.title-line:nth-child(1) { animation-delay: 0.15s; }
.title-line:nth-child(2) { animation-delay: 0.3s; }
.title-line:nth-child(3) { animation-delay: 0.45s; }

@keyframes slideUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-subtitle {
  font-size: 1.05rem;
  color: var(--muted-light);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 36px;
  opacity: 0;
  animation: slideUp 0.7s ease 0.55s forwards;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  animation: slideUp 0.7s ease 0.7s forwards;
  margin-bottom: 56px;
}

/* Stats */
.hero-stats {
  display: flex;
  gap: 0;
  opacity: 0;
  animation: slideUp 0.7s ease 0.85s forwards;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  overflow: hidden;
  width: fit-content;
}
.stat-item {
  padding: 20px 28px;
  text-align: center;
}
.stat-number {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}
.stat-suffix {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--accent-light);
}
.stat-label {
  display: block;
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 4px;
  white-space: nowrap;
}
.stat-divider {
  width: 1px;
  background: var(--card-border);
  align-self: stretch;
}

/* Hero Visual */
.hero-visual {
  position: relative;
  height: 480px;
  opacity: 0;
  animation: fadeIn 1s ease 0.5s forwards;
  overflow: visible;
}
@keyframes fadeIn { to { opacity: 1; } }

.hero-illustration {
  position: absolute;
  top: 50%; left: 50%;
  /* tamanho definido para a mask funcionar corretamente */
  width: 900px; height: 900px;
  margin: -450px 0 0 -450px;
  transform: none;
  /* fade radial nas bordas */
  -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, black 35%, transparent 72%);
  mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, black 35%, transparent 72%);
}
.illustration-ring {
  position: absolute;
  top: 50%; left: 50%;
  border-radius: 50%;
  transform-origin: center center;
}
.ring-1 {
  width: 180px; height: 180px;
  margin: -90px 0 0 -90px;
  border: 1.5px solid rgba(37,99,235,0.55);
  animation: spin 14s linear infinite;
}
.ring-2 {
  width: 320px; height: 320px;
  margin: -160px 0 0 -160px;
  border: 1px solid rgba(37,99,235,0.38);
  animation: spin 22s linear infinite reverse;
  stroke-dasharray: 6 4;
}
.ring-3 {
  width: 480px; height: 480px;
  margin: -240px 0 0 -240px;
  border: 1px dashed rgba(37,99,235,0.25);
  animation: spin 35s linear infinite;
}
.ring-4 {
  width: 640px; height: 640px;
  margin: -320px 0 0 -320px;
  border: 1px dashed rgba(37,99,235,0.14);
  animation: spin 50s linear infinite reverse;
}
.ring-5 {
  width: 820px; height: 820px;
  margin: -410px 0 0 -410px;
  border: 1px solid rgba(37,99,235,0.07);
  animation: spin 70s linear infinite;
}
.ring-6 {
  width: 1020px; height: 1020px;
  margin: -510px 0 0 -510px;
  border: 1px solid rgba(37,99,235,0.035);
  animation: spin 100s linear infinite reverse;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.illustration-center {
  width: 96px; height: 96px;
  background: rgba(37,99,235,0.12);
  border: 1px solid rgba(37,99,235,0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* centralizado dentro do container de 900px */
  position: absolute;
  top: 50%; left: 50%;
  margin: -48px 0 0 -48px;
  box-shadow: 0 0 40px rgba(37,99,235,0.2), inset 0 0 20px rgba(37,99,235,0.08);
}
.center-icon { width: 60px; height: 60px; }

/* Floating Cards */
.hero-card-float {
  position: absolute;
  background: rgba(13,17,23,0.85);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 14px 18px;
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  white-space: nowrap;
}
.hero-card-1 {
  top: 10%; left: 0;
  animation: floatCard1 6s ease-in-out infinite;
}
.hero-card-2 {
  bottom: 20%; right: 0;
  animation: floatCard2 7s ease-in-out infinite;
  animation-delay: -2s;
}
@keyframes floatCard1 {
  0%,100% { transform: translateY(0px) rotate(-2deg); }
  50% { transform: translateY(-14px) rotate(-1deg); }
}
@keyframes floatCard2 {
  0%,100% { transform: translateY(0px) rotate(2deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}
.card-icon {
  width: 36px; height: 36px;
  background: rgba(37,99,235,0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-light);
  flex-shrink: 0;
}
.card-icon svg { width: 20px; height: 20px; }
.hero-card-float span {
  display: block;
  font-size: 0.7rem;
  color: var(--muted);
}
.hero-card-float strong {
  display: block;
  font-size: 0.85rem;
  color: var(--white);
  font-weight: 600;
}

/* Scroll indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0;
  animation: fadeIn 1s ease 1.5s forwards;
}
.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--muted), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ─────────────────────────────────────────────────────
   SOBRE
───────────────────────────────────────────────────── */
.sobre { background: var(--surface); }
.sobre-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.sobre-content .section-title { font-size: clamp(1.8rem,3vw,2.4rem); text-align: left; }
.sobre-highlights {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}
.highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--muted-light);
}
.highlight-icon {
  width: 22px; height: 22px;
  color: var(--accent-light);
  flex-shrink: 0;
}
.highlight-icon svg { width: 100%; height: 100%; }

/* Visual Card */
.sobre-visual { position: relative; }
.visual-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.main-card { padding: 24px; }
.visual-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 0.8rem;
  color: var(--muted);
}
.vc-dots { display: flex; gap: 6px; }
.vc-dots span {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--muted);
  opacity: 0.4;
}
.vc-dots span:nth-child(1) { background: #ef4444; opacity: 1; }
.vc-dots span:nth-child(2) { background: #f59e0b; opacity: 1; }
.vc-dots span:nth-child(3) { background: #22c55e; opacity: 1; }

/* Chart Bars */
.visual-chart { margin-bottom: 20px; }
.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 100px;
}
.chart-bar {
  flex: 1;
  background: linear-gradient(to top, rgba(37,99,235,0.8), rgba(96,165,250,0.4));
  border-radius: 4px 4px 0 0;
  height: 0;
  position: relative;
  transition: height 1s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.chart-bar span {
  position: absolute;
  bottom: -18px;
  font-size: 0.65rem;
  color: var(--muted);
  white-space: nowrap;
}
.chart-bar.animated { height: var(--h); }

.visual-stats-row {
  display: flex;
  gap: 0;
  border-top: 1px solid var(--card-border);
  padding-top: 16px;
}
.vs-item {
  flex: 1;
  text-align: center;
}
.vs-label { display: block; font-size: 0.7rem; color: var(--muted); }
.vs-value {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: var(--font-heading);
  margin-top: 2px;
}
.vs-value.positive { color: var(--green); }
.vs-value.negative { color: var(--red); }

.mini-card {
  position: absolute;
  bottom: -24px;
  right: -24px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 160px;
}
.mini-icon { width: 24px; height: 24px; color: var(--accent-light); }
.mc-label { display: block; font-size: 0.7rem; color: var(--muted); }
.mc-value { display: block; font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700; color: var(--white); }

/* ─────────────────────────────────────────────────────
   MISSÃO / VISÃO / VALORES
───────────────────────────────────────────────────── */
.mvv { background: var(--bg); }
.mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.mvv-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}
.mvv-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad);
  opacity: 0;
  transition: var(--transition);
}
.mvv-card:hover { transform: translateY(-6px); border-color: rgba(37,99,235,0.3); }
.mvv-card:hover::before { opacity: 1; }
.mvv-card--featured {
  background: linear-gradient(135deg, var(--dark-blue) 0%, rgba(17,24,39,0.8) 100%);
  border-color: rgba(37,99,235,0.25);
}
.mvv-card--featured::before { opacity: 1; }
.mvv-icon {
  width: 56px; height: 56px;
  color: var(--accent-light);
  margin-bottom: 20px;
}
.mvv-icon svg { width: 100%; height: 100%; }
.mvv-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent-light);
  background: rgba(37,99,235,0.12);
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 14px;
}
.mvv-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}
.mvv-card p {
  font-size: 0.9rem;
  color: var(--muted-light);
  line-height: 1.7;
}

/* ─────────────────────────────────────────────────────
   SERVICES
───────────────────────────────────────────────────── */
.services { background: var(--surface); }
.tab-buttons {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 48px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--card-border);
  border-radius: 50px;
  padding: 6px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.tab-btn {
  padding: 10px 28px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
  transition: var(--transition);
}
.tab-btn.active {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 2px 12px rgba(37,99,235,0.35);
}
.tab-btn:hover:not(.active) { color: var(--white); }

.tab-content { display: none; }
.tab-content.active { display: block; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.services-grid--3 { grid-template-columns: repeat(3, 1fr); }

.service-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.service-card:hover { transform: translateY(-4px); border-color: rgba(37,99,235,0.2); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon {
  width: 52px; height: 52px;
  color: var(--accent-light);
  margin-bottom: 20px;
  background: rgba(37,99,235,0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.service-icon svg { width: 100%; height: 100%; }
.service-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.service-card p {
  font-size: 0.875rem;
  color: var(--muted-light);
  line-height: 1.7;
  margin-bottom: 16px;
}
.service-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.service-list li {
  font-size: 0.82rem;
  color: var(--muted-light);
  padding-left: 16px;
  position: relative;
}
.service-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

/* ─────────────────────────────────────────────────────
   DIFERENCIAIS
───────────────────────────────────────────────────── */
.diferenciais {
  background: var(--bg);
  overflow: hidden;
}
.diferenciais-bg { position: absolute; inset: 0; pointer-events: none; }
.diff-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.12;
}
.diff-orb-1 {
  width: 500px; height: 500px;
  background: var(--accent);
  top: -200px; right: -200px;
}
.diff-orb-2 {
  width: 400px; height: 400px;
  background: var(--mid-blue);
  bottom: -150px; left: -150px;
}
.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.diff-card {
  background: rgba(17,24,39,0.6);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  position: relative;
  backdrop-filter: blur(12px);
  transition: var(--transition);
}
.diff-card:hover {
  transform: translateY(-8px);
  border-color: rgba(37,99,235,0.4);
  background: rgba(17,24,39,0.8);
}
.diff-card--accent {
  background: linear-gradient(135deg, rgba(15,37,69,0.8), rgba(22,58,107,0.4));
  border-color: rgba(37,99,235,0.3);
}
.diff-number {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 800;
  color: rgba(37,99,235,0.15);
  position: absolute;
  top: 20px; right: 24px;
  line-height: 1;
}
.diff-icon {
  width: 60px; height: 60px;
  color: var(--accent-light);
  margin-bottom: 24px;
}
.diff-icon svg { width: 100%; height: 100%; }
.diff-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}
.diff-card p {
  font-size: 0.875rem;
  color: var(--muted-light);
  line-height: 1.75;
}

/* ─────────────────────────────────────────────────────
   EXPANSÃO
───────────────────────────────────────────────────── */
.expansao { background: var(--surface); }
.expansao-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.expansao-content .section-title { text-align: left; font-size: clamp(1.8rem,3vw,2.4rem); }
.expansion-pillars {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 32px;
}
.ep-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  transition: var(--transition);
}
.ep-item:hover { border-color: rgba(37,99,235,0.25); background: rgba(37,99,235,0.05); }
.ep-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.ep-item strong { display: block; font-size: 0.9rem; color: var(--white); margin-bottom: 2px; }
.ep-item span { font-size: 0.82rem; color: var(--muted-light); }

/* Brazil Map */
.expansao-map {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brazil-map { width: 100%; max-width: 360px; filter: drop-shadow(0 0 40px rgba(37,99,235,0.15)); }
.brazil-outline { stroke-dasharray: 1200; stroke-dashoffset: 1200; }
.brazil-outline.drawn { animation: drawMap 3s ease forwards; }
@keyframes drawMap {
  to { stroke-dashoffset: 0; }
}
.map-pulse { animation: mapPulse 2s ease-in-out infinite; }
@keyframes mapPulse {
  0%,100% { opacity: 1; r: 6; }
  50% { opacity: 0.7; r: 8; }
}
.map-pulse-ring { animation: mapRing 2s ease-in-out infinite; }
@keyframes mapRing {
  0% { opacity: 0.3; r: 12; }
  100% { opacity: 0; r: 24; }
}

/* ─────────────────────────────────────────────────────
   CLIENTES MARQUEE
───────────────────────────────────────────────────── */
.clientes { background: var(--bg); overflow: hidden; }
.clientes .section-header { margin-bottom: 48px; }
.clients-marquee-wrapper {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}
.clients-marquee { overflow: hidden; }
.clients-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marquee 35s linear infinite;
  padding: 8px 0;
}
.clients-marquee-wrapper:hover .clients-track { animation-play-state: paused; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.client-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
  letter-spacing: 0.5px;
  transition: var(--transition);
  user-select: none;
  min-width: 160px;
}
.client-card:hover { color: var(--muted-light); border-color: rgba(37,99,235,0.2); }

/* ─────────────────────────────────────────────────────
   CONTATO
───────────────────────────────────────────────────── */
.contato { background: var(--surface); }
.contato-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.contato-info .section-title { text-align: left; font-size: clamp(1.8rem,3vw,2.4rem); }

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  transition: var(--transition);
}
.contact-item:hover { border-color: rgba(37,99,235,0.25); }
.ci-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ci-icon svg { width: 18px; height: 18px; }
.ci-icon--green { background: rgba(34,197,94,0.12); color: var(--green); }
.ci-icon--blue  { background: rgba(37,99,235,0.12); color: var(--accent-light); }
.ci-icon--gray  { background: rgba(255,255,255,0.06); color: var(--muted-light); }
.contact-item span { display: block; font-size: 0.75rem; color: var(--muted); }
.contact-item strong { display: block; font-size: 0.9rem; color: var(--white); }

.social-links {
  display: flex;
  gap: 12px;
}
.social-link {
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted-light);
  transition: var(--transition);
}
.social-link svg { width: 16px; height: 16px; }
.social-link:hover { color: var(--white); border-color: var(--accent); background: rgba(37,99,235,0.12); }

/* Form */
.contato-form-wrapper {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
}
.contact-form h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.contact-form > p {
  font-size: 0.875rem;
  color: var(--muted-light);
  margin-bottom: 32px;
}
.form-group { margin-bottom: 16px; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.form-field {
  position: relative;
  margin-bottom: 0;
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--white);
  padding: 18px 16px 8px;
  border-radius: var(--radius);
  font-size: 0.9rem;
  transition: var(--transition);
  outline: none;
  appearance: none;
}
.form-field select {
  cursor: pointer;
  padding-top: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.form-field select option { background: var(--card); }
.form-field textarea { resize: none; line-height: 1.6; }
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--accent);
  background: rgba(37,99,235,0.05);
  box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}
.form-field label,
.form-field .select-label {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 0.9rem;
  color: var(--muted);
  pointer-events: none;
  transition: var(--transition);
}
.form-field textarea ~ label { top: 20px; transform: none; }
.form-field input:not(:placeholder-shown) ~ label,
.form-field input:focus ~ label,
.form-field textarea:not(:placeholder-shown) ~ label,
.form-field textarea:focus ~ label {
  top: 10px;
  font-size: 0.7rem;
  color: var(--accent-light);
  transform: none;
}
.form-field select:focus ~ .select-label,
.form-field select:valid ~ .select-label {
  top: 6px;
  font-size: 0.7rem;
  color: var(--accent-light);
  transform: none;
}
.form-field select { padding-top: 20px; }

/* ── Custom Select ─────────��────────────────────────── */
.select-hidden {
  display: none !important;
}
.custom-select-wrapper {
  position: relative;
  min-height: 56px;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.custom-select {
  width: 100%;
  position: relative;
  user-select: none;
  font-family: var(--font-body);
}
.custom-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 6px;
  min-height: 56px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
  position: relative;
}
.custom-select__trigger::before {
  content: 'Qual serviço você precisa?';
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 0.9rem;
  color: var(--muted);
  pointer-events: none;
  transition: top var(--transition), font-size var(--transition), color var(--transition), transform var(--transition);
}
.custom-select.has-value .custom-select__trigger::before,
.custom-select.open .custom-select__trigger::before {
  top: 8px;
  transform: none;
  font-size: 0.7rem;
  color: var(--accent-light);
}
.custom-select__value {
  font-size: 0.95rem;
  color: var(--white);
  line-height: 1;
  margin-top: 10px;
  opacity: 0;
  transition: opacity var(--transition);
}
.custom-select.has-value .custom-select__value {
  opacity: 1;
}
.custom-select__arrow {
  width: 16px;
  height: 16px;
  color: var(--muted);
  flex-shrink: 0;
  transition: transform var(--transition), color var(--transition);
  margin-left: 8px;
}
.custom-select.open .custom-select__arrow {
  transform: rotate(180deg);
  color: var(--accent-light);
}
.custom-select.open .custom-select__trigger,
.custom-select__trigger:hover {
  border-color: var(--accent);
  background: rgba(37,99,235,0.05);
  box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}
.custom-select__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0; right: 0;
  background: var(--card);
  border: 1px solid rgba(37,99,235,0.25);
  border-radius: var(--radius);
  overflow: hidden;
  z-index: 200;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  /* animation */
  opacity: 0;
  transform: translateY(-8px) scaleY(0.96);
  transform-origin: top;
  pointer-events: none;
  transition: opacity 0.22s cubic-bezier(0.4,0,0.2,1),
              transform 0.22s cubic-bezier(0.4,0,0.2,1);
}
.custom-select.open .custom-select__dropdown {
  opacity: 1;
  transform: translateY(0) scaleY(1);
  pointer-events: auto;
}
.custom-select__option {
  padding: 13px 18px;
  font-size: 0.93rem;
  color: var(--muted-light);
  cursor: pointer;
  transition: background var(--transition), color var(--transition), padding-left var(--transition);
  border-left: 2px solid transparent;
  position: relative;
}
.custom-select__option:not(:last-child) {
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.custom-select__option:hover {
  background: rgba(37,99,235,0.1);
  color: var(--white);
  padding-left: 22px;
  border-left-color: var(--accent-light);
}
.custom-select__option.selected {
  color: var(--accent-light);
  background: rgba(37,99,235,0.08);
  border-left-color: var(--accent);
}

.contact-form .btn-primary { margin-top: 8px; }
.form-success {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(34,197,94,0.1);
  border: 1px solid rgba(34,197,94,0.3);
  color: var(--green);
  padding: 14px 16px;
  border-radius: var(--radius);
  margin-top: 12px;
  font-size: 0.875rem;
}
.form-success svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ─────────────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────────────── */
.footer {
  background: #040609;
  border-top: 1px solid var(--card-border);
  padding: 72px 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  padding-bottom: 56px;
}
.footer-brand .logo-text { font-size: 1.4rem; }
.footer-brand p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 14px;
  max-width: 300px;
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.footer-social a {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--card-border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  transition: var(--transition);
}
.footer-social a svg { width: 14px; height: 14px; }
.footer-social a:hover { color: var(--white); border-color: var(--accent); }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.footer-col h4 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col li a,
.footer-col li span {
  font-size: 0.875rem;
  color: var(--muted);
  transition: color var(--transition);
}
.footer-col li a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid var(--card-border);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom p { font-size: 0.8rem; color: var(--muted); }

/* ─────────────────────────────────────────────────────
   FIXED WHATSAPP
───────────────────────────────────────────────────── */
.whatsapp-fixed {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: var(--transition);
}
.whatsapp-fixed svg {
  width: 28px; height: 28px;
  fill: #fff;
}
.whatsapp-fixed:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 28px rgba(37,211,102,0.55);
}
.wf-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25D366;
  animation: wfPulse 3s ease infinite;
}
@keyframes wfPulse {
  0% { transform: scale(1); opacity: 0.6; }
  70% { transform: scale(1.6); opacity: 0; }
  100% { transform: scale(1.6); opacity: 0; }
}
.wf-tooltip {
  position: absolute;
  right: 68px;
  background: rgba(10,10,10,0.9);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: var(--transition);
}
.whatsapp-fixed:hover .wf-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* ─────────────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .sobre-grid,
  .expansao-grid,
  .contato-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-container { grid-template-columns: 1fr; gap: 48px; text-align: center; }
  .hero-visual { display: none; }
  .hero-stats { margin: 0 auto; }
  .hero-actions { justify-content: center; }
  .hero-subtitle { margin-left: auto; margin-right: auto; }
  .footer-top { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .mvv-grid,
  .diff-grid,
  .services-grid,
  .services-grid--3 { grid-template-columns: 1fr; }
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex;
    position: fixed;
    top: 64px; left: 0; right: 0;
    flex-direction: column;
    padding: 24px;
    background: rgba(6,9,15,0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--card-border);
    gap: 20px;
  }
  .nav-links.open ~ .nav-cta { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .contato-form-wrapper { padding: 28px 20px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .mini-card { display: none; }
  .stat-item { padding: 16px 18px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 2.2rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .footer-links { grid-template-columns: 1fr; }
}

/* ─────────────────────────────────────────────────────
   SCROLL PROGRESS BAR
───────────────────────────────────────────────────── */
.scroll-progress-bar {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #2563eb, #60a5fa, #93c5fd);
  z-index: 9999;
  transition: width 0.1s linear;
  box-shadow: 0 0 10px rgba(96,165,250,0.6);
}

/* ─────────────────────────────────────────────────────
   HERO CANVAS (particles)
───────────────────────────────────────────────────── */
/* ─────────────────────────────────────────────────────
   LOGO IMAGE
───────────────────────────────────────────────────── */
.nav-logo {
  display: flex;
  align-items: center;
}
.nav-logo a { display: flex; align-items: center; }
.nav-logo-img {
  height: 44px;
  width: auto;
  mix-blend-mode: screen;
  filter: brightness(1.15) contrast(1.05);
  transition: filter var(--transition), transform var(--transition);
  display: block;
}
.nav-logo-img:hover {
  filter: brightness(1.3) contrast(1.1);
  transform: scale(1.03);
}
.footer-logo-img {
  height: 80px;
  width: auto;
  mix-blend-mode: screen;
  filter: brightness(1.1);
  display: block;
  margin-bottom: 12px;
}

/* ─────────────────────────────────────────────────────
   NAV CTA ICON
───────────────────────────────────────────────────── */
.nav-cta {
  gap: 8px;
}
.nav-cta-icon {
  width: 16px; height: 16px;
  flex-shrink: 0;
}

/* ─────────────────────────────────────────────────────
   HERO CARD 3
───────────────────────────────────────────────────── */
.hero-card-3 {
  position: absolute;
  bottom: 60px;
  left: -20px;
  animation-delay: 3s;
}

/* ─────────────────────────────────────────────────────
   SERVICE ENHANCEMENTS
───────────────────────────────────────────────────── */
.service-number {
  position: absolute;
  top: 20px; right: 24px;
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 800;
  color: rgba(37,99,235,0.08);
  line-height: 1;
  pointer-events: none;
}
.service-card { position: relative; }
.service-cta {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--card-border);
}

/* ─────────────────────────────────────────────────────
   EP ICON SVG
───────────────────────────────────────────────────── */
.ep-icon {
  width: 40px; height: 40px;
  min-width: 40px;
  background: rgba(37,99,235,0.12);
  border: 1px solid rgba(37,99,235,0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-light);
  margin-top: 0;
  font-size: inherit;
}
.ep-icon svg { width: 18px; height: 18px; }

/* ─────────────────────────────────────────────────────
   SAC FLOATING BUTTON + PANEL
───────────────────────────────────────────────────── */
.sac-wrapper {
  position: fixed;
  bottom: 100px;
  right: 28px;
  z-index: 998;
}

.sac-fixed {
  position: relative;
  width: 52px; height: 52px;
  background: linear-gradient(135deg, #0f2545, #1a3a6e);
  border: 1px solid rgba(37,99,235,0.4);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(15,37,69,0.5);
  transition: var(--transition);
}
.sac-fixed svg { width: 20px; height: 20px; }
.sac-label {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  color: var(--accent-light);
}
.sac-fixed:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37,99,235,0.5);
  border-color: rgba(37,99,235,0.7);
}
.sac-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(37,99,235,0.4);
  animation: sacPulse 3s ease infinite;
  animation-delay: 1.5s;
}
@keyframes sacPulse {
  0% { transform: scale(1); opacity: 0.6; }
  70% { transform: scale(1.55); opacity: 0; }
  100% { transform: scale(1.55); opacity: 0; }
}

/* SAC Panel */
.sac-panel {
  position: absolute;
  bottom: calc(100% + 12px);
  right: 0;
  width: 320px;
  background: #0d1117;
  border: 1px solid rgba(37,99,235,0.25);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.04);
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transform-origin: bottom right;
}
.sac-panel.open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: all;
}
.sac-panel-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  background: linear-gradient(135deg, rgba(37,99,235,0.15), rgba(15,37,69,0.8));
  border-bottom: 1px solid rgba(37,99,235,0.15);
  color: var(--white);
}
.sac-panel-header span {
  font-size: 0.875rem;
  font-weight: 600;
  flex: 1;
}
.sac-close {
  width: 24px; height: 24px;
  color: var(--muted);
  display: flex; align-items: center; justify-content: center;
  border-radius: 4px;
  transition: color var(--transition);
  flex-shrink: 0;
}
.sac-close svg { width: 14px; height: 14px; }
.sac-close:hover { color: var(--white); }

.sac-panel-body { padding: 12px; }
.sac-intro {
  font-size: 0.78rem;
  color: var(--muted);
  padding: 4px 6px 10px;
  margin: 0;
}
.sac-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  transition: background var(--transition);
  cursor: pointer;
  color: var(--white);
}
.sac-option:hover { background: rgba(37,99,235,0.1); }
.sac-opt-icon {
  width: 36px; height: 36px;
  min-width: 36px;
  background: rgba(37,99,235,0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-light);
}
.sac-opt-icon svg { width: 16px; height: 16px; }
.sac-option span {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
}
.sac-option strong {
  display: block;
  font-size: 0.78rem;
  color: var(--white);
  font-weight: 600;
}
.sac-arrow {
  width: 14px; height: 14px;
  color: var(--muted);
  margin-left: auto;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.2s ease;
}
.sac-option:hover .sac-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Move WhatsApp up slightly when SAC is present */
.whatsapp-fixed { bottom: 28px; }

/* ─────────────────────────────────────────────────────
   TYPEWRITER CURSOR
───────────────────────────────────────────────────── */
.typewriter-cursor {
  display: inline-block;
  width: 3px;
  height: 0.8em;
  /* override gradient-text do pai */
  background: var(--accent-light) !important;
  -webkit-text-fill-color: initial;
  background-clip: initial !important;
  -webkit-background-clip: initial !important;
  margin-left: 3px;
  vertical-align: middle;
  border-radius: 2px;
  animation: cursorBlink 0.9s step-end infinite;
}
@keyframes cursorBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* ─────────────────────────────────────────────────────
   RESPONSIVE — SAC
───────────────────────────────────────────────────── */
@media (max-width: 480px) {
  .sac-panel { width: calc(100vw - 56px); right: 0; }
  .sac-wrapper { right: 20px; bottom: 90px; }
  .whatsapp-fixed { right: 20px; bottom: 28px; }
}

/* ─────────────────────────────────────────────────────
   MAP CAPTION
───────────────────────────────────────────────────── */
.expansao-map-caption {
  text-align: center;
  font-size: 0.9rem;
  color: var(--muted-light);
  margin-top: 16px;
  font-style: italic;
  line-height: 1.5;
}

/* ─────────────────────────────────────────────────────
   MOBILE FIXES
───────────────────────────────────────────────────── */
@media (max-width: 768px) {
  /* Tab buttons wrap properly on small screens */
  .tab-buttons {
    flex-wrap: wrap;
    width: 100%;
    border-radius: var(--radius);
    padding: 4px;
  }
  .tab-btn {
    padding: 9px 16px;
    font-size: 0.82rem;
    flex: 1 1 auto;
    text-align: center;
  }
  /* Hero stats row: smaller padding */
  .hero-stats {
    gap: 0;
  }
  .stat-item { padding: 12px 14px; }
  /* Sobre highlights 4th item */
  .sobre-highlights { gap: 10px; }
  /* EP items stack better */
  .ep-item { gap: 12px; }
}

@media (max-width: 480px) {
  /* Services grid: always 1 col */
  .services-grid,
  .services-grid--3 { grid-template-columns: 1fr; }
  /* Hero stats: 1 row wrap */
  .hero-stats {
    flex-wrap: wrap;
    justify-content: center;
  }
  .stat-divider { display: none; }
  .stat-item { padding: 10px 20px; }
  /* Section title font */
  .section-title { font-size: 1.7rem; }
  /* MVV grid */
  .mvv-grid { grid-template-columns: 1fr; }
  /* Expansão map caption */
  .expansao-map-caption { font-size: 0.82rem; }
}
