:root {
  --navy: #171b3a;
  --navy2: #242b56;
  --gold: #b69258;
  --gold-soft: #f3eadc;
  --ink: #17252c;
  --muted: #66767d;
  --line: #dbe2e4;
  --soft: #eef3f3;
  --white: #fff;
  --shadow: 0 18px 48px rgba(23, 27, 58, .11);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #eef2f1 0, #f8f9f8 460px, #fff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 38px)); margin: 0 auto; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: 58px; line-height: 1.03; margin: 0 0 19px; }
h2 { color: var(--navy); font-size: 38px; line-height: 1.1; margin: 0 0 12px; }
.section { padding: 62px 0; }
.section-head { max-width: 720px; margin-bottom: 28px; }
.kicker {
  color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 1.7px;
  margin-bottom: 9px; text-transform: uppercase;
}
.lead { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0; }