.subscription-faq-section {
  margin: 40px 0;
  padding: 0;
}

.subscription-faq-intro {
  text-align: left;
  margin-bottom: 30px;
}

.subscription-faq-intro h2 {
  font-size: 1.8em;
  font-weight: 600;
  color: #5a5a5a;
  margin-bottom: 15px;
}

.subscription-faq-description {
  font-size: 1.05em;
  color: #666;
  line-height: 1.7;
  max-width: 100%;
  margin: 0;
  text-align: left;
}

.subscription-faq-section .home-faq-section {
  margin-top: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.subscription-faq-section .home-faq-section h2 {
  text-align: left;
  font-size: 1.8em;
  font-weight: 600;
  color: #5a5a5a;
}

.subscription-faq-section .faq-list {
  max-width: 100%;
}

.subscription-faq-section .faq-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  margin-bottom: 12px;
  transition: border-color 0.2s ease;
  overflow: hidden;
}

.subscription-faq-section .faq-item:hover {
  border-color: #d0d0d0;
}

.subscription-faq-section .faq-item:last-child {
  margin-bottom: 0;
}

.home-faq-section .faq-question {
  padding: 24px 30px;
}

.home-faq-section .faq-question h3 {
  flex: 1;
  padding-right: 20px;
  color: #4a4a4a;
  font-size: 1.1em;
}

.home-faq-section .faq-question i {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-color: #eba133;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.home-faq-section .faq-question:hover i {
  background-color: #d89020;
}

.home-faq-section .faq-answer {
  color: #666;
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.home-faq-section .faq-item.open .faq-answer {
  max-height: 2000px;
  padding: 0 30px 24px 30px;
}

.home-faq-section .faq-answer p {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.home-faq-section .faq-answer strong {
  color: #4a4a4a;
}

.home-faq-section .faq-answer a {
  color: #eba133;
  text-decoration: underline;
}

.home-faq-section .faq-answer a:hover {
  color: #d89020;
}

.home-faq-section .faq-answer h3 {
  font-size: 1.15em;
  font-weight: 600;
  color: #4a4a4a;
  margin: 20px 0 10px 0;
}

.home-faq-section .faq-answer .energy-icon {
  color: #eba133;
}

.home-faq-section .faq-answer ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.home-faq-section .faq-answer ul li {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .subscription-faq-section {
    margin: 40px 0 30px 0;
  }

  .subscription-faq-intro h2 {
    font-size: 1.5em;
  }

  .subscription-faq-description {
    font-size: 1em;
  }

  .home-faq-section .faq-question {
    padding: 18px 20px;
  }

  .home-faq-section .faq-item.open .faq-answer {
    padding: 0 20px 18px 20px;
  }
}
