/* Founder site — dark mode only */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  color-scheme: dark;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #d1d5db;
  background: #0a0a0a;
}

.page {
  max-width: 42rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.intro {
  margin-bottom: 2rem;
}

.intro h1 {
  margin: 0 0 0.25rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #f9fafb;
}

.intro .subtitle {
  margin: 0;
  font-size: 1rem;
  color: #9ca3af;
}

.content {
  width: 100%;
}

.content h2 {
  margin: 0 0 1rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #f9fafb;
}

.bio {
  margin: 0 0 2rem;
  font-size: 1rem;
  color: #9ca3af;
  line-height: 1.625;
}

.cta {
  display: inline-block;
  background: #0066ff;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  box-shadow: 0 10px 15px -3px rgb(0 102 255 / 0.25);
  transition: background 0.15s;
}

.cta:hover {
  background: #3385ff;
}

.footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #1f2937;
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
}

.footer a {
  color: #3b9eff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}
