/* === Regret Ledger Styles === */

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #ffffff;
  color: #111111;
  margin: 0;
  padding: 1rem;
  line-height: 1.6;
}

h1, h2 {
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #111111;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.cta-button, .cta-link {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border: 2px solid #111111;
  background: transparent;
  color: #111111;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}

.cta-button:hover, .cta-link:hover {
  background: #111111;
  color: #ffffff;
}

header, footer {
  text-align: center;
  padding: 2rem 1rem;
}

footer {
  font-size: 0.85rem;
  color: #555555;
}

section {
  max-width: 650px;
  margin: 0 auto;
  padding: 1rem 0;
}

/* Mobile-First Layout */
@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
}
