.elementor-4419 .elementor-element.elementor-element-bd3dfac{--display:flex;}.elementor-4419 .elementor-element.elementor-element-0bc64bd{--display:flex;}#elementor-popup-modal-4419{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4419 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4419 .dialog-close-button{display:flex;}#elementor-popup-modal-4419 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-558bd7d */.popup-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 28px;
  max-width: 420px;
  margin: auto;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Title */
.title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 14px;
  color: #111;
}

/* Subtitle */
.subtitle {
  font-size: 15px;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.6;
}

/* Highlight */
.highlight {
  color: #ff2d00;
  font-weight: 600;
  margin-bottom: 18px;
}

/* Price box */
.price-box {
  background: #f6f6f6;
  border-radius: 14px;
  padding: 22px;
  margin-bottom: 22px;
}

.old-price {
  text-decoration: line-through;
  color: #aaa;
  font-size: 14px;
  margin-bottom: 4px;
}

.new-price {
  font-size: 28px;
  font-weight: 700;
  color: #ff4d00;
  margin-bottom: 6px;
}

.code {
  font-size: 14px;
}

.code span {
  background: #111;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  margin-left: 6px;
}

/* CTA */
.cta-btn {
  display: block;
  background: linear-gradient(90deg, #ff5a00, #ff2e00);
  color: #fff;
  padding: 16px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 14px;
  transition: all 0.2s ease;
}

.cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 80, 0, 0.25);
}

/* Guarantee */
.guarantee {
  font-size: 12px;
  color: #777;
  margin-bottom: 12px;
}

/* No thanks */
.no-thanks {
  font-size: 13px;
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.no-thanks:hover {
  color: #666;
}/* End custom CSS */