/* CEHERP public static site — shared stylesheet */
/* CSP-safe: external CSS only, no inline styles/scripts, no external resources. */

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem;
  background-color: #0f1115;
  color: #e6e8ec;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.7;
  text-align: center;
}

main {
  width: 100%;
  max-width: 42rem;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1 {
  margin: 0 0 1rem;
  font-size: 2.25rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}

h2 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

p {
  margin: 0.5rem 0;
  color: #b8bcc6;
  font-size: 1.05rem;
}

.content {
  text-align: left;
  max-width: 38rem;
  width: 100%;
}

.content p {
  text-align: left;
}

a {
  color: #8ab4f8;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.back-home {
  margin-top: 2rem;
  font-size: 1rem;
}

footer {
  flex-shrink: 0;
  margin-top: 3rem;
  padding-top: 1.5rem;
  font-size: 0.9rem;
  color: #8b909a;
}

footer a {
  color: #8b909a;
  margin: 0 0.75rem;
}

footer a:hover,
footer a:focus {
  color: #b8bcc6;
}
