.cta-wp-wrap-89fce4cf *, 
.cta-wp-wrap-89fce4cf *::before, 
.cta-wp-wrap-89fce4cf *::after {
  box-sizing: border-box; 
  margin: 0; 
  padding: 0;
}

.cta-wp-wrap-89fce4cf {
  --teal:        #5FC2BE;
  --navy:        #1F3F5B;
  --cta:         #00C2A8;
  --cta-dark:    #00a891;
  --off-white:   #F5F7F8;
  --font-display:'Playfair Display', Georgia, serif;
  --font-body:   'DM Sans', sans-serif;
  font-family: var(--font-body);
}

.cta-wp-wrap-89fce4cf .container-89fce4cf {
  max-width: 1200px; 
  margin: 0 auto; 
  padding: 0 24px;
}

.cta-wp-wrap-89fce4cf .cta-band-89fce4cf {
  position: relative;
  overflow: hidden;
}

/* Decorative teal circle — top-left */
.cta-wp-wrap-89fce4cf .cta-band-89fce4cf::before {
  content: '';
  position: absolute;
  left: -80px;
  top: -80px;
  width: 300px;
  height: 300px;
  background: rgba(95,194,190,.1);
  border-radius: 50%;
  pointer-events: none;
}

/* Second decorative circle — bottom-right */
.cta-wp-wrap-89fce4cf .cta-band-89fce4cf::after {
  content: '';
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 250px;
  height: 250px;
  background: rgba(95,194,190,.07);
  border-radius: 50%;
  pointer-events: none;
}

.cta-wp-wrap-89fce4cf .cta-inner-89fce4cf {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cta-wp-wrap-89fce4cf .cta-inner-89fce4cf h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 1.2;
}

.cta-wp-wrap-89fce4cf .cta-inner-89fce4cf p {
  font-size: 1rem;
  margin-bottom: 32px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.cta-wp-wrap-89fce4cf .cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-wp-wrap-89fce4cf .btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #1F3F5B;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 50px;
  transition: all .2s;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
  cursor: pointer;
}

.cta-wp-wrap-89fce4cf .btn-white:hover {
  background: var(--off-white);
  transform: translateY(-2px);
}

.cta-wp-wrap-89fce4cf .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,.3);
  transition: all .2s;
  text-decoration: none;
  cursor: pointer;
}

.cta-wp-wrap-89fce4cf .btn-ghost:hover {
  border-color: #fff;
  color: #fff;
}

.cta-wp-wrap-89fce4cf .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-wp-wrap-89fce4cf .btn-icon i,
.cta-wp-wrap-89fce4cf .btn-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  color: currentColor;
}

/* Scroll-reveal */
.cta-wp-wrap-89fce4cf [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}

.cta-wp-wrap-89fce4cf [data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

.cta-wp-wrap-89fce4cf [data-reveal-delay="1"] { 
  transition-delay: .1s; 
}

.cta-wp-wrap-89fce4cf [data-reveal-delay="2"] { 
  transition-delay: .2s; 
}

/* Responsive styles */
@media (max-width: 768px) {
  .cta-wp-wrap-89fce4cf .cta-actions { 
    flex-direction: column; 
    align-items: stretch; 
  }
  .cta-wp-wrap-89fce4cf .btn-white,
  .cta-wp-wrap-89fce4cf .btn-ghost { 
    justify-content: center; 
  }
}

@media (max-width: 480px) {
  .cta-wp-wrap-89fce4cf .cta-inner-89fce4cf p { 
    font-size: .95rem; 
  }
}
