
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  font: inherit;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border: 3px solid #394481 !important;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  margin: 0;
  position: relative;
  flex-shrink: 0;
}

input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  inset: 7px;
  background: #394481;
  border-radius: 50%;
}

.sys-hidden {
  display: none !important;
}

.sys-reserva,
.sys-reserva-step2,
#sys_caja_reserva_paso3 {
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
  border-radius: 0;
}

.sys-wrap {
  width: 100%;
}

.sys-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(420px, 1fr);
  gap: 24px;
  align-items: start;
}

.sys-reserva--compact .sys-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.88fr);
  gap: 18px;
}

.sys-reserva--product-17 .sys-grid,
.sys-reserva--product-33 .sys-grid,
.sys-reserva--product-91 .sys-grid {
  grid-template-columns: 1fr;
}

.sys-col {
  min-width: 0;
}

.sys-col--left,
.sys-col--right {
  background: #ffff;
  border: 1px solid #d7d7d7;
  border-radius: 28px;
  padding: 28px;
  box-shadow: none;
}

.sys-reserva--compact .sys-col--left,
.sys-reserva--compact .sys-col--right {
  padding: 20px;
  border-radius: 24px;
}

.sys-hero-img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.sys-reserva--compact .sys-hero-img {
  margin-bottom: 10px;
}

.sys-hero-img img {
  width: 260px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.sys-reserva--compact .sys-hero-img img {
  width: 210px;
}

.sys-section-title {
  margin-bottom: 18px;
}

.sys-reserva--compact .sys-section-title {
  margin-bottom: 10px;
}

.sys-section-title h4 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}

.sys-selector,
.caja_selector_reserva {
  width: 100%;
}

.sys-pax-row-2,
.sys-dates-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 8px;
}

.sys-reserva--compact .sys-pax-row-2,
.sys-reserva--compact .sys-dates-row {
  gap: 6px;
  margin-bottom: 6px;
}

.sys-compact-inline {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 6px;
  align-items: start;
  margin-bottom: 6px;
}

.sys-reserva--compact .sys-compact-inline .sys-dates-row {
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

.sys-reserva--compact .sys-compact-inline > .sys-row {
  margin-bottom: 0;
}

.sys-pax-item,
#selector_reserva_movil .sys-row,
#selector_reserva_desktop .sys-row:not(.sys-row--wrap),
.sys-row.caja_selector_pasajeros.sys-row--card {
  width: 100%;
  /*min-height: 62px;*/
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  padding: 7px 10px;
  /*margin-bottom: 14px;*/

  border: 0;
  border-radius: 22px;
}

@media (min-width: 769px) {
  .sys-pax-item,
  #selector_reserva_desktop .sys-row:not(.sys-row--wrap),
  .sys-row.caja_selector_pasajeros.sys-row--card {
    margin-bottom: 0;
  }
}

.sys-reserva--compact .sys-pax-item,
.sys-reserva--compact #selector_reserva_desktop .sys-row:not(.sys-row--wrap),
.sys-reserva--compact .sys-row.caja_selector_pasajeros.sys-row--card {
  gap: 8px;
  padding: 6px 9px;
  margin-bottom: 6px;
  border-radius: 16px;
}

.sys-row--wrap {
  width: 100%;
  display: block;
  padding: 12px 14px;
  margin-bottom: 8px;
  background: #f6f6f6;
  border: 1px solid #d6d6d6;
  border-radius: 18px;
}

.sys-reserva--compact .sys-row--wrap {
  padding: 10px 12px;
  margin-bottom: 6px;
  border-radius: 16px;
}

.sys-row__label {
  flex: 1;
  font-size: 0.97rem;
  line-height: 1.35;
  font-weight: 600;
  color: #111;
  text-align: left;
}

.sys-reserva--compact .sys-row__label,
.sys-reserva--compact .sys-ticket span {
  font-size: 1.1rem;
  line-height: 1.25;
}

.sys-row__control {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
}

.sys-stepper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.sys-reserva--compact .sys-stepper {
  gap: 6px;
}

.sys-stepper__btn {
  width: 46px;
  height: 42px;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  background: #f7f7f7;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.sys-reserva--compact .sys-stepper__btn {
  width: 40px;
  height: 36px;
  border-radius: 10px;
  font-size: 1.05rem;
}

.sys-stepper__btn:hover {
  background: #ececec;
}

.sys-stepper__value {
  width: 88px;
}

.sys-reserva--compact .sys-stepper__value {
  width: 72px;
}

.sys-input {
  width: 100%;
  height: 42px;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  background: #f7f7f7;
  color: #000;
  padding: 7px 10px;
}

.sys-reserva--compact .sys-input {
  height: 36px;
  border-radius: 10px;
  padding: 6px 8px;
}

.sys-input--stepper {
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
}

.sys-reserva--compact .sys-input--stepper {
  font-size: 0.98rem;
}

.sys-input--date {
  min-width: 150px;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 500;
  background: #f7f7f7 !important;
}

.sys-reserva--compact .sys-input--date {
  min-width: 128px;
  font-size: 0.86rem;
}

.sys-tickets {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.sys-row.caja_selector_pasajeros > .sys-tickets {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
}

.sys-reserva--compact .sys-tickets {
  gap: 10px 14px;
}

.sys-tickets--wrap {
  justify-content: center;
}

.sys-ticket {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-right: 12px;
  padding-left: 6px;
}

.sys-reserva--compact .sys-ticket {
  gap: 8px;
  margin-right: 8px;
  padding-left: 4px;
}

.sys-reserva--compact .sys-ticket input[type="radio"] {
  width: 22px;
  height: 22px;
  border-width: 2px !important;
}

.sys-reserva--compact input[type="radio"]:checked::after {
  inset: 5px;
}

.sys-ticket span {
  display: block;
  font-size: 0.96rem;
  line-height: 1.35;
  font-weight: 600;
  color: #111;
  margin-left: 10px;
}

.sys-row--card {
  background: #edf5fb !important;
  border-color: #bfd8ea !important;
  align-items: center !important;
}

.sys-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.sys-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sys-switch__ui {
  width: 46px;
  height: 28px;
  border-radius: 999px;
  background: #9dcced;
  border: 1px solid #79b2da;
  position: relative;
  transition: 0.2s ease;
}

.sys-switch__ui::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 1px solid #9fb3c1;
  transition: 0.2s ease;
}

.sys-switch input:checked + .sys-switch__ui {
  background: #0d7fc2;
  border-color: #0a6aa3;
}

.sys-switch input:checked + .sys-switch__ui::after {
  left: 22px;
}

.sys-cancel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  cursor: pointer;
  padding-left: 6px;
}

.sys-cancel__text {
  font-size: 0.98rem;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}

.sys-cancel__info {
  color: #1f88c9;
  font-size: 1.4rem;
}

.sys-hint {
  display: none;
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #d7d7d7;
  background: #f6f6f6;
  color: #2b2b2b;
  line-height: 1.55;
  font-size: 0.94rem;
}

@media (min-width: 769px) {
  .sys-hint--modal {
    position: fixed;
    inset: 0;
    z-index: 6000;
    margin-top: 0;
    padding: 24px;
    border: 0;
    border-radius: 25px;
    background: rgba(7, 23, 38, 0.48);
  }

  .sys-hint--modal .sys-hint__dialog {
    position: relative;
    width: min(560px, calc(100vw - 48px));
    margin: 40vh auto 0;
    transform: translateX(-90px);
    padding: 26px 24px 22px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 30px 70px rgba(7, 23, 38, 0.26);
    color: #2b2b2b;
  }

  .sys-hint--modal .sys-hint__content {
    color: #2b2b2b;
    line-height: 1.65;
    font-size: 0.98rem;
  }

  .sys-hint--modal .sys-hint__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: #edf5fb;
    color: #0a2a43;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
  }
}

.sys-phone {
  margin: 0 0 16px;
}

.sys-phone__link {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  text-decoration: none;
  color: #111;
  padding: 12px 16px;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  background: #f3f3f3;
}

.sys-flags {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sys-flags img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
}

.sys-phone__text {
  font-size: 0.97rem;
  font-weight: 700;
  color: #111;
}

.sys-phone__hours {
  font-size: 0.95rem;
  color: #5f6571;
  font-weight: 600;
}

.sys-desc {
  margin-bottom: 18px;
  padding: 14px 18px;
  border: 1px solid #d7d7d7;
  border-radius: 24px;
  background: #f6f6f6;
  color: #3a3a3a;
  font-size: 0.98rem;
  line-height: 1.6;
}

.sys-desc ul,
.sys-desc ol {
  margin: 0;
  padding-left: 22px;
}

.sys-desc li + li {
  margin-top: 10px;
}

.sys-desc p:empty {
  display: none;
  margin: 0;
}

/* Compactar al maximo: sin separaciones internas del formulario */
.sys-selector,
.caja_selector_reserva,
.sys-pax-row-2,
.sys-dates-row,
.sys-compact-inline,
.sys-pax-item,
#selector_reserva_movil .sys-row,
#selector_reserva_desktop .sys-row:not(.sys-row--wrap),
.sys-row.caja_selector_pasajeros.sys-row--card,
.sys-stepper,
.sys-tickets,
.sys-ticket,
.sys-totalrow,
.sys-totalrow__value,
.sys-totalrow__value--final,
.sys-totalpill__value,
.sys_caja_precios,
.sys_precios_por_tipo_reserva {
  gap: 0 !important;
}

.sys-totalbox {
  margin-top: 8px;
}

.sys-totals {
  width: 100%;
}

.sys-reserva--product-17 .sys-totals,
.sys-reserva--product-33 .sys-totals,
.sys-reserva--product-91 .sys-totals {
  max-width: 560px;
  margin: 0 auto;
}

.sys-totalcard,
.sys-totalpill {
  background: #f6f6f6;
  border: 1px solid #d7d7d7;
  border-radius: 26px;
  overflow: hidden;
}

.sys-totalrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  /*min-height: 62px;*/
  padding: 10px 12px;
  border-bottom: 1px solid #d7d7d7;
}

.sys-totalrow:last-child,
.sys-totalrow--last {
  border-bottom: 0;
}

.sys-totalrow__label {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
}

.sys-totalrow__value {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: #111;
  flex-shrink: 0;
}

.sys-totalinput {
  width: 98px;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 700;
  color: #111;
}

.sys-totalinput:focus {
  outline: none;
}

.sys-totalrow--discount .sys-totalrow__label,
.sys-totalinput--discount {
  color: #cf0808 !important;
}

.sys-totalrow__value--final {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.sys-total-old {
  color: #9b9b9b;
  text-decoration: line-through;
  font-size: 0.96rem;
  font-weight: 700;
}

.sys-total-final {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #111;
}

.sys-totalpill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
}

.sys-totalpill__value {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sys-actions,
.sys_caja_botonera {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.sys-btn,
.sys-btn-style_1 {
  min-width: 140px;
  min-height: 42px;
  padding: 12px 22px;
  border: 0;
  border-radius: 16px;
  background: #4d4995;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.02rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.15s ease, transform 0.15s ease;
}

.sys-btn:hover,
.sys-btn-style_1:hover {
  background: #3f3a84;
  transform: translateY(-1px);
}

.sys_caja_precios {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.sys_precios_por_tipo_reserva {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.sys_precios_por_tipo_reserva_nombre {
  font-size: 0.92rem;
  color: #222;
  font-weight: 600;
}

.sys_precios_por_tipo_reserva_ofi {
  font-size: 0.88rem;
  color: #8b8b8b;
  text-decoration: line-through;
}

.sys_precios_por_tipo_reserva_city {
  font-size: 1rem;
  color: #b91515;
  font-weight: 800;
}

.sys_titulo_reserva {
  margin-bottom: 20px;
}

.sys_titulo_reserva h2 {
  margin: 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: 600;
  color: #111;
}

.sys_subtitulo_reserva {
  margin-bottom: 18px;
}

.sys_subtitulo_reserva h2 {
  margin: 0;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 600;
  color: #111;
}

.sys_subtitulo_reserva h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 500;
  color: #333;
}

.sys_caja_extras {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sys_otros_por_reserva {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid #d7d7d7;
  border-radius: 22px;
  background: #f6f6f6;
}

.sys_input_label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.97rem;
  line-height: 1.4;
  font-weight: 600;
  color: #111;
}

.sys_input_input {
  width: 100%;
}

.sys_error {
  color: #d31818;
  font-weight: 700;
  font-size: 0.82rem;
  margin-right: 4px;
}

.sys-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(21, 25, 46, 0.55);
  padding: 20px;
  overflow-y: auto;
}

.sys-modal {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  background: #f7f7f7;
  border-radius: 24px;
  padding: 24px;
}

.sys-modal__head {
  margin-bottom: 12px;
}

.sys-modal__head h2 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}

.sys-modal__head--spaced {
  margin-top: 24px;
}

.sys-modal__body {
  margin-bottom: 10px;
}

.sys-overlay__close {
  margin: 18px auto 0;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 14px;
  background: #4d4995;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  display: block;
}

.sys-alert {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid #e0c58b;
  background: #fff8e8;
  color: #7a5514;
  line-height: 1.5;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .sys-grid {
    grid-template-columns: 1fr;
  }

  .sys-col--left,
  .sys-col--right,
  [class*="subcontenedor"] {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .sys-row__label {
    font-size: 1.12rem;
  }

  .sys-ticket span {
    font-size: 1.02rem;
  }
}

@media (max-width: 768px) {
	/* ===============================
            MOBILE FORM UI 
=============================== */

	input[type="radio"] {
		border: none;
	}

	:root {
		--bg: #f6f7f9;
		--card: #ffffff;
		--txt: #0b0b0b;
		--muted: rgba(11, 11, 11, .62);
		--line: rgba(0, 0, 0, .10);
		--line2: rgba(0, 0, 0, .14);

		--brand: #1f8ac0;
		--brand2: #0d4f7c;
		--danger: #e44d26;

		--r-xl: 22px;
		--r-lg: 16px;
		--r-md: 12px;

		--shadow: 0 18px 44px rgba(0, 0, 0, .08);
		--shadow2: 0 12px 26px rgba(0, 0, 0, .08);
	}

	#sys_caja_reserva_paso1_<?= $marca ?> {
		font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, sans-serif;
		color: var(--txt);
	}

	/* Page background feel (safe even if body is white) */
	.caja.sys_caja_reserva_paso1 {
		background: #ffffff;
	}

	.sys_total_old {
		color: #999;
		text-decoration: line-through;
		font-size: 1.05rem;
		font-weight: 600;
	}


	/* Main card container */
	.caja {
		border-radius: var(--r-xl);
		background: var(--card);
		border: 1px solid var(--line);
		box-shadow: var(--shadow);
		padding: 14px 14px 20px;

	}

	/* If you have an empty hero container, keep it visually silent */
	.caja_contenedor {
		display: none;
	}

	/* Section heading */
	.sys_heading_center {
		width: 100%;
		text-align: center;
		margin: 8px 0 14px;
	}

	.sys_heading_center h4 {
		margin: 0;
		font-size: 1.5rem;
		letter-spacing: -0.02em;
		font-weight: 500;
	}

	/* Passenger selector rows (stepper rows) */
	.caja_selector_pasajeros {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		padding: 12px;
		border-radius: var(--r-lg);
		/* border: 1px solid rgb(114 151 205); */
		background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgb(241 241 241 / 92%));
		margin-bottom: 14px;
		transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
	}

	.caja_selector_pasajeros:active {
		transform: scale(.995);
	}

	.sys_hidden_block {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	/* Label block */
	.sys_pasajero_label {
		/*min-width: 120px;*/
		max-width: 56%;
		font-weight: 500;
		letter-spacing: -0.01em;
		font-size: 1.3rem;
		line-height: 1.15;
	}

	.sys_pasajero_price_hint {
		display: block;
		margin-top: 4px;
		font-size: 1.1rem;
		font-weight: 500;
		color: var(--brand2);
	}

	/* Stepper buttons */
	.sys_btn_box {
		width: 35px;
		height: 35px;
		border-radius: var(--r-md);
		border: 1px solid var(--line2);
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
	}

	.sys_btn_icon {
		font-size: 1.2rem;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 35px;
		width: 35px;
		cursor: pointer;
		color: rgba(11, 11, 11, .86);
	}

	/* Value input */
	.sys_input_wrap {
		width: 92px;
		display: flex;
		justify-content: center;
	}

	.sys_pasajero_input {
		width: 92px !important;
		height: 44px !important;
		border: 1px solid var(--line2) !important;
		border-radius: var(--r-md) !important;
		background: #fff !important;
		font-size: 1.3rem !important;
		font-weight: 500 !important;
		letter-spacing: -0.01em;
		text-align: center !important;
		outline: none !important;
	}

	/* Ticket types containers */
	.caja_ver_billetes_no,
	.caja_ver_billetes,
	.caja_ver_billetes_wrap {
		margin: 14px 0 10px;
		display: flex;
		gap: 14px;
		justify-content: center;
	}

	.caja_ver_billetes_no {
		justify-content: center;
	}

	.caja_ver_billetes {
		flex-wrap: wrap;
	}

	.caja_ver_billetes_wrap {
		flex-wrap: wrap;
	}

	/* Each ticket option */
	.sys_tipo_billete {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		padding: 10px 12px;
		border-radius: 999px;
		/* border: 1px solid rgb(114 151 205); */
		background: #fff;
		box-shadow: 0 12px 22px rgba(0, 0, 0, .06);
		font-weight: 500;
		font-size: 1.2rem;
		letter-spacing: -0.01em;
		user-select: none;
	}

	/* Nice radio */
	.sys_tipo_billete input[type="radio"] {
		appearance: none;
		-webkit-appearance: none;
		width: 18px;
		height: 18px;
		border: 2px solid rgba(31, 138, 192, .55);
		border-radius: 50%;
		outline: none;
		display: grid;
		place-items: center;
	}

	.sys_tipo_billete input[type="radio"]::before {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 50%;
		transform: scale(0);
		transition: transform .12s ease;
		background: var(--brand);
	}

	.sys_tipo_billete input[type="radio"]:checked {
		border-color: var(--brand);
		background-color: var(--brand);
	}

	.sys_tipo_billete input[type="radio"]:checked::before {
		transform: scale(1);
	}

	/* Date rows */
	.sys_fecha_label_w120,
	.sys_fecha_label_w80 {
		font-weight: 500;
		letter-spacing: -0.01em;
		font-size: 1.2rem;
		line-height: 1.15;
		color: rgba(11, 11, 11, .92);
	}

	.sys_fecha_label_w120 {
		width: 46%;
	}

	.sys_fecha_label_w80 {
		width: 46%;
	}

	.sys_input_fecha {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex: 1;
	}

	.sys_fecha_input {
		width: 170px !important;
		height: 44px !important;
		border: 2px solid darkblue !important;
		border-radius: var(--r-md) !important;
		background: rgba(31, 138, 192, 0.1) !important;
		font-size: 1.2rem !important;
		font-weight: 500 !important;
		text-align: center !important;
		outline: none !important;
		cursor: pointer;
	}

	.sys_fecha_input:focus {
		border-color: rgba(31, 138, 192, .45) !important;
		box-shadow: 0 0 0 4px rgba(31, 138, 192, .16) !important;
	}

	/* Hidden block helper */
	.sys_hidden_block {
		display: none;
	}

	/* Cancel box */
	.sys_cancel_box {
		align-items: flex-start;
	}

	.sys_cancel_more {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		margin-top: 3px;
		font-size: 1.1rem;
		font-weight: 500;
		color: var(--brand);
		text-decoration: none;
	}

	.sys_cancel_more::after {
		content: "›";
		font-size: 1.2rem;
		transform: translateY(1px);
	}

	.sys_cancel_more:hover {
		text-decoration: underline;
	}


	.sys_cancel_col {
		display: flex;
		flex-direction: column;
		gap: 8px;
		flex: 1;
	}

	.sys_cancel_title_row {
		display: inline-flex;
		align-items: center;
		font-size: 1.1rem;
		font-weight: 500 !important;
		letter-spacing: -0.02em;
	}

	.sys_cancel_desc {
		font-size: 1.1rem;
		color: var(--muted);
		line-height: 1.35;
	}

	/* Switch (your markup: label.switch > input + .slider.round) */
	.switch {
		position: relative;
		display: inline-flex;
		width: 56px;
		height: 34px;
		flex: 0 0 auto;
	}

	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}

	.slider {
		position: absolute;
		inset: 0;
		background: rgba(11, 11, 11, .14);
		border-radius: 999px;
		border: 1px solid var(--line2);
		transition: .2s;
	}

	.slider:before {
		content: "";
		position: absolute;
		width: 28px;
		height: 28px;
		left: 3px;
		top: 50%;
		transform: translateY(-50%);
		background: #fff;
		border-radius: 999px;
		box-shadow: 0 12px 22px rgba(0, 0, 0, .14);
		transition: .2s;
	}

	.switch input:checked+.slider {
		background: rgba(31, 138, 192, .35);
		border-color: rgba(31, 138, 192, .45);
	}

	.switch input:checked+.slider:before {
		transform: translate(22px, -50%);
	}

	.slider.round {
		border-radius: 999px;
	}

	/* Phone / desc block */
	.subcontenedor {
		width: 100%;
		margin-top: 14px;
	}

	.sys_phone {
		margin: 0 0 12px;
	}

	.sys_phone_link {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
		text-decoration: none;
		padding: 12px 12px;
		border-radius: var(--r-xl);
		border: 1px solid var(--line);
		background: rgba(255, 255, 255, .86);
		box-shadow: 0 12px 24px rgba(0, 0, 0, .06);
	}

	.sys_flag {
		width: 22px;
		height: 22px;
		border-radius: 999px;
		border: 1px solid var(--line);
	}

	.sys_phone_text {
		font-weight: 500;
		font-size: 1.3rem;
		letter-spacing: -0.01em;
	}

	.sys_phone_hours {
		font-size: 1.1rem;
		color: var(--muted);
		font-weight: 600;
	}

	.sys_desc {
		padding: 12px 12px;
		border-radius: var(--r-xl);
		border: 1px solid var(--line);
		background: rgba(11, 11, 11, .02);
		color: rgba(11, 11, 11, .74);
		line-height: 1.55;
		font-size: 1.3rem;
	}

	.sys_bottom_bar {
		/* position: fixed !important; */
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: 100%;
		z-index: 999999 !important;
		/* background-color: #f4f8ffec; */
	}

	body,
	.site,
	.site-content,
	#page,
	#content,
	main,
	.wp-site-blocks,
	.elementor,
	.elementor-section-wrap,
	.elementor-container,
	.ast-container,
	#ast-desktop-header,
	#masthead {
		transform: none !important;
		filter: none !important;
		perspective: none !important;
	}

	body,
	main,
	#page,
	#content {
		contain: none !important;
	}

	.sys_bottom_bar {
		padding: 12px 12px calc(40px + env(safe-area-inset-bottom)) !important;
	}



	/* Totals wrapper */
	.sys_resumen_wrap {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 14px;
	}

	/* Totals when cancelable */
	.sys_resumen_cancel {
		border: 1px solid rgb(114 151 205);
		border-radius: var(--r-xl);
		overflow: hidden;
		background: #fff;
		box-shadow: 0 12px 24px rgba(0, 0, 0, .06);
	}

	.sys_resumen_row,
	.sys_resumen_row_last {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		padding: 14px 14px;
		border-bottom: 1px solid var(--line);
	}

	.sys_resumen_row_last {
		border-bottom: none;
	}

	.sys_resumen_left {
		font-weight: 500;
		font-size: 1.3rem;
		letter-spacing: -0.01em;
	}

	.sys_resumen_right {
		display: flex;
		align-items: center;
		gap: 8px;
		font-weight: 500;
		font-size: 1.3rem;
	}

	.sys_total_input {
		width: 120px;
		text-align: right;
		border: none !important;
		background: transparent !important;
		font-weight: 500;
		font-size: 1.3rem;
		color: var(--txt);
		padding: 0 !important;
		height: auto !important;
		outline: none !important;
	}

	.sys_del_icon {
		color: rgba(11, 11, 11, .55);
		cursor: pointer;
	}

	/* Simple total pill (no cancelable) */
	.sys_precio_total {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 14px 14px;
		border-radius: var(--r-xl);
		border: 1px solid var(--line);
		background: #fff;
		box-shadow: 0 12px 24px rgba(0, 0, 0, .06);
		font-weight: 500;
		letter-spacing: -0.01em;
	}

	.sys-totalrow {
		gap: 8px;
	}

	.sys-totalrow__label {
		min-width: 0;
		font-size: 1rem;
	}

	.sys-totalrow {
		min-width: 0;
		box-sizing: border-box;
	}

	.sys-totalrow__value,
	.sys-totalrow__value--final,
	.sys-totalpill__value {
		flex: 0 0 auto;
		min-width: 0;
		white-space: nowrap;
	}

	.sys-totalinput {
		width: 8ch;
		min-width: 8ch;
		font-size: 1.05rem;
	}

	.sys-total-final {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1.08;
		letter-spacing: 0;
		padding-right: 2px;
		white-space: nowrap;
	}

	/* CTA button area */
	.sys_caja_botonera {
		margin-top: 14px;
	}

	/* If your button uses .sys-btn, make it premium */
	.sys-btn {
		width: 100%;
		height: 48px;
		border-radius: 18px !important;
		font-weight: 500 !important;
		letter-spacing: -0.01em;
		border: 1px solid rgba(0, 0, 0, .10);
		background: linear-gradient(135deg, var(--brand), #47b3e8);
		color: #fff !important;
		box-shadow: 0 18px 44px rgba(31, 138, 192, .25);
	}

	/* Modal overlay (horarios) */
	.sys_cargador_horarios {
		display: none;
		position: fixed;
		inset: 0;
		background-color: rgba(0, 0, 0, .55);
		z-index: 5000;
	}

	.sys_cargador_modal {
		position: fixed;
		top: 10vh;
		left: 50%;
		transform: translateX(-50%);
		width: min(920px, 92vw);
		height: 76vh;
		background: #fff;
		border-radius: 20px;
		border: 1px solid rgba(0, 0, 0, .08);
		box-shadow: 0 30px 80px rgba(0, 0, 0, .30);
		overflow: auto;
		padding: 16px;
	}

	.sys_modal_full {
		width: 100%;
	}

	.sys_modal_section_margin {
		margin-top: 18px;
	}

	.sys_modal_bottom_margin {
		width: 100%;
		margin-bottom: 45px;
	}

	.sys_modal_close {
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		bottom: 14px;
		width: min(520px, 92vw);
		height: 48px;
		border-radius: 18px;
		border: 1px solid rgba(255, 255, 255, .22);
		background: linear-gradient(135deg, var(--danger), #ff6a3d);
		color: #fff;
		font-weight: 500;
		font-size: 1.3rem;
		cursor: pointer;
		box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* Hidden plumbing blocks */
	.sys_hidden_block_tpv,
	.sys_hidden_inputs,
	.sys_visibility_hidden_1px,
	.sys_caja_precios {
		display: none !important;
	}

	/* Improve tap highlights */
	* {
		-webkit-tap-highlight-color: transparent;
	}

	/* Accessibility: focus styles for keyboard users */
	:where(button, [role="button"], input, a):focus-visible {
		outline: none;
		box-shadow: 0 0 0 4px rgba(31, 138, 192, .22);
		border-radius: 12px;
	}

	/* Prevent number spinners where relevant */
	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

	input[type="number"] {
		-moz-appearance: textfield;
	}

	
}
/* Tiny screens tweaks */
	@media (max-width: 360px) {
		.sys_pasajero_label {
			min-width: 108px;
		}

		.sys_input_wrap {
			width: 86px;
		}

		.sys_pasajero_input {
			width: 86px !important;
		}

		.sys_fecha_input {
			width: 156px !important;
		}
	}
