
.home-faq-section {
  padding: 70px 20px;
  background: #f7f8f7;
  font-family: Montserrat-Light;
}

.home-faq-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.home-faq-title {
  margin: 0 0 38px 0;
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  color: #11933c;
  font-family: Montserrat-Light;
}

.home-faq-list {
  background: #ffffff;
  border: 1px solid #e5e5e5;
}

.home-faq-item {
  border-bottom: 1px solid #e5e5e5;
}

.home-faq-item:last-child {
  border-bottom: none;
}

.home-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  box-sizing: border-box;
  padding: 22px 28px;
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  color: #333;
  font-family: Montserrat-Light;
}

.home-faq-question span:first-child {
  flex: 1;
}

.home-faq-icon {
  width: 28px;
  height: 28px;
  border: 1px solid #11933c;
  color: #11933c;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  flex-shrink: 0;
}

.home-faq-answer {
  display: none;
  padding: 0 28px 24px 28px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  font-family: Montserrat-Light;
}

.home-faq-item.active .home-faq-question {
  color: #11933c;
}

.home-faq-item.active .home-faq-answer {
  display: block;
}

.home-faq-item.active .home-faq-icon {
  background: #11933c;
  color: #ffffff;
}

@media (max-width: 768px) {
  .home-faq-section {
    padding: 48px 15px;
  }

  .home-faq-title {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .home-faq-question {
    padding: 18px 18px;
    font-size: 16px;
  }

  .home-faq-answer {
    padding: 0 18px 20px 18px;
    font-size: 15px;
  }
}
