.faq-wrapper-8558f8d4 {
  background: #0a0a0a;
  position: relative;
  padding: 100px 5%;
  font-family: 'Barlow', sans-serif;
  color: #E6E6E6;
}

.faq-wrapper-8558f8d4::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(167,79,255,0.2), transparent);
}

.faq-header-8558f8d4 {
  max-width: 600px;
  margin-bottom: 52px;
}

.section-label-8558f8d4 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #00FF84;
  margin-bottom: 12px;
}

.section-title-8558f8d4 {
  font-family: 'Rajdhani', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  color: #E6E6E6;
}

.section-divider-8558f8d4 {
  width: 48px;
  height: 2px;
  background: #00FF84;
  margin: 20px 0 48px;
}

.faq-list-8558f8d4 {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item-8558f8d4 {
  border-bottom: 1px solid #191919;
  overflow: hidden;
}

.faq-q-8558f8d4 {
  width: 100%;
  background: none !important;
  border: none;
  text-align: left;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 16px;
}

.faq-q-text-8558f8d4 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #E6E6E6 !important;
  letter-spacing: 0.02em;
}

.faq-icon-8558f8d4 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s;
  clip-path: polygon(4px 0%, 100% 0%, calc(100% - 4px) 100%, 0% 100%);
}

.faq-icon-8558f8d4 svg {
  width: 12px;
  height: 12px;
  stroke: #555;
  transition: stroke 0.2s, transform 0.25s;
}

.faq-item-8558f8d4.open .faq-icon-8558f8d4 {
  background: transparent;
  border-color: #2a2a2a;
}

.faq-item-8558f8d4.open .faq-icon-8558f8d4 svg {
  stroke: #555;
  transform: rotate(45deg);
}

.faq-a-8558f8d4 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item-8558f8d4.open .faq-a-8558f8d4 {
  max-height: 500px;
}

.faq-a-inner-8558f8d4 {
  padding-bottom: 22px;
  color: #888;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}

/* Ensure no green highlights are applied anywhere on hover or focus */
.faq-q-8558f8d4:hover,
.faq-q-8558f8d4:focus,
.faq-q-8558f8d4:hover .faq-q-text-8558f8d4,
.faq-q-8558f8d4:focus .faq-q-text-8558f8d4 {
  background: none !important;
  background-color: transparent !important;
  color: #E6E6E6 !important;
}
