.home-faq { padding: 48px 0 64px; background-color: #faf7f2; border-top: 1px solid rgba(26, 26, 28, 0.06); }
.home-faq .container { width: 100%; max-width: 900px; margin: 0 auto; padding: 0 20px; }
.home-faq .section-header { text-align: center; margin-bottom: 32px; }
.home-faq .section-header .section-label { color: #b08e2a; }
.home-faq .section-header .section-label::before { background: linear-gradient(90deg, #b08e2a, rgba(176, 142, 42, 0)); }
.home-faq .section-header .section-title { color: #1a1a1c; margin-bottom: 12px; }
.home-faq .section-header .section-description { font-size: 16px; line-height: 26px; color: rgba(26, 26, 28, 0.65); max-width: 620px; margin: 0 auto; }
.home-faq .faq-list { display: flex; flex-direction: column; gap: 14px; }
.home-faq .faq-list .faq-item { padding: 22px 24px; background-color: #ffffff; border: 1px solid rgba(26, 26, 28, 0.08); border-radius: 8px; border-left: 3px solid rgba(176, 142, 42, 0.4); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03); }
.home-faq .faq-list .faq-item .faq-question { font-size: 17px; font-weight: 800; color: #1a1a1c; margin: 0 0 10px; letter-spacing: -0.2px; line-height: 26px; }
.home-faq .faq-list .faq-item .faq-answer { font-size: 15px; line-height: 26px; color: rgba(26, 26, 28, 0.72); margin: 0; }
.home-faq .faq-list .faq-item .faq-answer a { color: #c8102e; text-decoration: none; border-bottom: 1px solid rgba(200, 16, 46, 0.3); padding-bottom: 1px; transition: border-color 0.2s ease; }
.home-faq .faq-list .faq-item .faq-answer a:hover { border-color: #c8102e; }
.home-faq .faq-list .faq-item .faq-answer strong { color: #1a1a1c; font-weight: 700; }
@media (min-width: 768px) {
  .home-faq { padding: 72px 0 80px; }
  .home-faq .container { padding: 0 40px; }
  .home-faq .faq-list { gap: 16px; }
  .home-faq .faq-list .faq-item { padding: 24px 28px; }
  .home-faq .faq-list .faq-item .faq-question { font-size: 18px; line-height: 28px; }
}
