.page-faq {
  --faq-green-soft: rgba(0, 255, 136, 0.08);
  --faq-orange-soft: rgba(255, 107, 0, 0.08);
  position: relative;
  background:
    linear-gradient(rgba(192, 192, 192, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(192, 192, 192, 0.045) 1px, transparent 1px),
    var(--color-black);
  background-size: 48px 48px;
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

.page-faq ::selection {
  background: var(--color-orange);
  color: var(--color-black);
}

.page-faq .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding-top: 28px;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--color-gray);
}

.page-faq .breadcrumb__link {
  color: var(--color-silver);
  text-decoration: none;
  transition: color 0.22s ease;
}

.page-faq .breadcrumb__link:hover {
  color: var(--color-green);
}

.page-faq .breadcrumb__sep {
  color: rgba(192, 192, 192, 0.35);
}

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

.page-faq .faq-hero {
  position: relative;
  padding: 40px 0 48px;
}

.page-faq .faq-hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(0, 255, 136, 0.10) 0%, transparent 68%);
  pointer-events: none;
}

.page-faq .faq-hero::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-green) 0%, rgba(0, 255, 136, 0.15) 78%, transparent 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0 100%);
}

.page-faq .faq-hero__grid {
  display: grid;
  gap: 32px;
  align-items: start;
}

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

.page-faq .faq-hero .eyebrow {
  display: inline-block;
  padding: 7px 16px;
  background: linear-gradient(90deg, rgba(0, 255, 136, 0.16) 0%, rgba(0, 255, 136, 0.02) 100%);
  border-left: 2px solid var(--color-green);
  color: var(--color-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  transform: skewX(-8deg);
}

.page-faq .faq-hero__title {
  margin: 18px 0 10px;
  font-family: var(--font-headline);
  font-size: clamp(42px, 9vw, 76px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0.02em;
  color: var(--color-white);
}

.page-faq .faq-hero__subtitle {
  display: block;
  margin-top: 14px;
  font-family: var(--font-body);
  font-size: clamp(16px, 2.6vw, 23px);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--color-green);
}

.page-faq .faq-hero__lead {
  max-width: 520px;
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--color-silver);
}

.page-faq .faq-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(192, 192, 192, 0.8);
}

.page-faq .faq-hero__meta-dot {
  width: 5px;
  height: 5px;
  background: var(--color-orange);
  transform: rotate(45deg);
}

.page-faq .faq-search {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 520px;
  margin-top: 26px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(192, 192, 192, 0.18);
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.page-faq .faq-search:hover {
  background: rgba(0, 255, 136, 0.04);
  border-color: rgba(0, 255, 136, 0.42);
  box-shadow: 0 0 0 3px rgba(0, 255, 136, 0.05);
}

.page-faq .faq-search__icon {
  flex: none;
  color: var(--color-green);
}

.page-faq .faq-search__hint {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  color: rgba(192, 192, 192, 0.72);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-faq .faq-search__key {
  flex: none;
  padding: 3px 8px;
  border: 1px solid rgba(192, 192, 192, 0.25);
  border-radius: 4px;
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--color-gray);
  letter-spacing: 0.02em;
}

.page-faq .faq-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.page-faq .faq-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 36px;
  margin-top: 28px;
}

.page-faq .faq-hero__stats .stat {
  min-width: 96px;
}

.page-faq .faq-hero__stats .stat__value {
  font-family: var(--font-data);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
}

.page-faq .faq-hero__stats .stat__unit {
  margin-left: 2px;
  font-size: 0.58em;
  color: var(--color-green);
}

.page-faq .faq-hero__stats .stat__label {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-gray);
}

.page-faq .faq-hero__figure {
  position: relative;
  margin: 0;
  border: var(--line-silver);
  background: var(--color-gray-dark);
  box-shadow: var(--shadow-panel);
}

.page-faq .faq-hero__figure::before {
  content: '';
  position: absolute;
  right: -1px;
  top: -1px;
  width: 48px;
  height: 48px;
  background: var(--color-orange);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  z-index: 2;
}

.page-faq .faq-hero__figure img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-faq .faq-layout {
  display: grid;
  gap: 40px;
  padding-top: 12px;
  padding-bottom: 96px;
}

.page-faq .faq-sidebar__label {
  margin-bottom: 16px;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-gray);
}

.page-faq .faq-cats {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-faq .faq-cat {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: linear-gradient(105deg, var(--color-gray-dark) 0%, var(--color-gray-dark) 82%, rgba(0, 255, 136, 0.12) 82%, rgba(0, 255, 136, 0.12) 100%);
  border: var(--line-silver);
  border-left: 3px solid var(--color-green);
  color: var(--color-white);
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.page-faq .faq-cat:hover {
  background: linear-gradient(105deg, #272927 0%, #262826 80%, rgba(255, 107, 0, 0.20) 80%, rgba(255, 107, 0, 0.20) 100%);
  border-left-color: var(--color-orange);
  transform: translateX(4px);
}

.page-faq .faq-cat__num {
  font-family: var(--font-data);
  font-size: 14px;
  min-width: 26px;
  color: var(--color-green);
}

.page-faq .faq-cat:hover .faq-cat__num {
  color: var(--color-orange);
}

.page-faq .faq-cat__name {
  font-size: 15px;
  letter-spacing: 0.02em;
}

.page-faq .faq-sidebar__note {
  position: relative;
  margin-top: 24px;
  padding: 18px 20px;
  background: var(--faq-orange-soft);
  border: 1px solid rgba(255, 107, 0, 0.2);
}

.page-faq .faq-sidebar__note::before {
  content: '';
  position: absolute;
  right: -1px;
  top: -1px;
  width: 22px;
  height: 22px;
  background: var(--color-orange);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.page-faq .faq-sidebar__note-text {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-silver);
}

.page-faq .faq-sidebar__link {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  color: var(--color-orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 107, 0, 0.4);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-faq .faq-sidebar__link:hover {
  color: var(--color-green);
  border-bottom-color: var(--color-green);
}

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

.page-faq .faq-section {
  scroll-margin-top: 32px;
}

.page-faq .faq-section + .faq-section {
  margin-top: 60px;
  padding-top: 48px;
  border-top: var(--line-silver);
}

.page-faq .faq-section__head {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.page-faq .faq-section__head::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 120px;
  height: 10px;
  background: var(--color-orange);
  clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
}

.page-faq .faq-section__icon {
  width: 44px;
  height: 44px;
  padding: 10px;
  background: var(--faq-green-soft);
  border: 1px solid rgba(0, 255, 136, 0.28);
  color: var(--color-green);
}

.page-faq .faq-section__num {
  font-family: var(--font-data);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: rgba(0, 255, 136, 0.28);
}

.page-faq .faq-section__title {
  margin: 0;
  font-family: var(--font-headline);
  font-size: clamp(24px, 4.2vw, 32px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-white);
  transition: color 0.25s ease;
}

.page-faq .faq-section:target .faq-section__title {
  color: var(--color-green);
}

.page-faq .tag--green {
  color: var(--color-green);
  border: 1px solid rgba(0, 255, 136, 0.38);
  background: rgba(0, 255, 136, 0.06);
  font-size: 12px;
  padding: 5px 12px;
}

.page-faq .faq-section--orange .faq-section__icon {
  background: var(--faq-orange-soft);
  border-color: rgba(255, 107, 0, 0.3);
  color: var(--color-orange);
}

.page-faq .faq-section--orange .faq-section__num {
  color: rgba(255, 107, 0, 0.3);
}

.page-faq .faq-section--orange .faq-section__head::after {
  background: var(--color-green);
}

.page-faq .faq-item {
  position: relative;
  background: linear-gradient(180deg, #1A1B1A 0%, #141514 100%);
  border: var(--line-silver);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

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

.page-faq .faq-item[open] {
  background: linear-gradient(180deg, #1B231E 0%, #151A17 100%);
  border-color: rgba(0, 255, 136, 0.4);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.42);
}

.page-faq .faq-item__q {
  list-style: none;
  display: flex;
  align-items: stretch;
  gap: 14px;
  padding: 20px 22px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-white);
  cursor: pointer;
  user-select: none;
  transition: background 0.2s ease;
}

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

.page-faq .faq-item__q:hover {
  background: rgba(0, 255, 136, 0.04);
}

.page-faq .faq-item__q::before {
  content: '';
  flex: none;
  width: 3px;
  background: rgba(0, 255, 136, 0.34);
  align-self: stretch;
}

.page-faq .faq-item__q::after {
  content: '+';
  flex: none;
  align-self: center;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  font-family: var(--font-data);
  font-size: 22px;
  color: var(--color-green);
  border: 1px solid rgba(0, 255, 136, 0.28);
  transition: transform 0.28s ease, background 0.25s ease, color 0.25s ease;
}

.page-faq .faq-item[open] .faq-item__q::after {
  transform: rotate(45deg);
  background: rgba(0, 255, 136, 0.1);
}

.page-faq .faq-item__q > *:last-child {
  flex: 1;
}

.page-faq .faq-item__a {
  margin: 0 22px 22px 24px;
  padding: 4px 14px 4px 18px;
  border-left: 1px dashed rgba(192, 192, 192, 0.2);
  color: var(--color-silver);
  font-size: 15px;
  line-height: 1.85;
  animation: faq-fade-in 0.3s ease;
}

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

.page-faq .faq-item__a p:first-child {
  margin-top: 0;
}

.page-faq .faq-item__a strong {
  color: var(--color-white);
  font-weight: 600;
}

@keyframes faq-fade-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-faq .faq-figure {
  position: relative;
  margin: 28px 0 28px 24px;
  padding: 8px;
  background: var(--color-gray-dark);
  border: var(--line-silver);
}

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

.page-faq .faq-figure figcaption {
  padding: 10px 4px 2px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--color-gray);
}

.page-faq img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .page-faq .faq-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 48px;
  }

  .page-faq .faq-sidebar {
    position: sticky;
    top: 32px;
    align-self: start;
  }

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

  .page-faq .faq-figure {
    margin-left: 48px;
  }
}

@media (min-width: 992px) {
  .page-faq .faq-hero {
    padding: 48px 0 64px;
  }

  .page-faq .faq-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 56px;
    align-items: center;
  }

  .page-faq .faq-hero__figure {
    margin-right: 0;
  }

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

  .page-faq .faq-cat {
    padding: 18px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-faq *,
  .page-faq *::before,
  .page-faq *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
