/* FAQ page */

.sw-faq-page {
  margin: 0;
  background: #161616;
  color: #f2f2f2;
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.65;
  min-height: 100vh;
}

.sw-faq {
  max-width: 760px;
  margin: 0 auto;
  padding: 100px 24px 72px;
}

.sw-faq-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  background: rgba(22, 22, 22, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.sw-faq-nav-brand {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.sw-faq-nav a:last-child {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.sw-faq-nav a:last-child:hover {
  color: #e8c547;
}

.sw-faq-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.sw-faq-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  color: #fff;
}

.sw-faq-intro {
  max-width: 560px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
}

.sw-faq-intro p {
  margin: 0 0 0.75em;
}

.sw-faq-container {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.sw-faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sw-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0;
}

.sw-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.1rem 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: #fff;
  position: relative;
  padding-right: 2rem;
}

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

.sw-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  color: #e8c547;
  font-weight: 300;
}

.sw-faq-item[open] summary::after {
  content: "−";
}

.sw-faq-a {
  padding: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.sw-faq-a p {
  margin: 0 0 0.65em;
}

.sw-faq-a p:last-child {
  margin-bottom: 0;
}

.sw-faq-back {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.85rem;
}

.sw-faq-back a {
  color: rgba(255, 255, 255, 0.5);
}

.sw-faq-back a:hover {
  color: #e8c547;
}
