.faqs-shell {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.faqs-hero {
  background: #f5f1eb;
  padding: 42px 0 78px;
  text-align: center;
}

.faqs-eyebrow {
  margin: 0 0 10px;
  color: var(--htr-orange-dark);
  font-family: Intro, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.faqs-hero h1 {
  max-width: 760px;
  margin: 0 auto;
  color: var(--htr-green-dark);
  font-family: Intro, Arial, sans-serif;
  font-size: clamp(2.25rem, 4.2vw, 3.55rem);
  font-weight: 700;
  line-height: 1.05;
}

.faqs-hero__intro {
  max-width: 690px;
  margin: 14px auto 0;
  color: #315e59;
  font-family: HARABARA-MAIS-LIGHT, HARABARA, "Open Sans", sans-serif;
  font-size: 1.18rem;
  line-height: 1.42;
}

.faqs-content {
  margin-top: -44px;
  padding: 0 0 64px;
  background: var(--htr-white);
}

.faqs-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.faqs-column {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(1, 75, 67, 0.14);
  border-radius: 18px;
  background: var(--htr-white);
  box-shadow: 0 10px 24px rgba(10, 62, 55, 0.07);
}

.faqs-heading {
  margin-bottom: 18px;
}

.faqs-heading .faqs-eyebrow {
  margin-bottom: 6px;
  font-size: 0.82rem;
}

.faqs-heading h2 {
  margin: 0;
  color: var(--htr-green-dark);
  font-family: Intro, Arial, sans-serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.12;
}

.faqs-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  min-width: 0;
  border: 1px solid rgba(1, 75, 67, 0.12);
  border-radius: 12px;
  background: #f7fbf9;
  color: #315e59;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.faq-item[open] {
  background: var(--htr-white);
  border-color: rgba(1, 75, 67, 0.28);
  box-shadow: 0 8px 18px rgba(10, 62, 55, 0.06);
}

.faq-item summary {
  position: relative;
  display: block;
  min-width: 0;
  padding: 16px 48px 15px 17px;
  color: var(--htr-green-dark);
  cursor: pointer;
  font-family: Intro, Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.28;
  list-style: none;
}

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

.faq-item summary::after {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(1, 75, 67, 0.1);
  background: var(--htr-green-light);
  color: var(--htr-green-dark);
  content: "+";
  font-family: Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

.faq-item[open] summary::after {
  background: var(--htr-orange-dark);
  color: var(--htr-white);
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 17px 17px;
  color: #315e59;
  font-family: HARABARA-MAIS-LIGHT, HARABARA, "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.48;
}

.faqs-cta {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 28px 30px;
  border-radius: 18px;
  background: var(--htr-green-dark);
  color: var(--htr-white);
  box-shadow: 0 10px 24px rgba(10, 62, 55, 0.08);
}

.faqs-cta .faqs-eyebrow {
  color: var(--htr-orange-dark);
}

.faqs-cta h2 {
  max-width: 680px;
  margin: 0;
  color: var(--htr-white);
  font-family: Intro, Arial, sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  line-height: 1.12;
}

.faqs-cta p:not(.faqs-eyebrow) {
  margin: 10px 0 0;
  color: #d7e5e1;
  font-family: HARABARA-MAIS-LIGHT, HARABARA, "Open Sans", sans-serif;
  font-size: 1.08rem;
  line-height: 1.4;
}

.faqs-cta a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px 12px;
  border: 2px solid var(--htr-orange-dark);
  border-radius: 999px;
  background: var(--htr-orange-dark);
  color: var(--htr-white);
  font-family: INTRODEMO-BLACKCAPS, Intro, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.faqs-cta a:hover,
.faqs-cta a:focus {
  border-color: var(--htr-orange-dark);
  background: var(--htr-orange-dark);
  color: var(--htr-white);
  text-decoration: none;
  transform: translateY(-2px);
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .faq-item:hover {
    border-color: rgba(1, 75, 67, 0.24);
    box-shadow: 0 8px 18px rgba(10, 62, 55, 0.06);
  }

  .faqs-cta a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  }
}

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

  .faqs-column {
    padding: 24px;
  }

  .faqs-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .faqs-shell {
    width: min(100% - 24px, 1140px);
  }

  .faqs-hero {
    padding: 30px 0 68px;
  }

  .faqs-hero h1 {
    font-size: 2.05rem;
  }

  .faqs-hero__intro {
    font-size: 1.05rem;
  }

  .faqs-column {
    padding: 18px 14px;
    border-radius: 14px;
  }

  .faq-item summary {
    padding-right: 44px;
    font-size: 0.98rem;
  }

  .faqs-cta {
    padding: 24px 18px;
  }

  .faqs-cta a {
    width: 100%;
  }
}
