:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-790006d */.eba-cta {
  --eba-navy: #0B1B3D;
  --eba-navy-light: #283654;
  --eba-gold: #CEA359;
  --eba-gold-hover: #B58F4E;

  background: #FFFFFF;
  padding: 24px 32px 88px;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}
.eba-cta * { box-sizing: border-box; }

.eba-cta__card {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(135deg, var(--eba-navy) 0%, var(--eba-navy-light) 100%);
  border-radius: 28px;
  padding: 64px 72px;
}

.eba-cta__glow {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 420px;
  height: 420px;
  background: var(--eba-gold);
  opacity: 0.18;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.eba-cta__content {
  position: relative;
  z-index: 1;
  max-width: 560px;
}

.eba-cta__eyebrow {
  display: block;
  color: var(--eba-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.eba-cta__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: clamp(1.75rem, 1rem + 2.4vw, 2.4rem);
  line-height: 1.2;
  margin: 0 0 16px;
}

.eba-cta__desc {
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 32px;
}

.eba-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--eba-gold);
  color: var(--eba-navy);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 30px;
  border-radius: 999px;
  transition: background .15s ease, transform .15s ease;
}
.eba-cta__btn:hover {
  background: var(--eba-gold-hover);
  transform: translateY(-1px);
}
.eba-cta__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* ===== Breakpoints ===== */

@media (max-width: 991px) {
  .eba-cta { padding: 16px 24px 64px; }
  .eba-cta__card { padding: 48px 40px; }
}

@media (max-width: 560px) {
  .eba-cta__card { padding: 40px 28px; border-radius: 22px; }
  .eba-cta__content { max-width: 100%; }
  .eba-cta__btn { width: 100%; justify-content: center; }
}/* End custom CSS */