:root {
  --navy: #002144;
  --navy-2: #00152c;
  --ink: #0e1720;
  --body: #3a4654;
  --mute: #6a7784;
  --line: #e4e8ed;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--body);
  font-family: "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.hero {
  background: var(--navy);
  color: #d7e0e8;
}
.hero a { color: #fff; }
.hero .btn,
.hero a.btn {
  color: var(--navy);
  text-decoration: none;
}
.wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 56px 28px 72px;
}
.brand {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #9eb0c2;
  margin: 0 0 40px;
}
.kicker {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  color: #8fa3b6;
  margin: 0 0 16px;
}
h1 {
  font-family: Newsreader, Georgia, serif;
  font-weight: 500;
  font-size: clamp(34px, 5.4vw, 48px);
  line-height: 1.12;
  color: #fff;
  letter-spacing: -0.024em;
  margin: 0 0 18px;
  font-optical-sizing: auto;
}
.lede {
  font-size: 18px;
  line-height: 1.55;
  color: #c5d2de;
  margin: 0 0 32px;
  max-width: 32em;
}
.btn {
  display: inline-block;
  background: #fff;
  color: var(--navy);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .01em;
  padding: 12px 20px;
  border-radius: 4px;
}
.btn:hover,
.hero .btn:hover,
.hero a.btn:hover {
  background: #e8eef4;
  color: var(--navy);
}
.main {
  max-width: 680px;
  margin: 0 auto;
  padding: 8px 28px 88px;
}
section {
  padding: 48px 0;
  border-top: 1px solid var(--line);
}
section:first-child { border-top: 0; padding-top: 56px; }
h2 {
  font-family: Newsreader, Georgia, serif;
  font-weight: 500;
  font-size: clamp(22px, 3.2vw, 28px);
  line-height: 1.28;
  color: var(--ink);
  letter-spacing: -0.018em;
  margin: 0 0 14px;
  font-optical-sizing: auto;
}
p { margin: 0 0 14px; }
p:last-child { margin-bottom: 0; }
.pay {
  display: inline-block;
  margin-top: 18px;
  color: var(--navy);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid var(--navy);
}
.pay:hover { color: var(--navy-2); }
.quiet {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.quiet p { font-size: 16px; color: var(--mute); }
.quiet a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}
.quiet a:hover { border-bottom-color: var(--ink); }
footer {
  color: var(--mute);
  font-size: 13px;
  line-height: 1.6;
  padding: 32px 0 0;
  border-top: 1px solid var(--line);
  margin-top: 16px;
}
footer a { color: var(--mute); }

/* Home-only: tighter type, content-height navy hero with a first-section peek. */
.home {
  font-size: 17px;
  line-height: 1.64;
}
.home .wrap {
  max-width: 680px;
  padding: 56px 28px 72px;
}
.home .brand {
  margin: 0 0 36px;
  letter-spacing: .2em;
}
.home .kicker {
  font-size: 13px;
  margin: 0 0 14px;
  letter-spacing: .03em;
}
.home h1 {
  font-size: clamp(34px, 5vw, 46px);
  line-height: 1.13;
  letter-spacing: -0.022em;
  margin: 0 0 16px;
}
.home .lede {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 28px;
  max-width: 34em;
}
.home .main {
  max-width: 680px;
  padding: 0 28px 80px;
}
.home section {
  padding: 40px 0;
}
.home section:first-child {
  border-top: 0;
  padding-top: 48px;
}
.home h2 {
  font-size: clamp(22px, 3vw, 26px);
  line-height: 1.26;
  margin: 0 0 12px;
}
.home p {
  margin: 0 0 12px;
}
.home p:last-child { margin-bottom: 0; }
.home .pay { margin-top: 16px; }
.home .quiet {
  margin-top: 20px;
  padding-top: 20px;
}
.home footer {
  padding-top: 28px;
  margin-top: 8px;
}
