:root {
  --blue: #05aee4;
  --blue-deep: #087ee6;
  --navy: #155487;
  --red: #ef1d2f;
  --green: #11ad61;
  --yellow: #ffd45c;
  --ink: #202a37;
  --muted: #667085;
  --line: #e9edf3;
  --soft: #f7f9fc;
  --paper: #ffffff;
  --shadow: 0 18px 40px rgba(20, 42, 74, 0.13);
  --radius: 8px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(20, 42, 74, 0.08);
  box-shadow: 0 8px 28px rgba(20, 42, 74, 0.06);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(calc(100% - 32px), var(--max));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  min-width: 190px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  border: 2px solid #d8eef9;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 151, 211, 0.13);
  overflow: hidden;
}

.custom-logo-link,
.custom-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.brand-seal {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--red);
  background: radial-gradient(circle, #fff 45%, #dff6ff 46%);
  font-weight: 800;
}

.brand-text {
  display: grid;
  line-height: 1.05;
}

.brand-text small {
  color: #111827;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-text strong {
  color: var(--red);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.primary-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
}

.menu a {
  color: #616b7a;
  font-size: 14px;
  font-weight: 700;
  transition: color 180ms ease;
}

.menu a:hover {
  color: var(--red);
}

.header-hotline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-deep);
  font-weight: 800;
}

.header-hotline > span:first-child {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff5d7;
  box-shadow: inset 0 0 0 5px #fff;
}

.header-hotline small {
  display: block;
  color: #4d83bd;
  font-size: 12px;
}

.header-hotline strong {
  display: block;
  color: #5a6676;
  font-size: 12px;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--blue);
}

.hero-inner {
  position: relative;
  width: min(calc(100% - 32px), var(--max));
  min-height: 420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1fr);
  align-items: center;
  gap: 52px;
  color: #fff;
}

.hero-copy {
  padding: 58px 0 86px;
}

.eyebrow {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1.1;
  font-weight: 800;
}

.hero-lede {
  max-width: 620px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.25;
  font-weight: 500;
}

.hero-call {
  width: max-content;
  margin-top: 22px;
  padding: 9px 26px 9px 10px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #ff2b31, #d70f20);
  box-shadow: 0 16px 28px rgba(169, 0, 13, 0.22);
}

.hero-call span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--red);
  background: #fff;
  font-size: 24px;
}

.hero-links {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  color: #fff;
  font-weight: 700;
}

.hero-links span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hero-media {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
}

.hero-orbit {
  position: absolute;
  width: min(48vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--blue-deep);
  transform: translateX(-16%);
}

.hero-media img {
  position: relative;
  width: min(48vw, 560px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 24px 60px rgba(0, 55, 111, 0.25);
  animation: heroFloat 5s ease-in-out infinite;
}

.booking-panel {
  position: relative;
  z-index: 5;
  width: min(calc(100% - 32px), 980px);
  margin: -44px auto 0;
  padding: 18px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(20, 42, 74, 0.15);
}

.booking-form {
  display: grid;
  gap: 14px;
}

.trip-mode {
  display: flex;
  gap: 22px;
  color: #586275;
  font-size: 13px;
  font-weight: 700;
}

.trip-mode label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.booking-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 140px;
  gap: 8px;
}

.booking-fields label {
  min-height: 64px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 10px 16px;
  border-radius: 8px;
  background: #f5f5f5;
}

.booking-fields span {
  color: #7a8494;
  font-size: 12px;
  font-weight: 700;
}

.booking-fields input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}

.booking-fields button,
.red-button {
  min-height: 64px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--red);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.booking-fields button:hover,
.red-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(239, 29, 47, 0.28);
}

.benefit-strip {
  width: min(calc(100% - 32px), 920px);
  margin: 22px auto 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  text-align: center;
}

.benefit-strip div {
  display: grid;
  gap: 8px;
  justify-items: center;
  color: #3e4654;
  font-weight: 800;
}

.benefit-strip span {
  font-size: 34px;
}

.marble-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at 20% 20%, rgba(21, 84, 135, 0.08), transparent 26rem),
    linear-gradient(45deg, transparent 48%, rgba(21, 84, 135, 0.05) 49%, transparent 51%);
}

.routes-section,
.services-section,
.offices-section,
.news-section {
  padding: 44px 0 58px;
}

.section-heading,
.route-grid,
.service-grid,
.office-grid,
.news-grid {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}

.section-heading {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-heading h2 {
  margin: 0;
  color: #1f2937;
  font-size: 24px;
  font-weight: 800;
}

.section-icon {
  margin: 0;
  font-size: 26px;
}

.with-link {
  justify-content: space-between;
}

.with-link > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.with-link > a {
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.route-card,
.news-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.route-image,
.news-image,
.service-image {
  display: block;
  height: 150px;
  overflow: hidden;
  background: #eef5fb;
}

.route-image img,
.news-image img,
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.route-card:hover img,
.news-card:hover img,
.service-card:hover img {
  transform: scale(1.04);
}

.route-card-body {
  padding: 14px;
}

.route-card h3,
.service-card h3,
.news-card h3,
.office-card h3 {
  margin: 0;
  color: #253044;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.route-date {
  margin: 14px 0;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 8px;
  align-items: center;
  border-radius: 8px;
  background: #f6f6f6;
}

.route-date span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #1677ff;
}

.route-date small {
  color: #7a8494;
  font-size: 11px;
  font-weight: 700;
}

.route-date strong {
  font-size: 13px;
}

.red-button {
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 1px dashed #fff;
  box-shadow: inset 0 0 0 2px var(--red);
}

.services-section {
  background: #fff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  position: relative;
  padding-bottom: 32px;
}

.service-image {
  height: 190px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.service-content {
  position: relative;
  width: calc(100% - 36px);
  min-height: 142px;
  margin: -36px auto 0;
  padding: 42px 20px 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.service-badge {
  position: absolute;
  top: -24px;
  left: 20px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--green);
  font-weight: 800;
}

.service-content h3 a {
  color: #1677ff;
}

.service-content p,
.news-content p,
.office-card p {
  margin: 10px 0 0;
  color: #5f6b7a;
  font-size: 14px;
}

.offices-section {
  background: #f7f8fa;
}

.office-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.office-card {
  min-height: 132px;
  padding: 20px;
  border-right: 1px solid #dde3ea;
}

.office-card h3::before {
  content: "⌂";
  margin-right: 8px;
  color: #8a95a3;
}

.news-section {
  background: #fff;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.news-image {
  height: 190px;
  border-radius: 8px 8px 0 0;
}

.news-content {
  padding: 18px;
}

.page-hero {
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.2), transparent 18rem),
    linear-gradient(135deg, var(--blue), var(--blue-deep));
}

.page-hero > div {
  width: min(calc(100% - 32px), var(--max));
  min-height: 220px;
  margin: 0 auto;
  padding: 52px 0;
  display: grid;
  align-content: center;
}

.page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.1;
}

.page-intro {
  max-width: 760px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
}

.page-section {
  padding-top: 54px;
}

.lookup-page-section {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 56px 0;
}

.booking-panel-static {
  width: 100%;
  margin: 0;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 32px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.empty-state h3 {
  margin: 0;
  color: #253044;
  font-size: 20px;
}

.empty-state p {
  max-width: 620px;
  margin: 10px auto 0;
  color: var(--muted);
}

.content-page,
.fleet-section,
.vehicle-single {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 56px 0;
}

.archive-fleet .section-heading {
  width: 100%;
}

.archive-fleet .section-heading h1,
.content-page h1,
.vehicle-single h1 {
  margin: 0;
  color: #1f2937;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.1;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.fleet-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.fleet-image {
  height: 200px;
  overflow: hidden;
  background: #eef5fb;
}

.fleet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fleet-image-empty {
  min-height: 200px;
  display: grid;
  place-items: center;
  color: #64748b;
  font-weight: 800;
}

.fleet-content {
  padding: 18px;
}

.fleet-content span,
.vehicle-groups span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #077444;
  background: #e7f8ef;
  font-size: 12px;
  font-weight: 800;
}

.fleet-content h3 {
  margin: 0;
  font-size: 18px;
}

.fleet-content p {
  color: var(--muted);
  font-size: 14px;
}

.fleet-empty {
  grid-column: 1 / -1;
}

.vehicle-single {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 36px;
  align-items: center;
}

.vehicle-single-media {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.vehicle-single-media img,
.vehicle-single-media .fleet-image-empty {
  width: 100%;
  min-height: 320px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vehicle-single-content {
  grid-column: 1 / -1;
  max-width: 840px;
  color: #485466;
  font-size: 17px;
}

.site-footer {
  color: #fff;
  background: var(--navy);
}

.footer-inner {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 42px 0 36px;
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.9fr 0.75fr;
  gap: 34px;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.footer-contact {
  margin-top: 18px !important;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-links a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: #0b78d0;
  font-weight: 800;
}

.footer-bottom {
  padding: 12px 16px;
  color: #fff;
  background: var(--red);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  gap: 10px;
}

.floating-actions a {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 12px 24px rgba(20, 42, 74, 0.22);
  font-size: 13px;
  font-weight: 800;
}

.float-call {
  background: var(--red);
}

.float-chat {
  background: #1684e8;
}

.float-zalo {
  background: #2b9cff;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

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

/* ── Hamburger Icon & Toggle Styles ────────────────────────────────────────── */
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  z-index: 100;
  border-radius: 8px;
  transition: background-color 0.2s;
  order: 4;
}
.menu-toggle:hover {
  background-color: rgba(20, 42, 74, 0.05);
}
.menu-toggle:focus {
  outline: none;
}

.hamburger-box {
  width: 20px;
  height: 14px;
  display: block;
  position: relative;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: var(--ink);
  position: absolute;
  border-radius: 4px;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
}

.hamburger-inner {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-inner::before {
  content: "";
  top: -6px;
}

.hamburger-inner::after {
  content: "";
  bottom: -6px;
}

/* Morphing to X */
.menu-open .hamburger-inner {
  transform: rotate(45deg);
}
.menu-open .hamburger-inner::before {
  opacity: 0;
}
.menu-open .hamburger-inner::after {
  transform: translateY(-6px) rotate(-90deg);
}

@media (max-width: 980px) {
  .menu-toggle {
    display: flex;
  }

  .header-inner {
    padding: 12px 0;
    gap: 12px;
    justify-content: space-between;
  }

  .brand {
    order: 1;
    flex: 1;
  }

  .header-hotline {
    order: 2;
    margin-left: auto;
  }

  .primary-nav {
    display: none;
    order: 5;
    flex: 0 0 100%;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(20, 42, 74, 0.08);
    box-shadow: 0 16px 32px rgba(20, 42, 74, 0.08);
    padding: 20px 24px 24px;
    z-index: 45;
  }

  .menu-open .primary-nav {
    display: block;
    animation: slideDownMenu 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .menu {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

  .menu li {
    width: 100%;
  }

  .menu a {
    display: block;
    font-size: 15px;
    padding: 12px 16px;
    border-radius: 8px;
    background: #f7f9fc;
    color: var(--ink);
    border: 1px solid #e9edf3;
    font-weight: 700;
  }

  .menu a:hover {
    background: #eef4ff;
    color: var(--blue-deep);
  }

  @keyframes slideDownMenu {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .hero-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-copy {
    padding-bottom: 34px;
  }

  .hero-media {
    min-height: 330px;
    padding-bottom: 62px;
  }

  .hero-orbit,
  .hero-media img {
    width: min(78vw, 440px);
  }

  .booking-fields,
  .route-grid,
  .service-grid,
  .office-grid,
  .news-grid,
  .fleet-grid,
  .vehicle-single,
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .booking-fields button,
  .empty-state {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .header-inner,
  .hero-inner,
  .benefit-strip,
  .section-heading,
  .route-grid,
  .service-grid,
  .office-grid,
  .news-grid,
  .footer-inner {
    width: min(calc(100% - 22px), var(--max));
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .brand-text strong {
    font-size: 13px;
  }

  .brand-text small {
    font-size: 10px;
  }

  .header-hotline {
    margin-left: auto;
  }

  .header-hotline small {
    display: none;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero-lede {
    font-size: 20px;
  }

  .hero-links,
  .benefit-strip,
  .booking-fields,
  .route-grid,
  .service-grid,
  .office-grid,
  .news-grid,
  .fleet-grid,
  .vehicle-single,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-links {
    display: grid;
    gap: 10px;
  }

  .booking-panel {
    margin-top: -32px;
    padding: 12px;
  }

  .benefit-strip {
    gap: 24px;
  }

  .route-image,
  .service-image,
  .news-image {
    height: 180px;
  }

  .office-card {
    border-right: 0;
    border-bottom: 1px solid #dde3ea;
  }

  .floating-actions {
    right: 12px;
    bottom: 12px;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   BOOKING WIZARD – Smart ticket booking system
   ═══════════════════════════════════════════════════════════════════════════ */

.booking-wizard-hero {
  padding-bottom: 0;
}

.bwiz-wrap {
  width: min(calc(100% - 32px), 1100px);
  margin: 0 auto;
  padding: 36px 0 72px;
}

/* ── Stepper ─────────────────────────────────────────────────────────────── */

.bwiz-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 36px;
}

.bwiz-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: default;
}

.bwiz-step-num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 800;
  font-size: 16px;
  border: 2px solid var(--line);
  background: #fff;
  color: #94a3b8;
  transition: all 280ms ease;
}

.bwiz-step.active .bwiz-step-num {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  box-shadow: 0 8px 22px rgba(239, 29, 47, 0.3);
}

.bwiz-step.done .bwiz-step-num {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.bwiz-step-label {
  font-size: 12px;
  font-weight: 700;
  color: #94a3b8;
  white-space: nowrap;
}

.bwiz-step.active .bwiz-step-label {
  color: var(--red);
}

.bwiz-step.done .bwiz-step-label {
  color: var(--green);
}

.bwiz-connector {
  flex: 1;
  max-width: 120px;
  height: 2px;
  margin-bottom: 18px;
  background: var(--line);
  transition: background 280ms ease;
}

.bwiz-connector.done {
  background: var(--green);
}

/* ── Panels (step containers) ────────────────────────────────────────────── */

.bwiz-panel {
  display: none;
  animation: bwizSlideIn 350ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bwiz-panel.active {
  display: block;
}

@keyframes bwizSlideIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Search box ──────────────────────────────────────────────────────────── */

.bwiz-search-box {
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 48px rgba(20, 42, 74, 0.1);
  margin-bottom: 28px;
}

.bwiz-search-fields {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 40px 1fr 1fr 160px;
  gap: 10px;
  align-items: center;
}

.bwiz-field {
  position: relative;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #f7f9fc;
  border: 1.5px solid transparent;
  transition: border-color 220ms ease, background 220ms ease;
}

.bwiz-field:focus-within {
  background: #fff;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(5, 174, 228, 0.12);
}

.bwiz-field-icon {
  font-size: 22px;
  flex-shrink: 0;
}

.bwiz-field-inner {
  flex: 1;
  min-width: 0;
}

.bwiz-field-inner label {
  display: block;
  color: #7a8494;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 3px;
}

.bwiz-field-inner input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

.bwiz-swap {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid var(--line);
  background: #fff;
  font-size: 18px;
  cursor: pointer;
  color: var(--blue-deep);
  transition: all 200ms ease;
}

.bwiz-swap:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  transform: rotate(180deg);
}

.bwiz-search-btn {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #ef1d2f, #d70f20);
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(239, 29, 47, 0.28);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.bwiz-search-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(239, 29, 47, 0.36);
}

.bwiz-btn-icon {
  font-size: 20px;
}

/* Autocomplete dropdown */
.bwiz-autocomplete {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(20, 42, 74, 0.14);
  display: none;
  max-height: 240px;
  overflow-y: auto;
}

.bwiz-autocomplete.open {
  display: block;
}

.bwiz-autocomplete li {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: var(--ink);
}

.bwiz-autocomplete li:hover,
.bwiz-autocomplete li.focused {
  background: #f0f7ff;
  color: var(--blue-deep);
}

/* ── Trip results ────────────────────────────────────────────────────────── */

.bwiz-results {
  min-height: 180px;
}

.bwiz-results-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 24px;
  border-radius: 16px;
  background: #f7f9fc;
  border: 2px dashed #dde5ef;
  color: #94a3b8;
  text-align: center;
}

.bwiz-results-empty span {
  font-size: 52px;
}

.bwiz-results-empty p {
  margin: 0;
  font-size: 15px;
}

.bwiz-results-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 48px;
  color: var(--blue-deep);
  font-weight: 700;
}

.bwiz-results-error {
  padding: 24px;
  border-radius: 12px;
  background: #fff5f5;
  border: 1px solid #fecaca;
  color: #c0392b;
  font-weight: 600;
  text-align: center;
}

.bwiz-results-list {
  display: grid;
  gap: 14px;
}

.bwiz-results-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #5f6b7a;
  font-size: 14px;
  font-weight: 600;
}

.bwiz-results-meta strong {
  color: var(--ink);
}

/* Trip card */
.bwiz-trip-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(20, 42, 74, 0.08);
  overflow: hidden;
  transition: box-shadow 220ms ease, transform 220ms ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.bwiz-trip-card:hover {
  box-shadow: 0 12px 40px rgba(20, 42, 74, 0.14);
  transform: translateY(-2px);
  border-color: var(--blue);
}

.bwiz-trip-card-accent {
  width: 6px;
  background: linear-gradient(to bottom, var(--blue), var(--blue-deep));
}

.bwiz-trip-card-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
  align-items: center;
}

.bwiz-trip-col {
  padding: 18px 20px;
  border-right: 1px solid #f1f4f8;
}

.bwiz-trip-col:last-child {
  border-right: 0;
}

.bwiz-trip-col-label {
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.bwiz-trip-time {
  font-size: 26px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1;
}

.bwiz-trip-route {
  font-size: 13px;
  font-weight: 600;
  color: #5f6b7a;
  margin-top: 4px;
}

.bwiz-trip-duration {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue-deep);
}

.bwiz-trip-price {
  font-size: 22px;
  font-weight: 800;
  color: var(--red);
}

.bwiz-trip-price-unit {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 2px;
}

.bwiz-trip-avail {
  font-size: 14px;
  font-weight: 700;
}

.bwiz-trip-avail.plenty { color: var(--green); }
.bwiz-trip-avail.few    { color: #f59e0b; }
.bwiz-trip-avail.none   { color: var(--red); }

.bwiz-trip-card-action {
  display: flex;
  align-items: center;
  padding: 18px 20px;
}

.bwiz-select-trip-btn {
  padding: 10px 22px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: background 200ms ease, transform 200ms ease;
}

.bwiz-select-trip-btn:hover {
  background: var(--blue-deep);
  transform: translateY(-1px);
}

.bwiz-select-trip-btn:disabled {
  background: #cbd5e1;
  cursor: not-allowed;
  transform: none;
}

/* ── Back bar ────────────────────────────────────────────────────────────── */

.bwiz-back-bar {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.bwiz-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #5f6b7a;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 200ms ease, color 200ms ease;
}

.bwiz-back-btn:hover {
  border-color: var(--blue);
  color: var(--blue-deep);
}

.bwiz-selected-trip-info {
  font-size: 14px;
  font-weight: 700;
  color: #253044;
}

/* ── Seat map ─────────────────────────────────────────────────────────────── */

.bwiz-seat-wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 24px;
  align-items: start;
}

.bwiz-seat-section {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 24px rgba(20, 42, 74, 0.08);
}

.bwiz-seat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bwiz-seat-title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
}

.bwiz-seat-legend {
  display: flex;
  gap: 16px;
}

.seat-legend {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #5f6b7a;
}

.seat-legend::before {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 5px;
  flex-shrink: 0;
}

.seat-legend.available::before { background: #e8f4fd; border: 1.5px solid #b3d9f0; }
.seat-legend.selected::before  { background: var(--red); border: 1.5px solid var(--red); }
.seat-legend.booked::before    { background: #e2e8f0; border: 1.5px solid #cbd5e1; }

/* Bus body */
.bwiz-bus-body {
  background: linear-gradient(to bottom, #f0f4f8, #e8edf4);
  border-radius: 24px 24px 16px 16px;
  padding: 0 12px 20px;
  border: 2px solid #d1dbe6;
  overflow: hidden;
}

.bwiz-driver-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #1a3a5c, #155487);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.bwiz-steering {
  font-size: 22px;
  filter: grayscale(1) brightness(2);
}

.bwiz-driver-label {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
}

.bwiz-seat-map {
  display: grid;
  gap: 8px;
  padding: 4px;
}

/* Each seat row: generated by JS */
.bwiz-seat-row {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.bwiz-aisle {
  width: 28px;
  flex-shrink: 0;
}

/* Individual seat */
.bwiz-seat {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px 8px 6px 6px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all 180ms ease;
  position: relative;
  user-select: none;
}

/* Seat headrest indicator */
.bwiz-seat::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 8px;
  right: 8px;
  height: 5px;
  border-radius: 3px 3px 0 0;
  background: inherit;
  opacity: 0.6;
}

.bwiz-seat.available {
  background: #e8f4fd;
  border-color: #b3d9f0;
  color: #1a6fa8;
}

.bwiz-seat.available:hover {
  background: #bde9ff;
  border-color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(5, 174, 228, 0.25);
}

.bwiz-seat.selected {
  background: var(--red);
  border-color: #b5071a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(239, 29, 47, 0.32);
}

.bwiz-seat.booked {
  background: #e2e8f0;
  border-color: #cbd5e1;
  color: #94a3b8;
  cursor: not-allowed;
}

.bwiz-seat.booked:hover {
  transform: none;
}

/* Floor indicator (for 2-2-2 double-deck) */
.bwiz-floor-label {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  color: #64748b;
  margin: 10px 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bwiz-seat-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 48px;
  color: #64748b;
  font-weight: 600;
}

/* ── Ticket basket (sidebar) ─────────────────────────────────────────────── */

.bwiz-seat-sidebar {
  position: sticky;
  top: 90px;
}

.bwiz-ticket-basket {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 24px rgba(20, 42, 74, 0.08);
}

.bwiz-ticket-basket h3 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
}

.bwiz-basket-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 24px 0;
  color: #94a3b8;
  text-align: center;
}

.bwiz-basket-empty span {
  font-size: 36px;
}

.bwiz-basket-empty p {
  margin: 0;
  font-size: 13px;
}

.bwiz-basket-list {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.bwiz-basket-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f7f9fc;
  font-size: 14px;
  font-weight: 700;
}

.bwiz-basket-item-seat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.bwiz-basket-item-seat::before {
  content: '🪑';
  font-size: 16px;
}

.bwiz-basket-item-price {
  color: var(--red);
  font-weight: 800;
}

.bwiz-basket-item-remove {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 0;
  background: #fee2e2;
  color: var(--red);
  font-size: 12px;
  cursor: pointer;
  margin-left: 8px;
  transition: background 180ms ease;
}

.bwiz-basket-item-remove:hover {
  background: var(--red);
  color: #fff;
}

.bwiz-basket-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-top: 1px solid var(--line);
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #5f6b7a;
}

.bwiz-basket-total strong {
  font-size: 20px;
  color: var(--red);
}

.bwiz-next-btn {
  width: 100%;
  padding: 14px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #ef1d2f, #d70f20);
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: opacity 200ms ease, transform 200ms ease;
}

.bwiz-next-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(239, 29, 47, 0.3);
}

.bwiz-next-btn:disabled {
  background: #cbd5e1;
  cursor: not-allowed;
}

.bwiz-policy-note {
  margin-top: 12px;
  padding: 12px;
  border-radius: 8px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  font-size: 12px;
  color: #78350f;
}

.bwiz-policy-note p {
  margin: 0;
}

/* ── Step 3: Confirm wrap ────────────────────────────────────────────────── */

.bwiz-confirm-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.bwiz-order-summary h2,
.bwiz-passenger-form h2 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 800;
  color: var(--ink);
}

.bwiz-summary-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 4px 24px rgba(20, 42, 74, 0.08);
}

.bwiz-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f1f4f8;
  font-size: 14px;
}

.bwiz-summary-row:last-child {
  border-bottom: 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--red);
  padding-top: 14px;
}

.bwiz-summary-key {
  color: #5f6b7a;
  font-weight: 600;
  flex-shrink: 0;
  min-width: 120px;
}

.bwiz-summary-val {
  font-weight: 700;
  color: var(--ink);
  text-align: right;
}

/* Passenger form */
.bwiz-passenger-form {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 24px rgba(20, 42, 74, 0.08);
}

.bwiz-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.bwiz-form-field {
  margin-bottom: 16px;
}

.bwiz-form-field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #3e4a5a;
  margin-bottom: 6px;
}

.bwiz-form-field input,
.bwiz-form-field textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #d1dbe6;
  border-radius: 8px;
  font: inherit;
  font-size: 15px;
  color: var(--ink);
  background: #f7f9fc;
  transition: border-color 200ms ease, background 200ms ease;
}

.bwiz-form-field input:focus,
.bwiz-form-field textarea:focus {
  outline: 0;
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(5, 174, 228, 0.12);
}

.bwiz-form-field textarea {
  resize: vertical;
}

.bwiz-terms {
  margin-bottom: 18px;
}

.bwiz-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #5f6b7a;
  cursor: pointer;
  line-height: 1.4;
}

.bwiz-checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  flex-shrink: 0;
  accent-color: var(--red);
}

.bwiz-checkbox-label a {
  color: var(--blue-deep);
  text-decoration: underline;
}

.bwiz-submit-area {
  text-align: center;
}

.bwiz-submit-btn {
  width: 100%;
  padding: 16px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #ef1d2f, #d70f20);
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(239, 29, 47, 0.28);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.bwiz-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(239, 29, 47, 0.36);
}

.bwiz-submit-btn:disabled {
  background: #94a3b8;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.bwiz-security-note {
  margin: 10px 0 0;
  font-size: 12px;
  color: #94a3b8;
}

/* ── Success state ───────────────────────────────────────────────────────── */

.bwiz-success-wrap {
  max-width: 560px;
  margin: 0 auto;
  padding: 60px 24px;
  text-align: center;
}

.bwiz-success-icon {
  font-size: 72px;
  margin-bottom: 16px;
  animation: bounceIn 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes bounceIn {
  from { transform: scale(0.4); opacity: 0; }
  70%  { transform: scale(1.08); }
  to   { transform: scale(1); opacity: 1; }
}

.bwiz-success-wrap h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  color: #0a3622;
}

.bwiz-success-sub {
  margin: 10px 0 28px;
  color: #5f6b7a;
  font-size: 16px;
}

.bwiz-booking-code-display {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 18px 36px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ef1d2f, #d70f20);
  color: #fff;
  margin-bottom: 28px;
}

.bwiz-booking-code-display span {
  font-size: 13px;
  opacity: 0.88;
}

.bwiz-booking-code-display strong {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.bwiz-final-summary {
  background: #f7f9fc;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 28px;
  text-align: left;
}

.bwiz-success-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.bwiz-home-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  color: #5f6b7a;
  font-weight: 700;
  font-size: 14px;
  transition: border-color 200ms ease;
}

.bwiz-home-btn:hover {
  border-color: var(--blue);
  color: var(--blue-deep);
}

/* ── Spinner ─────────────────────────────────────────────────────────────── */

.bwiz-spinner {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid #e2e8f0;
  border-top-color: var(--blue);
  animation: spin 700ms linear infinite;
}

.bwiz-spinner-sm {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #fff;
  animation: spin 700ms linear infinite;
  vertical-align: middle;
  margin-right: 6px;
}

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

/* ── Booking wizard responsive ───────────────────────────────────────────── */

@media (max-width: 900px) {
  .bwiz-search-fields {
    grid-template-columns: 1fr 1fr;
  }
  .bwiz-swap {
    display: none;
  }
  .bwiz-search-btn {
    grid-column: 1 / -1;
    min-height: 56px;
  }
  .bwiz-trip-card-body {
    grid-template-columns: 1fr 1fr;
  }
  .bwiz-seat-wrap {
    grid-template-columns: 1fr;
  }
  .bwiz-seat-sidebar {
    position: static;
  }
  .bwiz-confirm-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bwiz-stepper {
    gap: 0;
  }
  .bwiz-connector {
    max-width: 40px;
  }
  .bwiz-step-label {
    font-size: 10px;
  }
  .bwiz-trip-card {
    grid-template-columns: 4px 1fr;
  }
  .bwiz-trip-card-body {
    grid-template-columns: 1fr 1fr;
  }
  .bwiz-trip-card-action {
    grid-column: 1 / -1;
    justify-content: center;
    padding-top: 0;
  }
  .bwiz-select-trip-btn {
    width: 100%;
    padding: 12px;
  }
  .bwiz-form-row {
    grid-template-columns: 1fr;
  }
  .bwiz-seat-legend {
    flex-direction: column;
    gap: 6px;
  }
  .bwiz-seat {
    width: 38px;
    height: 38px;
    font-size: 10px;
  }
  .bwiz-search-fields {
    grid-template-columns: 1fr;
  }
}

