.page-faq {
  --faq-card-glow: rgba(0, 255, 136, 0.1);
  --faq-line: rgba(255, 255, 255, 0.08);
  background: var(--deep);
  color: var(--white);
  overflow-x: clip;
}

.page-faq .faq-hero {
  position: relative;
  padding: 22px 0 56px;
  overflow: hidden;
}

.page-faq .faq-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 320px at 82% 10%, rgba(0, 255, 136, 0.14), transparent 60%),
    radial-gradient(520px 300px at 8% 90%, rgba(0, 212, 255, 0.1), transparent 55%),
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: auto, auto, 40px 40px, 40px 40px;
  clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
  pointer-events: none;
}

.page-faq .faq-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--blue) 68%, var(--red));
  opacity: 0.92;
}

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

.page-faq .faq-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 13px;
  color: var(--gray);
}

.page-faq .faq-breadcrumb a {
  color: var(--blue);
  text-decoration: none;
}

.page-faq .faq-breadcrumb a:hover {
  text-decoration: underline;
}

.page-faq .faq-breadcrumb-sep {
  color: rgba(255, 255, 255, 0.28);
}

.page-faq .faq-hero-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.page-faq .faq-kicker {
  display: inline-block;
  padding: 6px 14px;
  margin-bottom: 18px;
  border-radius: var(--radius-pill);
  background: rgba(0, 255, 136, 0.1);
  border: 1px solid rgba(0, 255, 136, 0.28);
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.page-faq .faq-hero h1 {
  margin: 0 0 18px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--white);
}

.page-faq .faq-lede {
  margin: 0 0 24px;
  max-width: 660px;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.8;
}

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

.page-faq .faq-fast-label {
  flex-basis: 100%;
  font-size: 13px;
  color: var(--gray);
}

.page-faq .faq-fast-chip {
  display: inline-block;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--faq-line);
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.page-faq .faq-fast-chip:hover {
  border-color: var(--green);
  background: rgba(0, 255, 136, 0.08);
  color: var(--green);
}

.page-faq .faq-hero-visual {
  max-width: 420px;
}

.page-faq .faq-hero-card {
  position: relative;
  padding: 26px 22px 22px;
  border-radius: 32px;
  background: linear-gradient(145deg, var(--bg-elev), var(--bg-elev-2));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-card);
}

.page-faq .faq-hero-card-q {
  position: absolute;
  top: -22px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--green);
  color: var(--deep);
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 30px;
  box-shadow: 0 12px 30px rgba(0, 255, 136, 0.28);
}

.page-faq .faq-hero-card-title {
  display: block;
  margin-bottom: 18px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
}

.page-faq .faq-hero-card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.page-faq .faq-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
}

.page-faq .faq-hero-stat strong {
  font-family: var(--font-head);
  font-size: 19px;
  color: var(--green);
}

.page-faq .faq-hero-stat span {
  font-size: 12px;
  color: var(--gray);
}

.page-faq .faq-hero-card-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--gray);
  font-size: 13px;
}

.page-faq .faq-section-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.page-faq .faq-section-head .faq-section-num,
.page-faq .faq-contact-panel .faq-section-num {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(0, 255, 136, 0.1);
  color: var(--green);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 17px;
}

.page-faq .faq-section-head h2 {
  margin: 0 0 6px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 28px;
  line-height: 1.25;
  color: var(--white);
}

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

.page-faq .faq-hot-section {
  position: relative;
}

.page-faq .faq-hot-section::before {
  content: "";
  position: absolute;
  top: 48px;
  left: -40px;
  width: 190px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 255, 136, 0.5), transparent);
  transform: rotate(-8deg);
  pointer-events: none;
}

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

.page-faq .faq-hot-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 26px 24px 22px;
  border-radius: var(--radius-lg);
  background: var(--bg-elev);
  border: 1px solid var(--faq-line);
  text-decoration: none;
  color: var(--white);
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.page-faq .faq-hot-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--faq-card-glow);
  pointer-events: none;
}

.page-faq .faq-hot-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.22);
}

.page-faq .faq-hot-card--green {
  --faq-card-glow: rgba(0, 255, 136, 0.16);
  border-top: 3px solid var(--green);
}

.page-faq .faq-hot-card--blue {
  --faq-card-glow: rgba(0, 212, 255, 0.16);
  border-top: 3px solid var(--blue);
}

.page-faq .faq-hot-card--red {
  --faq-card-glow: rgba(255, 42, 75, 0.14);
  border-top: 3px solid var(--red);
}

.page-faq .faq-hot-card--cream {
  --faq-card-glow: rgba(245, 240, 225, 0.12);
  border-top: 3px solid var(--cream);
}

.page-faq .faq-hot-card-tag {
  position: absolute;
  top: 14px;
  right: 14px;
}

.page-faq .faq-hot-card-cat {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gray);
  text-transform: uppercase;
}

.page-faq .faq-hot-card h3 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 20px;
  line-height: 1.35;
  color: var(--white);
}

.page-faq .faq-hot-card p {
  margin: 0;
  color: var(--gray);
  font-size: 14px;
  line-height: 1.7;
}

.page-faq .faq-hot-card-go {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
}

.page-faq .faq-hot-card--green .faq-hot-card-go {
  color: var(--green);
}

.page-faq .faq-hot-card--red .faq-hot-card-go {
  color: var(--red);
}

.page-faq .faq-hot-card--cream .faq-hot-card-go {
  color: var(--cream);
}

.page-faq .faq-help-layout {
  display: grid;
  gap: 28px;
  align-items: start;
}

.page-faq .faq-help-aside {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px;
  background: var(--bg-elev);
  border: 1px solid var(--faq-line);
  border-radius: var(--radius-lg);
}

.page-faq .faq-cat-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--faq-line);
  background: transparent;
  color: var(--gray);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.page-faq .faq-cat-btn:hover {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.24);
}

.page-faq .faq-cat-btn[data-active="true"] {
  color: var(--green);
  background: rgba(0, 255, 136, 0.08);
  border-color: rgba(0, 255, 136, 0.48);
}

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

.page-faq .faq-cat-btn[data-active="true"] .faq-cat-dot {
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 255, 136, 0.16);
}

.page-faq .faq-aside-note {
  width: 100%;
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--faq-line);
}

.page-faq .faq-aside-note p {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--gray);
}

.page-faq .faq-aside-note .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-faq .faq-acc-group {
  margin-bottom: 22px;
  padding: 22px 16px 10px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--faq-line);
}

.page-faq .faq-group-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 0 6px;
}

.page-faq .faq-group-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--bg-elev-2);
  color: var(--green);
  font-family: var(--font-head);
  font-weight: 800;
  font-style: italic;
  font-size: 16px;
}

.page-faq .faq-group-head h3 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
}

.page-faq .faq-acc {
  margin-bottom: 12px;
  background: var(--bg-elev);
  border: 1px solid var(--faq-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-faq .faq-acc[open] {
  border-color: rgba(0, 255, 136, 0.42);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.page-faq .faq-acc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
}

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

.page-faq .faq-acc-icon {
  position: relative;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid rgba(0, 255, 136, 0.52);
}

.page-faq .faq-acc-icon::before,
.page-faq .faq-acc-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: var(--green);
  transform: translate(-50%, -50%);
}

.page-faq .faq-acc-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.25s ease;
}

.page-faq .faq-acc[open] .faq-acc-icon {
  background: rgba(0, 255, 136, 0.14);
}

.page-faq .faq-acc[open] .faq-acc-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.page-faq .faq-acc-body {
  padding: 4px 20px 22px;
  border-top: 1px solid var(--faq-line);
  color: var(--gray);
  font-size: 15px;
  line-height: 1.8;
}

.page-faq .faq-acc-body p {
  margin: 14px 0 0;
}

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

.page-faq .faq-acc-body ol,
.page-faq .faq-acc-body ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.page-faq .faq-acc-body li {
  margin: 8px 0;
  padding-left: 2px;
}

.page-faq .faq-figure {
  margin: 18px 0 0;
  padding: 14px;
  background: var(--bg-elev-2);
  border-radius: var(--radius-md);
}

.page-faq .faq-figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  border-radius: calc(var(--radius-md) - 10px);
  object-fit: cover;
}

.page-faq .faq-figure figcaption {
  margin-top: 10px;
  padding-left: 4px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--gray);
}

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

.page-faq .faq-contact-panel {
  display: grid;
  gap: 32px;
  background: var(--cream);
  color: var(--brown);
  border-radius: calc(var(--radius-lg) * 1.4);
  padding: 40px 24px;
  box-shadow: var(--shadow-card);
}

.page-faq .faq-contact-panel .faq-section-num {
  background: var(--brown);
  color: var(--cream);
  margin-bottom: 14px;
}

.page-faq .faq-contact-copy h2 {
  margin: 0 0 14px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 30px;
  line-height: 1.25;
  color: var(--brown);
}

.page-faq .faq-contact-copy p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(26, 26, 26, 0.78);
}

.page-faq .faq-contact-copy .btn-primary {
  background: var(--brown);
  border-color: var(--brown);
  color: var(--cream);
}

.page-faq .faq-contact-copy .btn-primary:hover {
  background: #000000;
  border-color: #000000;
}

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

.page-faq .faq-contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: 18px;
}

.page-faq .faq-contact-label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(26, 26, 26, 0.58);
}

.page-faq .faq-contact-row a,
.page-faq .faq-contact-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--brown);
  text-decoration: none;
}

.page-faq .faq-contact-row a:hover {
  color: var(--red);
}

.page-faq .faq-cta-row {
  padding: 36px 0 56px;
}

.page-faq .faq-cta-shell {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 36px;
  border-top: 1px solid var(--faq-line);
}

.page-faq .faq-cta-shell p {
  margin: 0;
  max-width: 460px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--gray);
}

.page-faq .faq-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

  .page-faq .faq-acc-group {
    padding: 26px 22px 12px;
  }
}

@media (min-width: 700px) {
  .page-faq .faq-hero h1 {
    font-size: 46px;
  }

  .page-faq .faq-lede {
    font-size: 17px;
  }

  .page-faq .faq-cta-shell {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .page-faq .faq-contact-panel {
    padding: 48px 36px;
  }
}

@media (min-width: 900px) {
  .page-faq .faq-hero {
    padding-top: 28px;
    padding-bottom: 76px;
  }

  .page-faq .faq-hero-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.72fr);
    gap: 56px;
    padding-top: 18px;
  }

  .page-faq .faq-hero h1 {
    font-size: 54px;
  }

  .page-faq .faq-hero-visual {
    width: 100%;
    max-width: none;
    justify-self: end;
  }

  .page-faq .faq-contact-panel {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
    padding: 56px;
  }
}

@media (min-width: 960px) {
  .page-faq .faq-help-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 40px;
  }

  .page-faq .faq-help-aside {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }

  .page-faq .faq-cat-btn {
    justify-content: flex-start;
  }

  .page-faq .faq-aside-note {
    margin-top: auto;
  }
}

@media (min-width: 1100px) {
  .page-faq .faq-hero h1 {
    font-size: 62px;
  }
}
