/* FAQ Page */
#faq-top {
  padding-top: 7rem;
}

.faq-intro {
  max-width: 720px;
  margin: 0 0 2.5rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

.faq-section {
  max-width: 780px;
}

.faq-group {
  margin-bottom: 2.75rem;
}

.faq-group > h2 {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.6rem;
  margin: 0 0 0.25rem;
}

details {
  border-bottom: 1px solid #e8e8e8;
}

details:first-of-type {
  border-top: 1px solid #e8e8e8;
}

summary {
  list-style: none;
  cursor: pointer;
  padding: 1.05rem 2.75rem 1.05rem 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
  user-select: none;
}

summary::-webkit-details-marker { display: none; }

summary::after {
  content: '+';
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 300;
  color: #aaa;
  line-height: 1;
}

details[open] summary::after {
  content: '\2212';
}

.faq-answer {
  padding: 0.25rem 0 1.4rem;
  line-height: 1.75;
  font-size: 0.975rem;
  color: #444;
}

.faq-answer p { margin: 0 0 0.8rem; }
.faq-answer p:last-child { margin-bottom: 0; }
