/* Reset WordPress wrapper styles */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
.wp-site-blocks, main, .wp-block-group, .entry-content, .wp-block-post-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
body {
  --wp--style--root--padding-top: 0px !important;
  --wp--style--root--padding-right: 0px !important;
  --wp--style--root--padding-bottom: 0px !important;
  --wp--style--root--padding-left: 0px !important;
  padding: 0 !important;
}
/* ==========================================================================
   FRESH LIMP - VERSÃO 2: LUXURY MODERN COM SEÇÕES CONTRASTADAS (DARK & BRANCO)
   Design Híbrido de Alto Padrão - Alta Legibilidade, Velocidade e Conversão (CRO)
   ========================================================================== */

:root {
  /* Cores Principais - Tema Deep Ocean & White Modern */
  --bg-main: #060d1a;
  --bg-dark-alt: #030813;
  --bg-white: #ffffff;
  --bg-light-ice: #f0f9ff;
  --bg-light-slate: #f8fafc;
  
  /* Cards & Superfícies Dark */
  --bg-card-dark: rgba(13, 27, 49, 0.75);
  --bg-card-dark-hover: rgba(19, 39, 70, 0.85);
  --bg-input-dark: #0b172b;
  
  /* Cards & Superfícies Light */
  --bg-card-light: #ffffff;
  --bg-card-light-hover: #f0f9ff;
  
  /* Gradientes & Neons */
  --primary-blue: #0088ff;
  --primary-dark-blue: #0077b6;
  --neon-cyan: #00f0ff;
  --neon-blue: #00a2ff;
  --gradient-cyan: linear-gradient(135deg, #00f0ff 0%, #0088ff 100%);
  --gradient-blue: linear-gradient(135deg, #0099e5 0%, #0077b6 100%);
  --gradient-hero: radial-gradient(circle at 50% -20%, #0a3666 0%, #060d1a 70%);
  --gradient-cta: linear-gradient(135deg, #023e8a 0%, #0077b6 50%, #0099e5 100%);
  
  /* Acentos de Ação / Conversão */
  --accent-green: #25d366;
  --accent-green-hover: #1ebd57;
  --accent-gold: #f59e0b;
  --accent-red: #ef4444;
  
  /* Tipografia */
  --text-white: #ffffff;
  --text-slate-light: #e2e8f0;
  --text-muted-dark: #94a3b8;
  
  --text-dark-title: #0f172a;
  --text-dark-body: #334155;
  --text-dark-muted: #64748b;
  
  /* Bordas & Sombras */
  --border-glass: rgba(255, 255, 255, 0.1);
  --border-cyan: rgba(0, 240, 255, 0.3);
  --border-light: #e2e8f0;
  --border-light-blue: rgba(0, 153, 229, 0.25);
  
  --shadow-sm: 0 2px 5px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 8px 20px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 15px 35px rgba(0, 119, 182, 0.12);
  --shadow-dark-card: 0 10px 30px -10px rgba(0, 0, 0, 0.6);
  --shadow-neon: 0 0 25px rgba(0, 240, 255, 0.35);
  --shadow-green: 0 8px 25px rgba(37, 211, 102, 0.45);
  
  /* Raios e Transições */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  --transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  --container-max: 1200px;
}

/* Reset e Configurações Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: var(--bg-main);
  color: var(--text-dark-body);
  line-height: 1.6;
  overflow-x: hidden;
  padding-bottom: 75px;
}

@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

img, svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, select {
  font: inherit;
  border: none;
  outline: none;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-center { text-align: center; }

.text-gradient {
  background: var(--gradient-cyan);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-blue {
  background: var(--gradient-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==========================================================================
   TOP LIVE BAR
   ========================================================================== */
.top-live-bar {
  background: rgba(0, 240, 255, 0.08);
  border-bottom: 1px solid rgba(0, 240, 255, 0.15);
  color: #ffffff;
  padding: 8px 15px;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
}

.top-live-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(37, 211, 102, 0.2);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.4);
  padding: 2px 10px;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.live-pulse {
  width: 8px;
  height: 8px;
  background: #25d366;
  border-radius: 50%;
  animation: pulse-ring 1.6s infinite;
}

@keyframes pulse-ring {
  0% { transform: scale(0.9); opacity: 1; box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8); }
  70% { transform: scale(1.1); opacity: 0.4; box-shadow: 0 0 0 8px rgba(37, 211, 102, 0); }
  100% { transform: scale(0.9); opacity: 1; box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ==========================================================================
   NAVBAR GLASS
   ========================================================================== */
.header-glass {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(6, 13, 26, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-glass);
  padding: 12px 0;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo-card {
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
}

.brand-logo-card img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.brand-tagline {
  display: none;
  font-size: 0.8rem;
  color: var(--text-muted-dark);
  font-weight: 500;
  border-left: 1px solid var(--border-glass);
  padding-left: 12px;
}

@media (min-width: 640px) {
  .brand-tagline { display: block; }
}

.nav-links {
  display: none;
  gap: 24px;
}

@media (min-width: 992px) {
  .nav-links { display: flex; }
}

.nav-item {
  color: var(--text-slate-light);
  font-size: 0.95rem;
  font-weight: 600;
  transition: var(--transition);
}

.nav-item:hover {
  color: var(--neon-cyan);
}

.btn-nav-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-green);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 10px 22px;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-green);
  transition: var(--transition);
}

.btn-nav-whatsapp:hover {
  background: var(--accent-green-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.6);
}

/* ==========================================================================
   HERO SECTION: DEEP OCEAN DARK (HIGH-IMPACT)
   ========================================================================== */
.hero-deep {
  position: relative;
  background: var(--gradient-hero);
  padding: 60px 0 70px;
  overflow: hidden;
}

.hero-ambient-glow {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.15) 0%, rgba(0, 136, 255, 0.05) 50%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.hero-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 240, 255, 0.1);
  border: 1px solid var(--border-cyan);
  color: var(--neon-cyan);
  padding: 6px 18px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 22px;
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.2);
}

.hero-main-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.15;
  color: var(--text-white);
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .hero-main-title {
    font-size: 3.4rem;
  }
}

.hero-main-desc {
  font-size: 1.15rem;
  color: var(--text-slate-light);
  margin-bottom: 35px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* 3 Quick Action Interactive Selector Cards in Hero */
.hero-service-selector-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 35px;
  text-align: left;
}

@media (min-width: 768px) {
  .hero-service-selector-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.hero-select-card {
  background: var(--bg-card-dark);
  backdrop-filter: blur(12px);
  border: 1.5px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 20px;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.hero-select-card:hover {
  border-color: var(--neon-cyan);
  background: var(--bg-card-dark-hover);
  transform: translateY(-4px);
  box-shadow: var(--shadow-neon);
}

.hero-select-card.active {
  border-color: var(--neon-cyan);
  background: rgba(0, 240, 255, 0.08);
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.25);
}

.hero-select-card.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-cyan);
}

.select-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.select-card-icon {
  font-size: 1.8rem;
}

.select-card-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--border-glass);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 900;
  color: #060d1a;
  background: transparent;
  transition: var(--transition);
}

.hero-select-card.active .select-card-check {
  background: var(--neon-cyan);
  border-color: var(--neon-cyan);
  color: #060d1a;
}

.select-card-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 6px;
}

.select-card-desc {
  font-size: 0.85rem;
  color: var(--text-muted-dark);
  line-height: 1.4;
}

/* Master CTA Button in Hero */
.hero-cta-action-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.btn-hero-master-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--accent-green);
  color: #ffffff;
  font-weight: 900;
  font-size: 1.15rem;
  padding: 20px 42px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-green);
  transition: var(--transition);
  cursor: pointer;
  border: none;
  width: 100%;
  max-width: 540px;
}

.btn-hero-master-cta:hover {
  background: var(--accent-green-hover);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
}

.hero-guarantee-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-muted-dark);
}

/* ==========================================================================
   SEÇÕES COM FUNDO BRANCO E LIGHT (ALTA LEGIBILIDADE E CONTRASTE)
   ========================================================================== */
.section-white {
  background-color: var(--bg-white);
  color: var(--text-dark-body);
  padding: 80px 0;
  position: relative;
}

.section-light-ice {
  background-color: var(--bg-light-ice);
  color: var(--text-dark-body);
  padding: 80px 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.section-light-slate {
  background-color: var(--bg-light-slate);
  color: var(--text-dark-body);
  padding: 80px 0;
}

/* Tags e Títulos para Seções Claras */
.section-tag-light {
  display: inline-block;
  background: rgba(0, 153, 229, 0.12);
  color: var(--primary-dark-blue);
  border: 1px solid rgba(0, 153, 229, 0.25);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 14px;
}

.section-title-dark {
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--text-dark-title);
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .section-title-dark {
    font-size: 2.6rem;
  }
}

.section-subtitle-dark {
  font-size: 1.05rem;
  color: var(--text-dark-muted);
  max-width: 680px;
  margin: 0 auto 50px;
}

/* ==========================================================================
   ESTILO MINIMALISTA PREMIUM: 4 COLUNAS DE SERVIÇOS
   ========================================================================== */

.services-minimal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 640px) {
  .services-minimal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .services-minimal-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Card Minimalista */
.service-minimal-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition);
  position: relative;
}

.service-minimal-card:hover {
  border-color: var(--primary-blue);
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 119, 182, 0.08);
}

.service-minimal-card.featured {
  border-color: #93c5fd;
  background: #fafcff;
}

/* Header Minimalista */
.min-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.min-icon-box {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #f0f9ff;
  color: var(--primary-dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transition: var(--transition);
}

.service-minimal-card:hover .min-icon-box {
  background: var(--primary-dark-blue);
  color: #ffffff;
}

.min-card-num {
  font-size: 0.85rem;
  font-weight: 800;
  color: #94a3b8;
  letter-spacing: 0.05em;
}

.min-card-title {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--text-dark-title);
  margin-bottom: 10px;
  line-height: 1.35;
}

.min-card-desc {
  font-size: 0.88rem;
  color: var(--text-dark-muted);
  line-height: 1.55;
  margin-bottom: 20px;
}

/* Lista Limpa Minimalista */
.min-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 25px;
  flex-grow: 1;
}

.min-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--text-dark-body);
  font-weight: 500;
}

.min-feature-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary-blue);
  flex-shrink: 0;
}

/* Botão / Link de Ação Minimalista */
.min-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 16px;
  border-radius: var(--radius-sm);
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: var(--text-dark-title);
  font-size: 0.88rem;
  font-weight: 700;
  transition: var(--transition);
  text-decoration: none;
}

.min-cta-arrow {
  color: var(--primary-blue);
  transition: transform 0.2s ease;
  font-weight: 900;
}

.service-minimal-card:hover .min-cta-btn {
  background: var(--accent-green);
  color: #ffffff;
  border-color: var(--accent-green);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.service-minimal-card:hover .min-cta-arrow {
  color: #ffffff;
  transform: translateX(4px);
}


/* ==========================================================================
   SEÇÕES DARK (DIAGNÓSTICO E FUNIL)
   ========================================================================== */
.section-dark {
  background-color: var(--bg-main);
  color: var(--text-slate-light);
  padding: 80px 0;
  position: relative;
}

.section-tag-neon {
  display: inline-block;
  background: rgba(0, 240, 255, 0.1);
  color: var(--neon-cyan);
  border: 1px solid var(--border-cyan);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  margin-bottom: 14px;
}

.section-headline {
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--text-white);
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .section-headline {
    font-size: 2.6rem;
  }
}

.section-subheadline {
  font-size: 1.05rem;
  color: var(--text-muted-dark);
  max-width: 680px;
  margin: 0 auto 50px;
}

/* Funil de Diagnóstico */
.funnel-container {
  max-width: 850px;
  margin: 0 auto;
  background: var(--bg-card-dark);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-cyan);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 240, 255, 0.2);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  position: relative;
}

.funnel-steps-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-glass);
  padding-bottom: 20px;
}

.step-indicator {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step-num-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gradient-cyan);
  color: #060d1a;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-info-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text-white);
}

.funnel-section-block {
  margin-bottom: 25px;
}

.funnel-label {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-slate-light);
  margin-bottom: 12px;
}

.funnel-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media (min-width: 600px) {
  .funnel-choice-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.funnel-choice-btn {
  background: var(--bg-input-dark);
  border: 1.5px solid var(--border-glass);
  border-radius: var(--radius-sm);
  padding: 14px 10px;
  color: var(--text-slate-light);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.funnel-choice-btn:hover {
  border-color: var(--neon-cyan);
  color: var(--text-white);
  background: rgba(0, 240, 255, 0.05);
}

.funnel-choice-btn.active {
  border-color: var(--neon-cyan);
  background: rgba(0, 240, 255, 0.12);
  color: var(--neon-cyan);
  font-weight: 800;
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
}

.choice-icon {
  font-size: 1.4rem;
}

.btn-funnel-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--accent-green);
  color: #ffffff;
  font-weight: 900;
  font-size: 1.1rem;
  padding: 18px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-green);
  cursor: pointer;
  transition: var(--transition);
  margin-top: 20px;
  text-decoration: none;
}

.btn-funnel-submit:hover {
  background: var(--accent-green-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
}

/* ==========================================================================
   TABELA COMPARATIVA NO FUNDO BRANCO
   ========================================================================== */
.table-wrapper-white {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--border-light);
  background: #ffffff;
  box-shadow: var(--shadow-md);
}

.compare-table-white {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 600px;
}

.compare-table-white th, .compare-table-white td {
  padding: 18px 24px;
  border-bottom: 1px solid var(--border-light);
}

.compare-table-white th {
  background: #f8fafc;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-dark-title);
}

.col-fresh-white {
  background: #f0f9ff !important;
  color: var(--primary-dark-blue);
  font-weight: 800;
  border-left: 2px solid var(--primary-dark-blue);
  border-right: 2px solid var(--primary-dark-blue);
}

.check-true-white {
  color: #16a34a;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
}

.check-false-white {
  color: var(--accent-red);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ==========================================================================
   DEPOIMENTOS NO FUNDO CLARO (GOOGLE REVIEWS STYLE)
   ========================================================================== */
.reviews-grid-light {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .reviews-grid-light {
    grid-template-columns: repeat(3, 1fr);
  }
}

.review-card-light {
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.review-card-light:hover {
  border-color: var(--primary-blue);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.review-badge-verified-light {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #16a34a;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.review-quote-light {
  font-size: 0.95rem;
  color: var(--text-dark-body);
  margin-bottom: 20px;
  line-height: 1.6;
}

.reviewer-meta-light {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--border-light);
  padding-top: 16px;
}

.reviewer-avatar-light {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e0f2fe;
  color: var(--primary-dark-blue);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.reviewer-name-light {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-dark-title);
}

.reviewer-loc-light {
  font-size: 0.8rem;
  color: var(--text-dark-muted);
}

/* ==========================================================================
   FAQ ACCORDION NO FUNDO BRANCO
   ========================================================================== */
.faq-white-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-white-item {
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition);
}

.faq-white-item.active {
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-sm);
}

.faq-white-btn {
  width: 100%;
  padding: 22px 24px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--text-dark-title);
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  text-align: left;
  transition: var(--transition);
}

.faq-white-btn:hover {
  color: var(--primary-dark-blue);
}

.faq-white-icon {
  width: 20px;
  height: 20px;
  color: var(--primary-dark-blue);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-white-item.active .faq-white-icon {
  transform: rotate(180deg);
}

.faq-white-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out, padding 0.35s ease;
  padding: 0 24px;
  color: var(--text-dark-body);
  font-size: 0.95rem;
  line-height: 1.65;
}

.faq-white-item.active .faq-white-body {
  padding-bottom: 22px;
}

/* ==========================================================================
   FINAL CTA GRADIENT BANNER
   ========================================================================== */
.final-cta-banner {
  background: var(--gradient-cta);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
}

.final-cta-banner-box {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   FOOTER DARK
   ========================================================================== */
.footer-dark {
  background: #02050b;
  border-top: 1px solid var(--border-glass);
  color: var(--text-muted-dark);
  padding: 60px 0 30px;
  font-size: 0.9rem;
}

.footer-dark-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .footer-dark-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}

.footer-logo-box {
  background: #ffffff;
  padding: 6px 12px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 16px;
}

.footer-logo-box img {
  height: 42px;
  width: auto;
}

.footer-dark-title {
  color: var(--text-white);
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.footer-dark-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-dark-link:hover {
  color: var(--neon-cyan);
}

.footer-dark-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-dark-bottom {
    flex-direction: row;
  }
}

/* ==========================================================================
   FLOATING BUTTONS
   ========================================================================== */
.floating-neon-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  display: none;
  align-items: center;
  gap: 10px;
  background: var(--accent-green);
  color: #ffffff;
  padding: 14px 24px;
  border-radius: var(--radius-full);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
  font-weight: 900;
  font-size: 1rem;
  transition: var(--transition);
}

@media (min-width: 768px) {
  .floating-neon-whatsapp {
    display: inline-flex;
  }
}

.floating-neon-whatsapp:hover {
  background: var(--accent-green-hover);
  transform: translateY(-4px) scale(1.04);
}

.mobile-sticky-dark {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(6, 13, 26, 0.95);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(0, 240, 255, 0.3);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  z-index: 100;
}

@media (min-width: 768px) {
  .mobile-sticky-dark {
    display: none;
  }
}

.mobile-sticky-dark-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--accent-green);
  color: #ffffff;
  font-weight: 900;
  font-size: 1.05rem;
  padding: 14px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-green);
}
