.page-faq {
  --faq-gold: #D4AF37;
  --faq-gold-soft: #F5D76E;
  --faq-crimson: #8B0000;
  --faq-navy: #1A2C3E;
  --faq-deep: #1E3C5A;
  --faq-orange: #FF6B35;
  --faq-green: #00C9A7;
  --faq-cream: #F7F1E3;
  --faq-line: rgba(26, 44, 62, 0.08);
  position: relative;
  background: var(--faq-cream);
  color: var(--text-main);
  overflow-x: hidden;
}

.page-faq .faq-hero {
  position: relative;
  background: linear-gradient(135deg, var(--faq-deep), var(--faq-navy) 60%, var(--faq-crimson));
  color: var(--faq-cream);
  padding: 44px 0 76px;
  overflow: hidden;
}

.page-faq .faq-hero::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 50%;
  top: -140px;
  right: -110px;
  pointer-events: none;
}

.page-faq .faq-hero::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(0, 201, 167, 0.18);
  border-radius: 50%;
  top: 40px;
  right: 90px;
  pointer-events: none;
}

.page-faq .faq-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.page-faq .faq-hero__copy {
  width: 100%;
  max-width: 720px;
}

.page-faq .faq-hero .breadcrumb__link {
  color: rgba(247, 241, 227, 0.72);
  text-decoration: none;
}

.page-faq .faq-hero .breadcrumb__item--current {
  color: var(--faq-gold-soft);
}

.page-faq .faq-hero__eyebrow {
  margin: 16px 0 6px;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--faq-gold-soft);
  text-transform: uppercase;
}

.page-faq .faq-hero__title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(40px, 9vw, 72px);
  line-height: 1.05;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-faq .faq-hero__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(247, 241, 227, 0.88);
}

.page-faq .faq-hero__search {
  margin: 26px 0 18px;
}

.page-faq .faq-hero__search-input {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 3px;
  background: rgba(26, 44, 62, 0.72);
  color: var(--faq-cream);
  font-size: 16px;
  font-family: var(--font-body);
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-faq .faq-hero__search-input:focus {
  border-color: var(--faq-gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
}

.page-faq .faq-hero__search-input::placeholder {
  color: rgba(247, 241, 227, 0.45);
}

.page-faq .faq-hero__search-hint {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(247, 241, 227, 0.55);
}

.page-faq .faq-hero__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-faq .faq-hero__quick-link {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 3px;
  color: var(--faq-gold-soft);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.page-faq .faq-hero__quick-link:hover,
.page-faq .faq-hero__quick-link:focus {
  background: var(--faq-gold);
  color: var(--faq-navy);
}

.page-faq .faq-hero__visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.page-faq .faq-hero__image {
  width: 220px;
  height: auto;
  border-radius: 50%;
  border: 2px solid rgba(212, 175, 55, 0.6);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.page-faq .faq-hero__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 52px;
  display: block;
  pointer-events: none;
}

.page-faq .faq-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 20px 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

.page-faq .faq-side {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-content: start;
}

.page-faq .faq-side__panel {
  background: var(--faq-navy);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 4px;
  padding: 24px 20px;
}

.page-faq .faq-side__kicker {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--faq-gold);
  text-transform: uppercase;
}

.page-faq .faq-side__title {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--faq-cream);
}

.page-faq .faq-side__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.page-faq .faq-side__item {
  margin: 0;
}

.page-faq .faq-side__link {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 10px 12px;
  color: rgba(247, 241, 227, 0.85);
  text-decoration: none;
  border-left: 2px solid transparent;
  box-sizing: border-box;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.page-faq .faq-side__link:hover,
.page-faq .faq-side__link:focus {
  background: rgba(212, 175, 55, 0.12);
  border-left-color: var(--faq-gold);
  color: var(--faq-gold-soft);
}

.page-faq .faq-side__num {
  font-weight: 700;
  font-size: 14px;
  color: var(--faq-gold);
  opacity: 0.85;
}

.page-faq .faq-side__related {
  background: var(--faq-deep);
  border: 1px solid rgba(255, 107, 53, 0.3);
  border-radius: 4px;
  padding: 20px;
}

.page-faq .faq-side__related-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--faq-orange);
}

.page-faq .faq-side__related-link {
  display: block;
  padding: 8px 0;
  color: rgba(247, 241, 227, 0.82);
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid rgba(247, 241, 227, 0.08);
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.page-faq .faq-side__related-link:hover,
.page-faq .faq-side__related-link:focus {
  color: var(--faq-gold-soft);
  padding-left: 4px;
}

.page-faq .faq-main {
  display: grid;
  gap: 30px;
}

.page-faq .faq-group {
  counter-reset: faq-q;
  background: var(--faq-cream);
  border: 1px solid var(--faq-line);
  border-radius: 4px;
  padding: 26px 22px;
  box-shadow: var(--shadow-soft);
}

.page-faq .faq-group--alt {
  background: #ffffff;
}

.page-faq .faq-group__header {
  display: grid;
  gap: 8px;
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 2px solid var(--faq-gold);
}

.page-faq .faq-group__tag {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 17px;
  letter-spacing: 0.08em;
  color: var(--faq-crimson);
}

.page-faq .faq-group__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1.2;
  color: var(--faq-navy);
}

.page-faq .faq-group__intro {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-faq .faq-item {
  border-bottom: 1px solid var(--faq-line);
  counter-increment: faq-q;
}

.page-faq .faq-item:last-child {
  border-bottom: 0;
}

.page-faq .faq-q {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: var(--faq-navy);
  transition: color 0.2s ease;
}

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

.page-faq .faq-q::before {
  content: counter(faq-q, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1;
  color: var(--faq-gold);
  min-width: 28px;
}

.page-faq .faq-q::after {
  content: "+";
  margin-left: auto;
  font-size: 22px;
  font-weight: 400;
  color: var(--faq-crimson);
  transition: transform 0.3s ease, color 0.3s ease;
}

.page-faq .faq-item[open] .faq-q {
  color: var(--faq-crimson);
}

.page-faq .faq-item[open] .faq-q::after {
  transform: rotate(45deg);
  color: var(--faq-gold);
}

.page-faq .faq-a {
  padding: 0 0 18px 40px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-muted);
}

.page-faq .faq-a p {
  margin: 0 0 8px;
}

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

.page-faq .faq-item[open] .faq-a {
  animation: faq-reveal 0.3s ease-out;
}

@keyframes faq-reveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.page-faq .faq-contact {
  position: relative;
  background: linear-gradient(135deg, var(--faq-crimson), var(--faq-navy));
  color: var(--faq-cream);
  padding: 64px 20px;
  overflow: hidden;
}

.page-faq .faq-contact__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.page-faq .faq-contact__content {
  max-width: 760px;
}

.page-faq .faq-contact__eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--faq-gold-soft);
  text-transform: uppercase;
}

.page-faq .faq-contact__title {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(32px, 7vw, 50px);
  line-height: 1.15;
  color: var(--faq-gold-soft);
}

.page-faq .faq-contact__text {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(247, 241, 227, 0.86);
}

.page-faq .faq-contact__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin: 18px 0 26px;
  font-size: 15px;
  color: rgba(247, 241, 227, 0.78);
}

.page-faq .faq-contact__meta-item {
  position: relative;
  padding-left: 18px;
}

.page-faq .faq-contact__meta-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  background: var(--faq-green);
  border-radius: 50%;
}

.page-faq .faq-contact .btn-group {
  margin-top: 4px;
}

.page-faq .faq-contact .btn--primary {
  background: var(--faq-gold);
  border-color: var(--faq-gold);
  color: var(--faq-navy);
}

.page-faq .faq-contact .btn--outline {
  border-color: rgba(245, 215, 110, 0.6);
  color: var(--faq-gold-soft);
}

.page-faq .faq-contact__aside {
  background: rgba(26, 44, 62, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 4px;
  padding: 22px;
  align-self: start;
}

.page-faq .faq-contact__aside-title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--faq-gold-soft);
}

.page-faq .faq-contact__aside-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-faq .faq-contact__aside-list li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(247, 241, 227, 0.88);
}

.page-faq .faq-contact__aside-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  background: var(--faq-gold);
  border-radius: 2px;
  transform: rotate(45deg);
}

.page-faq .faq-contact__image {
  position: absolute;
  right: -20px;
  top: -80px;
  width: 420px;
  max-width: 55%;
  height: auto;
  opacity: 0.22;
  border-radius: 4px;
  pointer-events: none;
}

@media (min-width: 720px) {
  .page-faq .faq-hero__inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 48px;
  }

  .page-faq .faq-hero__image {
    width: 300px;
  }

  .page-faq .faq-hero__search-input {
    max-width: 560px;
  }

  .page-faq .faq-side__list {
    gap: 4px;
  }

  .page-faq .faq-group {
    padding: 30px 28px;
  }
}

@media (min-width: 960px) {
  .page-faq .faq-shell {
    grid-template-columns: 280px 1fr;
    gap: 40px;
    padding-top: 56px;
  }

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

  .page-faq .faq-side__list {
    grid-template-columns: 1fr;
  }

  .page-faq .faq-main {
    gap: 36px;
  }

  .page-faq .faq-contact__inner {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
    gap: 48px;
  }

  .page-faq .faq-contact__aside {
    margin-top: 18px;
  }

  .page-faq .faq-contact__image {
    right: 0;
    top: -60px;
    width: 520px;
    max-width: 45%;
  }
}
