.elementor-708 .elementor-element.elementor-element-f18935b{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--justify-content:center;--background-transition:0.3s;--margin-block-start:0px;--margin-block-end:0px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-708 .elementor-element.elementor-element-f18935b:not(.elementor-motion-effects-element-type-background), .elementor-708 .elementor-element.elementor-element-f18935b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-708 .elementor-element.elementor-element-f18935b, .elementor-708 .elementor-element.elementor-element-f18935b::before{--border-transition:0.3s;}#elementor-popup-modal-708 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-708{justify-content:flex-end;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-708 .dialog-close-button{display:flex;}#elementor-popup-modal-708 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){#elementor-popup-modal-708 .dialog-message{height:100vh;}#elementor-popup-modal-708 .dialog-close-button{font-size:22px;}}/* Start custom CSS for html, class: .elementor-element-a27353f */.pricing-container {
  max-width: 512px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #ffffff;
  border-radius: 16px;
}

.best-deal-badge {
  background: linear-gradient(135deg, #7c4dff 0%, #651fff 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}

.star {
  margin-right: 8px;
}

.pricing-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.plan-option {
  display: block;
  background-color: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.plan-option:hover {
  border-color: #d1d5db;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(34, 34, 34, 0.15);
}

.plan-option.selected {
  border-color: #3b82f6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.plan-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.plan-content {
  display: flex;
  align-items: stretch;
}

.plan-main {
  flex: 1;
  padding: 20px;
  display: flex;
  align-items: center;
  min-width: 0;
}

.radio-button {
  width: 20px;
  height: 20px;
  border: 2px solid #e5e7eb;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
  position: relative;
}

.plan-option.selected .radio-button {
  border-color: #3b82f6;
}

.radio-inner {
  width: 10px;
  height: 10px;
  background: #3b82f6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plan-option:not(.selected) .radio-inner {
  display: none;
}

.plan-details {
  flex: 1;
  min-width: 0;
}

.plan-title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 8px;
}

.plan-pricing {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.current-price {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}

.original-price {
  font-size: 14px;
  color: #757575;
  text-decoration: line-through;
}

.discount {
  background: #f0fff4;
  color: #166534;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.savings-badge {
  background: #166534;
  color: white;
  padding: 12px;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.savings-text {
  background: rgba(255, 255, 255, 0.7);
  color: #166534;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 12px;
  margin-bottom: 4px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.sparkle {
  margin-right: 4px;
}

.monthly-rate {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.confirm-button {
  width: 100%;
  margin-top: 20px;
  background: linear-gradient(135deg, #eab308 0%, #f59e0b 100%);
  color: #222222;
  font-weight: 600;
  padding: 16px;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  display: block;
}

.confirm-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(34, 34, 34, 0.15);
}/* End custom CSS */