/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Container principal */
.landing-container {
  min-height: 100vh;
  background: #ffffff;
}

/* Hero Section */
.hero-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #3A62D4 0%, #0b1220 55%, #0C1736 100%);
  background: #0b1220; 
  color: white;
  padding: 80px 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.2;
}

.hero-highlight {
  color: #10B981;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 32px;
  color: #e0e7ff;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.cta-button {
  background: linear-gradient(135deg, #34D399 0%, #10B981 50%, #047857 100%);
  color: black;
  font-weight: bold;
  padding: 16px 32px;
  font-size: 1.125rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.guarantee-text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #10b981;
  font-size: 0.875rem;
}

/* Section CTA */
.section-cta {
  text-align: center;
  margin-top: 48px;
}

/* Benefits Section */
.benefits-section {
  padding: 80px 0;
  background: white;
}

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

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-title {
  font-size: 2.25rem;
  font-weight: bold;
  color: #0b1220;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 1.25rem;
  color: #374151;
  max-width: 512px;
  margin: 0 auto;
}

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

.benefit-card {
  background: white;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  margin-bottom: 16px;
  color: #0b1220;
}

.benefit-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 12px;
}

.benefit-description {
  color: #6b7280;
}

/* Social Proof Section */
.new-color {
  color: #fdfdfd;
}

.social-proof-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #9CA3AF 0%, #6B7280 55%, #374151 100%);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-bottom: 48px;
}

.testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.stars {
  display: flex;
  margin-bottom: 16px;
}

.star {
  color: #fbbf24;
  width: 20px;
  height: 20px;
}

.testimonial-text {
  color: #374151;
  margin-bottom: 16px;
  font-style: italic;
}

.testimonial-author {
  font-weight: bold;
  color: #1f2937;
}

.testimonial-company {
  color: #10B981;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 32px;
  text-align: center;
}

.stat-number {
  font-size: 1.875rem;
  font-weight: bold;
  color: #10B981;
}

.stat-label {
  color: #fdfdfd;
}

/* About Section */
.about-section {
  padding: 80px 0;
  background: white;
}

.about-content {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.about-text {
  font-size: 1.125rem;
  color: #374151;
  margin-bottom: 48px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
  text-align: left;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.feature-icon {
  color: #10b981;
  flex-shrink: 0;
  margin-top: 4px;
}

.feature-title {
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 8px;
}

.feature-description {
  color: #6b7280;
}

/* Process Section */
.process-section {
  padding: 80px 0;
  background: #f9fafb;
}

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

.step-item {
  text-align: center;
  position: relative;
}

.step-number {
  background: linear-gradient(135deg, #3A62D4 0%, #0b1220 55%, #0C1736 100%);
  color: white;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 auto 16px;
}

.step-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 12px;
}

.step-description {
  color: #6b7280;
}

/* Guarantee Section */
.guarantee-section {
  padding: 64px 0;
  background: linear-gradient(135deg, #34D399 0%, #10B981 50%, #047857 100%);
  color: white;
  text-align: center;
}

.guarantee-content {
  max-width: 768px;
  margin: 0 auto;
}

.guarantee-icon {
  margin: 0 auto 24px;
  width: 64px;
  height: 64px;
}

.guarantee-title {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.guarantee-description {
  font-size: 1.125rem;
  margin-bottom: 24px;
}

.guarantee-features {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  color: #fdfdfd;
}

.guarantee-feature {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Contact Form Section */
.contact-section {
  padding: 80px 0;
  background: white;
}

.form-container {
  max-width: 512px;
  margin: 0 auto;
}

.form-card {
  background: white;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

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

.form-group {
  margin-bottom: 24px;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 8px;
}

.form-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-input:focus {
  outline: none;
  border-color: #7c3aed;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

.form-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
  transition: border-color 0.3s ease;
}

.form-textarea:focus {
  outline: none;
  border-color: #7c3aed;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

.submit-button {
  width: 100%;
  background: linear-gradient(135deg, #7c3aed, #3730a3);
  color: white;
  font-weight: bold;
  padding: 16px;
  font-size: 1.125rem;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.submit-button:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.3);
}

.privacy-text {
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 16px;
}

/* FAQ Section */
.faq-section {
  padding: 80px 0;
  background: #f9fafb;
}

.faq-container {
  max-width: 768px;
  margin: 0 auto;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.faq-button {
  width: 100%;
  padding: 24px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-button:hover {
  background: #f9fafb;
}

.faq-question {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
}

.faq-icon {
  color: #0b1220;
  flex-shrink: 0;
}

.faq-answer {
  padding: 0 24px 24px;
  color: #374151;
}

/* Mobile CTA Bar */
.mobile-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0b1220;
  padding: 16px 20px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  z-index: 50;
  display: none;
}

.mobile-cta-button {
  width: 100%;
  background: linear-gradient(135deg, #34D399 0%, #10B981 50%, #047857 100%);
  color: black;
  font-weight: bold;
  padding: 14px 20px;
  font-size: 1rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.mobile-cta-button:hover {
  transform: scale(1.02);
}

/* Footer */
.footer {
  background: #0b1220;
  color: white;
  padding: 48px 0;
}

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

.footer-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #34D399 0%, #10B981 50%, #047857 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-description {
  color: #d1d5db;
  margin-bottom: 16px;
}

.footer-info {
  font-size: 0.875rem;
  color: #9ca3af;
}

.footer-section-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-icon {
  color: #10B981;
  flex-shrink: 0;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-link {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: white;
}

.footer-bottom {
  border-top: 1px solid #374151;
  padding-top: 32px;
  text-align: center;
}

.footer-copyright {
  color: #9ca3af;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-buttons {
    flex-direction: column;
  }
  
  .section-title {
    font-size: 1.875rem;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .steps-grid {
    grid-template-columns: 1fr;
  }
  
  .guarantee-features {
    flex-direction: column;
    gap: 12px;
  }
  
  .form-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
  }

  /* Show mobile CTA bar on mobile */
  .mobile-cta-bar {
    display: block;
  }

  /* Add padding bottom to avoid overlap with mobile CTA bar */
  .landing-container {
    padding-bottom: 80px;
  }
}

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
  }
}

@media (min-width: 769px) {
  /* Hide mobile CTA bar on desktop */
  .mobile-cta-bar {
    display: none !important;
  }

  .landing-container {
    padding-bottom: 0;
  }
}

/* ========== Reset & Container ========== */
.form,
.form * {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Inter, Arial, "Helvetica Neue", sans-serif;
  color: #111827;
}

.form {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.08);
}

/* ========== Header ========== */
.form-header {
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F3F4F6;
}

.form-title {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #0A2540; /* azul escuro confiável */
}

/* ========== Groups / Labels ========== */
.form-group {
  margin: 16px 0;
}

.form-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #1F2937;
}

.form-label span {
  color: #DC2626;
  margin-left: 4px;
}

/* Dica abaixo do campo */
.form-hint {
  display: block;
  margin-top: 6px;
  font-size: 0.85rem;
  color: #6B7280;
}

/* ========== Inputs / Textareas ========== */
.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #D1D5DB;
  border-radius: 12px;
  background: #ffffff;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
  -webkit-appearance: none;
  font-size: 1rem;
}

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

.form-input::placeholder,
.form-textarea::placeholder {
  color: #9CA3AF;
}

/* Foco acessível */
.form-input:focus,
.form-textarea:focus {
  border-color: #0b1220;
  box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.15);
}

/* ========== Grid Nome/Sobrenome ========== */
.form-row {
  display: flex;
  gap: 12px;
}

.form-row .form-input {
  flex: 1;
}

/* ========== Checkbox ========== */
.form-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  color: #374151;
}

.form-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #10B981; /* verde confiança */
}

/* ========== Nota privacidade ========== */
.form-note {
  margin: 6px 0 0;
  font-size: 0.92rem;
  color: #6B7280;
}

/* ========== Botão ========== */
.btn {
  display: inline-block;
  border: 0;
  border-radius: 14px;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(135deg, #3A62D4 0%, #0b1220 55%, #0C1736 100%);
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.25);
  transition: transform .08s ease, box-shadow .2s ease, filter .2s ease;
}

.btn:hover {
  filter: brightness(1.02);
  box-shadow: 0 10px 24px rgba(30, 58, 138, 0.35);
}

.btn:active {
  transform: translateY(1px);
}

.btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

/* ========== Responsividade ========== */
@media (max-width: 640px) {
  .form {
    padding: 18px;
    border-radius: 12px;
  }

  .form-row {
    flex-direction: column;
    gap: 10px;
  }
}

/* ========== Acessibilidade visível ao Tab ========== */
.form-input:focus-visible,
.form-textarea:focus-visible,
.btn:focus-visible {
  outline: 3px solid rgba(16, 185, 129, 0.35);
  outline-offset: 2px;
  border-color: #10B981;
}


.method-section { padding: 80px 0; background: #0b1220; color: #e5e7eb; }
.method-section .section-title { color: #fff; }
.method-section .section-subtitle { color: #9ca3af; }

.method-subtitle { font-size: 1.125rem; margin: 1.5rem 0 .75rem; color: #cbd5e1; }

.method-grid, .kpi-grid {
  display: grid; gap: 16px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px){ .method-grid, .kpi-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px){ .method-grid, .kpi-grid { grid-template-columns: repeat(4,1fr); } }

.method-card, .kpi-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px; padding: 16px;
}
.method-icon { margin-bottom: 8px; opacity: .9; }
.method-title { font-weight: 600; margin-bottom: 6px; color: #ffffff; }
.method-text { font-size: .95rem; color: #cbd5e1; }
.method-pill {
  display: inline-block; margin-top: 10px; font-size: .75rem;
  background: rgba(16,185,129,.12); color: #34d399;
  padding: 4px 10px; border-radius: 999px; border: 1px solid rgba(52,211,153,.3);
}

.kpi-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:6px; }
.kpi-name { font-weight:700; color:#fff; }
.kpi-why { font-size:.8rem; color:#9ca3af; }
.kpi-note { font-size:.9rem; color:#cbd5e1; }
