.faq-section { padding: 48px 0; background: rgba(39, 21, 38, 0.03); }
.faq-section .faq-header { text-align: center; margin-bottom: 40px; }
.faq-section .faq-header h2 { margin-bottom: 12px; }
.faq-section .faq-header p { color: rgba(39, 21, 38, 0.7); }
.faq-section .faq-list { max-width: 743px; margin: 0 auto; }
.faq-section .faq-item { border-bottom: 1px solid rgba(39, 21, 38, 0.1); }
.faq-section .faq-trigger { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 20px 0; cursor: pointer; font-size: 17px; font-weight: 600; color: #271526; user-select: none; }
.faq-section .faq-trigger:hover { color: #BB4D00; }
.faq-section .faq-icon { font-size: 20px; transition: transform 0.3s; flex-shrink: 0; margin-left: 16px; }
.faq-section .faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-section .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-section .faq-item.open .faq-answer { max-height: 400px; padding-bottom: 20px; }
.faq-section .faq-answer p { color: rgba(39, 21, 38, 0.65); font-size: 15px; line-height: 1.7; }
.faq-section .faq-answer p + p { margin-top: 12px; }
.faq-section .faq-answer a { color: #003D66; text-decoration: underline; }
@media (min-width: 768px) {
  .faq-section { padding: 64px 0; }
}
@media (min-width: 1024px) {
  .faq-section { padding: 80px 0; }
}
