.page-faq {
  background-color: var(--cream);
  color: var(--ink);
  overflow-x: clip;
}

.page-faq .faq-crumb {
  margin-top: 26px;
}

.page-faq .page-mast {
  position: relative;
  padding-top: 64px;
  padding-bottom: 28px;
}

.page-faq .page-mast__inner {
  position: relative;
  z-index: 1;
  max-width: 72ch;
}

.page-faq .page-mast::after {
  content: "";
  position: absolute;
  top: 42px;
  right: -58px;
  width: 170px;
  height: 42px;
  background: linear-gradient(135deg, rgba(198, 161, 91, 0.16), rgba(198, 161, 91, 0));
  border-radius: 10px;
  transform: skewX(-18deg);
  pointer-events: none;
}

.page-faq .page-mast__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--moss);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-faq .page-mast__kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
}

.page-faq .page-mast__title {
  margin: 22px 0 14px;
  font-family: "Playfair Display", "Georgia", "Songti SC", "SimSun", serif;
  font-size: clamp(1.8rem, 4.6vw, 3.3rem);
  line-height: 1.16;
  letter-spacing: -0.01em;
}

.page-faq .page-mast__lede {
  max-width: 56ch;
  color: var(--rock);
  font-size: 1.02rem;
  line-height: 1.85;
}

.page-faq .faq-index {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 0 10px;
  margin: 22px auto 52px;
  scroll-snap-type: x proximity;
}

.page-faq .faq-index__item {
  scroll-snap-align: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--sand);
  background: var(--oat);
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.page-faq .faq-index__item span {
  color: var(--moss);
  font-weight: 800;
  font-size: 0.8rem;
}

.page-faq .faq-index__item:hover,
.page-faq .faq-index__item:focus-visible {
  border-color: var(--moss);
  background: var(--cream);
  box-shadow: var(--shadow-card);
}

.page-faq .faq-index__item:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.page-faq .faq-layout {
  display: grid;
  gap: 56px;
  margin-bottom: 32px;
}

.page-faq .faq-chapter + .faq-chapter {
  margin-top: 52px;
}

.page-faq .faq-chapter + .faq-chapter::before {
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 48px;
  background: linear-gradient(90deg, var(--moss) 0%, rgba(106, 127, 110, 0.18) 60%, transparent 100%);
  border-radius: 999px;
}

.page-faq .faq-chapter__head {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 26px;
}

.page-faq .faq-chapter__num {
  display: block;
  font-family: "Playfair Display", "Georgia", "Songti SC", "SimSun", serif;
  font-size: 2.7rem;
  line-height: 1;
  color: var(--gold);
  font-weight: 700;
}

.page-faq .faq-chapter__title {
  margin: 0;
  font-family: "Playfair Display", "Georgia", "Songti SC", "SimSun", serif;
  font-size: 1.62rem;
  line-height: 1.2;
}

.page-faq .faq-chapter__lede {
  margin: 8px 0 0;
  color: var(--rock);
  font-size: 0.94rem;
  line-height: 1.6;
  max-width: 40ch;
}

.page-faq .faq-item {
  background: var(--oat);
  border: 1px solid var(--sand);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.page-faq .faq-item + .faq-item {
  margin-top: 14px;
}

.page-faq .faq-item[open] {
  background: #fffdf7;
  border-color: rgba(106, 127, 110, 0.55);
  box-shadow: var(--shadow-card);
}

.page-faq .faq-item__summary {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 24px 22px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.5;
}

.page-faq .faq-item__summary::-webkit-details-marker {
  display: none;
}

.page-faq .faq-item__summary::-moz-list-bullet {
  list-style: none;
}

.page-faq .faq-item__summary:hover {
  color: var(--moss);
}

.page-faq .faq-item__summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -6px;
  border-radius: var(--radius-md);
}

.page-faq .faq-item__q {
  flex: 1;
  min-width: 0;
}

.page-faq .faq-item__icon {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 2px;
}

.page-faq .faq-item__icon::before,
.page-faq .faq-item__icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
}

.page-faq .faq-item__icon::before {
  width: 14px;
  height: 2px;
  top: 10px;
  left: 4px;
}

.page-faq .faq-item__icon::after {
  width: 2px;
  height: 14px;
  top: 4px;
  left: 10px;
  transition: opacity 0.15s ease;
}

.page-faq .faq-item[open] .faq-item__icon::after {
  opacity: 0;
}

.page-faq .faq-item__answer {
  padding: 0 24px 26px;
  color: var(--rock);
  font-size: 0.96rem;
  line-height: 1.85;
}

.page-faq .faq-item__answer p {
  margin: 0 0 12px;
}

.page-faq .faq-item__answer p:last-child {
  margin-bottom: 0;
}

.page-faq .faq-item__answer a {
  color: var(--moss);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-faq .faq-flow {
  margin: 30px 0 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--sand);
  background: var(--card-bg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.page-faq .faq-flow img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-faq .faq-flow figcaption {
  padding: 14px 18px;
  font-size: 0.88rem;
  color: var(--rock);
  border-top: 1px solid var(--sand);
  background: var(--oat);
}

.page-faq .faq-side {
  display: grid;
  gap: 28px;
  align-content: start;
}

.page-faq .faq-side__visual {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--sand);
  box-shadow: var(--shadow-card);
  background: var(--forest);
}

.page-faq .faq-side__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-faq .faq-side__card {
  position: relative;
  padding: 30px 24px 26px;
  border-radius: var(--radius-lg);
  background: linear-gradient(150deg, #1f2e24 0%, #3a4c40 100%);
  color: var(--cream);
  overflow: hidden;
}

.page-faq .faq-side__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(224, 188, 127, 0) 78%);
}

.page-faq .faq-side__kicker {
  margin: 0 0 6px;
  color: var(--gold-bright);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.page-faq .faq-side__heading {
  margin: 0 0 12px;
  font-family: "Playfair Display", "Georgia", "Songti SC", "SimSun", serif;
  font-size: 1.5rem;
  line-height: 1.25;
}

.page-faq .faq-side__text {
  margin: 0 0 18px;
  color: rgba(245, 240, 230, 0.84);
  font-size: 0.94rem;
  line-height: 1.7;
}

.page-faq .faq-side__card .btn {
  width: 100%;
  justify-content: center;
}

.page-faq .faq-side__contact {
  margin: 20px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(245, 240, 230, 0.16);
  list-style: none;
}

.page-faq .faq-side__contact li {
  position: relative;
  padding-left: 14px;
  font-size: 0.9rem;
  color: rgba(245, 240, 230, 0.78);
  line-height: 1.65;
}

.page-faq .faq-side__contact li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.page-faq .faq-quick {
  padding: 8px 4px;
}

.page-faq .faq-quick__heading {
  margin: 0 0 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--rock);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.page-faq .faq-quick__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.96rem;
  border-bottom: 1px solid var(--line);
}

.page-faq .faq-quick__link span {
  color: var(--moss);
  font-size: 0.8rem;
  font-weight: 800;
}

.page-faq .faq-quick__link:hover {
  color: var(--moss);
}

.page-faq .faq-quick__link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.page-faq .faq-trust {
  margin-top: 96px;
  padding: 60px 0 68px;
  background:
    radial-gradient(circle at 84% 18%, rgba(198, 161, 91, 0.16), transparent 30%),
    linear-gradient(115deg, #1a241d 0%, #284034 62%, #3a4c40 100%);
}

.page-faq .faq-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 32px;
}

.page-faq .faq-trust__item {
  padding-left: 16px;
  border-left: 2px solid var(--gold);
}

.page-faq .faq-trust__num {
  display: block;
  font-family: "Playfair Display", "Georgia", "Songti SC", "SimSun", serif;
  font-size: 2rem;
  line-height: 1.1;
  color: var(--gold-bright);
}

.page-faq .faq-trust__label {
  display: block;
  margin-top: 8px;
  color: rgba(245, 240, 230, 0.8);
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (min-width: 760px) {
  .page-faq .faq-trust__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 900px) {
  .page-faq .page-mast {
    padding-top: 84px;
    padding-bottom: 40px;
  }

  .page-faq .faq-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 64px;
    align-items: start;
  }

  .page-faq .faq-side {
    position: sticky;
    top: 24px;
  }

  .page-faq .faq-trust {
    margin-top: 120px;
    padding: 72px 0 80px;
  }
}
