.shuttlix-booking {
  --shx-navy: #0b1730;
  --shx-navy-2: #142442;
  --shx-gold: #c99b3d;
  --shx-gold-light: #f5ead2;
  --shx-ink: #172033;
  --shx-muted: #667085;
  --shx-line: #e6e9ef;
  --shx-soft: #f7f8fa;
  position: relative;
  max-width: 1180px;
  margin: 28px auto;
  border: 1px solid var(--shx-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .11);
  color: var(--shx-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}
.shuttlix-booking *, .shuttlix-booking *::before, .shuttlix-booking *::after { box-sizing: border-box; }
.shuttlix-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 22px 8%; background: var(--shx-navy); color: rgba(255,255,255,.56); }
.shuttlix-progress > div { position: relative; display: flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; }
.shuttlix-progress > div:not(:last-child)::after { content: ""; position: absolute; left: 67%; right: -33%; top: 15px; height: 1px; background: rgba(255,255,255,.18); }
.shuttlix-progress span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-size: 13px; }
.shuttlix-progress small { font-size: 12px; letter-spacing: .02em; }
.shuttlix-progress .is-active, .shuttlix-progress .is-done { color: #fff; }
.shuttlix-progress .is-active span { border-color: var(--shx-gold); background: var(--shx-gold); color: var(--shx-navy); }
.shuttlix-progress .is-done span { border-color: var(--shx-gold); color: var(--shx-gold); }
.shuttlix-step { display: none; padding: 48px 7%; animation: shuttlix-in .24s ease both; }
.shuttlix-step.is-active { display: block; }
.shuttlix-step--search { padding: 26px 32px 20px; }
.shuttlix-step--search header { margin: 0 0 18px; }
.shuttlix-step--search h2 { margin: 2px 0 0; font-size: 28px; }
@keyframes shuttlix-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.shuttlix-step header { margin: 0 0 32px; }
.shuttlix-step h2 { margin: 5px 0 8px; color: var(--shx-navy); font-size: clamp(27px, 4vw, 42px); line-height: 1.14; letter-spacing: -.035em; }
.shuttlix-step header p { margin: 0; color: var(--shx-muted); font-size: 16px; }
.shuttlix-eyebrow { display: block; color: #9a7121; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.shuttlix-trust { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: -8px 0 30px; padding: 14px 18px; border-radius: 12px; background: #f8f5ed; color: #4b432f; font-size: 13px; font-weight: 700; }
.shuttlix-trust--compact { margin: 14px 0 0; padding: 0; background: transparent; color: #667085; font-size: 11px; }
.shuttlix-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.shuttlix-search-grid { grid-template-columns: minmax(180px, 1.7fr) minmax(180px, 1.7fr) minmax(145px, 1.15fr) minmax(120px, .9fr) minmax(130px, 1fr) minmax(145px, 1.05fr); gap: 10px; align-items: end; }
.shuttlix-grid label, .shuttlix-payments label { cursor: pointer; }
.shuttlix-grid label > span, .shuttlix-payments legend { display: block; margin: 0 0 8px; color: #344054; font-size: 13px; font-weight: 750; }
.shuttlix-grid label > span small { color: #98a2b3; font-weight: 600; }
.shuttlix-wide { grid-column: 1 / -1; }
.shuttlix-grid input, .shuttlix-grid select, .shuttlix-grid textarea {
  width: 100%; min-height: 54px; margin: 0; padding: 13px 15px; border: 1px solid #d9dee8; border-radius: 11px; background: #fff;
  color: var(--shx-ink); font: inherit; font-size: 15px; box-shadow: none; transition: border-color .15s, box-shadow .15s;
}
.shuttlix-grid textarea { resize: vertical; }
.shuttlix-grid input:focus, .shuttlix-grid select:focus, .shuttlix-grid textarea:focus { outline: none; border-color: var(--shx-gold); box-shadow: 0 0 0 3px rgba(201,155,61,.14); }
.shuttlix-button { appearance: none; display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 23px; border: 0; border-radius: 10px; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .15s, background .15s, box-shadow .15s; }
.shuttlix-button:hover { transform: translateY(-1px); }
.shuttlix-button--primary { min-width: 230px; margin-top: 26px; background: var(--shx-navy); color: #fff; box-shadow: 0 8px 24px rgba(11,23,48,.18); }
.shuttlix-search-button { width: 100%; min-width: 0; min-height: 54px; margin: 0; padding: 0 16px; }
.shuttlix-button--primary:hover { background: #16294b; color: #fff; }
.shuttlix-button--select { min-height: 45px; background: var(--shx-gold); color: var(--shx-navy); }
.shuttlix-back { appearance: none; display: block; margin: 0 0 20px; padding: 0; border: 0; background: none; color: var(--shx-muted); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.shuttlix-vehicles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.shuttlix-vehicle { position: relative; display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--shx-line); border-radius: 17px; background: #fff; transition: transform .2s, box-shadow .2s, border-color .2s; }
.shuttlix-vehicle:hover { transform: translateY(-3px); border-color: #d6bd87; box-shadow: 0 18px 34px rgba(15,23,42,.09); }
.shuttlix-vehicle__badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 10px; border-radius: 99px; background: var(--shx-gold); color: var(--shx-navy); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.shuttlix-vehicle__image, .shuttlix-vehicle__placeholder { width: 100%; height: 160px; object-fit: cover; background: linear-gradient(135deg, #eef1f5, #f9fafb); }
.shuttlix-vehicle__placeholder { display: grid; place-items: center; color: rgba(11,23,48,.1); font-size: 46px; font-weight: 900; letter-spacing: .1em; }
.shuttlix-vehicle__body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.shuttlix-vehicle h3 { margin: 0; color: var(--shx-navy); font-size: 21px; }
.shuttlix-model { margin: 4px 0 0; color: var(--shx-muted); font-size: 13px; }
.shuttlix-capacity { display: flex; gap: 18px; margin: 18px 0; color: #475467; font-size: 12px; font-weight: 700; }
.shuttlix-vehicle ul { display: grid; gap: 7px; margin: 0 0 20px; padding: 0; list-style: none; color: #475467; font-size: 13px; }
.shuttlix-vehicle li::before { content: "✓"; margin-right: 8px; color: #2e7d55; font-weight: 900; }
.shuttlix-vehicle__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--shx-line); }
.shuttlix-vehicle__footer small { display: block; color: var(--shx-muted); font-size: 10px; }
.shuttlix-vehicle__footer strong { display: block; margin-top: 2px; color: var(--shx-navy); font-size: 22px; }
.shuttlix-summary, .shuttlix-final-summary { display: grid; grid-template-columns: 2fr 1.2fr 1.2fr .8fr; gap: 18px; margin: 0 0 28px; padding: 19px; border: 1px solid var(--shx-line); border-radius: 13px; background: var(--shx-soft); }
.shuttlix-summary span, .shuttlix-final-summary span { display: block; margin-bottom: 4px; color: var(--shx-muted); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.shuttlix-summary strong, .shuttlix-final-summary strong { display: block; color: var(--shx-navy); font-size: 13px; line-height: 1.35; }
.shuttlix-summary__price strong { color: #956c1c; font-size: 18px; }
.shuttlix-secure { margin-top: 18px; color: #526175; font-size: 12px; }
.shuttlix-payments { display: grid; gap: 11px; margin: 0; padding: 0; border: 0; }
.shuttlix-payments label { display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid var(--shx-line); border-radius: 12px; }
.shuttlix-payments label:has(input:checked) { border-color: var(--shx-gold); background: #fffcf6; }
.shuttlix-payments input { accent-color: var(--shx-gold); }
.shuttlix-payments label span { display: grid; gap: 2px; }
.shuttlix-payments strong { color: var(--shx-navy); font-size: 14px; }
.shuttlix-payments small { color: var(--shx-muted); font-size: 12px; }
.shuttlix-terms { display: flex; align-items: flex-start; gap: 9px; margin-top: 20px; color: #475467; font-size: 12px; cursor: pointer; }
.shuttlix-terms input { margin-top: 2px; accent-color: var(--shx-gold); }
.shuttlix-alert { margin: 24px 7% -12px; padding: 13px 16px; border: 1px solid #f5b7b1; border-radius: 10px; background: #fff2f0; color: #9f2d23; font-size: 13px; font-weight: 700; }
.shuttlix-success { text-align: center; }
.shuttlix-success__icon { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 20px; border-radius: 50%; background: #e4f5e9; color: #257445; font-size: 30px; font-weight: 900; }
.shuttlix-success h2 { margin-bottom: 20px; }
.shuttlix-success > p { margin: 0 0 6px; color: var(--shx-muted); }
.shuttlix-reference { display: inline-block; margin-bottom: 28px; color: var(--shx-navy); font-size: 28px; letter-spacing: .05em; }
.shuttlix-success .shuttlix-final-summary { text-align: left; }
.shuttlix-success__note { max-width: 600px; margin: 20px auto 0 !important; padding: 14px; border-radius: 10px; background: var(--shx-gold-light); color: #60491e !important; font-size: 13px; }
.shuttlix-loading { position: absolute; z-index: 10; inset: 0; display: grid; place-content: center; justify-items: center; background: rgba(255,255,255,.88); backdrop-filter: blur(3px); color: var(--shx-navy); font-weight: 800; }
.shuttlix-loading[hidden] { display: none; }
.shuttlix-loading span { width: 38px; height: 38px; border: 3px solid #e4e7ec; border-top-color: var(--shx-gold); border-radius: 50%; animation: shuttlix-spin .7s linear infinite; }
.pac-container { z-index: 100000 !important; border-radius: 10px; box-shadow: 0 12px 30px rgba(15,23,42,.16); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
@keyframes shuttlix-spin { to { transform: rotate(360deg); } }
@media (max-width: 1050px) and (min-width: 761px) {
  .shuttlix-search-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .shuttlix-booking { margin: 10px auto; border-radius: 17px; }
  .shuttlix-progress { padding: 17px 4%; }
  .shuttlix-progress small { display: none; }
  .shuttlix-progress > div:not(:last-child)::after { left: 65%; right: -35%; }
  .shuttlix-step { padding: 34px 20px; }
  .shuttlix-step--search { padding: 24px 18px 18px; }
  .shuttlix-step header { margin-bottom: 25px; }
  .shuttlix-grid, .shuttlix-search-grid, .shuttlix-vehicles { grid-template-columns: 1fr; }
  .shuttlix-summary, .shuttlix-final-summary { grid-template-columns: 1fr 1fr; }
  .shuttlix-button--primary { width: 100%; }
}
@media (max-width: 430px) {
  .shuttlix-summary, .shuttlix-final-summary { grid-template-columns: 1fr; }
  .shuttlix-vehicle__footer { align-items: stretch; flex-direction: column; }
  .shuttlix-button--select { width: 100%; }
}
