.elementor-258 .elementor-element.elementor-element-23932dcc{--display:flex;}body.elementor-page-258:not(.elementor-motion-effects-element-type-background), body.elementor-page-258 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for container, class: .elementor-element-23932dcc *//* ======================================
   VISTA FORMULARIO FINAL DE REGISTRO
   /membership-join/registro/
====================================== */

/* Centrar la tarjeta cuando ya se eligió un plan */
.zsvbe-auth-grid:has(> .zsvbe-auth-card:not(.zsvbe-auth-card--plan)) {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  max-width: 100% !important;
  margin: 50px auto 80px !important;
  padding: 0 20px !important;
}

/* Tarjeta del formulario */
.zsvbe-auth-card:not(.zsvbe-auth-card--plan) {
  width: 100% !important;
  max-width: 620px !important;
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 42px 46px 38px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #eeeeee !important;
  color: #303047 !important;
}

/* Badge del plan elegido */
.zsvbe-auth-card:not(.zsvbe-auth-card--plan) .zsvbe-auth-plan-badge {
  display: inline-block !important;
  background: rgba(38, 157, 149, 0.10) !important;
  color: #269d95 !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  margin-bottom: 18px !important;
}

/* Precio / nombre del plan */
.zsvbe-auth-card:not(.zsvbe-auth-card--plan) .zsvbe-auth-price {
  color: #269d95 !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  margin: 0 0 14px !important;
}

/* Texto introductorio */
.zsvbe-auth-card:not(.zsvbe-auth-card--plan) > p {
  color: #4c4c63 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  margin: 0 0 26px !important;
}

/* Separador */
.zsvbe-auth-divider {
  width: 100% !important;
  height: 1px !important;
  background: #e9e9e9 !important;
  margin: 28px 0 !important;
}

/* Bloque zona horaria */
.zsvbe-auth-timezone-wrap {
  margin-bottom: 26px !important;
}

.zsvbe-auth-timezone-label,
.swpm-form label {
  display: block !important;
  color: #303047 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

/* Select de zona horaria */
.zsvbe-auth-timezone {
  width: 100% !important;
  height: 52px !important;
  border: 1px solid #dddddd !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #303047 !important;
  font-size: 15px !important;
  padding: 0 16px !important;
  outline: none !important;
  transition: all 0.2s ease !important;
}

.zsvbe-auth-timezone:focus {
  border-color: #269d95 !important;
  box-shadow: 0 0 0 3px rgba(38, 157, 149, 0.14) !important;
}

/* Texto de ayuda */
.zsvbe-auth-help {
  color: #74748a !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  margin-top: 10px !important;
}

.zsvbe-auth-help code {
  background: #f4f4f4 !important;
  color: #269d95 !important;
  padding: 3px 6px !important;
  border-radius: 5px !important;
  font-size: 12px !important;
}

/* Contenedor del formulario SWPM */
.zsvbe-auth-inline-shortcode {
  width: 100% !important;
}

.swpm-registration-widget-form,
.swpm-registration-widget-form form,
.swpm-registration-form-section {
  width: 100% !important;
}

/* Filas del formulario */
.swpm-form .swpm-form-row {
  margin-bottom: 18px !important;
}

/* Inputs */
.swpm-form .swpm-form-field {
  width: 100% !important;
  height: 52px !important;
  border: 1px solid #dddddd !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #303047 !important;
  font-size: 15px !important;
  padding: 0 16px !important;
  outline: none !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
}

.swpm-form .swpm-form-field:focus {
  border-color: #269d95 !important;
  box-shadow: 0 0 0 3px rgba(38, 157, 149, 0.14) !important;
}

/* Botón registrarse */
.swpm-registration-submit-section {
  text-align: center !important;
  margin-top: 28px !important;
}

.swpm-registration-submit-button {
  min-width: 220px !important;
  height: 48px !important;
  border: none !important;
  border-radius: 9px !important;
  background: #269d95 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.swpm-registration-submit-button:hover {
  background: #1f867f !important;
  transform: translateY(-1px) !important;
}

/* Ocultar descripciones vacías */
.swpm-form-desc:empty {
  display: none !important;
}

/* Responsive */
@media (max-width: 600px) {
  .zsvbe-auth-card:not(.zsvbe-auth-card--plan) {
    padding: 32px 24px 30px !important;
    border-radius: 15px !important;
  }

  .zsvbe-auth-card:not(.zsvbe-auth-card--plan) .zsvbe-auth-price {
    font-size: 31px !important;
  }

  .swpm-registration-submit-button {
    width: 100% !important;
  }
}/* End custom CSS */