/* ===================== BOTTOM CTA (lightweight band) ===================== */
.pp-cta-wrap {
  padding: 24px 80px 48px;
  background: #fff;
}

.pp-cta-band {
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(135deg, #EDF0FC 0%, #F5EEFC 60%, #EDE3FA 100%);
  border: none;
  border-radius: 999px;
  padding: 44px 56px;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 12px 36px rgba(25, 7, 80, .06);
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pp-cta-band-inner {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.pp-cta-band-h {
  font: 600 36px/1.2 'Poppins', sans-serif;
  letter-spacing: -.015em;
  color: #190750;
  margin: 0 !important;
  white-space: normal;
  max-width: 920px;
}

.pp-cta-band-btn {
  padding: 17px 28px 14px;
  font-size: 15px;
}

.pp-cta-egg-soft {
  position: absolute;
  pointer-events: none;
  opacity: .55;
  border-radius: 50% 50% 40% 60% / 50% 60% 40% 50%;
}

.pp-cta-egg-soft-l {
  display: none;
  left: -70px;
  top: -50px;
  width: 200px;
  height: 225px;
  background: #D6BAF2;
  transform: rotate(-14deg);
  animation: pp-drift-a 14s ease-in-out infinite alternate;
}

.pp-cta-egg-soft-r {
  right: -120px;
  bottom: -120px;
  width: 320px;
  height: 360px;
  background: #C9D7FA;
  transform: rotate(10deg);
  animation: pp-drift-b 16s ease-in-out infinite alternate;
}

@keyframes pp-drift-a {
  from { transform: rotate(-14deg) translate(0, 0); }
  to   { transform: rotate(-10deg) translate(-20px, 18px); }
}

@keyframes pp-drift-b {
  from { transform: rotate(10deg) translate(0, 0); }
  to   { transform: rotate(14deg) translate(20px, -18px); }
}

/* ----- Section eyebrow override for CTA context ----- */
.pp-cta-band .pp-section-eyebrow {
  font: 600 12px/1 'Poppins', sans-serif !important;
  letter-spacing: .14em;
  color: #3E5EE2;
  margin-bottom: 0;
  text-transform: none !important;
}

/* ----- Responsive Rules ----- */
@media (max-width: 991px) {
  .pp-cta-wrap {
    padding: 24px 24px;
  }
  .pp-cta-band {
    padding: 32px 24px;
  }
}

/* ---- CTA button styles (tw-btn-primary self-contained) ---- */
.pp-cta-band-btn.tw-btn {
  font: 600 15px/1 'Poppins', sans-serif;
  border: 0;
  cursor: pointer;
  padding: 17px 28px 14px;
  border-radius: 999px;
  transition: all .18s cubic-bezier(.2,.8,.2,1);
  white-space: normal;
  text-decoration: none !important;
  display: inline-block;
}

.pp-cta-band-btn.tw-btn-primary {
  background: #3E5EE2;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(25, 7, 80, .06);
}

.pp-cta-band-btn.tw-btn-primary:hover {
  background: #3452CC;
  box-shadow: 0 10px 24px rgba(62, 94, 226, .22);
}

/* ----- Responsive Rules (extended) ----- */

/* iPad */
@media (max-width: 1024px) {
  .pp-cta-wrap { padding: 24px 32px 40px; }
  .pp-cta-band { padding: 36px 40px; }
  .pp-cta-band-h { font-size: 30px; }
}

@media (max-width: 991px) {
  .pp-cta-wrap { padding: 24px 24px; }
  .pp-cta-band { padding: 32px 24px; }
}

/* Mobile */
@media (max-width: 767px) {
  .pp-cta-wrap { padding: 16px 16px 32px; }
  .pp-cta-band { border-radius: 24px; padding: 28px 20px; }
  .pp-cta-band-h { font-size: 22px !important; letter-spacing: -.01em; }
  .pp-cta-band-inner { gap: 14px; }
  .pp-cta-band-btn { width: 100%; text-align: center; justify-content: center; }
}
