

.preloader {
  display: none;
}

.faq-hero,
.faq-highlights,
.faq-section,
.faq-cta-band {
  position: relative;
}

.faq-hero {
  padding: 170px 0 110px;
  background:
    linear-gradient(120deg, rgba(15, 43, 31, 0.87), rgba(15, 43, 31, 0.58)),
    url("../images/bg2.jpeg") center/cover no-repeat;
  overflow: hidden;
}

.faq-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(212, 154, 105, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(15, 43, 31, 0.05), rgba(15, 43, 31, 0.28));
}

.faq-hero-copy {
  position: relative;
  z-index: 1;
}

.faq-kicker,
.faq-cta-label,
.faq-highlight-card span {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 700;
}

.faq-kicker,
.faq-cta-label {
  color: #efbb86;
}

.faq-hero h1,
.faq-title h2,
.faq-cta-panel h2 {
  font-family: 'Cormorant Garamond', serif;
}

.faq-hero h1 {
  color: #ffffff;
  font-size: clamp(48px, 7vw, 78px);
  line-height: 0.96;
  margin: 0 0 20px;
  max-width: 760px;
}

.faq-intro {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.9;
}

.faq-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.faq-link {
  color: #ffffff;
  font-weight: 700;
}

.faq-highlights {
  margin-top: -52px;
  padding-bottom: 28px;
  z-index: 2;
}

.faq-highlight-card,
.faq-item,
.faq-cta-panel {
  box-shadow: 0 24px 70px rgba(22, 47, 35, 0.1);
}

.faq-highlight-card {
  min-height: 220px;
  padding: 28px;
  border-radius: 26px;
  background: rgba(255, 252, 247, 0.97);
  border: 1px solid rgba(33, 50, 40, 0.08);
}

.faq-highlight-card span {
  color: #bd6f48;
}

.faq-highlight-card h3 {
  margin: 14px 0 12px;
  font-size: 24px;
}

.faq-highlight-card p,
.faq-answer p,
.faq-cta-panel p {
  color: #5d6d64;
  line-height: 1.9;
  font-size: 15px;
}

.faq-section {
  padding-top: 34px;
}

.faq-title {
  text-align: center;
  padding-bottom: 26px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.faq-column {
  display: grid;
  gap: 18px;
}

.faq-item {
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.98);
  border: 1px solid rgba(33, 50, 40, 0.08);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 24px 64px 24px 24px;
  font-size: 19px;
  font-weight: 700;
  color: #213228;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 28px;
  line-height: 1;
  color: #bd6f48;
  transition: transform 0.25s ease;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 24px 24px;
  border-top: 1px solid rgba(33, 50, 40, 0.08);
}

.faq-cta-band {
  padding: 18px 0 30px;
}

.faq-cta-panel {
  padding: 42px 46px;
  border-radius: 30px;
  background: linear-gradient(135deg, #163327, #26483a);
}

.faq-cta-panel h2 {
  margin: 8px 0 16px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  max-width: 840px;
}

.faq-cta-panel p {
  /* max-width: 700px; */
  color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 991px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .faq-hero {
    padding: 140px 0 90px;
  }

  .faq-highlight-card,
  .faq-item,
  .faq-cta-panel {
    border-radius: 22px;
    margin: 10px;
  }

  .faq-item summary {
    padding: 20px 56px 20px 20px;
    font-size: 17px;
  }

  .faq-answer {
    padding: 0 20px 20px;
  }

  .faq-cta-panel {
    padding: 28px 22px;
  }
}
