.questions-page {
  background: #f7faf8;
}

.questions-page .site-header {
  background: rgba(255, 255, 255, .96);
}

.questions-hero {
  padding: clamp(3.5rem, 8vw, 6.5rem) 0 clamp(2.75rem, 6vw, 5rem);
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(216, 178, 82, .24), transparent 28rem),
    linear-gradient(135deg, #083e3a, #0b6158 68%, #137268);
}

.questions-hero__inner {
  max-width: 920px;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  font-size: .9rem;
}

.breadcrumb li + li::before {
  content: "/";
  margin-right: .55rem;
  color: rgba(255, 255, 255, .62);
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb [aria-current="page"] {
  color: rgba(255, 255, 255, .74);
}

.questions-page .questions-hero h1 {
  max-width: 820px;
  margin: .8rem 0 1.25rem;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.35rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.questions-page .questions-hero .eyebrow {
  color: #f8d94a;
}

.questions-hero p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.75;
}

.questions-tools {
  position: relative;
  z-index: 3;
  margin-top: -1.7rem;
}

.questions-tools .container {
  padding: clamp(1.2rem, 3vw, 1.8rem);
  border: 1px solid rgba(10, 79, 71, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(5, 52, 48, .11);
}

.faq-search label {
  display: block;
  margin-bottom: .55rem;
  color: #083e3a;
  font-weight: 700;
}

.faq-search__control {
  display: flex;
  gap: .7rem;
}

.faq-search input {
  width: 100%;
  min-height: 48px;
  padding: .8rem 1rem;
  border: 1px solid #bad0cb;
  border-radius: 12px;
  color: #183b37;
  background: #fbfdfc;
  font: inherit;
}

.faq-search button {
  min-height: 48px;
  padding: .7rem 1rem;
  border: 1px solid #0b6158;
  border-radius: 12px;
  color: #0b6158;
  background: #fff;
  font: inherit;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.faq-search input:focus-visible,
.faq-search button:focus-visible,
.category-jumps a:focus-visible,
.faq-items summary:focus-visible {
  outline: 3px solid #f0c85a;
  outline-offset: 3px;
}

.faq-results {
  margin: .55rem 0 0;
  color: #617b77;
  font-size: .9rem;
}

.category-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.2rem;
}

.category-jumps a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: .65rem .9rem;
  border-radius: 999px;
  color: #0b514b;
  background: #edf7f4;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.questions-layout {
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.faq-category {
  scroll-margin-top: 7rem;
}

.faq-category + .faq-category {
  margin-top: clamp(4.5rem, 9vw, 8rem);
  padding-top: clamp(4rem, 8vw, 7rem);
  border-top: 1px solid #d9e8e4;
}

.faq-category__heading {
  max-width: 780px;
  margin-bottom: 1.8rem;
}

.faq-category__heading h2 {
  margin: .55rem 0 .9rem;
  color: #083e3a;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.faq-category__heading p,
.faq-answer p {
  color: #526e69;
  line-height: 1.75;
}

.faq-subcategory {
  scroll-margin-top: 7rem;
}

.faq-subcategory + .faq-subcategory {
  margin-top: 2.8rem;
}

.faq-subcategory h3 {
  margin: 0 0 1rem;
  color: #0b6158;
  font-size: 1.35rem;
}

.faq-items {
  display: grid;
  gap: .75rem;
}

.faq-items details {
  border: 1px solid #d3e3df;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(7, 64, 58, .04);
  overflow: clip;
}

.faq-items details[open] {
  border-color: #9ec7bf;
  box-shadow: 0 14px 34px rgba(7, 64, 58, .08);
}

.faq-items summary {
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 1.05rem 3.4rem 1.05rem 1.2rem;
  color: #153f3a;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

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

.faq-items summary::after {
  content: "+";
  position: absolute;
  right: 1.15rem;
  top: 50%;
  width: 1.65rem;
  height: 1.65rem;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #0b6158;
  background: #eaf5f2;
  font-size: 1.2rem;
  line-height: 1;
}

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

.faq-answer {
  display: block;
  padding: 0 1.2rem 1.2rem;
  border-top: 1px solid #edf3f1;
}

.faq-answer p {
  margin: 1rem 0 0;
}

.faq-answer strong {
  color: #193f3a;
}

.faq-answer a {
  color: #0b6158;
  font-weight: 700;
}

.faq-empty {
  margin-bottom: 2rem;
  padding: 1.2rem;
  border: 1px solid #e8d69c;
  border-radius: 16px;
  color: #5d4b19;
  background: #fff9e8;
}

.faq-empty strong,
.faq-empty span {
  display: block;
}

.faq-empty span {
  margin-top: .25rem;
}

.questions-cta {
  color: #fff;
  background: linear-gradient(120deg, #083e3a, #0b6158);
}

.questions-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
  gap: 2rem;
  align-items: center;
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.questions-cta h2 {
  margin: .6rem 0 .8rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.questions-cta p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .8);
  line-height: 1.7;
}

.questions-cta__actions {
  display: grid;
  gap: .75rem;
}

.questions-cta__actions .btn {
  justify-content: center;
  text-align: center;
}

.health-disclaimer {
  padding: 2.2rem 0;
  border-bottom: 1px solid #dce8e5;
  background: #eef6f4;
}

.health-disclaimer h2 {
  margin: 0 0 .45rem;
  color: #083e3a;
  font-size: 1rem;
}

.health-disclaimer p {
  max-width: 900px;
  margin: 0;
  color: #526e69;
  line-height: 1.7;
}

.faq-category[hidden],
.faq-subcategory[hidden],
.faq-items details[hidden] {
  display: none;
}

@media (max-width: 767px) {
  .questions-tools {
    margin-top: 0;
    background: #fff;
  }

  .questions-tools .container {
    width: 100%;
    border-width: 0 0 1px;
    border-radius: 0;
    box-shadow: none;
  }

  .category-jumps {
    flex-wrap: nowrap;
    margin-right: -1.2rem;
    padding-right: 1.2rem;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .category-jumps a {
    flex: 0 0 auto;
  }

  .questions-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .faq-search__control {
    display: grid;
  }

  .faq-search button {
    width: 100%;
  }

  .faq-items summary {
    padding-left: 1rem;
    padding-right: 3.1rem;
  }

  .faq-answer {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .questions-page *,
  .questions-page *::before,
  .questions-page *::after {
    scroll-behavior: auto !important;
  }
}
