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

.page-faq .plaza-hero {
  text-align: left;
  padding: 0 0 1.75rem;
}

.page-faq .plaza-subtitle {
  margin-left: 0;
  max-width: 38rem;
}

.faq-hero-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.faq-count-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: 9999px;
  background: rgba(37, 99, 235, 0.14);
  border: 1px solid rgba(37, 99, 235, 0.28);
  color: #93c5fd;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.faq-search-console {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(248, 250, 252, 0.1);
  box-shadow: 0 18px 50px rgba(2, 6, 23, 0.28);
}

@media (min-width: 640px) {
  .faq-search-console {
    padding: 1.15rem 1.2rem;
  }
}

.faq-search-box {
  position: relative;
}

.faq-search-box i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #60a5fa;
  font-size: 0.95rem;
  pointer-events: none;
}

.faq-search {
  width: 100%;
  height: 3.25rem;
  padding: 0 3.25rem 0 2.75rem;
  border: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.72);
  color: #f8fafc;
  font-size: 0.95rem;
}

.faq-search::placeholder {
  color: rgba(248, 250, 252, 0.38);
}

.faq-search:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.22);
}

.faq-search-kbd {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  min-width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  border: 1px solid rgba(248, 250, 252, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: #94a3b8;
  font-size: 0.72rem;
  font-weight: 700;
}

.faq-search-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.faq-hint {
  appearance: none;
  border: 1px solid rgba(248, 250, 252, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #cbd5e1;
  border-radius: 9999px;
  padding: 0.28rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
}

.faq-hint:hover,
.faq-hint.is-active {
  border-color: rgba(37, 99, 235, 0.45);
  background: rgba(37, 99, 235, 0.16);
  color: #fff;
}

.faq-topics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 900px) {
  .faq-topics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.faq-topic-card {
  appearance: none;
  text-align: left;
  cursor: pointer;
  padding: 1rem 1rem 0.95rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(248, 250, 252, 0.1);
  background: rgba(255, 255, 255, 0.035);
  color: inherit;
  transition: border-color 0.15s, transform 0.15s, background 0.15s, box-shadow 0.15s;
}

.faq-topic-card:hover {
  border-color: rgba(37, 99, 235, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.12);
}

.faq-topic-card.is-active {
  border-color: rgba(59, 130, 246, 0.55);
  background: linear-gradient(160deg, rgba(37, 99, 235, 0.2) 0%, rgba(255, 255, 255, 0.03) 70%);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.16);
}

.faq-topic-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.faq-topic-icon--start {
  background: rgba(37, 99, 235, 0.16);
  color: #60a5fa;
}

.faq-topic-icon--export {
  background: rgba(245, 158, 11, 0.16);
  color: #fbbf24;
}

.faq-topic-icon--ai {
  background: rgba(168, 85, 247, 0.16);
  color: #c084fc;
}

.faq-topic-icon--privacy {
  background: rgba(16, 185, 129, 0.16);
  color: #34d399;
}

.faq-topic-name {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #f8fafc;
}

.faq-topic-meta {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: rgba(248, 250, 252, 0.45);
}

.faq-desk {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .faq-desk {
    grid-template-columns: 16.5rem minmax(0, 1fr);
    gap: 1.75rem;
  }
}

.faq-index {
  display: none;
  border-radius: 1.25rem;
  border: 1px solid rgba(248, 250, 252, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.1rem 1rem;
}

@media (min-width: 1024px) {
  .faq-index {
    display: block;
    position: sticky;
    top: 6rem;
  }
}

.faq-index-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.75rem;
}

.faq-index-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.faq-index-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.7rem;
  text-decoration: none;
  color: #cbd5e1;
  font-size: 0.85rem;
  font-weight: 600;
}

.faq-index-link:hover,
.faq-index-link.is-active {
  background: rgba(37, 99, 235, 0.16);
  color: #fff;
}

.faq-index-num {
  color: #64748b;
  font-size: 0.7rem;
  font-variant-numeric: tabular-nums;
}

.faq-index-link.is-active .faq-index-num,
.faq-index-link:hover .faq-index-num {
  color: #93c5fd;
}

.faq-index-extras {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(248, 250, 252, 0.08);
}

.faq-index-extras a {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.35rem;
  color: #93c5fd;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}

.faq-index-extras a:hover {
  color: #fff;
}

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

.faq-section {
  margin-bottom: 1.5rem;
}

.faq-section.is-hidden {
  display: none;
}

.faq-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.faq-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #f8fafc;
  letter-spacing: -0.02em;
}

.faq-section-title i {
  color: #60a5fa;
  font-size: 0.85rem;
}

.faq-section-count {
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 600;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

details.faq-item {
  border: 1px solid rgba(248, 250, 252, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

details.faq-item[open] {
  border-color: rgba(59, 130, 246, 0.42);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.1) 0%, rgba(255, 255, 255, 0.03) 42%);
}

details.faq-item.is-hidden {
  display: none;
}

details.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #f8fafc;
}

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

.faq-q-no {
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 99, 235, 0.16);
  color: #93c5fd;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

details.faq-item summary::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.65rem;
  color: #64748b;
}

details.faq-item[open] summary::after {
  transform: rotate(180deg);
  color: #93c5fd;
}

.faq-answer {
  padding: 0 1rem 1.05rem 3.75rem;
  color: rgba(248, 250, 252, 0.58);
  font-size: 0.875rem;
  line-height: 1.8;
}

.faq-answer p {
  margin: 0;
}

.faq-answer a {
  color: #60a5fa;
  font-weight: 600;
}

.faq-empty {
  display: none;
  text-align: center;
  padding: 2.25rem 1.25rem;
  color: #94a3b8;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(248, 250, 252, 0.12);
  border-radius: 1.15rem;
}

.faq-empty.is-visible {
  display: block;
}

.faq-more {
  margin-top: 0.5rem;
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .faq-more {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.faq-more-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.15rem 1.15rem 1.05rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(248, 250, 252, 0.1);
  background: rgba(255, 255, 255, 0.035);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.faq-more-card:hover {
  border-color: rgba(37, 99, 235, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.12);
}

.faq-more-kicker {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #60a5fa;
}

.faq-more-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #f8fafc;
}

.faq-more-desc {
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgba(248, 250, 252, 0.45);
}

.faq-cta {
  margin-top: 1.5rem;
  border-radius: 1.5rem;
  padding: 1.6rem 1.4rem;
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
  box-shadow: 0 16px 48px rgba(37, 99, 235, 0.28);
  color: #fff;
}

@media (min-width: 640px) {
  .faq-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.85rem 1.75rem;
  }
}

.faq-cta-title {
  font-size: 1.2rem;
  font-weight: 800;
}

.faq-cta-desc {
  margin-top: 0.3rem;
  font-size: 0.875rem;
  opacity: 0.88;
  line-height: 1.6;
}

.faq-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .faq-cta-actions {
    margin-top: 0;
    flex-shrink: 0;
  }
}

.faq-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.62rem 1.15rem;
  border-radius: 0.7rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

.faq-cta-btn--white {
  background: #fff;
  color: #1d4ed8;
}

.faq-cta-btn--ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

@media (max-width: 639px) {
  .faq-answer {
    padding-left: 1rem;
  }

  details.faq-item summary {
    grid-template-columns: auto 1fr auto;
    gap: 0.55rem;
  }
}
