.elementor-105 .elementor-element.elementor-element-7595f03{--display:flex;}#elementor-popup-modal-105{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-105 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-105 .dialog-close-button{display:flex;}#elementor-popup-modal-105 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-2fa3760 *//* WRAPPER */
.ja-exit-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle at center,
    rgba(20,20,20,0.95) 0%,
    rgba(5,5,5,0.98) 60%,
    #000 100%
  );
  font-family: 'Inter', system-ui, sans-serif;
}

/* BOX */
.ja-exit-box {
  max-width: 560px;
  padding: 56px 48px;
  border-radius: 16px;
  background: rgba(12,12,12,0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 40px 120px rgba(0,0,0,0.6);
  text-align: center;
}

/* EYEBROW */
.ja-exit-eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 20px;
}

/* TITLE */
.ja-exit-title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

/* SUBTITLE */
.ja-exit-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
  margin-bottom: 40px;
}

/* ACTIONS */
.ja-exit-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* BUTTON BASE */
.ja-exit-btn {
  min-width: 180px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* GHOST BUTTON */
.ja-exit-btn.ghost {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.75);
}

.ja-exit-btn.ghost:hover {
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}

/* PRIMARY BUTTON */
.ja-exit-btn.primary {
  background: #fff;
  border: none;
  color: #000;
  font-weight: 600;
}

.ja-exit-btn.primary:hover {
  background: #e5e5e5;
}/* End custom CSS */