:root {
  --gold-700: #b98b26;
  --gold-600: #d7ac4d;
  --gold-500: #c79227;
  --forest-900: #0d2f29;
  --text: #1d1d1b;
  --muted: #4a4a46;
  --paper: #f3f3f1;
  --panel: #efe9e1;
  --cream: #f8f6f3;
  --shadow: 0 10px 30px rgba(14, 26, 22, 0.12);
  --deep-blue: #0c3d4f;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', Arial, sans-serif;
  background: #f4f4f4;
  color: var(--text);
}

body {
  min-height: 100vh;
}

button, input {
  font: inherit;
}

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

.topbar {
  background: rgba(255,255,255,0.82);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.utility-bar {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.utility-inner,
.nav-wrap,
.hero-panel,
.feature-strip,
.booking-shell,
.footer-grid,
.stats-inner {
  width: min(1170px, calc(100% - 20px));
  margin: 0 auto;
}

.utility-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  color: rgba(20,20,20,0.78);
}

.utility-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.utility-links.right {
  gap: 18px;
}

.utility-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-weight: 500;
}

.currency {
  background: #c18d2d;
  color: #fff;
  border-radius: 20px;
  padding: 6px 12px;
  font-weight: 700;
  margin-left: 6px;
}

.main-header {
  background: rgba(255,255,255,0.6);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 118px;
  gap: 18px;
  padding: 10px 0 8px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-image {
  display: block;
  max-width: 500px;
  width: min(100%, 420px);
  height: auto;
}

.brand-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #efcf77, #c18b29);
  color: #173028;
  font-weight: 900;
  font-size: 2.9rem;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

.brand-name {
  font-size: clamp(4rem, 6vw, 7rem);
  letter-spacing: -0.09em;
  color: #b98c2a;
  font-weight: 900;
  line-height: 0.82;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(24,22,20,0.75);
}

.main-nav a {
  position: relative;
  white-space: nowrap;
  line-height: 1.2;
}

.main-nav a::after {
  content: '▾';
  font-size: 0.7rem;
  margin-left: 6px;
  opacity: 0.7;
}

.hero-banner {
  background: linear-gradient(180deg, #eceae5 0%, #f3f2f0 100%);
  padding: 18px 0 0;
}

.hero-panel {
  position: relative;
  aspect-ratio: 3 / 2;
  height: auto;
  overflow: hidden;
  background: #eee;
  border-radius: 0;
  box-shadow: none;
}

.carousel-track {
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 500ms ease;
  pointer-events: none;
}

.carousel-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.notice-slide {
  background: #fff;
}

.notice-slide img {
  object-fit: contain;
  object-position: center;
}

.notice-mobile-number {
  position: absolute;
  left: 57.5%;
  bottom: 4.5%;
  z-index: 1;
  padding: 2px 5px;
  background: rgba(255,255,255,0.96);
  color: #4a3a2a;
  font-size: clamp(0.58rem, 1.1vw, 1rem);
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.carousel-controls {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
  transform: translateX(-50%);
}

.carousel-arrow,
.carousel-dot {
  border: 0;
  cursor: pointer;
}

.carousel-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(25, 36, 40, 0.72);
  color: #fff;
  font-size: 1.65rem;
  line-height: 1;
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.65);
}

.carousel-dot.active {
  background: #c6922a;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 38px 32px;
  color: #fff;
}

.notice-badge {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 1.5rem;
  font-weight: 900;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.02em;
}

.scam-title {
  margin: 0;
  font-size: clamp(3.3rem, 5.8vw, 8rem);
  line-height: 0.82;
  font-weight: 900;
  letter-spacing: -0.08em;
  color: #fff;
  text-transform: uppercase;
}

.scam-title span {
  display: inline-block;
  color: #ff2c2c;
  font-weight: 900;
}

.scam-note {
  display: block;
  margin-top: 22px;
  width: 100%;
  background: #f03a2c;
  color: #fff;
  font-weight: 900;
  font-size: clamp(1.2rem, 2vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  padding: 18px 22px;
  border-radius: 14px;
  text-transform: uppercase;
}

.contact-stack {
  margin-top: 22px;
  background: rgba(255,255,255,0.92);
  color: #0d2130;
  width: min(100%, 760px);
  border-radius: 14px 14px 0 14px;
  padding: 20px 24px 18px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(1.5rem, 2.1vw, 2.6rem);
  letter-spacing: -0.05em;
  font-weight: 700;
  margin: 8px 0;
}

.contact-line .icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #df3b32;
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.hero-figure {
  display: none;
}

.hero-figure::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 220px;
  background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(17, 24, 32, 0.75));
  filter: blur(20px);
}

.figure-head {
  position: absolute;
  right: 180px;
  top: 110px;
  width: 170px;
  height: 160px;
  border-radius: 44% 44% 38% 38%;
  background: linear-gradient(180deg, #f3f3f3 0%, #d9d9d9 100%);
  box-shadow: inset 0 -16px 22px rgba(0,0,0,0.06);
}

.figure-head::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 26%, rgba(0,0,0,0.18) 0 8%, rgba(0,0,0,0) 9%);
}

.figure-head::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 36px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(0,0,0,0.12);
  box-shadow: 62px 0 0 rgba(0,0,0,0.12);
}

.figure-body {
  position: absolute;
  right: 128px;
  bottom: 20px;
  width: 260px;
  height: 345px;
  border-radius: 32% 32% 12% 12%;
  background: linear-gradient(180deg, #0f1a2d 0%, #141f35 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

.figure-body::before {
  content: "";
  position: absolute;
  left: 60px;
  top: -20px;
  width: 140px;
  height: 160px;
  background: linear-gradient(180deg, #f4f4f4 0%, #d4d4d4 100%);
  border-radius: 36% 36% 32% 32%;
}

.figure-body::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 100px;
  width: 100px;
  height: 140px;
  border-radius: 22px;
  transform: rotate(-18deg);
  background: linear-gradient(180deg, #122133 0%, #0d1829 100%);
  box-shadow: 210px 0 0 rgba(12,19,31,0.9);
}

.figure-laptop {
  position: absolute;
  right: 130px;
  bottom: 0;
  width: 360px;
  height: 180px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(180deg, #dbe7ee 0%, #a9bcc8 100%);
  transform: rotate(12deg);
  box-shadow: 0 10px 30px rgba(0,0,0,0.16);
}

.figure-laptop::before {
  content: "";
  position: absolute;
  inset: 10px 30px 12px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,0.4), rgba(127,146,155,0.25));
}

.figure-laptop::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -18px;
  height: 28px;
  border-radius: 0 0 14px 14px;
  background: #445c68;
}

.brand-word {
  position: absolute;
  right: 22px;
  top: 40px;
  font-size: clamp(3.1rem, 3.6vw, 5rem);
  line-height: 1;
  letter-spacing: -0.09em;
  font-weight: 900;
  color: rgba(255,255,255,0.86);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: linear-gradient(180deg, #c4952f, #b98a2a);
  border-top: 1px solid rgba(255,255,255,0.35);
}

.service-card {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: clamp(1rem, 1.5vw, 2rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255,255,255,0.95);
  border-right: 1px solid rgba(255,255,255,0.25);
  background: rgba(0,0,0,0.05);
}

.service-card:last-child {
  border-right: none;
}

.service-card.active {
  background: rgba(255,255,255,0.07);
}

.booking-section {
  background: #f3f3f1;
  padding: 0 0 42px;
}

.booking-shell {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

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

.booking-form {
  background: #a98a08;
  border-radius: 5px;
  padding: 14px 24px 10px;
}

.booking-tabs {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}

.tab {
  flex: 1;
  min-width: 0;
  height: 42px;
  border: 0;
  border-radius: 5px;
  background: #755b18;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
}

.tab.active {
  background: #795f18;
}

.trip-mode {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 22px;
  padding: 0 10px;
  color: rgba(255,255,255,0.97);
  font-weight: 700;
}

.radio-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
}

.radio-pill input {
  accent-color: #1f5b9c;
  width: 18px;
  height: 18px;
}

.route-grid,
.detail-grid {
  display: grid;
  align-items: end;
  gap: 12px;
}

.route-grid {
  grid-template-columns: 1fr 64px 1fr;
}

.detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: transparent;
  border-radius: 0;
  padding: 0;
  height: 94px;
}

.route-grid .field {
  height: 58px;
  position: relative;
}

.route-grid .field label,
.detail-grid .field label {
  position: absolute;
  top: 7px;
  left: 12px;
  z-index: 1;
  color: #3e3e3a;
  font-size: 0.74rem;
  line-height: 12px;
}

.route-grid .field input,
.detail-grid .field input,
.detail-grid .field select {
  height: 100%;
  padding-top: 14px;
}

.detail-grid .field {
  height: 50px;
  position: relative;
}

.field label {
  color: rgba(255,255,255,0.82);
  height: 14px;
  font-size: 0.76rem;
  line-height: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.field input {
  width: 100%;
  height: 48px;
  border: 0;
  background: #f7f7f5;
  border-radius: 0;
  font-size: 1rem;
  line-height: 48px;
  color: #1d1d1b;
  padding: 0 14px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
}

.field select {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 0;
  background: #f7f7f5;
  color: #1d1d1b;
  font-size: 1rem;
  padding: 0 12px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
}

.from-field {
  min-width: 0;
}

.swap-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  align-self: center;
  cursor: pointer;
}

.coupon-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 0 4px;
  color: rgba(255,255,255,0.98);
}

.form-status {
  min-height: 18px;
  margin: -6px 0 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.82rem;
  font-weight: 600;
}

.flight-result,
.customer-details {
  margin-top: 4px;
  padding: 14px;
  background: #f7f7f5;
  color: #29332e;
}

.customer-details {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 20;
  isolation: isolate;
  width: min(620px, calc(100% - 32px));
  max-height: calc(100vh - 24px);
  overflow-y: auto;
  margin: 0;
  transform: translate(-50%, -50%);
  padding: 0 28px 26px;
  border: 1px solid #d8d5cb;
  border-top: 7px solid #ae9008;
  background: #fff;
  box-shadow: none;
}

.customer-details:not([hidden])::before {
  display: none;
}

.customer-details > * {
  position: relative;
  z-index: 1;
}

.customer-details-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 -28px;
  padding: 22px 28px 18px;
  background: #f5f4ef;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e2d8;
}

.customer-details-heading h3 {
  margin: 4px 0 5px;
  color: #213d38;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  text-transform: none;
}

.customer-details-heading p {
  margin: 0;
  color: #6b6c65;
  font-size: 0.9rem;
  line-height: 1.45;
}

.modal-kicker {
  color: #9c7710;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.close-customer-details {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #f0eee7;
  color: #29332e;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.close-customer-details:hover,
.close-customer-details:focus-visible {
  background: #e1ddcf;
}

.flight-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.result-kicker {
  display: block;
  color: #9c7710;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#result-route,
#result-details {
  display: block;
}

#result-route {
  margin-top: 3px;
  font-size: 1.1rem;
}

#result-details {
  margin-top: 3px;
  color: #66665f;
  font-size: 0.86rem;
}

.accept-fare {
  min-width: 130px;
  height: 40px;
  border: 0;
  background: #9c7710;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.customer-details h3 {
  margin: 0;
}

.customer-fields {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.customer-fields label {
  color: #5f625b;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.customer-fields input {
  display: block;
  width: 100%;
  height: 46px;
  margin-top: 5px;
  border: 1px solid #c8c7bf;
  padding: 0 12px;
  background: #fbfbf9;
  color: #20241f;
}

.customer-fields input:focus {
  outline: 2px solid #ae9008;
  outline-offset: 1px;
}

.customer-details .confirm-booking,
.seat-selection .confirm-booking {
  margin-top: 14px;
  width: 100%;
  min-height: 50px;
  border: 2px solid #d7ac4d;
  padding: 0 22px;
  background: #0d2f29;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-shadow: none;
  text-transform: uppercase;
}

.customer-details .confirm-booking:hover,
.customer-details .confirm-booking:focus-visible,
.seat-selection .confirm-booking:hover,
.seat-selection .confirm-booking:focus-visible {
  background: #173f36;
  border-color: #b98b26;
}

.customer-details .form-status {
  margin: 10px 0 0;
  color: #4c4d47;
}

.seat-selection {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 21;
  isolation: isolate;
  width: min(620px, calc(100% - 32px));
  max-height: calc(100vh - 24px);
  overflow-y: auto;
  margin: 0;
  padding: 0 28px 24px;
  transform: translate(-50%, -50%);
  border: 1px solid #d8d5cb;
  border-top: 7px solid #ae9008;
  background: #fff;
}

.seat-selection-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: 0 -28px;
  padding: 22px 28px 16px;
  background: #f5f4ef;
  border-bottom: 1px solid #e6e2d8;
}

.seat-selection-heading h3 {
  margin: 4px 0 5px;
  color: #213d38;
  font-size: 1.3rem;
  text-transform: none;
}

.seat-selection-heading p {
  margin: 0;
  color: #6b6c65;
  font-size: 0.9rem;
}

.seat-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding: 16px 0 12px;
  color: #4c4d47;
  font-size: 0.8rem;
  font-weight: 800;
}

.seat-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.seat-swatch {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 4px;
}

.seat-swatch.available,
.seat.available {
  background: #13b45b;
}

.seat-swatch.reserved,
.seat.reserved {
  background: #cfd3df;
}

.seat-swatch.selected,
.seat.selected {
  background: #b98b26;
}

.seat-map {
  padding: 16px 14px 20px;
  border-radius: 20px;
  background: #eef7fc;
}

.cockpit {
  width: min(240px, 75%);
  margin: 0 auto 20px;
  padding: 13px 18px;
  border-radius: 24px;
  background: #273144;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
}

.seat-grid {
  display: grid;
  grid-template-columns: 28px repeat(2, minmax(0, 1fr)) 28px repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  align-items: center;
}

.seat-row-number {
  grid-column: 1;
  grid-row: auto;
  color: #273144;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
}

.seat {
  min-width: 0;
  min-height: 48px;
  border: 2px solid transparent;
  border-radius: 12px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 900;
  cursor: pointer;
}

.seat:hover:not(:disabled),
.seat:focus-visible {
  border-color: #173f36;
  outline: none;
}

.seat.reserved {
  color: #646b77;
  cursor: not-allowed;
}

.seat.selected {
  border-color: #6d5310;
  color: #fff;
}

.seat-aisle {
  display: block;
  grid-column: 4;
}

.seat-selection-footer {
  display: grid;
  gap: 8px;
}

.seat-selection-footer .form-status {
  margin: 12px 0 0;
  color: #4c4d47;
}

@media (max-width: 560px) {
  .seat-selection {
    width: min(100% - 20px, 620px);
    padding: 0 18px 20px;
  }

  .seat-selection-heading {
    margin: 0 -18px;
    padding: 20px 18px 16px;
  }

  .seat-map {
    padding: 12px 8px 16px;
  }

  .seat-grid {
    gap: 8px 6px;
  }
}

@media (max-width: 560px) {
  .customer-details {
    width: min(100% - 20px, 620px);
    padding: 0 18px 20px;
  }

  .customer-details-heading {
    margin: 0 -18px;
    padding: 20px 18px 16px;
  }
}

@media (max-width: 820px) {
  .customer-fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .flight-result {
    align-items: stretch;
    flex-direction: column;
  }

  .accept-fare {
    width: 100%;
  }
}

.passenger-pricing {
  display: grid;
  grid-template-columns: 150px 1fr 1.4fr;
  align-items: end;
  gap: 12px;
}

.passenger-count-field,
.child-ages {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.passenger-count-field label {
  color: rgba(255,255,255,0.85);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.passenger-count-field select,
.child-age-select {
  height: 42px;
  border: 0;
  border-radius: 0;
  background: #f7f7f5;
  color: #30332f;
  padding: 0 12px;
}

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

.fare-summary {
  min-height: 42px;
  padding: 9px 12px;
  background: rgba(255,255,255,0.14);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
}

.fare-section {
  background: #f5f3ed;
  padding: 54px 0 60px;
}

.fare-shell {
  width: min(1170px, calc(100% - 20px));
  margin: 0 auto;
}

.fare-intro {
  max-width: 650px;
  margin-bottom: 30px;
}

.fare-kicker {
  margin: 0 0 8px;
  color: #a88416;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.fare-intro h1 {
  margin: 0;
  color: #213d38;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.fare-intro p:not(.fare-kicker) {
  margin: 14px 0 5px;
  color: #4c4d47;
  font-size: 1.25rem;
  font-weight: 700;
}

.fare-intro span {
  color: #77756d;
  font-size: 0.9rem;
}

.fare-table-wrap {
  margin-top: 24px;
  background: #fff;
  border-top: 5px solid #ae9008;
  box-shadow: 0 8px 22px rgba(24, 31, 27, 0.08);
}

.fare-table-wrap h2 {
  margin: 0;
  padding: 17px 20px 13px;
  color: #234139;
  font-size: 1.15rem;
  text-transform: uppercase;
}

.fare-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  color: #333630;
}

.fare-table-wrap th,
.fare-table-wrap td {
  padding: 12px 20px;
  border-top: 1px solid #e7e4dc;
  text-align: left;
}

.fare-table-wrap th {
  background: #f0eee7;
  color: #6d6b61;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fare-table-wrap td:last-child {
  color: #9c7710;
  font-weight: 900;
  white-space: nowrap;
}

.fare-route {
  cursor: pointer;
  transition: background-color 160ms ease;
}

.fare-route:hover,
.fare-route:focus-visible {
  background: #fff8df;
  outline: 2px solid #ae9008;
  outline-offset: -2px;
}

.coupon {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 700;
}

.primary-btn {
  border: 0;
  background: #3d3b39;
  color: #fff;
  border-radius: 0;
  padding: 14px 30px;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  cursor: pointer;
  box-shadow: none;
}

.primary-btn.wide {
  width: 174px;
  min-width: 174px;
  height: 42px;
  padding: 0 18px;
  font-size: 1.5rem;
  background: rgba(71, 60, 49, 0.8);
  color: #f9f4ee;
}

.stats-band {
  background: #ae9008;
  color: #fff;
  padding: 24px 0 26px;
  position: relative;
}

.stats-band::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 54px;
  background:
    linear-gradient(#947813, #947813) 0 100% / 100% 30px no-repeat,
    radial-gradient(48px 37px at 4% 37px, #947813 98%, transparent 100%),
    radial-gradient(32px 25px at 13% 45px, #947813 98%, transparent 100%),
    radial-gradient(48px 37px at 22% 36px, #947813 98%, transparent 100%),
    radial-gradient(31px 25px at 31% 46px, #947813 98%, transparent 100%),
    radial-gradient(49px 38px at 40% 35px, #947813 98%, transparent 100%),
    radial-gradient(31px 24px at 49% 45px, #947813 98%, transparent 100%),
    radial-gradient(50px 38px at 58% 36px, #947813 98%, transparent 100%),
    radial-gradient(32px 25px at 67% 45px, #947813 98%, transparent 100%),
    radial-gradient(48px 37px at 76% 36px, #947813 98%, transparent 100%),
    radial-gradient(31px 24px at 85% 45px, #947813 98%, transparent 100%),
    radial-gradient(49px 38px at 95% 36px, #947813 98%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}

.stats-band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 48px;
  background:
    linear-gradient(#fff, #fff) 0 100% / 100% 27px no-repeat,
    radial-gradient(46px 35px at 4% 33px, #fff 98%, transparent 100%),
    radial-gradient(30px 23px at 13% 41px, #fff 98%, transparent 100%),
    radial-gradient(46px 35px at 22% 32px, #fff 98%, transparent 100%),
    radial-gradient(29px 23px at 31% 42px, #fff 98%, transparent 100%),
    radial-gradient(47px 36px at 40% 31px, #fff 98%, transparent 100%),
    radial-gradient(29px 22px at 49% 41px, #fff 98%, transparent 100%),
    radial-gradient(48px 36px at 58% 32px, #fff 98%, transparent 100%),
    radial-gradient(30px 23px at 67% 41px, #fff 98%, transparent 100%),
    radial-gradient(46px 35px at 76% 32px, #fff 98%, transparent 100%),
    radial-gradient(29px 22px at 85% 41px, #fff 98%, transparent 100%),
    radial-gradient(47px 36px at 95% 32px, #fff 98%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.stats-inner {
  display: grid;
  grid-template-columns: 1fr 1.45fr 1fr 1fr 1.25fr;
  align-items: center;
  gap: 12px;
  padding: 24px 0 20px;
  position: relative;
  z-index: 1;
}

.stat {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  line-height: 1;
  font-weight: 900;
}

.stat .number {
  font-size: clamp(2.5rem, 3vw, 3.5rem);
  letter-spacing: -0.08em;
}

.stat .label,
.stat .small {
  display: inline-block;
  font-size: clamp(0.7rem, 0.9vw, 1.15rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.stat .small {
  margin-left: 0;
}

.stat .sub {
  display: inline-block;
  font-size: 0.9rem;
  margin-left: 0;
  opacity: 0.9;
  font-weight: 600;
  max-width: 260px;
  line-height: 1.2;
}

.site-footer {
  background: #f5f5f3;
  color: #232323;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1.1fr 1.1fr 1.1fr;
  gap: 52px;
  padding: 40px 0 18px;
}

.footer-heading {
  margin: 0 0 20px;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #1f2530;
  text-transform: uppercase;
}

.brand-col p {
  max-width: 540px;
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(19,19,19,0.82);
}

.newsletter-title {
  margin-top: 30px;
  margin-bottom: 18px;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newsletter-box {
  width: 100%;
  max-width: 450px;
  height: 48px;
  border: 1px solid rgba(0,0,0,0.2);
  background: rgba(255,255,255,0.9);
  margin-bottom: 18px;
  border-radius: 0;
}

.newsletter-box input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 14px;
}

.subscribe-btn {
  border: 0;
  background: #c4912d;
  color: #fff;
  border-radius: 0;
  padding: 12px 26px;
  font-weight: 800;
  font-size: 1.05rem;
  cursor: pointer;
}

.newsletter-status {
  min-height: 20px;
  margin: 12px 0 0;
  color: #6d5310;
  font-size: 0.9rem;
  font-weight: 700;
}

.links-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  color: rgba(20,20,20,0.8);
  font-size: 1.08rem;
}

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

.socials {
  display: flex;
  gap: 16px;
  margin-top: 4px;
}

.socials span {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #c08d2d;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 900;
}

.contact-us h4 {
  margin: 8px 0 12px;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-us p {
  margin: 10px 0;
  font-size: 1rem;
  color: rgba(31,31,31,0.8);
}

.footer-bottom {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding: 20px 0 32px;
}

.footer-strip {
  width: min(1170px, calc(100% - 20px));
  margin: 0 auto;
  text-align: center;
  font-size: 1.1rem;
  color: rgba(20,20,20,0.8);
  font-weight: 700;
}

.legal-line {
  width: min(1170px, calc(100% - 20px));
  margin: 12px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  justify-content: center;
  font-size: 0.96rem;
  color: rgba(20,20,20,0.8);
}

.legal-line a {
  color: inherit;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}

.legal-subline {
  width: min(1170px, calc(100% - 20px));
  margin: 14px auto 0;
  color: rgba(20,20,20,0.66);
  font-size: 0.95rem;
}

@media (max-width: 1200px) {
  .utility-inner,
  .nav-wrap,
  .hero-panel,
  .booking-shell,
  .footer-grid,
  .stats-inner {
    width: min(100% - 32px, 1000px);
  }

  .nav-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0 12px;
  }

  .stats-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fare-shell {
    width: min(100% - 32px, 1000px);
  }
}

@media (max-width: 820px) {
  .utility-inner,
  .nav-wrap,
  .hero-panel,
  .booking-shell,
  .footer-grid,
  .stats-inner {
    width: calc(100% - 24px);
  }

  .utility-inner {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 8px 0;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 8px 16px;
    font-size: 0.85rem;
  }

  .brand-image {
    width: min(100%, 340px);
  }

  .carousel-controls {
    bottom: 10px;
  }

  .booking-form {
    padding: 12px;
  }

  .booking-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tab {
    width: 100%;
  }

  .route-grid,
  .detail-grid {
    grid-template-columns: 1fr 1fr;
  }

  .route-grid {
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
  }

  .route-grid .field,
  .detail-grid .field {
    min-width: 0;
  }

  .coupon-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .primary-btn.wide {
    width: 100%;
  }

  .stats-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
    padding-bottom: 18px;
  }

  .stat {
    min-width: 0;
    align-items: flex-start;
  }

  .stat .number {
    flex-shrink: 0;
  }

  .stat .label,
  .stat .small,
  .stat .sub {
    font-size: 0.72rem;
  }

  .stat .sub {
    max-width: 150px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .fare-shell {
    width: calc(100% - 24px);
  }

  .passenger-pricing {
    grid-template-columns: 1fr 1fr;
  }

  .fare-summary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .utility-inner,
  .nav-wrap,
  .hero-panel,
  .booking-shell,
  .footer-grid,
  .stats-inner {
    width: calc(100% - 20px);
  }

  .utility-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
    font-size: 0.72rem;
  }

  .utility-links.right {
    justify-content: center;
    gap: 8px 12px;
  }

  .nav-wrap {
    align-items: center;
  }

  .brand-image {
    width: min(100%, 280px);
  }

  .main-nav {
    justify-content: center;
    gap: 8px 12px;
    text-align: center;
    font-size: 0.74rem;
  }

  .carousel-arrow {
    width: 30px;
    height: 30px;
    font-size: 1.35rem;
  }

  .carousel-controls {
    gap: 10px;
  }

  .booking-form {
    padding: 10px;
    gap: 12px;
  }

  .booking-tabs {
    gap: 4px;
  }

  .tab {
    height: 42px;
    padding: 0 5px;
    font-size: 0.68rem;
    letter-spacing: 0;
  }

  .route-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .passenger-pricing {
    grid-template-columns: 1fr;
  }

  .child-ages {
    grid-template-columns: 1fr 1fr;
  }

  .fare-summary {
    grid-column: auto;
  }

  .route-grid .swap-btn {
    display: grid;
    justify-self: center;
    grid-row: 2;
  }

  .stats-inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .stat .number {
    font-size: 2.4rem;
  }

  .stat .sub {
    max-width: 220px;
  }

  .footer-grid {
    gap: 28px;
    padding-top: 32px;
  }

  .fare-section {
    padding: 38px 0 42px;
  }

  .fare-shell {
    width: calc(100% - 20px);
  }

  .fare-intro h1 {
    font-size: 2rem;
  }

  .fare-table-wrap h2 {
    padding: 14px 14px 11px;
    font-size: 0.95rem;
  }

  .fare-table-wrap th,
  .fare-table-wrap td {
    padding: 10px 12px;
    font-size: 0.82rem;
  }

  .fare-table-wrap th {
    font-size: 0.65rem;
  }

  .brand-col p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .socials {
    justify-content: flex-start;
  }

  .footer-heading {
    font-size: 0.95rem;
  }

  .links-col ul {
    font-size: 0.95rem;
  }
}
