.newsletter-cta {
  background: linear-gradient(135deg, #A4343A 0%, #8B1538 100%);
  color: white;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin: 50px 0;
}

.newsletter-cta p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: white;
}

.newsletter-cta a {
  display: inline-block;
  background: white;
  color: #A4343A;
  padding: 12px 30px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.newsletter-cta a:hover,
.newsletter-cta a:focus-visible {
  background: #f0f0f0;
  transform: translateY(-2px);
}
