

.faq-section[_ngcontent-ng-c2550541551] {
  position: relative;
  padding: 4rem 1rem;
  overflow: hidden;
  min-height: 100vh;
}
.faq-section[_ngcontent-ng-c2550541551]   .background-decorations[_ngcontent-ng-c2550541551] {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.faq-section[_ngcontent-ng-c2550541551]   .background-decorations[_ngcontent-ng-c2550541551]   .decoration[_ngcontent-ng-c2550541551] {
  position: absolute;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  filter: blur(3rem);
}
.faq-section[_ngcontent-ng-c2550541551]   .background-decorations[_ngcontent-ng-c2550541551]   .decoration.decoration-2[_ngcontent-ng-c2550541551] {
  bottom: -10rem;
  left: -10rem;
  background:
    linear-gradient(
      135deg,
      rgba(34, 197, 94, 0.2),
      rgba(21, 128, 61, 0.2));
}
.faq-section[_ngcontent-ng-c2550541551]   .container[_ngcontent-ng-c2550541551] {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.faq-section[_ngcontent-ng-c2550541551]   .header[_ngcontent-ng-c2550541551] {
  text-align: center;
  margin-bottom: 3rem;
}
.faq-section[_ngcontent-ng-c2550541551]   .header[_ngcontent-ng-c2550541551]   .badge[_ngcontent-ng-c2550541551] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background:
    linear-gradient(
      135deg,
      #dcfce7,
      #bbf7d0);
  border-radius: 9999px;
  color: #166534;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.faq-section[_ngcontent-ng-c2550541551]   .header[_ngcontent-ng-c2550541551]   .badge[_ngcontent-ng-c2550541551]   .sparkles-icon[_ngcontent-ng-c2550541551] {
  width: 1rem;
  height: 1rem;
}
.faq-section[_ngcontent-ng-c2550541551]   .header[_ngcontent-ng-c2550541551]   .title[_ngcontent-ng-c2550541551] {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  background:
    linear-gradient(
      135deg,
      #000000,
      #000402,
      #22c55e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.faq-section[_ngcontent-ng-c2550541551]   .header[_ngcontent-ng-c2550541551]   .subtitle[_ngcontent-ng-c2550541551] {
  font-size: 1.125rem;
  color: #3f6212;
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.6;
}
.faq-section[_ngcontent-ng-c2550541551]   .search-container[_ngcontent-ng-c2550541551] {
  max-width: 36rem;
  margin: 0 auto 3rem;
}
.faq-section[_ngcontent-ng-c2550541551]   .search-container[_ngcontent-ng-c2550541551]   .search-wrapper[_ngcontent-ng-c2550541551] {
  position: relative;
  display: flex;
  align-items: center;
}
.faq-section[_ngcontent-ng-c2550541551]   .search-container[_ngcontent-ng-c2550541551]   .search-wrapper[_ngcontent-ng-c2550541551]   .search-icon[_ngcontent-ng-c2550541551] {
  position: absolute;
  left: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #65a30d;
  z-index: 1;
}
.faq-section[_ngcontent-ng-c2550541551]   .search-container[_ngcontent-ng-c2550541551]   .search-wrapper[_ngcontent-ng-c2550541551]   .search-input[_ngcontent-ng-c2550541551] {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 3rem;
  font-size: 1.125rem;
  border: 2px solid #bbf7d0;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  color: #1a2e05;
}
.faq-section[_ngcontent-ng-c2550541551]   .search-container[_ngcontent-ng-c2550541551]   .search-wrapper[_ngcontent-ng-c2550541551]   .search-input[_ngcontent-ng-c2550541551]:focus {
  outline: none;
  border-color: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1);
}
.faq-section[_ngcontent-ng-c2550541551]   .search-container[_ngcontent-ng-c2550541551]   .search-wrapper[_ngcontent-ng-c2550541551]   .search-input[_ngcontent-ng-c2550541551]::placeholder {
  color: #65a30d;
  opacity: 0.7;
}
.faq-section[_ngcontent-ng-c2550541551]   .search-container[_ngcontent-ng-c2550541551]   .search-wrapper[_ngcontent-ng-c2550541551]   .search-indicator[_ngcontent-ng-c2550541551] {
  position: absolute;
  right: 1rem;
}
.faq-section[_ngcontent-ng-c2550541551]   .search-container[_ngcontent-ng-c2550541551]   .search-wrapper[_ngcontent-ng-c2550541551]   .search-indicator[_ngcontent-ng-c2550541551]   .ping-dot[_ngcontent-ng-c2550541551] {
  width: 0.5rem;
  height: 0.5rem;
  background: #22c55e;
  border-radius: 50%;
}
.faq-section[_ngcontent-ng-c2550541551]   .faq-grid[_ngcontent-ng-c2550541551] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .faq-section[_ngcontent-ng-c2550541551]   .faq-grid[_ngcontent-ng-c2550541551] {
    grid-template-columns: repeat(3, 1fr);
  }
}
.faq-section[_ngcontent-ng-c2550541551]   .faq-card[_ngcontent-ng-c2550541551] {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(187, 247, 208, 0.5);
  cursor: pointer;
}
.faq-section[_ngcontent-ng-c2550541551]   .faq-card[_ngcontent-ng-c2550541551]:hover {
  border-color: rgba(134, 239, 172, 0.5);
  box-shadow: 0 25px 50px -12px rgba(34, 197, 94, 0.25);
}
.faq-section[_ngcontent-ng-c2550541551]   .faq-card[_ngcontent-ng-c2550541551]:hover   .question[_ngcontent-ng-c2550541551] {
  color: #166534;
}
.faq-section[_ngcontent-ng-c2550541551]   .faq-card[_ngcontent-ng-c2550541551]   .card-content[_ngcontent-ng-c2550541551] {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  z-index: 2;
}
.faq-section[_ngcontent-ng-c2550541551]   .faq-card[_ngcontent-ng-c2550541551]   .text-content[_ngcontent-ng-c2550541551] {
  flex: 1;
}
.faq-section[_ngcontent-ng-c2550541551]   .faq-card[_ngcontent-ng-c2550541551]   .question[_ngcontent-ng-c2550541551] {
  font-weight: 600;
  color: #1a2e05;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.faq-section[_ngcontent-ng-c2550541551]   .faq-card[_ngcontent-ng-c2550541551]   .answer[_ngcontent-ng-c2550541551] {
  color: #3f6212;
  line-height: 1.6;
  font-size: 0.875rem;
}
.faq-section[_ngcontent-ng-c2550541551]   .faq-card[_ngcontent-ng-c2550541551]   .hover-overlay[_ngcontent-ng-c2550541551] {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(34, 197, 94, 0.05),
      rgba(22, 163, 74, 0.05));
  border-radius: 1rem;
  opacity: 0;
  pointer-events: none;
}
.faq-section[_ngcontent-ng-c2550541551]   .no-results[_ngcontent-ng-c2550541551] {
  text-align: center;
  padding: 3rem 0;
}
.faq-section[_ngcontent-ng-c2550541551]   .no-results[_ngcontent-ng-c2550541551]   .no-results-icon[_ngcontent-ng-c2550541551] {
  width: 4rem;
  height: 4rem;
  background: #dcfce7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.faq-section[_ngcontent-ng-c2550541551]   .no-results[_ngcontent-ng-c2550541551]   .no-results-icon[_ngcontent-ng-c2550541551]   svg[_ngcontent-ng-c2550541551] {
  width: 2rem;
  height: 2rem;
  color: #65a30d;
}
.faq-section[_ngcontent-ng-c2550541551]   .no-results[_ngcontent-ng-c2550541551]   .no-results-title[_ngcontent-ng-c2550541551] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a2e05;
  margin-bottom: 0.5rem;
}
.faq-section[_ngcontent-ng-c2550541551]   .no-results[_ngcontent-ng-c2550541551]   .no-results-text[_ngcontent-ng-c2550541551] {
  color: #3f6212;
}
.faq-section[_ngcontent-ng-c2550541551]   .see-all-container[_ngcontent-ng-c2550541551] {
  text-align: center;
}
.faq-section[_ngcontent-ng-c2550541551]   .see-all-button[_ngcontent-ng-c2550541551] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 2rem;
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  box-shadow: 0 4px 14px 0 rgba(34, 197, 94, 0.3);
}
.faq-section[_ngcontent-ng-c2550541551]   .see-all-button[_ngcontent-ng-c2550541551]   .chevron-icon[_ngcontent-ng-c2550541551] {
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 768px) {
  .faq-section[_ngcontent-ng-c2550541551] {
    padding: 4rem 1rem;
  }
  .faq-section[_ngcontent-ng-c2550541551]   .faq-grid[_ngcontent-ng-c2550541551] {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .faq-section[_ngcontent-ng-c2550541551]   .faq-card[_ngcontent-ng-c2550541551] {
    padding: 1rem;
  }
  .faq-section[_ngcontent-ng-c2550541551]   .faq-card[_ngcontent-ng-c2550541551]   .card-content[_ngcontent-ng-c2550541551] {
    gap: 0.75rem;
  }
  .faq-section[_ngcontent-ng-c2550541551]   .header[_ngcontent-ng-c2550541551]   .title[_ngcontent-ng-c2550541551] {
    font-size: 2rem;
  }
  .faq-section[_ngcontent-ng-c2550541551]   .header[_ngcontent-ng-c2550541551]   .subtitle[_ngcontent-ng-c2550541551] {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .faq-section[_ngcontent-ng-c2550541551]   .header[_ngcontent-ng-c2550541551]   .badge[_ngcontent-ng-c2550541551] {
    font-size: 0.75rem;
  }
  .faq-section[_ngcontent-ng-c2550541551]   .header[_ngcontent-ng-c2550541551]   .title[_ngcontent-ng-c2550541551] {
    font-size: 1.75rem;
  }
  .faq-section[_ngcontent-ng-c2550541551]   .search-container[_ngcontent-ng-c2550541551]   .search-input[_ngcontent-ng-c2550541551] {
    font-size: 1rem;
    padding-left: 2.5rem;
  }
  .faq-section[_ngcontent-ng-c2550541551]   .see-all-button[_ngcontent-ng-c2550541551] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}
.text-gradient[_ngcontent-ng-c2550541551] {
  background:
    linear-gradient(
      to right,
      #22c55e,
      #059669);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
/*# sourceMappingURL=8c7ce45c24696b947d3106cc61a6c9774c4fc50ada670b88704f6a2efd6f6fac.css.map */