/* Call-to-Action Poster Section */
.cta-poster {
  width: 100%;
  background-color: #440f60;
  color: white;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-poster .poster {
  max-width: 900px;
  margin: 0 auto;
}

.cta-poster h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.cta-poster p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 40px;
  color: #f2e8fa;
}

/* Reuse existing .btn but customize if needed */
.cta-poster .btn {
  background-color: #ffffff;
  color: #6a148b;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 30px;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
}

.cta-poster .btn:hover {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid white;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}
