body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background-color: #fdfdfd;
  color: #333;
}

.banner {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-bottom: 4px solid #4a148c;
}

.cta-top {
  text-align: center;
  background-color: #4a148c;
  color: white;
  padding: 30px 20px;
}

.cta-top h1 {
  font-size: 30px;
  margin: 10px 0;
}

.cta-top p {
  font-size: 16px;
  margin-bottom: 20px;
}

.cta-button {
  background-color: #ffcc00;
  color: #000;
  padding: 12px 26px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  display: inline-block;
  transition: background 0.3s;
}

.cta-button:hover {
  background-color: #f5b700;
}

.cta-button.secondary {
  background-color: #6a1b9a;
  color: white;
}

.cta-button.secondary:hover {
  background-color: #4a148c;
}

main {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
}

.content h2 {
  color: #6a1b9a;
}

.content p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.cta-bottom {
  background-color: #f3e5f5;
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 40px;
}

.cta-bottom h2 {
  color: #6a1b9a;
  margin-bottom: 20px;
}

.cta-bottom ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  font-size: 16px;
  color: #333;
}

.cta-bottom li {
  margin: 8px 0;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #4a148c;
  color: white;
  font-size: 14px;
}

footer a {
  color: #ffcc00;
  text-decoration: none;
}
