.elementor-2349 .elementor-element.elementor-element-dd1b219{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2349 .elementor-element.elementor-element-dd1b219:not(.elementor-motion-effects-element-type-background), .elementor-2349 .elementor-element.elementor-element-dd1b219 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-50bb862 */.cf7-optin-wrap {
  max-width: 690px;
  margin: 0 auto;
  padding: 30px 26px 28px;
  text-align: center;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(236, 72, 153, 0.10), transparent 30%),
    radial-gradient(circle at bottom right, rgba(139, 92, 246, 0.12), transparent 34%),
    linear-gradient(180deg, #17001f 0%, #0c0014 100%);
  border: 1px solid rgba(236, 72, 153, 0.16);
  box-shadow:
    0 0 0 1px rgba(236, 72, 153, 0.04),
    0 24px 60px rgba(0, 0, 0, 0.44),
    0 0 36px rgba(236, 72, 153, 0.06);
}

.cf7-optin-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 215px;
  height: 54px;
  padding: 0 28px;
  margin: 0 auto 26px;
  border-radius: 999px;
  border: 1px solid rgba(236, 72, 153, 0.28);
  background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(236,72,153,0.06) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 8px 18px rgba(0,0,0,0.18);
  color: #f8c3df;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}

.cf7-optin-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -1px;
}

.cf7-optin-title span {
  background: linear-gradient(135deg, #ec4899 0%, #c65af2 55%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cf7-optin-subtitle {
  max-width: 560px;
  margin: 0 auto 24px;
  color: #d3cadf;
  font-size: 0.98rem;
  line-height: 1.85;
}

.cf7-optin-benefits {
  margin: 0 auto 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.cf7-optin-benefit {
  color: #f3edf8;
  font-size: 0.96rem;
  line-height: 1.6;
}

.cf7-optin-form-area {
  max-width: 610px;
  margin: 0 auto;
}

.cf7-optin-form-area p {
  margin: 0 !important;
}

.cf7-optin-form-area .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}

.cf7-optin-input,
.cf7-optin-form-area input[type="email"] {
  width: 100% !important;
  height: 56px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  background: rgba(7, 0, 15, 0.72) !important;
  color: #ffffff !important;
  font-size: 0.98rem !important;
  font-weight: 500 !important;
  line-height: 56px !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
  outline: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.cf7-optin-input::placeholder,
.cf7-optin-form-area input[type="email"]::placeholder {
  color: #a69bb4 !important;
  opacity: 1;
}

.cf7-optin-input:focus,
.cf7-optin-form-area input[type="email"]:focus {
  border-color: #ec4899 !important;
  box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.10) !important;
}

.cf7-optin-button,
.cf7-optin-form-area .wpcf7-submit,
.cf7-optin-form-area input[type="submit"] {
  width: 100% !important;
  height: 62px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 20px !important;
  border: none !important;
  border-radius: 14px !important;
  background: linear-gradient(90deg, #ec4899 0%, #d946ef 48%, #8b5cf6 100%) !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-family: inherit !important;
  font-weight: 900 !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.10);
  cursor: pointer !important;
  box-shadow:
    0 14px 24px rgba(236, 72, 153, 0.22),
    0 0 34px rgba(217, 70, 239, 0.13) !important;
  appearance: none;
  -webkit-appearance: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cf7-optin-button:hover,
.cf7-optin-form-area .wpcf7-submit:hover,
.cf7-optin-form-area input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow:
    0 18px 28px rgba(236, 72, 153, 0.26),
    0 0 40px rgba(217, 70, 239, 0.17) !important;
}

.cf7-optin-note {
  margin-top: 18px;
  color: #9e94ac;
  font-size: 0.92rem;
  line-height: 1.6;
}

.cf7-optin-wrap .wpcf7-spinner {
  display: none !important;
}

.cf7-optin-wrap .wpcf7-response-output {
  margin: 16px auto 0 !important;
  padding: 10px 14px !important;
  max-width: 610px;
  border-radius: 10px;
  font-size: 0.9rem;
  color: #ffffff;
}

@media (max-width: 767px) {
  .cf7-optin-wrap {
    max-width: 100%;
    padding: 24px 18px 22px;
    border-radius: 22px;
  }

  .cf7-optin-badge {
    min-width: 190px;
    height: 48px;
    padding: 0 20px;
    margin-bottom: 22px;
    font-size: 11px;
    letter-spacing: 1.7px;
  }

  .cf7-optin-title {
    font-size: 1.72rem;
    line-height: 1.18;
  }

  .cf7-optin-subtitle {
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .cf7-optin-benefit {
    font-size: 0.92rem;
  }

  .cf7-optin-input,
  .cf7-optin-form-area input[type="email"] {
    height: 52px !important;
    line-height: 52px !important;
    font-size: 0.95rem !important;
  }

  .cf7-optin-button,
  .cf7-optin-form-area .wpcf7-submit,
  .cf7-optin-form-area input[type="submit"] {
    height: 58px !important;
    font-size: 0.94rem !important;
  }
}/* End custom CSS */