*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  background: #051824;
  color: #f4f4f4;
  font-size: 20px;
}

.page {
  min-height: 100vh;
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 1.5rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.top-line {
  position: relative;
  height: 20px;
  width: 100%;
  border-top: 1px solid #002b36;
  border-right: 1px solid #002b36;
  margin-bottom: 0;
}

.hero h1 {
  font-size: clamp(2.4rem, 4vw, 3rem);
  font-family: "Michroma", system-ui, -apple-system, BlinkMacSystemFont,
    "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  white-space: pre-wrap;
  letter-spacing: 0.1em;
  margin-top: 0.2rem;
  color: #d2d7d7;
}

.tagline {
  margin-top: 0.75rem;
  font-size: 1.1rem;
}

.sub {
  margin-top: 0.8rem;
  margin-bottom: 0.45rem;
  color: #b5b7c0;
  line-height: 1.6;
}

.points {
  margin: 1.1rem 0 1.6rem;
  padding-left: 1.05rem;
  color: #e8e8ec;
  line-height: 1.5;
}

.points li {
  margin: 0.55rem 0;
}

.hero p,
.points,
.cta {
  max-width: 600px;
}

.cta {
  display: inline-block;
  margin-top: 1.75rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  border: 1px solid #ffffff33;
  text-decoration: none;
  color: #93a1a1;
  font-weight: 500;
  font-family: "Michroma", system-ui, -apple-system, BlinkMacSystemFont,
    "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.1em;
  backdrop-filter: blur(12px);
}

.cta:hover {
  border-color: #ffffff66;
}

.footer {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid #002b36;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.85rem;
  color: #8b8f9b;
}
