* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Georgia, 'Times New Roman', serif;
  background: #0d4a83;
  color: #ffffff;
  min-height: 100vh;
  line-height: 1.65;
}
a {
  color: #cfe3f7;
}
a:hover {
  color: #ffffff;
}
.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}
.brand {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: #ffffff;
}
.brand:hover {
  color: #ffffff;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.nav-links {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}
.nav-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.nav-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}
h1 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.lead {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 1.75rem;
}
.cta {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #ffffff;
  color: #0d4a83;
  padding: 0.7rem 1.4rem;
  border-radius: 99px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 2.5rem;
}
.cta:hover {
  background: #f0f4f8;
  color: #0d4a83;
}
h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
}
p,
li {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.85rem;
}
ul {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.steps {
  list-style: decimal;
}
.muted {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
}
.footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}
.footer a {
  color: rgba(255, 255, 255, 0.75);
}
.related {
  margin-top: 2rem;
}
.related a {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
