.elementor-174 .elementor-element.elementor-element-6f41422{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-acabb64 *//* =====================================================
   AGENDY.AI - HELP CENTER STYLES (CORRIGIDO)
   Para uso com Elementor
   Cores da marca: #0095DA (Azul) | #50B848 (Verde)
   ===================================================== */

/* Reset e Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #1f2937;
  background-color: #ffffff;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* =====================================================
   HERO SECTION
   ===================================================== */
.help-hero {
  background: linear-gradient(to bottom, #0f172a, #1e293b);
  color: #ffffff;
  padding: 4rem 1rem 6rem;
  text-align: center;
}

.help-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.help-hero .subtitle {
  font-size: 1.125rem;
  max-width: 42rem;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.9);
}

/* --- SEARCH BOX (CORRIGIDO) --- */
.search-container {
  position: relative;
  max-width: 28rem;
  margin: 0 auto;
}

.search-input {
  width: 100%;
  /* Aumentado para 4rem e adicionado !important para o Elementor não sobrescrever */
  padding: 1rem 1rem 1rem 4rem !important; 
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.search-input:focus {
  border-color: #0095DA;
  background-color: rgba(255, 255, 255, 0.15);
}

.search-icon {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none; /* Garante que o clique no ícone ative o campo */
  z-index: 10;
}

/* =====================================================
   CATEGORIES SECTION
   ===================================================== */
.categories-section {
  padding: 4rem 1rem;
  background-color: #f9fafb;
}

.section-title {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #1f2937;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Category Card */
.category-card {
  background: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  border-top: 4px solid #0095DA;
  padding: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.category-icon {
  width: 2rem;
  height: 2rem;
  color: #0095DA;
  margin-bottom: 0.75rem;
}

.category-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.25rem;
}

.category-card .description {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

.category-card .detail {
  font-size: 0.875rem;
  color: #4b5563;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.category-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 1.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.category-btn:hover {
  border-color: #0095DA;
  color: #0095DA;
  background-color: rgba(0, 149, 218, 0.05);
}

/* =====================================================
   QUICK HELP SECTION
   ===================================================== */
.quick-help-section {
  padding: 4rem 1rem;
  background-color: #ffffff;
}

.quick-help-subtitle {
  text-align: center;
  color: #6b7280;
  max-width: 42rem;
  margin: 0 auto 3rem;
  font-size: 1rem;
}

.questions-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  max-width: 56rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .questions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.question-btn {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 1rem 1.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #374151;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.question-btn:hover {
  border-color: #0095DA;
  background-color: rgba(0, 149, 218, 0.02);
}

.question-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #0095DA;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.view-more-container {
  text-align: center;
  margin-top: 2.5rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  background: linear-gradient(135deg, #0095DA, #007bb5);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 149, 218, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #007bb5, #006699);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 149, 218, 0.4);
}

/* =====================================================
   CONTACT CTA SECTION
   ===================================================== */
.contact-cta-section {
  padding: 4rem 1rem;
  background: #0f172a;
  color: #ffffff;
  text-align: center;
}

.contact-cta-section h2 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.contact-cta-section .subtitle {
  font-size: 1.125rem;
  max-width: 42rem;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.9);
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

@media (min-width: 640px) {
  .cta-buttons {
    flex-direction: row;
  }
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  background: transparent;
  color: #38bdf8;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* =====================================================
   RESPONSIVE ADJUSTMENTS
   ===================================================== */
@media (max-width: 640px) {
  .help-hero {
    padding: 3rem 1rem 4rem;
  }

  .help-hero h1 {
    font-size: 1.875rem;
  }

  .help-hero .subtitle {
    font-size: 1rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .categories-section,
  .quick-help-section,
  .contact-cta-section {
    padding: 3rem 1rem;
  }

  .contact-cta-section h2 {
    font-size: 1.5rem;
  }
}

/* =====================================================
   DARK MODE (opcional)
   ===================================================== */
@media (prefers-color-scheme: dark) {
  body.dark-mode {
    background-color: #0f172a;
    color: #e2e8f0;
  }

  body.dark-mode .categories-section {
    background-color: #1e293b;
  }

  body.dark-mode .category-card {
    background-color: #0f172a;
    border-color: #334155;
  }

  body.dark-mode .category-card h3 {
    color: #f1f5f9;
  }

  body.dark-mode .category-card .description,
  body.dark-mode .category-card .detail {
    color: #94a3b8;
  }

  body.dark-mode .category-btn {
    background-color: #1e293b;
    border-color: #475569;
    color: #e2e8f0;
  }

  body.dark-mode .quick-help-section {
    background-color: #0f172a;
  }

  body.dark-mode .section-title {
    color: #f1f5f9;
  }

  body.dark-mode .quick-help-subtitle {
    color: #94a3b8;
  }

  body.dark-mode .question-btn {
    background-color: #1e293b;
    border-color: #475569;
    color: #e2e8f0;
  }
}/* End custom CSS */