/* =====================================================
   pages/faq.css — よくある質問ページ固有スタイル
   ===================================================== */

/* ===== FAQ sections ===== */
.faq-section {
  padding: 72px 0;
}
.faq-section--white { background: var(--bg-white); }
.faq-section--alt   { background: var(--bg-alt); }

/* ===== CTA link at bottom ===== */
.faq-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--secondary);
  text-decoration: none;
  font-size: .9em;
  font-weight: 600;
}
.faq-cta-link:hover {
  color: var(--primary);
  text-decoration: underline;
}
