:root { color-scheme: light; }
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: #FFFFFF; }
body {
  font-family: Calibri, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding: 56px 24px 80px;
}
.wrap { max-width: 720px; margin: 0 auto; }

.eyebrow {
  font-family: "Poppins", Calibri, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #0B1F4F;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 3px solid #00C2CB;
  display: inline-block;
  margin-bottom: 28px;
}

h1.title {
  font-family: "Poppins", Calibri, sans-serif;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 800;
  color: #0B1F4F;
  letter-spacing: -0.015em;
  margin-bottom: 12px;
}

.kicker {
  font-family: "Poppins", Calibri, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  color: #333333;
  margin-bottom: 24px;
}

.byline {
  font-family: "Poppins", Calibri, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #0B1F4F;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.lead {
  border-left: 4px solid #00C2CB;
  padding: 4px 0 4px 18px;
  margin-bottom: 28px;
}
.lead p {
  font-size: 19px;
  line-height: 1.5;
  color: #0B1F4F;
}
.lead strong { font-weight: 700; color: #0B1F4F; }

.article p {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 18px;
  color: #333333;
}
.article p strong { color: #0B1F4F; font-weight: 700; }
.article em { font-style: italic; }

.article h2 {
  font-family: "Poppins", Calibri, sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #0B1F4F;
  letter-spacing: -0.005em;
  margin: 28px 0 14px;
}

.cta {
  display: inline-block;
  background: #007ACC;
  color: #FFFFFF;
  font-family: "Poppins", Calibri, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 10px;
  margin: 16px 0 18px;
}
.cta:hover { opacity: 0.92; }

.readmore {
  margin-top: 4px;
  margin-bottom: 32px;
  font-family: "Poppins", Calibri, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.readmore a {
  color: #007ACC;
  text-decoration: none;
  border-bottom: 1px solid #00C2CB;
  padding-bottom: 2px;
}
.readmore a:hover { opacity: 0.85; }

.sources {
  font-size: 13px;
  color: #555555;
  line-height: 1.55;
  padding-top: 18px;
  border-top: 1px solid #EAEAEA;
  margin-top: 18px;
}
.sources em { font-style: italic; }

.footer {
  font-size: 12px;
  color: #777777;
  margin-top: 28px;
}

@media (max-width: 640px) {
  body { padding: 36px 18px 56px; }
  h1.title { font-size: 32px; }
  .kicker { font-size: 18px; }
  .lead p { font-size: 17px; }
  .article p { font-size: 16px; }
  .article h2 { font-size: 21px; }
}
