*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif;
  background: radial-gradient(1200px 600px at 20% -10%, #1d4ed8 0%, transparent 55%),
    radial-gradient(900px 500px at 110% 10%, #7c3aed 0%, transparent 50%),
    #0b1220;
  color: #e2e8f0;
  line-height: 1.6;
}

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

.hero {
  margin-bottom: 32px;
}

.eyebrow {
  margin: 0 0 8px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  color: #f8fafc;
}

.lead {
  margin: 0;
  max-width: 52ch;
  color: #cbd5e1;
  font-size: 1.05rem;
}

h2 {
  margin: 0 0 16px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #f1f5f9;
}

.card {
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 16px;
  backdrop-filter: blur(8px);
}

.links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.links li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.links li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.links li:first-child {
  padding-top: 0;
}

a {
  color: #38bdf8;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}

.hint {
  font-size: 0.8rem;
  color: #64748b;
  white-space: nowrap;
}

.contact {
  margin: 0;
  color: #cbd5e1;
}

.contact a {
  font-weight: 600;
}

.footer {
  margin-top: 28px;
  font-size: 0.85rem;
  color: #64748b;
}

code {
  font-size: 0.9em;
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(30, 41, 59, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.2);
}
