/* OpenFluxo - Tema Futurista Dark */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700;800&display=swap');

:root {
  /* Cores principais */
  --purple: #7C3AED;
  --cyan: #06B6D4;
  --dark-bg: #FFFFFF; /* Fundo branco */
  --card-bg: #F8F8F8; /* Fundo de card claro */
  --border-color: #E0E0E0; /* Borda clara */
  --text-primary: #333333; /* Texto escuro */
  --text-muted: #444444; /* Aumentado o contraste para melhor legibilidade (WCAG AA+) */}],path: /* Texto secundário escuro */
  
  /* Fontes */
  --font-body: 'Inter', sans-serif;
  --font-heading: 'Space Grotesk', sans-serif;
}

/* Swirl icon styling for consistent futuristic icons across cards */
.icon-swirl {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: inline-block;
  /* subtle glow around the icon */
  filter: drop-shadow(0 4px 12px rgba(124, 58, 237, 0.35));
  transition: transform 0.3s ease;
}

.icon-swirl:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 6px 20px rgba(124, 58, 237, 0.5));
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  background: var(--dark-bg);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
}

/* Particles Background */
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

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

/* Header/Navbar */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95); /* Fundo semi-transparente claro */
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 0; /* Aumentar padding para visibilidade */
}

.logo img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border-radius: 12px;
  filter: brightness(1.1) contrast(1.1) drop-shadow(0 4px 12px rgba(124, 58, 237, 0.3));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: logo-pulse 3s ease-in-out infinite;
  position: relative;
}

@keyframes logo-pulse {
  0%, 100% {
    filter: brightness(1.1) contrast(1.1) drop-shadow(0 4px 12px rgba(124, 58, 237, 0.3));
  }
  50% {
    filter: brightness(1.15) contrast(1.15) drop-shadow(0 6px 16px rgba(124, 58, 237, 0.4));
  }
}

@keyframes logo-rotate {
  0% { transform: rotate(0deg) scale(1); }
  25% { transform: rotate(5deg) scale(1.05); }
  50% { transform: rotate(0deg) scale(1.1); }
  75% { transform: rotate(-5deg) scale(1.05); }
  100% { transform: rotate(0deg) scale(1); }
}

.logo:hover img {
  filter: brightness(1.3) contrast(1.3) drop-shadow(0 8px 24px rgba(124, 58, 237, 0.6));
  transform: scale(1.15) rotate(360deg);
  animation: logo-rotate 0.8s ease-in-out;
}

.logo-text {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  /* Efeito de gradiente dinâmico */
  background: linear-gradient(135deg, var(--purple), var(--cyan), var(--purple), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300% 300%;
  animation: gradient-shift 4s ease infinite, text-glow 2s ease-in-out infinite;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  display: inline-block;
}

@keyframes text-glow {
  0%, 100% {
    filter: drop-shadow(0 0 8px rgba(124, 58, 237, 0.3));
  }
  50% {
    filter: drop-shadow(0 0 16px rgba(6, 182, 212, 0.5));
  }
}

.logo:hover .logo-text {
  transform: scale(1.08) translateY(-2px);
  filter: brightness(1.3) drop-shadow(0 0 20px rgba(124, 58, 237, 0.6));
  animation: gradient-shift 1.5s ease infinite, text-glow 1s ease-in-out infinite, text-bounce 0.6s ease;
  letter-spacing: 0.5px;
}

@keyframes text-bounce {
  0%, 100% { transform: scale(1.08) translateY(-2px); }
  50% { transform: scale(1.12) translateY(-4px); }
}

@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.nav-links a { color: var(--text-primary);
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
}

/* Estilos para links no menu mobile */
@media (max-width: 768px) {
  nav .nav-links a {
    color: #ffffff; /* Letras brancas */
    font-size: 1.5rem; /* Fonte maior */
    padding: 1rem 0; /* Bom espaçamento para o dedo */
    text-align: center;
    width: 100%;
  }
  nav .nav-links a:hover,
  nav .nav-links a.active {
    color: #0066FF; /* Azul OpenFluxo no hover */
  }
}

.nav-links a:hover, .nav-links a.active { color: var(--purple);
  color: var(--text-primary);
}

.nav-buttons {
  display: flex;
  gap: 1rem;
}

/* ===== Mobile Navigation Toggle ===== */
/* Hidden hamburger icon by default */
.hamburger {
  display: none;
  cursor: pointer;
  user-select: none;
}
.hamburger i {
  font-size: 1.75rem;
  /* default colour (light) will be overridden in dark/light themes */
  color: inherit;
}

@media (max-width: 768px) {
  /* Position nav relatively so dropdown can be absolutely positioned */
  nav {
    position: relative;
  }
  nav .nav-links {
    /* hide nav links on mobile until toggled */
    display: none;
    flex-direction: column;
    position: fixed; /* Usar fixed para tela cheia */
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #1a1a1a; /* Fundo escuro */
    border-radius: 0;
    padding: 2rem; /* Espaçamento maior */
    z-index: 999;
    /* Centralizar conteúdo */
    justify-content: center;
    align-items: center;
  }
  /* Show nav links when nav is toggled open */
  nav.nav-open .nav-links {
    display: flex;
  }
  /* Hide nav buttons on mobile; can be included within nav links if desired */
  nav .nav-buttons {
    display: none;
  }
  /* Display hamburger icon on mobile */
  .hamburger {
    display: block;
    margin-left: auto;
  }
}

/* Buttons */
.btn {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--purple), var(--cyan));
  color: white;
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.3);
}

.btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(124, 58, 237, 0.5);
}

.btn-outline {
  background: transparent; /* Fundo transparente no tema claro */
  border: 1px solid var(--purple);
  color: var(--purple);
  backdrop-filter: blur(10px);
}

/*
 * Garanta que o logotipo da OpenFluxo permaneça visível em qualquer cor de fundo.
 * Ao adicionar um fundo escuro circular atrás da imagem, o logo de cor neon
 * contrasta bem tanto em rodapés claros quanto em cabeçalhos escuros.  A
 * borda arredondada e o preenchimento adicionam respiro em torno do símbolo.
 */
.footer-section .logo img,
header .logo img {
  /* Remove dark circular background behind header/footer logos so the logo itself remains visible */
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.btn-outline:hover {
  background-color: var(--purple);
  color: #FFFFFF;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

/* Hero Section */
.hero {
  padding: 5rem 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: clamp(2.5rem, 8vw, 5rem);
  margin-bottom: 1.5rem;
}

.text-gradient { background: linear-gradient(to right, var(--cyan), var(--purple)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent;
  background: linear-gradient(135deg, var(--purple), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 40px rgba(124, 58, 237, 0.5);
}

.hero p {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Cards */
.card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 1rem;
  padding: 2rem;
  backdrop-filter: blur(10px);
  transition: all 0.3s;
}

.card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--purple);
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(124, 58, 237, 0.2);
}

.card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--cyan));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.4);
}

.card-icon svg {
  width: 30px;
  height: 30px;
  /* Default icon colour set to white; individual pages may override this */
  color: #ffffff;
}

/* Consistent sizing and subtle glow for image-based icons inside cards */
.card-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

/* Larger icons for benefit cards */
.benefit-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

/* Colour the SVG icons in the About page to stand out on white cards */
.section-alt .card-icon svg {
  color: var(--purple);
}

.card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.card p {
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  line-height: 1.7;
}

/* Grid Layouts */
.grid {
  display: grid;
  gap: 2rem;
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* Section */
section {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

section h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  text-align: center;
  margin-bottom: 3rem;
}

.section-alt {
  background: #F8F8F8;
}

/* Pricing Cards */
.pricing-card {
  background: rgba(255, 255, 255, 0.03);
  border: 2px solid var(--border-color);
  border-radius: 1.5rem;
  padding: 2.5rem;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--purple), var(--cyan));
  opacity: 0;
  transition: opacity 0.3s;
}

.pricing-card:hover::before {
  opacity: 1;
}

.pricing-card:hover {
  border-color: var(--purple);
  transform: scale(1.05);
  box-shadow: 0 20px 60px rgba(124, 58, 237, 0.3);
}

.pricing-card h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.price {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--purple), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 1rem 0;
}

.price-label {
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  font-size: 0.875rem;
}

.features-list {
  list-style: none;
  margin: 2rem 0;
  text-align: left;
}

.features-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
}

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

/* Footer */
footer {
  background: #F0F0F0;
  border-top: 1px solid var(--border-color);
  padding: 3rem 0 1.5rem;
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-section h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section a {
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section a:hover {
  color: var(--purple);
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid var(--border-color);
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  font-size: 0.875rem;
}

/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  transition: all 0.3s;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  color: white;
}

/* FAQ */
.faq-item {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.faq-item h4 {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  color: var(--text-primary);
}

.faq-item p {
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  
  .container {
    padding: 0 1rem;
  }
  
  .hero {
    padding: 3rem 0;
  }
  
  section {
    padding: 3rem 0;
  }
  
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }
  
  .whatsapp-float {
    bottom: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
  }
  
  .whatsapp-float svg {
    width: 26px;
    height: 26px;
  }
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes glow {
  0%, 100% {
    text-shadow: 0 0 20px rgba(124, 58, 237, 0.5);
  }
  50% {
    text-shadow: 0 0 40px rgba(124, 58, 237, 0.8);
  }
}

.glow {
  animation: glow 2s ease-in-out infinite;
}

/* Utility Classes */
.text-center {
  text-align: center;
}

.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mb-5 { margin-bottom: 3rem; }

.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mt-5 { margin-top: 3rem; }

/* Ícones Interativos */
.card-interactive {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.card-interactive::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(6, 182, 212, 0.1));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.card-interactive:hover::before {
  opacity: 1;
}

.card-interactive:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(124, 58, 237, 0.3);
  border-color: var(--purple);
}

.card-icon-animated {
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  z-index: 1;
}

.card-interactive:hover .card-icon-animated {
  transform: scale(1.2) rotate(5deg);
}

.icon-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(124, 58, 237, 0.3));
  transition: all 0.3s ease;
}

.card-interactive:hover .icon-img {
  filter: drop-shadow(0 8px 20px rgba(124, 58, 237, 0.5));
  animation: icon-bounce 0.6s ease;
}

@keyframes icon-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.integration-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(124, 58, 237, 0.05);
  border-radius: 20px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.card-interactive:hover .integration-icon {
  background: rgba(124, 58, 237, 0.15);
  transform: scale(1.1) rotate(-5deg);
}

.icon-img-large {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(124, 58, 237, 0.2));
  transition: all 0.3s ease;
}

.card-interactive:hover .icon-img-large {
  filter: drop-shadow(0 8px 20px rgba(124, 58, 237, 0.4));
}

/* Animação de pulso para ícones */
@keyframes icon-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}

.card-icon-animated:hover {
  animation: icon-pulse 1s ease-in-out infinite;
}

/* Seção de Urgência */
.section-urgency {
  padding: 2rem 0;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(220, 38, 38, 0.1));
  border-top: 2px solid #EF4444;
  border-bottom: 2px solid #EF4444;
}

.urgency-banner {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.urgency-icon {
  font-size: 4rem;
  animation: urgency-pulse 1.5s ease-in-out infinite;
}

@keyframes urgency-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.urgency-content h3 {
  color: #EF4444;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
}

.urgency-content p {
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  margin: 0;
}

/* Cards de Perigo */
.card-danger {
  background: rgba(255, 255, 255, 0.03);
  border: 2px solid rgba(239, 68, 68, 0.3);
  transition: all 0.3s ease;
}

.card-danger:hover {
  border-color: #EF4444;
  box-shadow: 0 10px 40px rgba(239, 68, 68, 0.2);
  transform: translateY(-5px);
}

.card-icon-danger {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #EF4444, #DC2626);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 0 20px rgba(239, 68, 68, 0.4);
}

.card-icon-danger svg {
  width: 30px;
  height: 30px;
  color: white;
}

/* Ensure that font‑awesome icons inside red danger cards are visible.
 * Without this override, icons defined with <i> tags inherit red text colour
 * from inline styles and become invisible on the gradient red background.
 */
.card-icon-danger i {
  color: #ffffff;
  font-size: 1.8rem;
}

/* Estatísticas */
.stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.3s ease;
}

.stat-card:hover {
  border-color: var(--purple);
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(124, 58, 237, 0.2);
}

.stat-number {
  font-size: 4rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--purple), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 1rem;
}

.stat-label {
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  font-size: 1rem;
  font-weight: 500;
}

/* Timeline */
.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--purple), var(--cyan));
}

.timeline-item {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  position: relative;
}

.timeline-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--cyan));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.4);
  z-index: 1;
}

.timeline-content {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: 1rem;
  padding: 1.5rem;
  flex: 1;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  border-color: var(--purple);
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.2);
}

.timeline-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}

.timeline-content p {
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  margin: 0;
}

/* CTA Box */
.cta-box {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(6, 182, 212, 0.1));
  border: 2px solid var(--purple);
  border-radius: 1.5rem;
  padding: 3rem;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.cta-box h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.cta-box > p {
  font-size: 1.25rem;
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  margin-bottom: 2rem;
}

.cta-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.cta-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-primary);
  font-weight: 500;
}

.cta-feature svg {
  color: #10B981;
  flex-shrink: 0;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Section Ads */
.section-ads {
  padding: 2rem 0;
  background: transparent;
}

/* Responsividade para Timeline */
@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }
  
  .timeline-number {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
  }
  
  .timeline-item {
    gap: 1rem;
  }
  
  .urgency-banner {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .urgency-icon {
    font-size: 3rem;
  }
  
  .stat-number {
    font-size: 3rem;
  }
  
  .cta-box {
    padding: 2rem 1.5rem;
  }
  
  .cta-box h2 {
    font-size: 1.75rem;
  }
  
  .cta-features {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Formulário de Contato */
.contact-form-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.contact-form {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: 1rem;
  padding: 2.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.875rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-color);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-primary);
  font-size: 1rem;
  font-family: var(--font-body);
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-weight: 400;
}

.checkbox-label input[type="checkbox"] {
  margin-top: 0.25rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.checkbox-label a {
  color: var(--purple);
  text-decoration: none;
  transition: color 0.3s ease;
}

.checkbox-label a:hover {
  color: var(--cyan);
  text-decoration: underline;
}

.form-actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.form-message {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 500;
  display: none;
}

.form-message.success {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid #10B981;
  color: #10B981;
  display: block;
}

.form-message.error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid #EF4444;
  color: #EF4444;
  display: block;
}

/* Sedes */
.sede-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}

/* Horário de Atendimento */
.horario-box {
  text-align: center;
}

.horario-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.horario-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.3s ease;
}

.horario-item:hover {
  border-color: var(--purple);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.2);
}

.horario-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.horario-item h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.horario-item p {
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  margin: 0.5rem 0;
  font-size: 1rem;
}

/* Responsividade para Formulário */
@media (max-width: 768px) {
  .contact-form {
    padding: 1.5rem;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .horario-grid {
    grid-template-columns: 1fr;
  }
}
/* Estilos para Conteúdo Legal */
.legal-content {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

.legal-content h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  text-align: center;
  margin-bottom: 1rem;
}

.legal-content .last-updated {
  text-align: center;
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  margin-bottom: 3rem;
  font-style: italic;
}

.legal-content h2 {
  font-size: 1.75rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--purple);
  text-align: left;
}

.legal-content p, .legal-content ul {
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  line-height: 1.8;
  margin-bottom: 1rem;
}

.legal-content ul {
  padding-left: 1.5rem;
}

.legal-content li {
  margin-bottom: 0.75rem;
}

.legal-content a {
  color: var(--purple);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.legal-content a:hover {
  color: var(--cyan);
  text-decoration: underline;
}

/* Estilos Futuristas Adicionais */

/* Badge Futurista */
.badge-futuristic {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.2), rgba(6, 182, 212, 0.2));
  border: 1px solid rgba(124, 58, 237, 0.5);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #7C3AED;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.3);
  pointer-events: none;
}

/* Seção de Estatísticas Futurista */
.stats-section {
  padding: 3rem 0;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.05), rgba(6, 182, 212, 0.05));
  position: relative;
  z-index: 1;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.stat-item {
  text-align: center;
  padding: 2rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
  border-color: rgba(124, 58, 237, 0.5);
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.3);
}

.stat-number-futuristic {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #7C3AED, #06B6D4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 30px rgba(124, 58, 237, 0.5);
}

.stat-label {
  font-size: 0.875rem;
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Cards Futuristas */
.card-futuristic {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.card-futuristic:hover {
  border-color: rgba(124, 58, 237, 0.6);
  box-shadow: 
    0 10px 40px rgba(124, 58, 237, 0.3),
    inset 0 0 20px rgba(124, 58, 237, 0.1);
  transform: translateY(-10px) scale(1.02);
}

/* CTA Section Futurista */
.cta-section-futuristic {
  padding: 5rem 0;
  background: linear-gradient(135deg, 
    rgba(124, 58, 237, 0.1), 
    rgba(6, 182, 212, 0.1)
  );
  position: relative;
  overflow: hidden;
}

.cta-section-futuristic::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.2), transparent 70%);
  animation: pulse-glow 8s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.1); opacity: 1; }
}

.cta-content-futuristic {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.cta-content-futuristic h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 1rem;
}

.cta-content-futuristic p {
  font-size: 1.125rem;
  color: var(--text-muted); /* Usando a cor ajustada para melhor legibilidade */
  margin-bottom: 2rem;
}

.cta-buttons-futuristic {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* WhatsApp Float Futurista */
.whatsapp-float-futuristic {
  animation: float-pulse 3s ease-in-out infinite;
  box-shadow: 
    0 0 20px rgba(37, 211, 102, 0.6),
    0 0 40px rgba(37, 211, 102, 0.4);
}

@keyframes float-pulse {
  0%, 100% { 
    transform: translateY(0) scale(1);
    box-shadow: 
      0 0 20px rgba(37, 211, 102, 0.6),
      0 0 40px rgba(37, 211, 102, 0.4);
  }
  50% { 
    transform: translateY(-10px) scale(1.05);
    box-shadow: 
      0 10px 30px rgba(37, 211, 102, 0.8),
      0 10px 50px rgba(37, 211, 102, 0.6);
  }
}

.whatsapp-float-futuristic:hover {
  animation: none;
  transform: scale(1.1);
  box-shadow: 
    0 10px 40px rgba(37, 211, 102, 1),
    0 10px 60px rgba(37, 211, 102, 0.8);
}

/* Responsividade */
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .stat-number-futuristic {
    font-size: 2rem;
  }
  
  .cta-buttons-futuristic {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-buttons-futuristic a {
    width: 100%;
    max-width: 300px;
  }
}
