/* Support & legal pages — premium monochrome (MAZSA) */

.support-has-solid-header .mazsa-header {
  background: #000;
}

.support-page {
  font-family: 'Noto Sans Thai', system-ui, sans-serif;
  color: #111;
  background: #fff;
}

.support-hero {
  background: #000;
  color: #fff;
  padding: 56px 24px 64px;
  text-align: center;
}

@media (min-width: 768px) {
  .support-hero {
    padding: 72px 32px 80px;
  }
}

.support-hero__inner {
  max-width: 720px;
  margin: 0 auto;
}

.support-hero__title {
  margin: 0;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.support-hero__lead {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.support-body {
  padding: 48px 0 80px;
}

@media (min-width: 768px) {
  .support-body {
    padding: 64px 0 96px;
  }
}

.support-body__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.support-content {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.support-content h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #111;
}

.support-content h2:first-child {
  margin-top: 0;
}

.support-content p {
  margin: 0 0 1rem;
}

.support-content ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.support-content li {
  margin-bottom: 0.35rem;
}

.support-content a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.support-content a:hover {
  opacity: 0.7;
}

.support-content a:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}

/* FAQ accordion */
.support-faq {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #e5e5e5;
}

.support-faq__item {
  border-bottom: 1px solid #e5e5e5;
}

.support-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  color: #111;
  cursor: pointer;
  list-style: none;
}

.support-faq__question::-webkit-details-marker {
  display: none;
}

.support-faq__question::after {
  content: '';
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #111;
  border-bottom: 1.5px solid #111;
  transform: rotate(45deg);
  transition: transform 250ms ease;
  margin-top: -4px;
}

.support-faq__item[open] .support-faq__question::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.support-faq__question:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
}

.support-faq__answer {
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 1.65;
  color: #555;
}

.support-faq__answer p {
  margin: 0 0 0.75rem;
}

.support-faq__answer p:last-child {
  margin-bottom: 0;
}

.support-faq__answer a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.support-note {
  margin: 32px 0 0;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.support-note a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.support-note a:hover {
  opacity: 0.7;
}
