.elementor-1334 .elementor-element.elementor-element-f9dc6e2{--display:flex;}#jupiterx-popups-1334 .jupiterx-popup__close-button{display:flex;border-style:none;}#jupiterx-popups-1334 .jupiterx-popup__overlay{background-color:rgba(0,0,0,.8);display:block;width:100%;height:100%;}#jupiterx-popups-1334 .jupiterx-popup__container{width:640px;}#jupiterx-popups-1334 .jupiterx-popup__container .jupiterx-popup__container-inner{height:auto;}#jupiterx-popups-1334 .jupiterx-popup__inner{justify-content:center;align-items:center;}#jupiterx-popups-1334 .jupiterx-popup__container-overlay {display:block;}#jupiterx-popups-1334 .jupiterx-popup__container-inner{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-1a22a7b *//* ===== SALES POPUP – FINAL CORPORATE VERSION ===== */

.jx-sales{
  width: min(860px, 92vw);
  max-width: 860px;
}

/* ===== HEADER ===== */

.jx-sales__head{
  padding: 8px 6px 14px 6px;
}

.jx-sales__kicker{
  margin: 0 0 10px 0;
  font-size: 13px;
  letter-spacing: .14em;
  font-weight: 800;
  color: #4054B2;
}

.jx-sales__title{
  margin: 0 0 10px 0;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 900;
  color: #00157B;
}

.jx-sales__desc{
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(15,23,42,.75);
  max-width: 60ch;
}

/* ===== CARD LIST ===== */

.jx-sales__list{
  margin-top: 26px;
  display: grid;
  gap: 22px;
}

/* ===== CARD ===== */

.jx-card{
  display:flex;
  align-items:center;
  gap:22px;
  padding: 22px 24px;
  border-radius: 18px;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(0,21,123,.10);
  box-shadow: 0 14px 32px rgba(0,0,0,.06);
  transition: all .18s ease;
}

.jx-card:hover{
  border-color: rgba(110,193,228,.85);
  box-shadow: 0 20px 40px rgba(0,0,0,.10);
  transform: translateY(-2px);
}

/* ===== ICON (FIXED & BIGGER) ===== */

.jx-card__icon{
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color:#fff;
  flex: 0 0 72px;
  box-shadow: 0 10px 22px rgba(0,0,0,.15);
}

.jx-card__icon svg{
  width: 34px;
  height: 34px;
}

/* Brand Colors */
.jx-card--primary .jx-card__icon{
  background:#00157B;
}

.jx-card--secondary .jx-card__icon{
  background:#4054B2;
}

/* ===== TEXT ===== */

.jx-card__info{
  flex:1;
  min-width:0;
}

.jx-card__name{
  font-size: 22px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 6px;
}

.jx-card__num{
  font-size: 16px;
  font-weight: 800;
  color: rgba(0,21,123,.78);
}

/* ===== CTA BUTTON ===== */

.jx-card__cta{
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  padding: 14px 20px;
  border-radius: 14px;
  background: #6EC1E4;
  border: 1px solid #6EC1E4;
  color: #00157B;
  white-space: nowrap;
  transition: .18s ease;
}

.jx-card:hover .jx-card__cta{
  background: #00157B;
  border-color: #00157B;
  color: #fff;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 640px){

  .jx-sales__title{
    font-size: 28px;
  }

  .jx-card{
    padding: 18px;
    gap: 16px;
  }

  .jx-card__icon{
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .jx-card__icon svg{
    width: 28px;
    height: 28px;
  }

  .jx-card__name{
    font-size: 18px;
  }

  .jx-card__num{
    font-size: 14px;
  }

  .jx-card__cta{
    padding: 10px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a22a7b *//* ===== SALES POPUP – FINAL CORPORATE VERSION ===== */

.jx-sales{
  width: min(860px, 92vw);
  max-width: 860px;
}

/* ===== HEADER ===== */

.jx-sales__head{
  padding: 8px 6px 14px 6px;
}

.jx-sales__kicker{
  margin: 0 0 10px 0;
  font-size: 13px;
  letter-spacing: .14em;
  font-weight: 800;
  color: #4054B2;
}

.jx-sales__title{
  margin: 0 0 10px 0;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 900;
  color: #00157B;
}

.jx-sales__desc{
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(15,23,42,.75);
  max-width: 60ch;
}

/* ===== CARD LIST ===== */

.jx-sales__list{
  margin-top: 26px;
  display: grid;
  gap: 22px;
}

/* ===== CARD ===== */

.jx-card{
  display:flex;
  align-items:center;
  gap:22px;
  padding: 22px 24px;
  border-radius: 18px;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(0,21,123,.10);
  box-shadow: 0 14px 32px rgba(0,0,0,.06);
  transition: all .18s ease;
}

.jx-card:hover{
  border-color: rgba(110,193,228,.85);
  box-shadow: 0 20px 40px rgba(0,0,0,.10);
  transform: translateY(-2px);
}

/* ===== ICON (FIXED & BIGGER) ===== */

.jx-card__icon{
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color:#fff;
  flex: 0 0 72px;
  box-shadow: 0 10px 22px rgba(0,0,0,.15);
}

.jx-card__icon svg{
  width: 34px;
  height: 34px;
}

/* Brand Colors */
.jx-card--primary .jx-card__icon{
  background:#00157B;
}

.jx-card--secondary .jx-card__icon{
  background:#4054B2;
}

/* ===== TEXT ===== */

.jx-card__info{
  flex:1;
  min-width:0;
}

.jx-card__name{
  font-size: 22px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 6px;
}

.jx-card__num{
  font-size: 16px;
  font-weight: 800;
  color: rgba(0,21,123,.78);
}

/* ===== CTA BUTTON ===== */

.jx-card__cta{
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  padding: 14px 20px;
  border-radius: 14px;
  background: #6EC1E4;
  border: 1px solid #6EC1E4;
  color: #00157B;
  white-space: nowrap;
  transition: .18s ease;
}

.jx-card:hover .jx-card__cta{
  background: #00157B;
  border-color: #00157B;
  color: #fff;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 640px){

  .jx-sales__title{
    font-size: 28px;
  }

  .jx-card{
    padding: 18px;
    gap: 16px;
  }

  .jx-card__icon{
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .jx-card__icon svg{
    width: 28px;
    height: 28px;
  }

  .jx-card__name{
    font-size: 18px;
  }

  .jx-card__num{
    font-size: 14px;
  }

  .jx-card__cta{
    padding: 10px 14px;
  }
}/* End custom CSS */