.page-faq {
  --faq-gold: #D4A42A;
  --faq-gold-light: #E8C55A;
  --faq-green: #2C9A6E;
  --faq-warm: #F5A623;
  --faq-dark: #0B1B3F;
  --faq-deep: #0E244A;
  --faq-glass: rgba(21, 44, 84, 0.72);
  --faq-light: #E8F0FE;
  --faq-ink: #1A2A3A;
  background:
    linear-gradient(140deg, transparent 0%, rgba(21, 44, 84, 0.45) 45%, rgba(11, 27, 63, 0) 80%),
    linear-gradient(180deg, var(--faq-dark) 0%, var(--faq-deep) 40%, #0B1B3F 100%);
  color: #FFFFFF;
  font-family: var(--font-body);
  line-height: 1.75;
  overflow-x: hidden;
}

.page-faq .container {
  max-width: 1280px;
  width: calc(100% - 48px);
  margin-inline: auto;
}

.page-faq .breadcrumb {
  font-family: var(--font-display);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.62);
  padding-top: 24px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}

.page-faq .breadcrumb a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-faq .breadcrumb a:hover {
  color: var(--faq-gold-light);
}

.page-faq .breadcrumb__sep {
  margin: 0 8px;
  color: var(--faq-gold);
}

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

.page-faq .faq-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(212, 164, 42, 0.16) 0%, transparent 36%),
    linear-gradient(90deg, transparent 0%, rgba(44, 154, 110, 0.1) 100%);
  pointer-events: none;
}

.page-faq .faq-hero__inner {
  position: relative;
  padding-bottom: 56px;
}

.page-faq .faq-hero__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-faq .faq-hero__intro {
  max-width: 880px;
}

.page-faq .faq-hero__intro .section-index {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1rem;
  color: var(--faq-gold);
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.page-faq .faq-hero__intro .section-index::after {
  content: "";
  width: 64px;
  height: 4px;
  margin-left: 12px;
  background: linear-gradient(90deg, var(--faq-gold), transparent);
  border-radius: 2px;
}

.page-faq .faq-hero__intro h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1.12;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
  color: #FFFFFF;
}

.page-faq .faq-lead {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
  max-width: 640px;
  margin: 0 0 28px;
}

.page-faq .faq-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.page-faq .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: var(--radius, 4px);
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.page-faq .btn-gold {
  background: linear-gradient(135deg, var(--faq-gold-light), var(--faq-gold) 60%, #B88920);
  color: #FFFFFF;
  border: none;
}

.page-faq .btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 164, 42, 0.28);
}

.page-faq .btn-outline {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.32);
}

.page-faq .btn-outline:hover {
  border-color: var(--faq-gold);
  color: var(--faq-gold-light);
  transform: translateY(-2px);
}

.page-faq .faq-hero__aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 420px;
}

.page-faq .faq-hero__card {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(212, 164, 42, 0.35);
  background: linear-gradient(135deg, rgba(21, 44, 84, 0.78), rgba(11, 27, 63, 0.42));
}

.page-faq .faq-hero__card-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--faq-gold-light);
  display: block;
  margin-bottom: 8px;
}

.page-faq .faq-hero__card p {
  margin: 0 0 16px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}

.page-faq .faq-hero__link {
  color: var(--faq-gold-light);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  position: relative;
}

.page-faq .faq-hero__link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--faq-gold);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.page-faq .faq-hero__link:hover::after {
  transform: scaleX(0.4);
}

.page-faq .faq-hero__stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.page-faq .faq-hero__stat {
  padding: 18px 12px;
  border-radius: 6px;
  background: rgba(14, 36, 74, 0.7);
  border: 1px solid rgba(212, 164, 42, 0.22);
  position: relative;
  overflow: hidden;
}

.page-faq .faq-hero__stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--faq-gold);
  transform: skewY(-32deg) translateY(-40%);
}

.page-faq .faq-hero__stat-num {
  display: block;
  font-family: var(--font-data);
  font-weight: 600;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--faq-gold-light);
  line-height: 1.2;
}

.page-faq .faq-hero__stat-unit {
  display: block;
  font-family: var(--font-display);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 2px;
}

.page-faq .faq-hero__stat-label {
  display: block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 4px;
}

.page-faq .faq-layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 72px;
}

.page-faq .faq-toc {
  order: 2;
  background: var(--faq-glass);
  border: 1px solid rgba(212, 164, 42, 0.22);
  border-radius: 8px;
  padding: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.page-faq .faq-toc__label {
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--faq-gold);
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(212, 164, 42, 0.3);
}

.page-faq .faq-toc__nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-faq .faq-toc__link {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.9rem;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.page-faq .faq-toc__link:hover {
  background: rgba(212, 164, 42, 0.12);
  color: var(--faq-gold-light);
  transform: translateX(4px);
}

.page-faq .faq-toc__num {
  font-family: var(--font-data);
  font-weight: 600;
  font-size: 0.72rem;
  color: var(--faq-gold);
}

.page-faq .faq-toc__text {
  flex: 1;
}

.page-faq .faq-toc__status {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 14px;
  border-radius: 6px;
  background: rgba(44, 154, 110, 0.1);
  border: 1px solid rgba(44, 154, 110, 0.3);
}

.page-faq .faq-toc__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--faq-green);
  box-shadow: 0 0 0 4px rgba(44, 154, 110, 0.25);
  flex-shrink: 0;
}

.page-faq .faq-toc__status strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: #FFFFFF;
}

.page-faq .faq-toc__status p {
  margin: 2px 0 0;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.62);
}

.page-faq .faq-content {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.page-faq .faq-section {
  padding: 28px 0 0;
  position: relative;
}

.page-faq .faq-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 48px;
  background: linear-gradient(90deg, rgba(212, 164, 42, 0.65) 0%, rgba(212, 164, 42, 0.16) 42%, transparent 70%);
}

.page-faq .faq-section__head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
}

.page-faq .faq-section__head .section-index {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(212, 164, 42, 0.65);
  background: linear-gradient(180deg, var(--faq-gold-light), var(--faq-gold));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
}

.page-faq .faq-section__title-wrap {
  padding-top: 6px;
}

.page-faq .faq-section__head h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.5rem, 3.6vw, 2.15rem);
  line-height: 1.2;
  margin: 0 0 8px;
  color: #FFFFFF;
}

.page-faq .faq-section__head p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.68);
  max-width: 560px;
}

.page-faq .faq-figure {
  margin: 0 0 32px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(212, 164, 42, 0.2);
  background: var(--faq-deep);
}

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

.page-faq .faq-figure--inline {
  max-width: 700px;
}

.page-faq .faq-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.page-faq .faq-steps::before {
  content: "";
  position: absolute;
  left: 33px;
  top: 28px;
  bottom: 28px;
  width: 3px;
  background: linear-gradient(180deg, var(--faq-gold) 0%, rgba(212, 164, 42, 0.18) 55%, transparent 100%);
  border-radius: 2px;
}

.page-faq .faq-step {
  display: flex;
  gap: 20px;
  padding: 22px 0 22px 0;
  position: relative;
}

.page-faq .faq-step:not(:last-child) {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.page-faq .faq-step__num {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2.2rem;
  color: var(--faq-gold);
  background: rgba(212, 164, 42, 0.1);
  border: 1px solid rgba(212, 164, 42, 0.45);
  border-radius: 12px;
  position: relative;
  flex-shrink: 0;
  z-index: 1;
  line-height: 1;
}

.page-faq .faq-step__num::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 26px;
  height: 26px;
  background:
    linear-gradient(135deg, transparent 48%, rgba(212, 164, 42, 0.3) 49%, rgba(212, 164, 42, 0.3) 51%, transparent 52%),
    linear-gradient(45deg, transparent 48%, rgba(212, 164, 42, 0.3) 49%, rgba(212, 164, 42, 0.3) 51%, transparent 52%);
  background-size: 10px 10px;
  z-index: -1;
}

.page-faq .faq-step__body {
  flex: 1;
  padding-top: 4px;
}

.page-faq .faq-step__body h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.12rem;
  margin: 0 0 6px;
  color: #FFFFFF;
}

.page-faq .faq-step__body p {
  margin: 0;
  font-size: 0.93rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 560px;
}

.page-faq .faq-section--alt {
  padding-top: 0;
}

.page-faq .faq-section--alt::after {
  background: linear-gradient(90deg, rgba(44, 154, 110, 0.5) 0%, rgba(44, 154, 110, 0.12) 42%, transparent 70%);
}

.page-faq .faq-panel {
  padding: 26px;
  border-radius: 12px;
  margin-bottom: 28px;
  border: 1px solid rgba(212, 164, 42, 0.3);
  background: linear-gradient(135deg, rgba(21, 44, 84, 0.72), rgba(14, 36, 74, 0.5));
}

.page-faq .faq-panel h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0 0 10px;
  color: var(--faq-gold-light);
}

.page-faq .faq-panel p {
  margin: 0 0 14px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}

.page-faq .faq-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-faq .faq-panel li {
  position: relative;
  padding-left: 20px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}

.page-faq .faq-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: var(--faq-green);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

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

.page-faq .faq-item {
  border-radius: 10px;
  background: var(--faq-glass);
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.page-faq .faq-item[open] {
  background: linear-gradient(135deg, rgba(21, 44, 84, 0.9), rgba(14, 36, 74, 0.78));
  border-color: rgba(212, 164, 42, 0.5);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}

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

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

.page-faq .faq-item summary h3 {
  flex: 1;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.98rem;
  margin: 0;
  color: #FFFFFF;
  transition: color 0.3s ease;
}

.page-faq .faq-item[open] summary h3 {
  color: var(--faq-gold-light);
}

.page-faq .faq-item__anchor {
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  font-family: var(--font-data);
  font-size: 0.95rem;
  transition: color 0.3s ease;
  display: none;
}

.page-faq .faq-item:hover .faq-item__anchor {
  display: inline-block;
}

.page-faq .faq-item__anchor:hover {
  color: var(--faq-gold);
}

.page-faq .faq-item__icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  position: relative;
  flex-shrink: 0;
  transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}

.page-faq .faq-item__icon::before,
.page-faq .faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
  transition: background 0.3s ease, transform 0.4s ease;
}

.page-faq .faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.page-faq .faq-item[open] .faq-item__icon {
  transform: rotate(45deg);
  border-color: var(--faq-gold);
  background: rgba(212, 164, 42, 0.12);
}

.page-faq .faq-item[open] .faq-item__icon::before,
.page-faq .faq-item[open] .faq-item__icon::after {
  background: var(--faq-gold-light);
}

.page-faq .faq-item__body {
  padding: 0 20px 20px 20px;
  border-top: 1px dashed rgba(255, 255, 255, 0.14);
  margin-top: 0;
}

.page-faq .faq-item__body p {
  margin: 14px 0 0;
  font-size: 0.93rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  max-width: 640px;
}

.page-faq .faq-section__more {
  display: inline-flex;
  margin-top: 24px;
  padding: 10px 22px;
  border-radius: 6px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--faq-gold-light);
  text-decoration: none;
  border: 1px solid rgba(212, 164, 42, 0.5);
  transition: background 0.3s ease, transform 0.3s ease;
}

.page-faq .faq-section__more:hover {
  background: rgba(212, 164, 42, 0.12);
  transform: translateX(4px);
}

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

.page-faq .faq-issue {
  padding: 24px;
  border-radius: 10px;
  background: rgba(14, 36, 74, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.page-faq .faq-issue:hover {
  border-color: rgba(212, 164, 42, 0.45);
  transform: translateY(-3px);
}

.page-faq .faq-issue__tag {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  padding: 4px 12px;
  border-radius: 40px;
  margin-bottom: 16px;
  background: rgba(212, 164, 42, 0.12);
  color: var(--faq-gold-light);
  border: 1px solid rgba(212, 164, 42, 0.3);
}

.page-faq .faq-issue__tag--network {
  background: rgba(44, 154, 110, 0.14);
  color: #55C7A0;
  border-color: rgba(44, 154, 110, 0.4);
}

.page-faq .faq-issue__tag--browser {
  background: rgba(212, 164, 42, 0.14);
  color: var(--faq-gold-light);
  border-color: rgba(212, 164, 42, 0.34);
}

.page-faq .faq-issue__tag--domain {
  background: rgba(75, 128, 214, 0.14);
  color: #8EB5E8;
  border-color: rgba(75, 128, 214, 0.38);
}

.page-faq .faq-issue__tag--sync {
  background: rgba(245, 166, 35, 0.12);
  color: #F5A623;
  border-color: rgba(245, 166, 35, 0.34);
}

.page-faq .faq-issue h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 14px;
  color: #FFFFFF;
}

.page-faq .faq-issue__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: issue;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-faq .faq-issue__list li {
  counter-increment: issue;
  position: relative;
  padding-left: 30px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}

.page-faq .faq-issue__list li::before {
  content: counter(issue);
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-data);
  font-weight: 600;
  font-size: 0.72rem;
  color: var(--faq-gold);
  border: 1px solid rgba(212, 164, 42, 0.5);
  border-radius: 4px;
  background: rgba(212, 164, 42, 0.08);
}

.page-faq .faq-issue code {
  font-family: var(--font-data);
  font-size: 0.82rem;
  background: rgba(212, 164, 42, 0.14);
  border: 1px solid rgba(212, 164, 42, 0.3);
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--faq-gold-light);
}

.page-faq .faq-contact {
  padding-bottom: 16px;
}

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

.page-faq .faq-contact__card {
  padding: 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(21, 44, 84, 0.78), rgba(14, 36, 74, 0.55));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.page-faq .faq-contact__card:nth-child(1) {
  border-color: rgba(212, 164, 42, 0.38);
}

.page-faq .faq-contact__card:nth-child(2) {
  border-color: rgba(255, 255, 255, 0.22);
}

.page-faq .faq-contact__card:nth-child(3) {
  border-color: rgba(44, 154, 110, 0.3);
}

.page-faq .faq-contact__card:nth-child(4) {
  border-color: rgba(75, 128, 214, 0.3);
}

.page-faq .faq-contact__label {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faq-gold);
  margin-bottom: 10px;
}

.page-faq .faq-contact__card:nth-child(3) .faq-contact__label {
  color: var(--faq-green);
}

.page-faq .faq-contact__card:nth-child(4) .faq-contact__label {
  color: #8EB5E8;
}

.page-faq .faq-contact__value {
  font-family: var(--font-data);
  font-weight: 600;
  font-size: 1.02rem;
  color: #FFFFFF;
  margin: 0 0 8px;
  word-break: break-all;
}

.page-faq .faq-contact__hint {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.58);
}

.page-faq .faq-unsolved {
  margin-top: 28px;
  padding: 30px;
  border-radius: 14px;
  background: var(--faq-light);
  color: var(--faq-ink);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-faq .faq-unsolved::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 68px 68px;
  border-color: transparent transparent rgba(212, 164, 42, 0.26) transparent;
}

.page-faq .faq-unsolved__body h3 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.45rem;
  margin: 0 0 8px;
  color: var(--faq-ink);
}

.page-faq .faq-unsolved__body p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(26, 42, 58, 0.78);
  max-width: 560px;
}

.page-faq .faq-unsolved__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-faq .faq-unsolved .btn-gold {
  background: linear-gradient(135deg, #C7951F, var(--faq-gold));
  color: #FFFFFF;
}

.page-faq .faq-unsolved .btn-outline {
  border-color: rgba(26, 42, 58, 0.35);
  color: var(--faq-ink);
}

.page-faq .faq-unsolved .btn-outline:hover {
  border-color: var(--faq-gold);
  color: #A8821E;
}

@media (min-width: 640px) {
  .page-faq .faq-issue-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-faq .faq-contact__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-faq .faq-hero__inner {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .page-faq .faq-hero__grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 64px;
  }

  .page-faq .faq-hero__intro {
    flex: 1 1 58%;
  }

  .page-faq .faq-hero__aside {
    flex: 0 1 38%;
    max-width: 420px;
    margin-bottom: 8px;
  }

  .page-faq .faq-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 56px;
    padding-top: 8px;
  }

  .page-faq .faq-toc {
    order: 1;
    position: sticky;
    top: 100px;
    width: 300px;
    flex-shrink: 0;
    padding: 24px;
  }

  .page-faq .faq-content {
    order: 2;
    flex: 1;
    min-width: 0;
  }

  .page-faq .faq-item__anchor {
    display: inline-block;
  }

  .page-faq .faq-figure--inline {
    float: right;
    margin: 0 0 24px 28px;
    width: min(360px, 42%);
  }

  .page-faq .faq-contact__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-faq .faq-unsolved {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 36px 42px;
  }
}
