/* ═══════════════════════════════════════════
   Thm-Samsung-v5 Bold — FAQ V1 Impact
   Large Questions + Red Accents
   ═══════════════════════════════════════════ */

.fl-bold-faq-v1 {
  padding: 48px;
  margin-bottom: 48px;
  background: #FFFFFF;
}

.fl-bold-faq-v1-header {
  margin-bottom: 40px;
}

.fl-bold-faq-v1-title {
  margin: 0 0 12px;
  font-size: 48px;
  font-weight: 900;
  color: #1A1A2E;
  text-transform: uppercase;
  line-height: 1.1;
}

.fl-bold-faq-v1-intro {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #6B7280;
}

.fl-bold-faq-v1-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.fl-bold-faq-v1-item {
  border-bottom: 4px solid #1A1A2E;
}

.fl-bold-faq-v1-item:first-child {
  border-top: 4px solid #1A1A2E;
}

.fl-bold-faq-v1-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 20px;
  font-weight: 900;
  color: #1A1A2E;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.fl-bold-faq-v1-question:hover {
  color: #DC2626;
}

.fl-bold-faq-v1-number {
  font-size: 16px;
  font-weight: 900;
  color: #DC2626;
  min-width: 40px;
  padding: 8px 12px;
  background: #DC2626;
  color: #FFFFFF;
}

.fl-bold-faq-v1-icon {
  margin-left: auto;
  font-size: 28px;
  font-weight: 900;
  color: #DC2626;
  transition: transform 0.2s ease;
}

.fl-bold-faq-v1-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.fl-bold-faq-v1-answer p {
  margin: 0;
  padding: 0 0 24px 72px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: #6B7280;
}

.fl-bold-faq-v1-item.is-open .fl-bold-faq-v1-icon {
  transform: rotate(45deg);
}

.fl-bold-faq-v1-item.is-open .fl-bold-faq-v1-answer {
  max-height: 500px;
}

@media (max-width: 768px) {
  .fl-bold-faq-v1 {
    padding: 32px 24px;
  }

  .fl-bold-faq-v1-title {
    font-size: 36px;
  }

  .fl-bold-faq-v1-question {
    padding: 20px 0;
    font-size: 16px;
  }

  .fl-bold-faq-v1-answer p {
    padding-left: 0;
  }
}
