.page-faq {
  --faq-navy: #0D1B2A;
  --faq-navy-2: #131F33;
  --faq-cream: #F6F1E7;
  --faq-cream-2: #EDE7DB;
  --faq-white: #FFFBF2;
  --faq-accent: #FF5A36;
  --faq-violet: #7B4DFF;
  --faq-gold: #D9A441;
  --faq-muted: #6B7F82;
  --faq-line: rgba(13, 27, 42, .14);
  background: var(--faq-cream);
  color: var(--color-text);
  font-family: var(--font-body);
  line-height: 1.7;
}

.page-faq .faq-hero {
  position: relative;
  background: var(--faq-navy);
  color: #fff;
  overflow: hidden;
  padding: 40px 0 72px;
}

.page-faq .faq-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.page-faq .faq-hero::after {
  content: "FAQ";
  position: absolute;
  right: 16px;
  bottom: -32px;
  font-family: var(--font-display);
  font-size: 140px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, .035);
  letter-spacing: .08em;
  pointer-events: none;
}

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

.page-faq .faq-breadcrumb .breadcrumb-list {
  margin: 0 0 28px;
}

.page-faq .faq-breadcrumb .breadcrumb-link {
  color: rgba(255, 255, 255, .72);
}

.page-faq .faq-breadcrumb .breadcrumb-item[aria-current="page"] {
  color: #fff;
}

.page-faq .faq-hero-content {
  display: grid;
  gap: 28px;
  align-items: end;
}

.page-faq .faq-hero-kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--faq-accent);
  margin: 0 0 14px;
}

.page-faq .faq-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.2;
  margin: 0 0 18px;
  letter-spacing: .01em;
}

.page-faq .faq-h1-sep {
  color: var(--faq-accent);
  font-weight: 400;
  margin: 0 4px;
}

.page-faq .faq-hero-text {
  max-width: 780px;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  margin: 0 0 20px;
}

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

.page-faq .faq-hero-point {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, .9);
}

.page-faq .faq-hero-media {
  max-width: 620px;
  margin: 0;
}

.page-faq .faq-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .16);
}

.page-faq .faq-shell {
  position: relative;
}

.page-faq .faq-search-panel {
  position: relative;
  z-index: 3;
  background: var(--faq-white);
  border: 1px solid var(--faq-line);
  border-top: 3px solid var(--faq-accent);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(13, 27, 42, .1);
  max-width: var(--container);
  margin: -30px 16px 0;
  padding: 28px 20px 22px;
}

.page-faq .faq-search-inner {
  display: grid;
  gap: 16px;
}

.page-faq .faq-search-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--faq-accent);
  margin: 0 0 4px;
}

.page-faq .faq-search-head h2 {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--faq-navy);
  margin: 0 0 4px;
}

.page-faq .faq-search-hint {
  font-size: 14px;
  color: var(--faq-muted);
  margin: 0;
}

.page-faq .faq-search-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.page-faq .faq-search-label {
  flex-shrink: 0;
  background: var(--faq-cream);
  border: 1px solid var(--faq-line);
  border-radius: 8px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--faq-navy);
}

.page-faq .faq-search-input {
  flex: 1 1 220px;
  min-width: 0;
  border: 2px solid var(--faq-accent);
  border-radius: 10px;
  background: #fff;
  padding: 11px 16px;
  font-size: 15px;
  font-family: var(--font-body);
  color: var(--faq-navy);
  outline: none;
  transition: box-shadow .2s;
}

.page-faq .faq-search-input:focus {
  box-shadow: 0 0 0 4px rgba(255, 90, 54, .14);
}

.page-faq .faq-search-btn {
  flex-shrink: 0;
}

.page-faq .faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.page-faq .faq-tabs .filter-btn {
  background: transparent;
  border: 1px solid var(--faq-line);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-family: var(--font-body);
  color: var(--faq-muted);
  cursor: pointer;
  transition: all .2s;
}

.page-faq .faq-tabs .filter-btn:hover {
  border-color: var(--faq-accent);
  color: var(--faq-accent);
}

.page-faq .faq-tabs .filter-btn.is-active {
  background: var(--faq-navy);
  border-color: var(--faq-navy);
  color: #fff;
}

.page-faq .faq-tab-num {
  margin-left: 4px;
  font-size: 12px;
  opacity: .8;
}

.page-faq .faq-layout {
  display: grid;
  gap: 32px;
  padding: 40px 0 72px;
}

.page-faq .faq-sidebar-inner {
  position: sticky;
  top: calc(var(--header-height) + 16px);
  background: var(--faq-white);
  border: 1px solid var(--faq-line);
  border-radius: 14px;
  padding: 24px 20px;
  box-shadow: 0 12px 28px rgba(13, 27, 42, .06);
}

.page-faq .faq-sidebar-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--faq-accent);
  margin: 0 0 8px;
}

.page-faq .faq-sidebar-title {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--faq-navy);
  margin: 0 0 4px;
}

.page-faq .faq-sidebar-desc {
  font-size: 13px;
  color: var(--faq-muted);
  margin: 0 0 18px;
}

.page-faq .faq-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  overflow-x: auto;
}

.page-faq .faq-category-list li {
  flex-shrink: 0;
}

.page-faq .faq-category-list .filter-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  background: transparent;
  border: 1px solid var(--faq-line);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  font-family: var(--font-body);
  color: var(--color-text);
  cursor: pointer;
  text-align: left;
  transition: all .2s;
}

.page-faq .faq-category-list .filter-btn:hover {
  border-color: var(--faq-violet);
  color: var(--faq-violet);
}

.page-faq .faq-category-list .filter-btn.is-active {
  background: var(--faq-navy);
  border-color: var(--faq-navy);
  color: #fff;
}

.page-faq .faq-cat-name {
  font-weight: 600;
}

.page-faq .faq-cat-num {
  background: rgba(13, 27, 42, .08);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
}

.page-faq .faq-category-list .filter-btn.is-active .faq-cat-num {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.page-faq .faq-sidebar-foot {
  border-top: 1px dashed var(--faq-line);
  margin-top: 18px;
  padding-top: 18px;
}

.page-faq .faq-sidebar-foot p {
  font-size: 13px;
  color: var(--faq-muted);
  margin: 0 0 12px;
}

.page-faq .faq-sidebar-link {
  width: 100%;
  justify-content: center;
}

.page-faq .faq-main {
  min-width: 0;
}

.page-faq .faq-section + .faq-section {
  margin-top: 56px;
}

.page-faq .faq-section-head {
  position: relative;
  padding-left: 54px;
  margin-bottom: 24px;
}

.page-faq .faq-section-index {
  position: absolute;
  left: 0;
  top: 2px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  color: var(--faq-accent);
}

.page-faq .faq-section-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 28px);
  color: var(--faq-navy);
  margin: 0 0 4px;
}

.page-faq .faq-section-sub {
  color: var(--faq-muted);
  font-size: 14px;
  margin: 0;
}

.page-faq .faq-list {
  display: grid;
  gap: 12px;
}

.page-faq .faq-group {
  margin-bottom: 28px;
}

.page-faq .faq-group-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--faq-navy);
  border-bottom: 2px solid var(--faq-navy);
  padding-bottom: 8px;
  margin: 0 0 16px;
}

.page-faq .faq-group-num {
  font-size: 12px;
  line-height: 1;
  color: var(--faq-accent);
  border: 1px solid var(--faq-accent);
  border-radius: 4px;
  padding: 3px 6px;
  letter-spacing: .04em;
}

.page-faq .faq-item {
  background: var(--faq-white);
  border: 1px solid var(--faq-line);
  border-left: 4px solid var(--faq-navy);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
}

.page-faq .faq-item:hover {
  box-shadow: 0 10px 24px rgba(13, 27, 42, .1);
  transform: translateY(-2px);
}

.page-faq .faq-details summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

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

.page-faq .faq-details summary:focus-visible {
  outline: 2px solid var(--faq-accent);
  outline-offset: -2px;
  border-radius: 10px;
}

.page-faq .faq-details[open] summary {
  border-bottom: 1px solid var(--faq-line);
}

.page-faq .faq-q-index {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--faq-accent);
  background: rgba(255, 90, 54, .1);
  border-radius: 6px;
  padding: 3px 8px;
  line-height: 1.4;
}

.page-faq .faq-q-text {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--faq-navy);
}

.page-faq .faq-hot-badge {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #fff;
  background: var(--faq-accent);
  border-radius: 4px;
  padding: 2px 7px;
}

.page-faq .faq-toggle {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--faq-line);
  position: relative;
  transition: all .25s;
}

.page-faq .faq-toggle::before,
.page-faq .faq-toggle::after {
  content: "";
  position: absolute;
  background: var(--faq-navy);
  border-radius: 2px;
}

.page-faq .faq-toggle::before {
  width: 10px;
  height: 2px;
  top: 9px;
  left: 5px;
}

.page-faq .faq-toggle::after {
  width: 2px;
  height: 10px;
  top: 5px;
  left: 9px;
  transition: opacity .2s;
}

.page-faq .faq-details[open] .faq-toggle::after {
  opacity: 0;
}

.page-faq .faq-details[open] .faq-toggle {
  border-color: var(--faq-accent);
  background: rgba(255, 90, 54, .08);
}

.page-faq .faq-details[open] .faq-toggle::before {
  background: var(--faq-accent);
}

.page-faq .faq-answer {
  padding: 18px 20px 22px;
  background: rgba(246, 241, 231, .72);
  color: var(--color-text);
  font-size: 15px;
}

.page-faq .faq-answer p {
  margin: 0 0 10px;
}

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

.page-faq .faq-answer-link {
  color: var(--faq-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-faq .faq-answer-link:hover {
  color: var(--faq-navy);
}

.page-faq .faq-contact {
  position: relative;
  background: var(--faq-navy);
  color: #fff;
  padding: 64px 0;
  overflow: hidden;
}

.page-faq .faq-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(123, 77, 255, .22), transparent 32%),
    radial-gradient(circle at 18% 88%, rgba(255, 90, 54, .16), transparent 30%),
    linear-gradient(to right, rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: auto, auto, 40px 40px, 40px 40px;
  pointer-events: none;
}

.page-faq .faq-contact-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
}

.page-faq .faq-contact-media {
  margin: 0;
  max-width: 260px;
}

.page-faq .faq-contact-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .18);
}

.page-faq .faq-contact-kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--faq-accent);
  margin: 0 0 8px;
}

.page-faq .faq-contact-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 32px);
  margin: 0 0 12px;
  color: #fff;
}

.page-faq .faq-contact-text {
  color: rgba(255, 255, 255, .8);
  max-width: 640px;
  margin: 0 0 24px;
}

.page-faq .faq-contact-list {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
}

.page-faq .faq-contact-item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  padding: 12px 16px;
}

.page-faq .faq-contact-label {
  font-weight: 700;
  color: var(--faq-gold);
  min-width: 76px;
}

.page-faq .faq-contact-value {
  margin: 0;
}

.page-faq .faq-contact-value a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, .4);
}

.page-faq .faq-contact-value a:hover {
  color: var(--faq-accent);
  border-bottom-color: var(--faq-accent);
}

.page-faq .faq-contact-note {
  font-size: 13px;
  color: rgba(255, 255, 255, .6);
  margin: 0 0 24px;
}

.page-faq .faq-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-faq .faq-contact-outline {
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
}

.page-faq .faq-contact-outline:hover {
  background: rgba(255, 255, 255, .1);
  border-color: #fff;
  color: #fff;
}

@media (min-width: 640px) {
  .page-faq .faq-search-panel {
    margin: -36px 24px 0;
    padding: 32px 28px 26px;
  }

  .page-faq .faq-contact-inner {
    grid-template-columns: 220px 1fr;
    gap: 40px;
    align-items: center;
  }
}

@media (min-width: 900px) {
  .page-faq .faq-hero-content {
    grid-template-columns: 1fr 420px;
    gap: 40px;
  }

  .page-faq .faq-layout {
    grid-template-columns: 270px 1fr;
    gap: 44px;
  }

  .page-faq .faq-category-list {
    flex-direction: column;
    overflow: visible;
  }

  .page-faq .faq-search-row {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1200px) {
  .page-faq .faq-hero {
    padding: 56px 0 88px;
  }

  .page-faq .faq-search-panel {
    max-width: calc(var(--container) - 32px);
    margin: -44px auto 0;
  }

  .page-faq .faq-layout {
    padding: 56px 0 88px;
  }

  .page-faq .faq-contact {
    padding: 80px 0;
  }
}
