.pf-growth-trust,
.pf-growth-faq {
  background: #08080a;
  color: #fff;
}

.pf-growth-trust {
  padding: 22px 20px;
  border-top: 1px solid rgba(212, 175, 55, 0.16);
  border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.pf-growth-trust__inner,
.pf-growth-faq__inner {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
}

.pf-growth-trust__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.pf-growth-trust__proof,
.pf-growth-trust__trial,
.pf-trial-clarity {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.65;
}

.pf-growth-trust__proof strong,
.pf-trial-clarity strong {
  color: #f5d67b;
}

.pf-growth-trust__trial {
  padding: 14px 16px;
  border: 1px solid rgba(74, 222, 128, 0.26);
  border-radius: 14px;
  background: rgba(74, 222, 128, 0.06);
}

.pf-trial-clarity {
  width: min(760px, calc(100% - 32px));
  margin: 22px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(74, 222, 128, 0.25);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.pf-growth-faq {
  padding: 72px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pf-growth-faq h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  text-align: center;
}

.pf-growth-faq__intro {
  max-width: 760px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
  text-align: center;
}

.pf-growth-faq__list {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin: 0 auto;
}

.pf-growth-faq details {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.pf-growth-faq summary {
  padding: 18px 48px 18px 20px;
  color: #fff;
  font-weight: 750;
  line-height: 1.45;
  cursor: pointer;
  position: relative;
}

.pf-growth-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #d4af37;
  font-size: 1.35rem;
}

.pf-growth-faq details[open] summary::after {
  content: "−";
}

.pf-growth-faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

@media (max-width: 720px) {
  .pf-growth-trust__inner {
    grid-template-columns: 1fr;
  }

  .pf-growth-trust,
  .pf-growth-faq {
    padding-left: 0;
    padding-right: 0;
  }
}
