.page-faq {
  --faq-inline: 20px;
  --faq-max: 1160px;
  --faq-card-radius: 26px;
  --faq-card-shadow: 0 12px 36px rgba(7, 22, 51, 0.08);
  --faq-curve: #F2F4F8;
  position: relative;
  background: var(--faq-curve);
  color: var(--graphite);
  font-family: var(--font-body);
  overflow-x: hidden;
}

.page-faq .faq-hero {
  position: relative;
  padding: 64px var(--faq-inline) 96px;
  background: linear-gradient(135deg, #071633 0%, var(--ink) 58%, #0C2B55 100%);
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}

.page-faq .faq-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -42px;
  height: 84px;
  background: var(--faq-curve);
  border-radius: 50% 50% 0 0 / 90% 90% 0 0;
  z-index: 0;
}

.page-faq .faq-hero-inner {
  position: relative;
  max-width: var(--faq-max);
  margin: 0 auto;
  z-index: 1;
}

.page-faq .faq-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 36px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.72);
}

.page-faq .faq-crumbs a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-faq .faq-crumbs a:hover {
  color: var(--cyan);
}

.page-faq .faq-crumbs [aria-current="page"] {
  color: var(--gold);
  font-weight: 700;
}

.page-faq .faq-crumbs-sep {
  color: rgba(255, 255, 255, 0.35);
}

.page-faq .faq-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan);
}

.page-faq .faq-hero-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--orange);
  border-radius: 2px;
}

.page-faq .faq-hero h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-family: var(--font-head);
  font-size: 2rem;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--white);
}

.page-faq .faq-lead {
  max-width: 650px;
  margin: 0 0 28px;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}

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

.page-faq .faq-meta-pill {
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--white);
}

.page-faq .faq-hero-question {
  position: absolute;
  right: -18px;
  top: 50%;
  width: 200px;
  height: 200px;
  transform: translateY(-40%) rotate(-6deg);
  opacity: 0.9;
  z-index: 0;
}

.page-faq .faq-layout {
  position: relative;
  max-width: var(--faq-max);
  margin: 0 auto;
  padding: 20px var(--faq-inline) 72px;
}

.page-faq .faq-layout::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  background:
    linear-gradient(rgba(10, 30, 63, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 30, 63, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
}

.page-faq .faq-toc {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
  padding: 4px 2px 20px;
  overflow-x: auto;
  scrollbar-width: none;
}

.page-faq .faq-toc::-webkit-scrollbar {
  display: none;
}

.page-faq .toc-title {
  display: none;
}

.page-faq .toc-item {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  background: var(--white);
  box-shadow: 0 6px 20px rgba(7, 22, 51, 0.06);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-faq .toc-item:hover {
  color: var(--orange);
}

.page-faq .toc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
}

.page-faq .toc-dot-orange {
  background: var(--orange);
}

.page-faq .toc-dot-gold {
  background: var(--gold);
}

.page-faq .toc-dot-cyan {
  background: var(--cyan);
}

.page-faq .toc-note {
  display: none;
}

.page-faq .faq-main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 56px;
  min-width: 0;
}

.page-faq .faq-block-head {
  margin: 0 0 22px;
}

.page-faq .faq-block-index {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--orange);
}

.page-faq .faq-block-index::after {
  content: "";
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), transparent);
  border-radius: 2px;
}

.page-faq .faq-block h2 {
  margin: 6px 0 8px;
  font-family: var(--font-head);
  font-size: 1.75rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.page-faq .faq-block-head p {
  max-width: 560px;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(33, 40, 51, 0.72);
}

.page-faq .faq-blind-map {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 0 26px;
  border-radius: 22px;
  object-fit: cover;
  background: var(--mist);
}

.page-faq .faq-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-faq .faq-card {
  background: var(--white);
  border: 1px solid rgba(7, 22, 51, 0.05);
  border-radius: var(--faq-card-radius);
  box-shadow: var(--faq-card-shadow);
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-faq .faq-card:nth-of-type(even) {
  margin-left: 24px;
}

.page-faq .faq-card:hover {
  border-color: rgba(0, 212, 255, 0.45);
  box-shadow: 0 18px 44px rgba(7, 22, 51, 0.12);
}

.page-faq .faq-card summary {
  position: relative;
  padding: 20px 52px 20px 22px;
  list-style: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--ink);
  transition: color 0.2s ease;
}

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

.page-faq .faq-card summary:hover {
  color: var(--orange);
}

.page-faq .faq-card summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--mist);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 1.25rem;
  font-weight: 400;
  transition: background 0.2s ease, color 0.2s ease;
}

.page-faq .faq-card[open] summary::after {
  content: "−";
  background: var(--orange);
  color: var(--white);
}

.page-faq .faq-card[open] summary:hover {
  color: var(--ink);
}

.page-faq .faq-card p {
  margin: 0;
  padding: 0 24px 22px;
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--graphite);
}

.page-faq .faq-guide-block {
  padding: 36px 20px 44px;
  background: linear-gradient(135deg, var(--ink-deep) 0%, var(--ink) 100%);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.page-faq .faq-guide-block .faq-block-head h2 {
  color: var(--white);
}

.page-faq .faq-guide-block .faq-block-head p {
  color: rgba(255, 255, 255, 0.72);
}

.page-faq .faq-guide-block .faq-block-index {
  color: var(--gold);
}

.page-faq .faq-guide-block .faq-block-index::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.page-faq .faq-guide-grid {
  display: grid;
  gap: 22px;
}

.page-faq .faq-guide-phone {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.page-faq .faq-guide-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-faq .faq-guide-card {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 40px rgba(4, 10, 28, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-faq .faq-guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(4, 10, 28, 0.32);
}

.page-faq .faq-guide-num {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.875rem;
  font-weight: 700;
}

.page-faq .faq-guide-card h3 {
  margin: 12px 0 10px;
  font-family: var(--font-head);
  font-size: 1.1rem;
  line-height: 1.4;
  color: var(--ink);
}

.page-faq .faq-guide-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-faq .faq-guide-steps li {
  position: relative;
  padding: 5px 0 5px 24px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--graphite);
}

.page-faq .faq-guide-steps li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 6px;
  font-weight: 700;
  color: var(--cyan);
}

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

.page-faq .faq-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-faq .faq-contact-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px 22px;
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--faq-card-shadow);
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.page-faq .faq-contact-card:hover {
  transform: translateY(-3px);
}

.page-faq .faq-contact-mail:hover,
.page-faq .faq-contact-phone:hover {
  background: var(--ink);
}

.page-faq .faq-contact-mail:hover .faq-contact-label,
.page-faq .faq-contact-phone:hover .faq-contact-label {
  color: var(--cyan);
}

.page-faq .faq-contact-mail:hover .faq-contact-value,
.page-faq .faq-contact-phone:hover .faq-contact-value {
  color: var(--white);
}

.page-faq .faq-contact-label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
}

.page-faq .faq-contact-value {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-all;
  color: var(--ink);
}

.page-faq .faq-contact-hint {
  font-size: 0.8125rem;
  color: rgba(33, 40, 51, 0.6);
}

.page-faq .faq-contact-note p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--graphite);
}

.page-faq .faq-contact-note a {
  color: var(--orange);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color 0.2s ease;
}

.page-faq .faq-contact-note a:hover {
  color: var(--gold);
}

@media (min-width: 680px) {
  .page-faq .faq-contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-faq .faq-contact-note {
    grid-column: 1 / -1;
  }
}

@media (min-width: 760px) {
  .page-faq .faq-guide-grid {
    grid-template-columns: minmax(240px, 340px) 1fr;
    align-items: start;
  }

  .page-faq .faq-guide-phone {
    position: sticky;
    top: 120px;
    margin: 0;
  }

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

@media (min-width: 900px) {
  .page-faq .faq-layout {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 56px;
    align-items: start;
    padding-top: 40px;
  }

  .page-faq .faq-toc {
    position: sticky;
    top: 128px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 0;
    overflow: visible;
  }

  .page-faq .toc-title {
    display: block;
    width: 100%;
    margin: 0 0 14px;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--mist);
    font-family: var(--font-head);
    font-size: 1rem;
    color: var(--ink);
  }

  .page-faq .toc-item {
    display: flex;
    width: 100%;
    padding: 10px 12px;
    border-radius: 14px;
    background: transparent;
    box-shadow: none;
    font-size: 0.875rem;
    color: var(--graphite);
  }

  .page-faq .toc-item:hover {
    background: rgba(0, 212, 255, 0.12);
    color: var(--ink);
  }

  .page-faq .toc-note {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-top: 18px;
    padding: 0 12px;
    font-size: 0.75rem;
    color: rgba(33, 40, 51, 0.55);
  }
}

@media (min-width: 1024px) {
  .page-faq .faq-guide-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .page-faq .faq-hero {
    padding: 84px var(--faq-inline) 110px;
  }

  .page-faq .faq-hero h1 {
    font-size: 2.75rem;
  }

  .page-faq .faq-lead {
    font-size: 1.0625rem;
  }

  .page-faq .faq-hero-question {
    right: 12px;
    width: 260px;
    height: 260px;
  }

  .page-faq .faq-layout {
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .page-faq .faq-block h2 {
    font-size: 2rem;
  }
}
