:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #020617;
  color: #e2e8f0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

header.top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

header.top .mark {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

header.top .mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

header.top .name {
  font-size: 20px;
  font-weight: 700;
  color: #f8fafc;
}

h1 {
  font-size: 28px;
  color: #f8fafc;
  margin: 0 0 8px;
}

.subtitle {
  color: #94a3b8;
  margin: 0 0 40px;
  font-size: 15px;
}

h2 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #c4b5fd;
  margin: 40px 0 16px;
}

h2:first-of-type {
  margin-top: 0;
}

.card {
  background: #0f172a;
  border: 1px solid rgba(167, 139, 250, 0.15);
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 12px;
}

.card summary {
  cursor: pointer;
  font-weight: 600;
  color: #f1f5f9;
  list-style: none;
}

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

.card summary::before {
  content: "+";
  display: inline-block;
  width: 18px;
  color: #a78bfa;
  font-weight: 700;
}

.card[open] summary::before {
  content: "\2212";
}

.card p {
  margin: 12px 0 0;
  color: #cbd5e1;
  font-size: 15px;
}

.contact {
  background: linear-gradient(135deg, rgba(167, 139, 250, 0.14), rgba(167, 139, 250, 0.02));
  border: 1px solid rgba(167, 139, 250, 0.25);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  margin-top: 40px;
}

.contact p {
  color: #94a3b8;
  margin: 0 0 12px;
  font-size: 14px;
}

.contact a.button {
  display: inline-block;
  background: #7c3aed;
  color: white;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 15px;
}

p {
  color: #cbd5e1;
}

a {
  color: #c4b5fd;
}

.policy h3 {
  color: #f1f5f9;
  font-size: 16px;
  margin: 28px 0 8px;
}

footer.foot {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.15);
  color: #64748b;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

footer.foot a {
  color: #94a3b8;
}
