/* Curb-style United home — city stage, 3 ride circles, right drawer */

.city-app {
  min-height: 100dvh;
  max-width: 430px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #0b1220;
}

.home-scale {
  min-height: 100dvh;
  position: relative;
  transform-origin: left center;
  transition: transform 0.38s cubic-bezier(.2,.8,.2,1);
  z-index: 2;
}
.city-app.drawer-open .home-scale {
  transform: translateX(-46%) scale(0.66);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
}

.city-home {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
  background: #0b1220;
}
.city-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("../images/ohare-night.png") center 28%/cover no-repeat;
  opacity: 0.52;
  pointer-events: none;
}
.city-home::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,10,18,.38) 0%, rgba(8,10,18,.12) 40%, rgba(8,10,18,.62) 100%);
  pointer-events: none;
}
.city-home > * { position: relative; z-index: 1; }

.city-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(0.7rem + env(safe-area-inset-top, 0px)) 1rem 0.4rem;
}
.city-brand {
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 1.35rem;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.45);
}
.city-brand span { color: #f5d56b; }
.brand-sub {
  margin: -0.35rem 0 1rem;
  padding: 0 0.15rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.home-areas {
  margin: 1rem 0 0.35rem;
}
.home-areas-lab {
  margin: 0 0 0.55rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-areas-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.home-areas-row span {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 213, 107, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 700;
}
.home-share-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin: 0.9rem 0 0.2rem;
}
.home-share-btn {
  appearance: none;
  border: 1px solid rgba(245, 213, 107, 0.35);
  background: rgba(0, 0, 0, 0.28);
  color: #f5d56b;
  border-radius: 14px;
  padding: 0.72rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.cancel-last {
  margin: 0.75rem 0 0.15rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
}
.cancel-last-copy {
  margin: 0;
  font-size: 0.9rem;
  color: #f2f2f7;
}
.cancel-last-sub {
  margin: 0.25rem 0 0.65rem;
  font-size: 0.78rem;
  color: #aeaeb2;
}
.cancel-last-btn {
  appearance: none;
  width: 100%;
  border: 1px solid rgba(254, 202, 202, 0.35);
  background: transparent;
  color: #fecaca;
  border-radius: 10px;
  padding: 0.65rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
}
.landed-extras {
  margin: 0.85rem 1rem 0;
  display: grid;
  gap: 0.65rem;
}
.landed-extras .row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}
.landed-extras .field label {
  display: block;
  margin-bottom: 0.28rem;
  color: #666;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.landed-extras input,
.landed-extras select {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0.72rem 0.8rem;
  font-size: 1rem;
  background: #fff;
}
.landed-flight-note {
  margin: 0;
  color: #777;
  font-size: 0.78rem;
  line-height: 1.35;
}
.rebook-card {
  margin: 1rem 0 0;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(245, 213, 107, 0.35);
  background: rgba(245, 213, 107, 0.08);
}
.rebook-card p { margin: 0 0 0.45rem; }
.rebook-sub { color: #666; font-size: 0.86rem; }
.rebook-card .gold {
  width: 100%;
  margin-top: 0.4rem;
}
.round-trip-field { margin-top: 0.35rem; }
#roundTripBlock {
  margin: 0.35rem 0 0.7rem;
  padding: 0.75rem;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.place-chips button.is-on {
  background: #111;
  color: #f5d56b;
  border-color: #111;
}

.burger-right {
  width: 44px;
  height: 44px;
  border: 0;
  background: rgba(0,0,0,.28);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.burger-right span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.refer-bar {
  margin: 0.45rem 0.9rem 0;
  background: linear-gradient(90deg, #f5d56b, #e8b923);
  color: #111;
  border-radius: 14px;
  min-height: 52px;
  padding: 0.7rem 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  border: 0;
  width: calc(100% - 1.8rem);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
}
.refer-bar b { display: block; font-size: 1.02rem; }
.refer-bar small { display: block; font-size: 0.72rem; font-weight: 700; opacity: 0.75; }
.refer-arrow {
  width: 28px;
  height: 28px;
  border-radius: 99px;
  background: rgba(0,0,0,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.city-mid { flex: 1; }

.ride-circles {
  display: flex;
  justify-content: space-around;
  padding: 0 0.6rem 0.4rem;
}
.ride-circle {
  width: 30%;
  background: transparent;
  border: 0;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
}
.ride-circle .orb {
  width: 74px;
  height: 74px;
  margin: 0 auto 0.45rem;
  border-radius: 99px;
  background: rgba(255,255,255,.16);
  border: 2px solid rgba(255,255,255,.55);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  box-shadow: 0 8px 20px rgba(0,0,0,.28);
}
.ride-circle.is-on .orb {
  background: #f5d56b;
  color: #111;
  border-color: #f5d56b;
}
.ride-circle label {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 6px rgba(0,0,0,.5);
}

.pay-chip {
  margin: 0.85rem auto 1.1rem;
  width: calc(100% - 1.8rem);
  background: rgba(8,10,18,.62);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  border-radius: 14px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0.9rem;
  font-family: inherit;
  cursor: pointer;
}
.pay-chip small { opacity: 0.7; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.pay-chip b { display: block; font-size: 1rem; }
.pay-chip span { color: #f5d56b; font-weight: 800; font-size: 0.85rem; }
.night-banner {
  margin: 0 0.9rem 1rem;
  text-align: center;
  color: #f5d56b;
  font-weight: 800;
  font-size: 0.82rem;
}
.night-banner[hidden] { display: none !important; }
.install-how {
  background: #f3f4f6;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #374151;
}
.sheet-actions-one { grid-template-columns: 1fr; }

.drawer {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(250px, 64%);
  z-index: 1;
  padding: calc(1.1rem + env(safe-area-inset-top, 0px)) 1rem 1.2rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.drawer button,
.drawer a {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  color: #f8fafc;
  text-align: left;
  font-family: inherit;
  font-weight: 800;
  font-size: 1.02rem;
  padding: 0.85rem 0.35rem;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.drawer .drawer-out { margin-top: auto; color: #f5d56b; }

.sheet {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(6,8,14,.45);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.city-app.has-sheet .home-scale {
  pointer-events: none !important;
  transform: none !important;
  transition: none !important;
}
.city-app.has-sheet .drawer { pointer-events: none; }
.sheet[hidden] { display: none !important; }
.sheet-card {
  background: #fff;
  color: #111;
  border-radius: 22px 22px 0 0;
  max-height: 92dvh;
  overflow-x: visible;
  overflow-y: auto;
  padding: 0.75rem 1rem calc(1.1rem + env(safe-area-inset-bottom, 0px));
  -webkit-overflow-scrolling: touch;
}
.sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}
.sheet-head h2 { margin: 0; font-size: 1.15rem; }
.sheet-x {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 99px;
  background: #f3f4f6;
  font-size: 1.2rem;
  cursor: pointer;
}
.sheet-card p { color: #4b5563; line-height: 1.45; font-size: 0.92rem; }
.qr-box { text-align: center; margin: 0.6rem 0 0.8rem; }
.qr-box img { width: 200px; height: 200px; background: #fff; border-radius: 12px; }
.ref-link {
  word-break: break-all;
  background: #f3f4f6;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 700;
}
.sheet-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; margin-top: 0.75rem; }
.sheet-actions button,
.sheet-actions a {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  font-weight: 800;
  font-family: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #111;
  background: #f3f4f6;
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
}
.sheet-actions .gold { background: #f5d56b; }
.sheet-x { touch-action: manipulation; }
.sheet-card.menu-page {
  padding-bottom: calc(1.2rem + env(safe-area-inset-bottom, 0px));
}
.sheet-actions.sheet-sticky {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 0.65rem 0 calc(0.35rem + env(safe-area-inset-bottom, 0px));
  margin-top: 0.85rem;
  z-index: 3;
}

.city-app .book-shell {
  margin: 0;
  border-radius: 22px 22px 0 0;
  box-shadow: none;
  border: 0;
}
.city-app .dock { display: none; }

.menu-page label { display: block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: #6b7280; margin: 0.7rem 0 0.25rem; }
.menu-page input {
  width: 100%;
  min-height: 46px;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  font-size: 16px;
}
.ghost-list { list-style: none; padding: 0; margin: 0; }
.ghost-list li {
  padding: 0.85rem 0;
  border-bottom: 1px solid #eee;
  color: #374151;
}
.pay-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0.2rem;
  border-bottom: 1px solid #eee;
  font-weight: 800;
  width: 100%;
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-family: inherit;
  text-align: left;
  color: inherit;
}
.pay-row.is-on span { color: #16a34a; font-size: 0.78rem; }
.pay-coming {
  opacity: 0.36;
  pointer-events: none;
  cursor: default;
  animation: payComingFade 2.8s ease-in-out infinite;
}
.pay-coming span {
  color: #9ca3af;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@keyframes payComingFade {
  0%, 100% { opacity: 0.28; }
  50% { opacity: 0.48; }
}

.stage {
  position: absolute;
  inset: 0;
  z-index: 11;
  background: #e8edf3;
  display: flex;
  flex-direction: column;
}
.stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/ohare-dusk.png") center 30%/cover no-repeat;
  opacity: 0.28;
  pointer-events: none;
}
.stage > * { position: relative; z-index: 1; }
.stage[hidden] { display: none !important; }
.stage-top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: calc(0.55rem + env(safe-area-inset-top, 0px)) 0.75rem 0.45rem;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
}
.stage-top h1 { margin: 0; font-size: 1.15rem; color: #111; }
.stage-top p { margin: 0.1rem 0 0; font-size: 0.75rem; color: #6b7280; font-weight: 700; }
.stage-back {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 99px;
  background: #f3f4f6;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}
.where-card {
  margin: 0.7rem 0.8rem 0;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  padding: 0.25rem 0.7rem;
  overflow: visible;
  z-index: 3;
}
.where-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid #f3f4f6;
}
.where-row:last-child { border-bottom: 0; }
.where-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  flex-shrink: 0;
}
.where-dot.from { background: #22c55e; }
.where-dot.to { background: #111; }
.where-field { flex: 1; min-width: 0; position: relative; }
.addr-line {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.addr-line input {
  flex: 1;
  min-width: 0;
  padding-right: 2rem;
}
.addr-clear {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 99px;
  background: #e5e7eb;
  color: #374151;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  touch-action: manipulation;
}
.addr-clear[hidden] { display: none !important; }
.field .addr-line input {
  padding-right: 2.4rem;
}
.field .addr-clear {
  right: 0.45rem;
}
.place-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 2px);
  z-index: 60;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}
.place-suggest[hidden] { display: none !important; }
.place-suggest.is-fixed {
  position: fixed;
  right: auto;
  max-height: 240px;
  overflow-y: auto;
  z-index: 500;
}
.place-suggest button {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #f3f4f6;
  background: #fff;
  padding: 0.78rem 0.85rem;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.88rem;
  color: #111;
  cursor: pointer;
}
.place-suggest button:last-child { border-bottom: 0; }
.where-field label {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
}
.gps-btn {
  margin-top: 0.4rem;
  border: 0;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  cursor: pointer;
}
.where-field input {
  width: 100%;
  border: 0;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  padding: 0.2rem 0 0.15rem;
  background: transparent;
  color: #111;
}
.place-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0.85rem 0.8rem 1.2rem;
}
.place-chips button {
  border: 0;
  background: rgba(255,255,255,.86);
  color: #111;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.78rem;
  padding: 0.62rem 0.8rem;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  cursor: pointer;
}
.ord-terms {
  margin: 0.15rem 0.8rem 0.85rem;
  padding: 0.7rem 0.8rem;
  background: rgba(255,255,255,.9);
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}
.ord-terms[hidden] { display: none !important; }
.ord-terms p {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
}
.ord-terms div { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.ord-terms button {
  border: 0;
  background: #f3f4f6;
  color: #111;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.86rem;
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
}
.ord-terms button.is-on {
  background: #111;
  color: #f5d56b;
}
.choose-card .ord-terms {
  margin: 0 0 0.65rem;
  box-shadow: none;
  background: #f8fafc;
}
.book-shell .ord-terms {
  margin: 0.55rem 0 0;
  box-shadow: none;
}
.place-chips button[data-dest="ord"],
.place-chips button[data-dest="mdw"],
.place-chips button[data-dest="dpa"],
.place-chips button[data-dest="chi"],
.later-from-chips button[data-later-from="ord"],
.later-from-chips button[data-later-from="mdw"],
.later-from-chips button[data-later-from="dpa"] {
  background: #111;
  color: #f5d56b;
}
.later-from-chips {
  padding: 0.45rem 0 0;
}

.stage-map { background: #e8edf3; }
.stage-map::before { display: none; }
.stage-top.on-map { background: rgba(255,255,255,.9); }
.stage-top.on-map h1,
.stage-top.on-map p { color: #111; }
.stage-top.on-map .stage-back { background: #f3f4f6; color: #111; }
#rideMapCanvas {
  position: relative;
  flex: 0 0 auto;
  height: 38dvh;
  min-height: 210px;
  max-height: 340px;
  background: #e8edf3;
  overflow: hidden;
}
#rideMapCanvas .leaflet-container {
  height: 100%;
  width: 100%;
  font-family: inherit;
}
.map-pin-lab {
  background: #111 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 6px;
  padding: 1px 6px;
  font-weight: 800;
}
.map-route-card,
.map-route-overlay,
.map-fallback { display: none !important; }
.choose-card {
  background: #fff;
  border-radius: 22px 22px 0 0;
  padding: 0.7rem 0.9rem calc(0.9rem + env(safe-area-inset-bottom, 0px));
  flex: 1;
  max-height: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.veh-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.45rem;
  border: 0;
  border-bottom: 1px solid #f3f4f6;
  background: #fff;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  border-radius: 12px;
}
.veh-row.is-on { background: #fff8d9; }
.veh-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #111;
  color: #f5d56b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.veh-row b { display: block; font-size: 0.95rem; color: #111; }
.veh-row small { color: #6b7280; font-weight: 700; }
.veh-row .veh-fare { margin-left: auto; font-weight: 900; font-size: 1rem; }
.later-hint {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #6b7280;
  font-weight: 600;
}
.later-vehs {
  display: flex;
  flex-direction: column;
  border: 1px solid #ececec;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.later-vehs .veh-row { border-radius: 0; }
.pickup-mins {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.15rem 0 0.55rem;
}
.pickup-mins button {
  border: 1.5px solid #e5e7eb;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.78rem;
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  cursor: pointer;
}
.pickup-mins button.is-on {
  background: #111;
  border-color: #111;
  color: #f5d56b;
}
.note-lab {
  display: block;
  margin: 0.7rem 0 0.25rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
}
#driverNote, #rideName {
  width: 100%;
  min-height: 44px;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 0.65rem 0.75rem;
  font-size: 16px;
}
.request-btn {
  width: 100%;
  margin-top: 0.75rem;
  min-height: 52px;
  border: 0;
  border-radius: 14px;
  background: #f5d56b;
  color: #111;
  font-weight: 900;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
}
.need-name { color: #b45309; font-size: 0.82rem; font-weight: 700; }

.save-flash {
  margin: 0.8rem 0 0;
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  background: #ecfdf5;
  color: #047857;
  font-weight: 800;
  font-size: 0.9rem;
}
.addr-del {
  display: inline-block;
  margin: 0.25rem 0 0.55rem;
  border: 0;
  background: transparent;
  color: #b45309;
  font-weight: 800;
  font-size: 0.78rem;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
}

.booking-card-wrap { z-index: 40 !important; }

.desk-only { display: none !important; }

@media (hover: hover) and (pointer: fine) {
  .ride-circle:hover .orb { background: #f5d56b; color: #111; border-color: #f5d56b; }
  .drawer button:hover,
  .drawer a:hover { color: #f5d56b; }
  .refer-bar:hover,
  .request-btn:hover,
  .pay-chip:hover { filter: brightness(1.06); }
  .veh-row:hover { background: #fff8d9; }
}

@media (min-width: 860px) {
  html, body { background: #070b14; }
  .desk-only { display: block !important; }
  .city-app {
    max-width: none;
    overflow: auto;
    height: auto;
  }
  .sheet,
  .stage { position: fixed; }
  .city-home {
    min-height: 100dvh;
    padding: 0 6vw 1.6rem;
  }
  .city-home::before { opacity: 0.68; }
  .city-top {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-top: calc(1.2rem + env(safe-area-inset-top, 0px));
  }
  .city-brand { font-size: 1.85rem; letter-spacing: 0.18em; }
  .refer-bar {
    max-width: 520px;
    margin-left: 6vw;
    min-height: 60px;
  }
  .desk-hero-copy {
    max-width: 640px;
    padding: 1.5rem 6vw 0;
    text-shadow: 0 2px 18px rgba(0,0,0,.45);
  }
  .desk-kicker {
    margin: 0 0 0.5rem;
    color: #f5d56b;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.78rem;
  }
  .desk-hero-copy h2 {
    margin: 0 0 0.7rem;
    font-size: clamp(1.8rem, 3.4vw, 2.8rem);
    line-height: 1.15;
    font-weight: 900;
  }
  .desk-hero-copy p { margin: 0; max-width: 34rem; font-size: 1.05rem; line-height: 1.5; color: #e5e7eb; }
  .desk-call {
    display: inline-block;
    margin-top: 1.1rem;
    color: #f5d56b;
    font-weight: 900;
    font-size: 1.15rem;
    text-decoration: none;
  }
  .ride-circles {
    max-width: 640px;
    justify-content: flex-start;
    gap: 2.2rem;
    padding: 0 6vw 0.6rem;
  }
  .ride-circle { width: auto; }
  .ride-circle .orb { width: 96px; height: 96px; font-size: 2rem; }
  .ride-circle label { font-size: 0.9rem; }
  .pay-chip {
    max-width: 520px;
    margin-left: 6vw;
    margin-right: auto;
  }
  .desk-band {
    background: #0c1018;
    color: #e5e7eb;
    padding: 3.4rem 0 2.4rem;
  }
  .desk-wrap { max-width: 1180px; margin: 0 auto; padding: 0 6vw; }
  .desk-band h3 {
    margin: 0 0 1.1rem;
    font-size: 1.35rem;
    color: #fff;
  }
  .desk-towns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2.6rem;
  }
  .desk-towns a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #151b27;
    border-radius: 16px;
    overflow: hidden;
  }
  .desk-towns img { width: 100%; height: 140px; object-fit: cover; display: block; }
  .desk-towns b { display: block; padding: 0.75rem 0.85rem 0.15rem; font-size: 1.02rem; }
  .desk-towns small { display: block; padding: 0 0.85rem 0.9rem; color: #9ca3af; font-weight: 700; }
  .desk-fleet {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
    margin-bottom: 2.4rem;
  }
  .desk-fleet div {
    background: #151b27;
    border-radius: 14px;
    padding: 1rem 1.05rem;
  }
  .desk-fleet b { display: block; color: #f5d56b; margin-bottom: 0.25rem; }
  .desk-fleet span { color: #9ca3af; font-size: 0.88rem; font-weight: 700; }
  .desk-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-top: 1.4rem;
    border-top: 1px solid #1f2937;
  }
  .desk-foot p { margin: 0.25rem 0 0; color: #9ca3af; }
  .desk-foot a { color: #f5d56b; font-weight: 900; text-decoration: none; font-size: 1.15rem; }
  .drawer {
    width: 300px;
    padding: 2rem 1.6rem 1.6rem;
  }
  .drawer button,
  .drawer a { font-size: 1.12rem; padding: 0.95rem 0.2rem; }
  .city-app.drawer-open .home-scale {
    transform: translateX(-300px) scale(1);
    border-radius: 0 22px 22px 0;
    box-shadow: 0 18px 50px rgba(0,0,0,.35);
  }
  .sheet {
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  .sheet-card {
    border-radius: 22px;
    width: min(520px, 92vw);
    max-height: 86dvh;
  }
  .city-app .book-shell { border-radius: 0; }

  #stageRide {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    grid-template-rows: auto auto 1fr;
    background: #f4f5f7;
  }
  #stageRide::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 52%;
    opacity: 0.9;
  }
  #stageRide .stage-top,
  #stageRide .where-card,
  #stageRide .place-chips,
  #stageRide .landed-extras { grid-column: 2; }
  #stageRide .where-card { margin-right: 2rem; }
  #stageRide .place-chips,
  #stageRide .landed-extras { padding-right: 2rem; align-content: start; }

  #stageMap {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    grid-template-rows: auto 1fr;
  }
  #stageMap .stage-top { grid-column: 1 / -1; }
  #rideMapCanvas {
    grid-column: 1;
    min-height: 0;
    height: 100%;
  }
  .choose-card {
    grid-column: 2;
    max-height: none;
    height: 100%;
    border-radius: 0;
  }
}


/* I Just Landed — contact before Request */
.ride-contact {
  display: grid;
  gap: 0.45rem;
  margin: 0.65rem 0 0.35rem;
}
.ride-contact .need-name {
  margin: 0;
  font-size: 0.78rem;
  opacity: 0.85;
}
.ride-contact input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(0,0,0,0.35);
  color: inherit;
  padding: 0.7rem 0.85rem;
  font-size: 1rem;
}
