/* Reset e configurações básicas */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
header {
  background: linear-gradient(135deg, rgba(0, 200, 83, 0.1) 0%, rgba(0, 200, 83, 0.05) 100%);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 200, 83, 0.2);
  padding: 30px 0;
  text-align: center;
}

.logo {
  width: 160px;
  height: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 200, 83, 0.3));
}

header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #00c853, #4caf50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1.2rem;
  color: #b0b0b0;
  font-weight: 400;
}

/* Hero Section */
#hero {
  padding: 80px 0;
  background: linear-gradient(135deg, rgba(0, 200, 83, 0.05) 0%, rgba(26, 26, 46, 0.8) 100%);
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-text h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #ffffff, #00c853);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-text p {
  font-size: 1.3rem;
  color: #b0b0b0;
  margin-bottom: 30px;
  line-height: 1.8;
}

.hero-features {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.1rem;
  color: #e0e0e0;
}

.feature-icon {
  font-size: 1.5rem;
  background: linear-gradient(135deg, #00c853, #4caf50);
  padding: 8px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 200, 83, 0.2);
  transition: transform 0.3s ease;
}

.hero-img:hover {
  transform: translateY(-10px);
}

/* Botões CTA */
.cta-primary, .cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 35px;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
}

.cta-primary {
  background: linear-gradient(135deg, #00c853, #4caf50);
  color: white;
  box-shadow: 0 8px 25px rgba(0, 200, 83, 0.3);
}

.cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 200, 83, 0.4);
}

.cta-secondary {
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  color: #333;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.cta-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 255, 255, 0.3);
}

.whatsapp-icon {
  font-size: 1.2rem;
}

/* Seção Como Funciona */
#como-funciona {
  padding: 80px 0;
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.8) 0%, rgba(15, 15, 35, 0.9) 100%);
}

#como-funciona h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 60px;
  background: linear-gradient(135deg, #ffffff, #00c853);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.step {
  text-align: center;
  padding: 40px 30px;
  background: linear-gradient(135deg, rgba(0, 200, 83, 0.1) 0%, rgba(26, 26, 46, 0.8) 100%);
  border-radius: 20px;
  border: 1px solid rgba(0, 200, 83, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 200, 83, 0.2);
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #00c853, #4caf50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin: 0 auto 20px;
}

.step h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.step p {
  color: #b0b0b0;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Seção Serviços */
#servicos {
  padding: 80px 0;
  background: linear-gradient(135deg, rgba(15, 15, 35, 0.9) 0%, rgba(26, 26, 46, 0.8) 100%);
}

#servicos h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 60px;
  background: linear-gradient(135deg, #ffffff, #00c853);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.card {
  background: linear-gradient(135deg, rgba(0, 200, 83, 0.1) 0%, rgba(26, 26, 46, 0.9) 100%);
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid rgba(0, 200, 83, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #00c853, #4caf50);
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 200, 83, 0.2);
}

.card-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}

.card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.card p {
  color: #b0b0b0;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Seção Vantagens */
#vantagens {
  padding: 80px 0;
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.8) 0%, rgba(15, 15, 35, 0.9) 100%);
}

#vantagens h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 60px;
  background: linear-gradient(135deg, #ffffff, #00c853);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.vantagens-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.vantagem {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  background: linear-gradient(135deg, rgba(0, 200, 83, 0.1) 0%, rgba(26, 26, 46, 0.8) 100%);
  border-radius: 15px;
  border: 1px solid rgba(0, 200, 83, 0.2);
  transition: transform 0.3s ease;
}

.vantagem:hover {
  transform: translateY(-5px);
}

.vantagem-icon {
  font-size: 1.5rem;
  background: linear-gradient(135deg, #00c853, #4caf50);
  padding: 10px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.vantagem h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ffffff;
}

.vantagem p {
  color: #b0b0b0;
  font-size: 1rem;
  line-height: 1.5;
}

/* CTA Final */
#cta-final {
  padding: 80px 0;
  background: linear-gradient(135deg, rgba(0, 200, 83, 0.1) 0%, rgba(26, 26, 46, 0.8) 100%);
  text-align: center;
}

#cta-final h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #ffffff, #00c853);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#cta-final p {
  font-size: 1.3rem;
  color: #b0b0b0;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Footer */
footer {
  background: linear-gradient(135deg, rgba(15, 15, 35, 0.9) 0%, rgba(26, 26, 46, 0.8) 100%);
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid rgba(0, 200, 83, 0.2);
}

footer p {
  color: #b0b0b0;
  font-size: 0.9rem;
}

/* Responsividade */
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  
  header h1 {
    font-size: 2rem;
  }
  
  .subtitle {
    font-size: 1rem;
  }
  
  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .hero-text h2 {
    font-size: 2.2rem;
  }
  
  .hero-text p {
    font-size: 1.1rem;
  }
  
  .hero-features {
    align-items: center;
  }
  
  .feature {
    justify-content: center;
  }
  
  #como-funciona h2,
  #servicos h2,
  #vantagens h2,
  #cta-final h2 {
    font-size: 2rem;
  }
  
  .steps {
    grid-template-columns: 1fr;
  }
  
  .cards {
    grid-template-columns: 1fr;
  }
  
  .vantagens-grid {
    grid-template-columns: 1fr;
  }
  
  .vantagem {
    flex-direction: column;
    text-align: center;
  }
  
  .cta-primary,
  .cta-secondary {
    width: 100%;
    justify-content: center;
    padding: 20px 30px;
  }
}

@media (max-width: 480px) {
  header h1 {
    font-size: 1.8rem;
  }
  
  .hero-text h2 {
    font-size: 1.8rem;
  }
  
  .step,
  .card {
    padding: 30px 20px;
  }
  
  .vantagem {
    padding: 25px 20px;
  }
}
  