body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  color: #222;
  line-height: 1.7;
}

.top-bar {
  background: #f2f2f2;
  padding: 10px 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.container {
  max-width: 820px;
  margin: 40px auto;
  padding: 0 20px;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  margin-bottom: 15px;
}

h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #444;
}

h3 {
  margin-top: 40px;
  font-size: 24px;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-bottom: 30px;
}

li {
  margin-bottom: 10px;
}

.cta {
  text-align: center;
  margin: 40px 0;
}

.cta a {
  background: #0b4aa2;
  color: #fff;
  padding: 16px 32px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 6px;
  display: inline-block;
}

.cta a:hover {
  background: #083a80;
}

.cta.final a {
  font-size: 20px;
  padding: 18px 36px;
}

footer {
  background: #f7f7f7;
  padding: 30px 20px;
  font-size: 13px;
  text-align: center;
  color: #555;
}

.footer-links a {
  color: #555;
  text-decoration: none;
  margin: 0 5px;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* MOBILE */
@media (max-width: 600px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 18px;
  }

  .cta a {
    width: 100%;
    box-sizing: border-box;
  }
}
.content-image {
  width: 100%;
  max-width: 760px;
  margin: 25px auto;
  display: block;
  border-radius: 6px;
}

.section-highlight {
  background: #f8f9fb;
  padding: 30px 25px;
  border-radius: 8px;
  margin: 40px 0;
}
