.faq-section {
  background-color: #faf9f7;
  padding: 7rem 0;
}
.faq-section .faq-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 6rem;
  align-items: start;
}
@media (max-width: 900px) {
  .faq-section .faq-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.faq-section .faq-sticky {
  position: sticky;
  top: 100px;
}
.faq-section .faq-label-line {
  display: inline-block;
  width: 2rem;
  height: 1px;
  background-color: #b5001e;
}
.faq-section .faq-label-text {
  font-size: 0.78rem;
  margin: 0;
  font-weight: 400;
  color: #b5001e;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.faq-section .faq-heading {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  color: #0d0d0d;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.faq-section .faq-desc {
  font-size: 0.85rem;
  font-weight: 300;
  color: rgb(140, 136, 128);
  line-height: 1.85;
  margin: 0;
}
.faq-section .faq-divider {
  margin-top: 3rem;
  width: 60px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}
.faq-section .faq-cta-box {
  margin-top: 3rem;
  padding: 1.75rem;
  background-color: #fff;
  border-left: 2px solid #b5001e;
}
.faq-section .faq-cta-text {
  font-size: 1rem;
  font-weight: 400;
  color: #0d0d0d;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-style: italic;
}
.faq-section .faq-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #b5001e;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: gap 0.3s;
}
.faq-section .faq-cta-link:hover {
  gap: 0.75rem;
}
.faq-section .faq-list {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.faq-section .faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.faq-section .faq-btn {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.75rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.faq-section .faq-btn .flex-1 {
  flex: 1 1 0%;
}
.faq-section .faq-btn:hover .faq-question {
  color: #b5001e;
}
.faq-section .faq-num {
  font-size: 0.85rem;
  font-weight: 400;
  color: #b5001e;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  margin-top: 2px;
}
.faq-section .faq-question {
  font-size: 1.15rem;
  font-weight: 500;
  color: #0d0d0d;
  line-height: 1.4;
  transition: color 0.3s;
}
.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0 0 2.5rem;
}
.faq-section .faq-answer p {
  font-size: 0.85rem;
  color: #5a5a5a;
  line-height: 1.85;
  padding-bottom: 1.5rem;
  font-weight: 300;
  white-space: pre-line;
}
.faq-section .faq-item.active .faq-answer {
  max-height: 400px;
  padding-top: 0.25rem;
}
.faq-section .faq-item.active .faq-question {
  color: #b5001e;
}
.faq-section .faq-item.active .faq-icon {
  color: #b5001e;
}
.faq-section .faq-item.active .faq-icon .icon-plus {
  display: none;
}
.faq-section .faq-item.active .faq-icon .icon-minus {
  display: block;
}
.faq-section .faq-icon .icon-minus {
  display: none;
}
.faq-section .faq-icon .icon-plus {
  display: block;
}

/*# sourceMappingURL=common-faq.css.map */
