/* === Reset & Base === */
* { margin: 0; padding: 0; box-sizing: border-box; }
html {
  background: #150d1e linear-gradient(180deg, #0a0a0a 0%, #150d1e 100%) no-repeat;
  min-height: 100vh;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.7;
  color: #f5f5f7;
  background: transparent;
}
a { color: #c4b5fd; text-decoration: none; }
a:hover { text-decoration: underline; }
strong { color: #f5f5f7; }
h1 { font-size: 28px; font-weight: 600; margin-bottom: 8px; }
h2 { font-size: 20px; font-weight: 600; margin-top: 32px; margin-bottom: 12px; }
p, li { font-size: 16px; margin-bottom: 12px; color: #a1a1aa; }
ul { padding-left: 24px; }

/* === Subpage layout (support, privacy) === */
.subpage {
  padding: 40px 24px;
  max-width: 680px;
  margin: 0 auto;
}
.back-link { margin-bottom: 24px; }
.updated { font-size: 14px; color: #a1a1aa; margin-bottom: 32px; }
.subtitle { font-size: 16px; color: #a1a1aa; margin-bottom: 32px; }
.faq-q { font-weight: 600; margin-bottom: 4px; color: #f5f5f7; }
.faq-a { margin-bottom: 24px; }
.contact-box {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 24px;
  margin-top: 32px;
}
.contact-box h2 { margin-top: 0; }

/* === Subpage footer === */
.subpage-footer {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  font-size: 13px;
  color: #52525b;
}
.subpage-footer a { color: #52525b; }
