:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1fd46ae */.eba-closing {
  --eba-navy: #0B1B3D;
  --eba-navy-light: #283654;
  --eba-gold: #CEA359;
  --eba-gold-hover: #B58F4E;

  background: linear-gradient(135deg, var(--eba-navy) 0%, var(--eba-navy-light) 100%);
  padding: 64px 32px;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}
.eba-closing * { box-sizing: border-box; }

.eba-closing__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.eba-closing__content { max-width: 480px; }

.eba-closing__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: clamp(1.4rem, 1rem + 1.4vw, 1.75rem);
  line-height: 1.25;
  margin: 0 0 10px;
}

.eba-closing__desc {
  color: rgba(255,255,255,0.78);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
}

.eba-closing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  flex-shrink: 0;
}

.eba-closing__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 700;
  padding: 15px 26px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background .15s ease, transform .15s ease, border-color .15s ease;
}

.eba-closing__btn--primary {
  background: var(--eba-gold);
  color: var(--eba-navy);
}
.eba-closing__btn--primary:hover { background: var(--eba-gold-hover); transform: translateY(-1px); }

.eba-closing__btn--secondary {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.4);
}
.eba-closing__btn--secondary:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

/* ===== Breakpoints ===== */

@media (max-width: 767px) {
  .eba-closing__inner { flex-direction: column; align-items: flex-start; }
  .eba-closing__actions { width: 100%; flex-direction: column; }
  .eba-closing__btn { width: 100%; justify-content: center; }
}/* End custom CSS */