/* =====================
   Clean Text-Only Layout
===================== */

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

.container {
  max-width: 760px;
  margin: 0 auto;
}

    h1, h2, h3 {
      margin: 0;
      font-weight: 500;
      letter-spacing: -0.02em;
    }

    h1 {
      font-size: clamp(2.1rem, 3vw, 2.5rem);
      line-height: 1.1;
      margin-bottom: 8px;
    }

    h2 {
      font-size: 1.25rem;
      margin-top: 28px;
      margin-bottom: 8px;
    }
/* changed into subhead only header text */

    h3 {
      font-size: 1.6rem;
      font-weight: 400;
      color: #b5b5b5;
      margin-bottom: 18px;
      white-space: pre-line;
    }

p {
  margin-bottom: 16px;
  font-size: 16px;
}

ul {
  margin: 0 0 16px 20px;
  padding: 0;
}

li {
  margin-bottom: 8px;
  font-size: 16px;
}



.footer {
  margin-top: 40px;
  font-size: 10px;
  color: #4b5563;
}

.footer a {
  color: #1f2933;
  text-decoration: underline;
}
