.ff-faq-section-033f33f6 {
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFAF8 100%);
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  clear: both;
  display: flow-root;
}

.ff-faq-container-033f33f6 {
  max-width: 1140px;
  margin: 0 auto;
}

.ff-faq-head-033f33f6 {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}

.ff-faq-head-033f33f6 span {
  display: block;
  color: #D09F6C;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 7px;
}

.ff-faq-head-033f33f6 h2 {
  color: #2E4D3D;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.ff-faq-head-033f33f6 p {
  color: #54595F;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
}

.ff-faq-grid-033f33f6 {
  display: grid;
  grid-template-columns: 0.34fr 0.66fr;
  gap: 24px;
  align-items: start;
}

.ff-faq-highlight-033f33f6 {
  position: sticky;
  top: 100px;
  background: #2E4D3D;
  border: 1px solid rgba(230, 236, 230, 0.18);
  border-top: 4px solid #D09F6C;
  padding: 24px;
  box-sizing: border-box;
  box-shadow: 0 20px 40px rgba(46, 77, 61, 0.12);
  transition: all 0.3s ease;
}

.ff-faq-highlight-033f33f6 > span {
  display: block;
  color: #D09F6C;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
}

.ff-faq-highlight-033f33f6 h3 {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 10px;
  font-weight: 700;
}

.ff-faq-highlight-033f33f6 p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0 0 18px;
}

.ff-faq-mini-facts-033f33f6 {
  display: grid;
  gap: 10px;
}

.ff-faq-mini-facts-033f33f6 div {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 12px;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.ff-faq-mini-facts-033f33f6 div:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #D09F6C;
}

.ff-faq-mini-facts-033f33f6 strong {
  display: block;
  color: #D09F6C;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
}

.ff-faq-mini-facts-033f33f6 em {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 500;
}

.ff-accordion-033f33f6 {
  background: #FFFFFF;
  border: 1px solid #E6ECE6;
  box-shadow: 0 14px 30px rgba(84, 89, 95, 0.03);
}

.ff-item-033f33f6 {
  border-bottom: 1px solid #E6ECE6;
}

.ff-item-033f33f6:last-child {
  border-bottom: 0;
}

.ff-question-033f33f6 {
  appearance: none;
  border: 0;
  background: #FFFFFF;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  cursor: pointer;
  text-align: left;
  color: #2E4D3D;
  font-size: 14.5px;
  line-height: 1.4;
  font-weight: 700;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.ff-question-033f33f6:hover,
.ff-question-033f33f6[aria-expanded="true"] {
  background: #F8F8F8;
}

.ff-toggle-033f33f6 {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #E6ECE6;
  color: #80A37F;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  transition: all 0.25s ease;
}

.ff-question-033f33f6[aria-expanded="true"] .ff-toggle-033f33f6 {
  transform: rotate(45deg);
  background: #80A37F;
  color: #FFFFFF;
  border-color: #80A37F;
}

.ff-answer-033f33f6 {
  padding: 0 24px 20px;
  color: #54595F;
  font-size: 13.8px;
  line-height: 1.65;
  box-sizing: border-box;
}

.ff-answer-033f33f6 p {
  margin: 0 0 10px;
}

.ff-answer-033f33f6 a {
  display: inline-block;
  margin-top: 6px;
  color: #2E4D3D;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-bottom: 2px solid #D09F6C;
  padding-bottom: 2px;
  transition: all 0.25s ease;
}

.ff-answer-033f33f6 a:hover {
  color: #80A37F;
  border-color: #80A37F;
}

@media (max-width: 900px) {
  .ff-faq-section-033f33f6 {
    padding: 38px 12px;
  }

  .ff-faq-grid-033f33f6 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ff-faq-highlight-033f33f6 {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .ff-faq-section-033f33f6 {
    padding: 30px 10px;
  }

  .ff-faq-head-033f33f6 {
    margin-bottom: 20px;
  }

  .ff-faq-head-033f33f6 h2 {
    font-size: 23px;
  }

  .ff-faq-highlight-033f33f6 {
    padding: 18px;
  }

  .ff-question-033f33f6 {
    padding: 14px 16px;
    font-size: 13.8px;
  }

  .ff-answer-033f33f6 {
    padding: 0 16px 16px;
    font-size: 13.2px;
    line-height: 1.6;
  }

  .ff-toggle-033f33f6 {
    width: 22px;
    height: 22px;
  }
}
