body {
  margin: 0;
  background: #090a0f;
  color: #f9fafb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}

a { color: inherit; }

.page {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 56px;
}

.logo img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.eyebrow {
  color: #ff9d5c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.05;
  margin: 12px 0 20px;
}

h2 {
  font-size: 24px;
  margin: 40px 0 10px;
}

p, li {
  color: #cbd5e1;
  font-size: 17px;
}

ul {
  padding-left: 22px;
}

.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  border-radius: 14px;
  padding: 12px 18px;
  background: #f97316;
  color: #111827;
  font-weight: 800;
  text-decoration: none;
}

.button.secondary {
  background: rgba(255,255,255,0.06);
  color: #f9fafb;
  border: 1px solid rgba(255,255,255,0.12);
}

.panel {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 24px;
  background: rgba(255,255,255,0.04);
  margin-top: 24px;
}

.muted {
  color: #94a3b8;
}
