.asesoria-page .asesoria-form {
  font-family: "Raleway", "Helvetica", sans-serif;
  color: #0f1733;
}

.asesoria-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.6rem;
}

.asesoria-chip {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 1rem;
  border: 1.5px solid #dedee6;
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  font-weight: 600;
  font-size: 0.95rem;
  color: #0f1733;
}

.asesoria-chip:hover {
  border-color: #1822b6;
}

.asesoria-chip input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid #dedee6;
  border-radius: 4px;
  background: #ffffff;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
}

.asesoria-chip input[type="checkbox"]:checked {
  background: #1822b6;
  border-color: #1822b6;
}

.asesoria-chip input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.asesoria-chip input[type="checkbox"]:checked + span {
  color: #1822b6;
}

.asesoria-chip:has(input:checked) {
  border-color: #1822b6;
  background: #f1f3ff;
}

.asesoria-chip.asesoria-consent {
  border-radius: 12px;
  align-items: flex-start;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4;
}

.asesoria-chip.asesoria-consent input[type="checkbox"] {
  margin-top: 2px;
}

.asesoria-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1822b6;
  color: #ffffff;
  padding: 14px 28px;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.05s ease;
  font-family: inherit;
}

.asesoria-button:hover {
  background: #131e8f;
}

.asesoria-button:active {
  transform: translateY(1px);
}

.asesoria-button:disabled {
  background: #9aa0b4;
  cursor: not-allowed;
}

.asesoria-button--ghost {
  background: transparent;
  color: #1822b6;
  border: 1.5px solid #1822b6;
  padding: 10px 22px;
  font-size: 0.9rem;
}

.asesoria-button--ghost:hover {
  background: #f1f3ff;
  color: #131e8f;
}

.asesoria-picker {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1rem 1.1rem;
  background: #ffffff;
  border: 1.5px solid #dedee6;
  border-radius: 14px;
}

.asesoria-picker-controls,
.asesoria-picker-summary {
  display: block;
}

.asesoria-picker-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.asesoria-select {
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  border: 1.5px solid #dedee6;
  border-radius: 999px;
  padding: 0.6rem 2.4rem 0.6rem 1rem;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f1733;
  cursor: pointer;
  min-width: 220px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%231822b6' d='M6 8 0 0h12z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px 7px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.asesoria-select:focus {
  outline: none;
  border-color: #1822b6;
  box-shadow: 0 0 0 4px rgba(24, 34, 182, 0.15);
}

.asesoria-horas-wrap {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #dedee6;
}

.asesoria-resumen {
  padding: 0.6rem 0;
}

.asesoria-summary-chips {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.asesoria-summary-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.55rem 0.9rem;
  background: #f1f3ff;
  border: 1.5px solid #1822b6;
  border-radius: 12px;
  color: #0f1733;
  font-size: 0.92rem;
}

.asesoria-summary-chip-label {
  flex: 1;
  min-width: 0;
  word-break: break-word;
}

.asesoria-summary-chip-remove {
  appearance: none;
  background: transparent;
  border: none;
  font-size: 1.4rem;
  line-height: 1;
  color: #1822b6;
  cursor: pointer;
  padding: 0 0.2rem;
  font-weight: 700;
}

.asesoria-summary-chip-remove:hover,
.asesoria-summary-chip-remove:focus {
  color: #b8203a;
  outline: none;
}

.asesoria-feedback {
  min-height: 1.25rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.asesoria-feedback.is-success {
  color: #0f7a3d;
}

.asesoria-feedback.is-error {
  color: #b8203a;
}

.asesoria-privacy-link {
  color: #1822b6;
  text-decoration: underline;
  font-weight: 700;
}

.asesoria-privacy-link:hover,
.asesoria-privacy-link:focus {
  color: #131e8f;
}
