.bkr-clientify-salud,
.bkr-clientify-salud * {
  box-sizing: border-box;
}

.bkr-clientify-salud {
  width: 100%;
  color: #242043;
  font-family: "Montserrat", Arial, sans-serif;
}

.bkr-cfs-heading {
  margin: 0 0 20px;
  color: #111827;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.bkr-clientify-salud-form,
.chevy-form-modal__body .bkr-clientify-salud-form {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 26px;
  overflow: hidden;
  border-top: 4px solid #6197ce;
  background:
    radial-gradient(circle at 100% 0, rgba(97, 151, 206, .15), transparent 260px),
    linear-gradient(180deg, #f8faff 0, #ffffff 320px);
}

.bkr-cfs-intro {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  padding: 17px 18px;
  border: 1px solid rgba(97, 151, 206, .28);
  border-radius: 14px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 28px rgba(36, 32, 67, .07);
}

.bkr-cfs-intro__icon {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: linear-gradient(135deg, #242043, #6197ce);
  color: #fff;
  font-size: 23px;
  box-shadow: 0 8px 20px rgba(36, 32, 67, .22);
}

.bkr-cfs-intro strong {
  display: block;
  margin: 0 0 3px;
  color: #242043;
  font-size: 17px;
  font-weight: 600;
}

.bkr-cfs-intro p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

.bkr-cfs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 16px;
}

.bkr-cfs-field--full {
  grid-column: 1 / -1;
}

.bkr-cfs-section-title {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 8px 0 1px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e9f1;
}

.bkr-cfs-section-title:first-child {
  margin-top: 0;
}

.bkr-cfs-section-title > span {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #242043;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.bkr-cfs-section-title strong,
.bkr-cfs-section-title small {
  display: block;
}

.bkr-cfs-section-title strong {
  color: #242043;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.bkr-cfs-section-title small {
  margin-top: 2px;
  color: #7a8495;
  font-size: 12px;
  line-height: 1.35;
}

.bkr-cfs-field label {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 7px;
  padding: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border: 0;
  color: #242043;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.bkr-cfs-field label em {
  color: #d04444;
  font-style: normal;
}

.bkr-clientify-salud-form input:not([type="checkbox"]):not([type="hidden"]),
.bkr-clientify-salud-form select,
.bkr-clientify-salud-form textarea,
.chevy-form-modal__body .bkr-clientify-salud-form input:not([type="checkbox"]):not([type="hidden"]),
.chevy-form-modal__body .bkr-clientify-salud-form select,
.chevy-form-modal__body .bkr-clientify-salud-form textarea {
  display: block;
  width: 100%;
  min-height: 47px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #d3dae6;
  border-radius: 11px;
  outline: none;
  background: rgba(255, 255, 255, .96);
  color: #242043;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  box-shadow: 0 2px 8px rgba(36, 32, 67, .035);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background-color .18s ease;
}

.bkr-clientify-salud-form select,
.chevy-form-modal__body .bkr-clientify-salud-form select {
  cursor: pointer;
}

.bkr-clientify-salud-form textarea,
.chevy-form-modal__body .bkr-clientify-salud-form textarea {
  min-height: 96px;
  resize: vertical;
}

.bkr-clientify-salud-form input:hover,
.bkr-clientify-salud-form select:hover,
.bkr-clientify-salud-form textarea:hover {
  border-color: #aebbd0;
  background: #fff;
}

.bkr-clientify-salud-form input:focus,
.bkr-clientify-salud-form select:focus,
.bkr-clientify-salud-form textarea:focus,
.chevy-form-modal__body .bkr-clientify-salud-form input:focus,
.chevy-form-modal__body .bkr-clientify-salud-form select:focus,
.chevy-form-modal__body .bkr-clientify-salud-form textarea:focus {
  border-color: #6197ce;
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(97, 151, 206, .16), 0 7px 18px rgba(36, 32, 67, .07);
}

.bkr-clientify-salud-form input::placeholder,
.bkr-clientify-salud-form textarea::placeholder {
  color: #98a1b2;
  opacity: 1;
}

.bkr-cfs-required-note {
  margin: 0;
  color: #7b8494;
  font-size: 12px;
  line-height: 1.4;
}

.bkr-cfs-required-note span {
  color: #d04444;
  font-weight: 700;
}

.bkr-cfs-consent {
  padding: 3px 0 1px;
}

.bkr-cfs-consent label {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid #e1e6ee;
  border-radius: 11px;
  background: rgba(255, 255, 255, .82);
  color: #33333d;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}

.bkr-cfs-consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  margin: 0;
  accent-color: #242043;
}

.bkr-cfs-consent a {
  color: #1775e1;
  font-weight: 600;
  text-decoration: none;
}

.bkr-cfs-consent a:hover {
  text-decoration: underline;
}

.bkr-cfs-submit,
.chevy-form-modal__body .bkr-clientify-salud-form .bkr-cfs-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin: 18px 0 0;
  padding: 13px 22px;
  overflow: hidden;
  border: 1px solid #242043;
  border-radius: 12px;
  background: linear-gradient(135deg, #242043 0%, #36305e 100%);
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(36, 32, 67, .22);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, opacity .2s ease;
}

.bkr-cfs-submit::before {
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), transparent);
  content: "";
  transform: skewX(-20deg);
  transition: left .55s ease;
}

.bkr-cfs-submit:hover:not(:disabled),
.chevy-form-modal__body .bkr-clientify-salud-form .bkr-cfs-submit:hover:not(:disabled) {
  border-color: #6197ce;
  background: linear-gradient(135deg, #6197ce 0%, #467fb9 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(69, 126, 184, .28);
}

.bkr-cfs-submit:hover:not(:disabled)::before {
  left: 140%;
}

.bkr-cfs-submit:disabled {
  opacity: .75;
  cursor: wait;
  transform: none;
}

.bkr-cfs-submit__spinner {
  display: none;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border: 2px solid rgba(255, 255, 255, .45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: bkr-cfs-spin .75s linear infinite;
}

.bkr-cfs-submit.is-loading .bkr-cfs-submit__spinner {
  display: inline-block;
}

.bkr-cfs-progress {
  margin-top: 17px;
  padding: 15px;
  border: 1px solid #dbe4ef;
  border-radius: 12px;
  background: rgba(247, 250, 253, .96);
  box-shadow: inset 0 1px 0 #fff;
}

.bkr-cfs-progress[hidden] {
  display: none !important;
}

.bkr-cfs-progress__track {
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5ebf2;
  box-shadow: inset 0 1px 3px rgba(36, 32, 67, .08);
}

.bkr-cfs-progress__bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #242043, #6197ce);
  box-shadow: 0 0 14px rgba(97, 151, 206, .5);
  transition: width .32s ease;
}

.bkr-cfs-progress__text {
  margin: 9px 0 0;
  color: #536074;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.bkr-cfs-result:empty {
  display: none;
}

.bkr-cfs-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 0;
  padding: 14px 15px;
  border: 1px solid;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  box-shadow: 0 8px 20px rgba(36, 32, 67, .06);
}

.bkr-cfs-alert__icon {
  display: inline-flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.bkr-cfs-alert--success {
  border-color: #a7e0bc;
  background: #effbf3;
  color: #166534;
}

.bkr-cfs-alert--success .bkr-cfs-alert__icon {
  background: #218a4b;
}

.bkr-cfs-alert--error {
  border-color: #fecaca;
  background: #fff1f1;
  color: #b42318;
}

.bkr-cfs-alert--error .bkr-cfs-alert__icon {
  background: #c93b31;
}

.bkr-cfs-alert a {
  color: inherit;
  font-weight: 600;
}

.bkr-clientify-salud-form.is-complete {
  animation: bkr-cfs-success-pulse .7s ease;
}

.bkr-cfs-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@keyframes bkr-cfs-spin {
  to { transform: rotate(360deg); }
}

@keyframes bkr-cfs-success-pulse {
  0% { box-shadow: inset 0 0 0 0 rgba(33, 138, 75, 0); }
  45% { box-shadow: inset 0 0 0 4px rgba(33, 138, 75, .16); }
  100% { box-shadow: inset 0 0 0 0 rgba(33, 138, 75, 0); }
}

@media (max-width: 680px) {
  .bkr-clientify-salud-form,
  .chevy-form-modal__body .bkr-clientify-salud-form {
    padding: 18px 15px 22px;
  }

  .bkr-cfs-intro {
    align-items: flex-start;
    padding: 14px;
  }

  .bkr-cfs-intro__icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    font-size: 19px;
  }

  .bkr-cfs-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bkr-cfs-field--full {
    grid-column: auto;
  }

  .bkr-cfs-section-title {
    margin-top: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bkr-clientify-salud-form *,
  .bkr-clientify-salud-form *::before,
  .bkr-clientify-salud-form *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


/* Edad calculada automáticamente */
.bkr-clientify-salud-form input[name="edad"][readonly] {
    cursor: default;
    opacity: 1;
}
