body {
  background-color: #ffffff;
  color: #333;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background-color: #0070f3;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.badge {
  background: #0b63ff;
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}

h1 {
  font-size: 2.5em;
  color: #fff;
  font-weight: 800;
}

h2 {
  color: #000;
  font-weight: 700;
  margin-top: 0;
}

.section {
  background-color: #f9f9f9;
  padding: 40px 20px;
  margin: 0;
  text-align: center;
}

.section:nth-of-type(even) {
  background-color: #ffffff;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  margin: 8px 0;
}

.cta-button {
  display: inline-block;
  background-color: #0b63ff;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.cta-button:hover {
  background-color: #0059d1;
}

.small {
  font-size: 0.9em;
  color: #555;
}

footer {
  background-color: #0070f3;
  color: white;
  text-align: center;
  padding: 20px;
}
