.faq-body {
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 112, 70, 0.15), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(255, 58, 32, 0.14), transparent 26%),
    linear-gradient(180deg, #161010 0%, #1b1313 42%, #231817 100%);
}

.faq-header {
  padding-bottom: 16px;
}

.faq-shell {
  padding-bottom: 56px;
}

.faq-hero {
  padding: 18px 0 24px;
}

.faq-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 20px;
  align-items: stretch;
}

.faq-hero-grid-single {
  grid-template-columns: 1fr;
}

.faq-hero-copy,
.faq-panel,
.faq-stat-card,
.faq-item,
.faq-empty {
  border: 1px solid rgba(255, 112, 70, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(32, 22, 21, 0.9);
  box-shadow: var(--shadow);
}

.faq-hero-copy {
  padding: 30px 30px 28px;
  border-radius: 28px;
}

.faq-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 92, 35, 0.12);
  border: 1px solid rgba(255, 112, 70, 0.24);
  color: #ffc2a4;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-kicker-inline {
  min-height: 28px;
  padding: 0 12px;
  font-size: 0.64rem;
  margin-bottom: 12px;
}

.faq-hero-copy h1 {
  margin: 18px 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.7rem, 5vw, 4.3rem);
  line-height: 0.95;
  letter-spacing: 0.03em;
}

.faq-hero-copy p,
.faq-panel p,
.faq-empty p,
.faq-answer {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.9;
}

.faq-hero-actions,
.faq-contact-stack,
.faq-item-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.faq-hero-actions {
  margin-top: 24px;
}

.faq-content-head h2 {
  margin: 12px 0 0;
  font-size: 1.72rem;
  line-height: 1.15;
}

.faq-overview {
  padding: 6px 0 18px;
}

.faq-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.faq-stat-card {
  padding: 22px 22px 20px;
  border-radius: 22px;
}

.faq-stat-card span {
  display: inline-block;
  color: rgba(255, 176, 137, 0.88);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.faq-stat-card strong {
  display: block;
  margin-top: 12px;
  font-size: 1.85rem;
  line-height: 1;
}

.faq-stat-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  line-height: 1.75;
}

.faq-workspace {
  padding: 16px 0 24px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 18px;
  align-items: flex-start;
}

.faq-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 18px;
}

.faq-panel {
  padding: 22px;
  border-radius: 22px;
}

.faq-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faq-panel-header strong {
  font-size: 1rem;
}

.faq-panel-header span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
}

.faq-search-label {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.74rem;
  font-weight: 500;
}

.faq-search-input {
  width: 100%;
  min-height: 52px;
  margin-top: 10px;
  padding: 0 18px;
  border: 1px solid rgba(255, 112, 70, 0.18);
  border-radius: 16px;
  background: rgba(12, 8, 8, 0.75);
  color: var(--text);
  outline: none;
}

.faq-search-input:focus {
  border-color: rgba(255, 112, 70, 0.42);
  box-shadow: 0 0 0 4px rgba(255, 112, 70, 0.08);
}

.faq-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.faq-chip {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 112, 70, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.faq-chip.active {
  border-color: rgba(255, 112, 70, 0.44);
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  color: #fff;
}

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

.faq-content-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.faq-result-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 112, 70, 0.16);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.74rem;
  white-space: nowrap;
}

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

.faq-item {
  border-radius: 22px;
  overflow: hidden;
}

.faq-item[open] {
  border-color: rgba(255, 112, 70, 0.28);
}

.faq-question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  list-style: none;
  cursor: pointer;
}

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

.faq-question:hover {
  background: rgba(255, 255, 255, 0.02);
}

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

.faq-question-main strong {
  display: block;
  font-size: 1rem;
  line-height: 1.45;
}

.faq-question-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.faq-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 112, 70, 0.1);
  border: 1px solid rgba(255, 112, 70, 0.18);
  color: rgba(255, 203, 182, 0.92);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.faq-toggle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 112, 70, 0.14);
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  flex-shrink: 0;
}

.faq-item[open] .faq-toggle {
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  color: #fff;
}

.faq-answer-wrap {
  padding: 0 24px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.faq-answer ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.75rem;
  line-height: 1.9;
}

.faq-item-links {
  margin-top: 18px;
}

.faq-item-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 112, 70, 0.2);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 500;
}

.faq-empty {
  padding: 28px;
  border-radius: 22px;
  text-align: center;
}

.faq-empty strong {
  display: block;
  font-size: 1rem;
}

.faq-footer {
  padding-top: 8px;
}

@media (max-width: 1080px) {
  .faq-hero-grid,
  .faq-layout,
  .faq-overview-grid {
    grid-template-columns: 1fr;
  }

  .faq-sidebar {
    position: static;
  }
}

@media (max-width: 820px) {
  .faq-content-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-result-pill {
    white-space: normal;
  }

  .faq-contact-stack,
  .faq-item-links,
  .faq-hero-actions {
    flex-direction: column;
  }

  .faq-contact-stack .small-btn,
  .faq-hero-actions .hero-btn {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .faq-hero-copy,
  .faq-panel,
  .faq-stat-card,
  .faq-answer-wrap,
  .faq-question,
  .faq-empty {
    padding-left: 18px;
    padding-right: 18px;
  }

  .faq-question {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .faq-toggle {
    width: 34px;
    height: 34px;
  }

  .faq-hero-copy h1 {
    font-size: 3rem;
  }
}
