/* ==================================================
   BUTEYKO GYIK OLDAL
   Prefix: .bf-faq-*
================================================== */

.bf-faq-page {
  font-family: 'Lato', Arial, sans-serif;
  color: #172017;
  background: #ffffff;
}

.bf-faq-page * {
  box-sizing: border-box;
}

.bf-faq-hero {
  padding: 86px 22px;
  background: linear-gradient(135deg, #26391f, #7fa200);
  color: #ffffff;
}

.bf-faq-hero-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.bf-faq-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #dcebb8;
}

.bf-faq-hero h1 {
  margin: 0 0 18px;
  font-family: 'Marcellus', Georgia, serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
  color: #ffffff;
}

.bf-faq-hero p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.75;
  color: #ffffff;
}

.bf-faq-section {
  padding: 76px 22px;
  background: #ffffff;
}

.bf-faq-inner {
  max-width: 980px;
  margin: 0 auto;
}

.bf-faq-intro {
  margin-bottom: 28px;
}

.bf-faq-intro h2,
.bf-faq-group h2 {
  margin: 0 0 18px;
  font-family: 'Marcellus', Georgia, serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.16;
  color: #26391f;
}

.bf-faq-intro p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #263126;
}

.bf-faq-note {
  margin: 28px 0 56px;
  padding: 22px 24px;
  border-radius: 20px;
  background: #eef5dd;
  border-left: 6px solid #7fa200;
  font-size: 16px;
  line-height: 1.7;
  color: #26391f;
}

.bf-faq-group {
  margin: 0 0 58px;
}

.bf-faq-item {
  margin-bottom: 14px;
  border-radius: 18px;
  background: #f6f8f0;
  border: 1px solid rgba(127,162,0,0.16);
  box-shadow: 0 12px 30px rgba(36, 57, 31, 0.06);
  overflow: hidden;
}

.bf-faq-item summary {
  position: relative;
  padding: 20px 58px 20px 24px;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
  color: #26391f;
}

.bf-faq-item summary::-webkit-details-marker {
  display: none;
}

.bf-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #7fa200;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.bf-faq-item[open] summary::after {
  content: "−";
}

.bf-faq-answer {
  padding: 0 24px 24px;
  color: #263126;
}

.bf-faq-answer p {
  margin: 0 0 14px;
  font-size: 16.5px;
  line-height: 1.8;
}

.bf-faq-answer ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.bf-faq-answer li {
  position: relative;
  padding: 8px 0 8px 24px;
  font-size: 16px;
  line-height: 1.65;
}

.bf-faq-answer li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7fa200;
}

@media (max-width: 768px) {
  .bf-faq-hero {
    padding: 68px 20px;
  }

  .bf-faq-section {
    padding: 58px 20px;
  }

  .bf-faq-item summary {
    padding: 18px 54px 18px 20px;
    font-size: 16px;
  }

  .bf-faq-answer {
    padding: 0 20px 22px;
  }
}