/* ========================================
   MOBILE OPTIMIZATIONS
   Otimizações específicas para mobile
   ======================================== */

/* ========== CTAs MOBILE ========== */
@media (max-width: 768px) {
  /* CTAs - Tamanho reduzido para mobile */
  .btn-primary,
  .btn-secondary,
  .btn-whatsapp {
    font-size: 0.875rem !important;
    padding: 0.75rem 1.25rem !important;
    max-width: calc(100% - 2rem) !important;
    width: auto !important;
    box-sizing: border-box !important;
    margin: 0 1rem !important;
  }
  
  .hero-cta .btn-primary {
    font-size: 0.9375rem !important;
    padding: 0.875rem 1.5rem !important;
    max-width: calc(100% - 2rem) !important;
    margin: 0 1rem !important;
  }
  
  /* Formulário - Otimizado para mobile */
  .form-progressive {
    padding: 1.5rem 1rem !important;
    max-width: 100% !important;
  }
  
  .form-step-title {
    font-size: 1.125rem !important;
    line-height: 1.4 !important;
    margin-bottom: 1.5rem !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
  }
  
  .form-option {
    padding: 0.875rem 1rem !important;
    font-size: 0.9375rem !important;
    color: #1a1a1a !important;
    font-weight: 600 !important;
  }
  
  .form-option-text {
    font-size: 0.9375rem !important;
    color: #1a1a1a !important;
    font-weight: 600 !important;
  }
  
  .form-input {
    font-size: 1rem !important;
    padding: 0.875rem 1.25rem !important;
  }
  
  .form-checkbox-label {
    padding: 0.875rem 1.25rem !important;
  }
  
  .form-checkbox-label span {
    font-size: 1rem !important;
  }
  
  /* Botões do formulário */
  .btn-form-primary {
    font-size: 1rem !important;
    padding: 1rem 2rem !important;
  }
  
  .btn-form-secondary {
    font-size: 0.875rem !important;
    padding: 0.875rem 1.5rem !important;
  }
  
  /* Container do formulário */
  .section-form .container {
    padding: 0 1rem !important;
  }
  
  /* Hero - Otimizado */
  .hero-title {
    font-size: 1.75rem !important;
    line-height: 1.3 !important;
  }
  
  .hero-subtitle {
    font-size: 1.125rem !important;
  }
  
  .hero-description {
    font-size: 1rem !important;
  }
  
  /* Seções - Padding reduzido */
  .section {
    padding: 3rem 0 !important;
  }
  
  .section-title {
    font-size: 1.75rem !important;
  }
  
  .section-subtitle {
    font-size: 1rem !important;
  }
  
  /* Cards - Padding reduzido */
  .symptom-card,
  .method-card {
    padding: 1.25rem !important;
  }
  
  /* Stats - Números menores */
  .stat-number {
    font-size: 2rem !important;
  }
  
  /* Transformações - Grid 1 coluna */
  .transformations-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  
  /* Testemunhos - Grid 1 coluna */
  .testimonials-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
}

/* ========== MOBILE PEQUENO (< 480px) ========== */
@media (max-width: 480px) {
  .btn-primary,
  .btn-secondary,
  .btn-whatsapp {
    font-size: 0.9375rem !important;
    padding: 0.875rem 1.25rem !important;
  }
  
  .hero-cta .btn-primary {
    font-size: 1rem !important;
    padding: 1rem 1.5rem !important;
  }
  
  .form-step-title {
    font-size: 1.125rem !important;
  }
  
  .hero-title {
    font-size: 1.5rem !important;
  }
  
  .section-title {
    font-size: 1.5rem !important;
  }
}
