:root {
  --sage: #AA8960;
  --sage-dark: #b77816;
  --mist: #fffaf0;
  --charcoal: #000000;
  --charcoal-soft: #1a1a1a;
  --burgundy: #0a0a0a;
  --gold: #f6c453;
  --gold-light: #ffe69a;
  --gold-deep: #d4af37;
  --glow: rgba(246, 196, 83, 0.68);
  --olive: #d49b2f;
  --olive-soft: #fff0bf;
  --limo-line: rgba(255, 214, 112, 0.86);
  --glass: rgba(255, 219, 129, 0.16);
  --ember: rgba(255, 189, 66, 0.38);
  --oil: rgba(0, 0, 0, 0.94);
  --soot: rgba(10, 10, 10, 0.92);
  --surface: rgba(20, 20, 20, 0.92);
  --surface-strong: rgba(0, 0, 0, 0.94);
  --gold-gradient: linear-gradient(135deg, #ffd700 0%, #f6c453 38%, #d4af37 100%);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.78);
  --shadow-soft: 0 12px 30px rgba(0, 0, 0, 0.5);
  --max-width: 1200px;
  --page-bg: #000000;
}

html {
  color-scheme: dark;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  background: #000000;
  color: var(--mist);
  min-height: 100vh;
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

h1, h2, h3, h4 {
  font-family: "Times New Roman", "Georgia", serif;
  letter-spacing: 0.04em;
}

.halo {
  position: fixed;
  inset: -20%;
  background: radial-gradient(circle at 20% 10%, rgba(246, 196, 83, 0.08), transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.06), transparent 42%);
  opacity: 0.5;
  pointer-events: none;
  animation: sweep 16s ease-in-out infinite alternate;
}

.noise {
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.utility-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 64px;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 250, 240, 0.78);
  border-bottom: 1px solid rgba(246, 196, 83, 0.55);
  background: #000000;
  position: relative;
  z-index: 5;
}

.utility-bar span:last-child {
  color: rgba(255, 255, 255, 0.9);
}

.app-promo-header {
  position: relative;
  z-index: 10;
  background: #000000;
  border-bottom: 1px solid rgba(246, 196, 83, 0.65);
}

.app-promo-inner {
  width: min(100%, 880px);
  margin: 0 auto;
  padding: 24px 32px 26px;
  display: grid;
  gap: 16px;
}

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

.app-brand-logo {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  object-fit: contain;
  padding: 6px;
  background: var(--gold-gradient);
  border: 1px solid rgba(255, 230, 154, 0.75);
  box-shadow: 0 0 0 1px rgba(255, 214, 112, 0.28), 0 14px 34px rgba(35, 19, 1, 0.72);
}

.app-brand-copy strong {
  display: block;
  color: #ffffff;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 800;
}

.app-brand-copy span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(0.68rem, 1vw, 0.86rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.app-promo-title {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: clamp(1.18rem, 2.4vw, 1.7rem);
  line-height: 1.1;
  font-weight: 800;
}

.store-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 14px;
}

.store-badge {
  min-height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(255, 214, 112, 0.62);
  background: rgba(18, 11, 2, 0.78);
  color: var(--mist);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: inset 0 0 0 1px rgba(240, 178, 71, 0.2);
}

.store-badge small,
.store-badge strong {
  display: block;
  line-height: 1;
}

.store-badge small {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-badge strong {
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  letter-spacing: 0;
  font-weight: 800;
}

.store-icon-img {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  object-fit: contain;
}

.site-header {
  width: 100%;
  margin: 0;
  padding: 16px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  animation: fadeDown 0.9s ease both;
  border-bottom: 1px solid rgba(246, 196, 83, 0.62);
  position: sticky;
  top: 0;
  z-index: 15;
  background: #000000;
  backdrop-filter: blur(8px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.return-mobile {
  display: none;
}

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

.brand-logo {
  width: 68px;
  min-width: 68px;
  height: 68px;
  border-radius: 18px;
  object-fit: contain;
  background: var(--gold-gradient);
  padding: 6px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 230, 154, 0.75);
}

.brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  pointer-events: auto;
}

.brand-text span {
  display: block;
  font-family: "Times New Roman", "Georgia", serif;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--mist);
}

.brand-text small {
  color: var(--gold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .brand-text span { font-size: 1.05rem; }
  .brand-text small { font-size: 0.75rem; }
}

.site-nav {
  display: flex;
  gap: 20px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  position: relative;
  padding-bottom: 6px;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.3s ease;
}

.site-nav a:hover::after {
  width: 100%;
}

.ghost-btn {
  background: rgba(255, 214, 112, 0.12);
  border: 1px solid rgba(255, 214, 112, 0.85);
  color: var(--gold-light);
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.brand-header {
  position: absolute;
  top: 22px;
  left: 32px;
  right: 32px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(120px, 32vw);
  aspect-ratio: 1;
  border-radius: 18px;
  pointer-events: auto;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Header phone styles for desktop */
.phone-button {
  pointer-events: auto;
  padding: 8px 16px;
  background: linear-gradient(180deg, #f0b247, #d09f33);
  color: #000000;
  text-decoration: none;
  border-radius: 14px;
  border: 2px solid rgba(0,0,0,0.08);
  font-weight: 900;
  font-size: 0.95rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0,0,0,0.45);
  display: inline-block;
}

.phone-button:hover { transform: translateY(-2px); }

.phone-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  pointer-events: auto;
}

.call-to-reserve {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 600;
}


main {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 40px 32px 80px;
  min-width: 0;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  padding: 120px 0 90px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  min-height: 70vh;
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.88)),
    url("assets/cadillac-escalade-esv.png");
  background-size: 120%;
  background-position: center;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.72);
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(246, 196, 83, 0.12), transparent 55%),
    radial-gradient(circle at 80% 10%, rgba(212, 175, 55, 0.08), transparent 45%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--limo-line), transparent);
}

.hero-content h1 {
  font-size: clamp(2.8rem, 4vw, 4rem);
  margin: 14px 0 16px;
  letter-spacing: 0.01em;
}

.hero-content {
  max-width: 640px;
  padding: 0 64px;
  position: relative;
  z-index: 1;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--gold-gradient);
  border: 1px solid rgba(255, 230, 154, 0.8);
  color: #120b02;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: var(--gold);
}

.lede {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  max-width: 520px;
}

.hero-cta {
  display: flex;
  gap: 16px;
  margin: 26px 0;
}

.primary-btn,
.secondary-btn {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
}

.primary-btn {
  background: var(--gold-gradient);
  color: #120b02;
  border: 2px solid rgba(255, 230, 154, 0.95);
  box-shadow: 0 18px 36px rgba(166, 102, 18, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.secondary-btn {
  border: 2px solid rgba(255, 214, 112, 0.82);
  color: var(--gold-light);
  background: rgba(255, 214, 112, 0.08);
  transition: transform 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.hero-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 8px 0 6px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 112, 0.62);
  background: rgba(43, 27, 6, 0.82);
  color: var(--mist);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.primary-btn:hover,
.secondary-btn:hover,
.ghost-btn:hover {
  transform: translateY(-2px) scale(1.01);
}

.pricing-routes-inline {
  display: contents;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.hero-metrics div {
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 214, 112, 0.62);
  background: rgba(43, 27, 6, 0.84);
}

.hero-metrics span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hero-metrics div:nth-child(3) strong {
  font-size: 0.95em;
  display: block;
  margin-top: 4px;
}

.trust-row div {
  background: rgba(43, 27, 6, 0.76);
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 214, 112, 0.42);
}

.trust-row strong {
  display: block;
}

.trust-row span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

.hero-media {
  display: grid;
  gap: 20px;
}

.media-card {
  background: var(--surface);
  border-radius: 12px;
  padding: 16px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 214, 112, 0.44);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.media-card img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.media-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

.media-card span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.media-card.alt {
  border: 1px solid var(--limo-line);
}

.section {
  padding: 70px 0;
}

.section.light {
  background: #000000;
  color: #ffffff;
  border-radius: 12px;
  padding: 50px 32px;
  box-shadow: inset 0 0 0 1px rgba(246, 196, 83, 0.22), var(--shadow);
  border: 1px solid rgba(246, 196, 83, 0.48);
}

.section.light .section-header p,
.section.light p {
  color: rgba(255, 255, 255, 0.85);
}

.section.light .secondary-btn {
  color: var(--gold);
  border-color: var(--gold);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}

.section-header h2 {
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  text-transform: uppercase;
  color: var(--gold);
}

.section-header p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 460px;
}

.section-header p::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin-top: 10px;
  background: var(--limo-line);
}

.services {
  background: #000000;
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: 60px 32px;
  border: 1px solid rgba(246, 196, 83, 0.48);
  box-shadow: var(--shadow);
}

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

.service-tile {
  background: rgba(0, 0, 0, 0.82);
  border-radius: 12px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(246, 196, 83, 0.56);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  aspect-ratio: 1 / 1;
}

.service-tile h3 {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  letter-spacing: 0.04em;
}

.service-tile p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.86rem;
  line-height: 1.35;
}

.service-tag {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

@media (max-width: 900px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.fleet-showcase .section-header {
  align-items: center;
}

.fleet-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.fleet-card {
  background: rgba(0, 0, 0, 0.86);
  border-radius: 12px;
  overflow: hidden;
  padding: 18px;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(246, 196, 83, 0.48);
  border-top: 2px solid rgba(246, 196, 83, 0.9);
  box-shadow: var(--shadow-soft);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  color: var(--mist);
}

.section.light .fleet-card {
  color: #ffffff;
}

.section.light .fleet-card p,
.section.light .fleet-card li {
  color: rgba(255, 255, 255, 0.85);
}

.fleet-card img {
  width: 100%;
  border-radius: 10px;
}

.media-card img,
.fleet-card img {
  filter: grayscale(100%) contrast(1.15) brightness(0.95);
}

.no-filter {
  filter: none !important;
}

.fleet-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}


.fleet-card ul {
  list-style: none;
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin-top: 10px;
}

.services {
  background: linear-gradient(135deg, rgba(55, 35, 8, 0.96), rgba(18, 11, 2, 0.94));
  border-radius: 12px;
  overflow: hidden;
  padding: 40px 32px;
  border: 1px solid rgba(255, 214, 112, 0.44);
}

.service-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.service-card {
  background: rgba(18, 11, 2, 0.84);
  padding: 18px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 214, 112, 0.44);
  transition: transform 0.3s ease, border 0.3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 178, 71, 0.6);
}

.pricing {
  background: #000000;
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: 60px 32px;
  border: 1px solid rgba(246, 196, 83, 0.5);
  box-shadow: var(--shadow);
}

.pricing-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pricing-card {
  background: rgba(0, 0, 0, 0.86);
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(246, 196, 83, 0.48);
  display: grid;
  gap: 14px;
  box-shadow: var(--shadow-soft);
  color: var(--mist);
}

.section.light .pricing-card {
  color: #ffffff;
}

.section.light .pricing-card p,
.section.light .pricing-card li {
  color: rgba(255, 255, 255, 0.85);
}

.pricing-card .price {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--gold);
}

.pricing-card-promo {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid rgba(255, 214, 112, 0.58);
  background: rgba(18, 11, 2, 0.72);
}

.pricing-card .fine-print {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-top: -6px;
}

.pricing-card ul {
  list-style: none;
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.pricing-card.featured {
  border: 2px solid rgba(246, 196, 83, 0.9);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.8);
  transform: translateY(-6px);
}

.route-card {
  background: rgba(0, 0, 0, 0.86);
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(246, 196, 83, 0.48);
  display: grid;
  gap: 14px;
  box-shadow: var(--shadow-soft);
  color: var(--mist);
  align-content: start;
}

.route-card .route-info {
  display: grid;
  gap: 8px;
}

.route-card .route-info span {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
}

.route-card .route-info strong {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--gold);
  margin-top: 4px;
}

.route-card .secondary-btn {
  margin-top: 6px;
  text-align: center;
  padding: 10px 18px;
  background: transparent;
  color: var(--gold);
  border: 1px solid rgba(246, 196, 83, 0.8);
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.route-card .secondary-btn:hover {
  background: rgba(246, 196, 83, 0.1);
  border-color: var(--gold);
}
}

.service-card h3 {
  margin-bottom: 10px;
}

.experience {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: start;
}

.experience-text p {
  color: rgba(255, 255, 255, 0.8);
  margin: 18px 0 24px;
}

.experience-points {
  display: grid;
  gap: 12px;
}

.experience-panel {
  background: rgba(0, 0, 0, 0.88);
  border-radius: 12px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(246, 196, 83, 0.56);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.78);
}

.experience-panel h3 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}

.experience-panel blockquote {
  color: rgba(255, 255, 255, 0.9);
  margin: 18px 0;
  font-style: italic;
}

.experience-panel span {
  display: block;
  margin-top: 10px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.booking {
  display: grid;
  gap: 32px;
}

.booking-ui {
  background: #000000;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(246, 196, 83, 0.56);
  box-shadow: var(--shadow);
  padding: 24px;
  min-width: 0;
}

.booking-panels {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  min-width: 0;
}

.booking-panel {
  background: rgba(0, 0, 0, 0.86);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(246, 196, 83, 0.52);
  box-shadow: var(--shadow-soft);
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.panel-header h2 {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
}

.mode-toggle {
  display: inline-flex;
  border: 1px solid rgba(255, 214, 112, 0.66);
  border-radius: 999px;
  overflow: hidden;
}

.mode-toggle .toggle {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 6px 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.65rem;
  cursor: pointer;
}

.mode-toggle .toggle.active {
  background: var(--gold-gradient);
  color: #120b02;
  border-left: 1px solid rgba(255, 230, 154, 0.85);
  border-right: 1px solid rgba(255, 230, 154, 0.85);
}

.booking-form {
  display: grid;
  gap: 16px;
  max-width: 900px;
  margin: 40px auto;
  padding: 32px;
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(246, 196, 83, 0.52);
  border-radius: 16px;
}

.booking-form h3 {
  font-size: 1.8rem;
  color: var(--gold);
  margin-bottom: 8px;
  text-align: center;
}

.booking-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.booking-form textarea {
  grid-column: 1 / -1;
}

.flash-sale-banner {
  width: 100%;
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff;
  color: #d31313;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(211, 19, 19, 0.35);
}

.flash-sale-banner strong {
  font-weight: 1000;
}

.booking-form label {
  display: grid;
  gap: 6px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.hourly-only {
  display: none;
}

body.booking-hourly .hourly-only {
  display: grid;
}

.estimate-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(246, 196, 83, 0.56);
  border-radius: 14px;
  background: rgba(246, 196, 83, 0.14);
  min-width: 0;
}

.estimate-card span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 4px;
}

.estimate-card strong {
  color: var(--gold);
  font-size: 1.05rem;
}

.estimate-card .original-total {
  color: var(--gold);
  text-decoration: line-through;
  text-decoration-color: #d31313;
  text-decoration-thickness: 3px;
}

.booking-form input,
.booking-form select,
.booking-form textarea,
.service-select-card select {
  background: rgba(0, 0, 0, 0.82);
  border: 1px solid rgba(246, 196, 83, 0.52);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--mist);
  width: 100%;
  min-width: 0;
  font-family: inherit;
}

.booking-form textarea {
  resize: vertical;
  min-height: 100px;
}

.gratuity-field {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(246, 196, 83, 0.52);
  border-radius: 12px;
  padding: 12px;
  margin: 0;
}

.gratuity-field legend {
  padding: 0 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

.gratuity-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.gratuity-options label {
  display: block;
}

.gratuity-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gratuity-options span {
  display: grid;
  place-items: center;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(246, 196, 83, 0.52);
  background: rgba(0, 0, 0, 0.82);
  color: var(--mist);
  font-weight: 800;
}

.gratuity-options small {
  display: block;
  font-size: 0.56rem;
  line-height: 1;
  opacity: 0.72;
}

.gratuity-options input:checked + span {
  background: var(--gold-gradient);
  color: #120b02;
  border-color: var(--gold);
}

.custom-gratuity-input {
  display: none;
}

.gratuity-field.is-custom .custom-gratuity-input {
  display: block;
}

.promo-code-field {
  display: grid;
  gap: 8px;
}

.promo-code-row {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(86px, 1fr);
  gap: 8px;
}

.promo-code-row input {
  margin: 0;
}

.promo-code-row button {
  border: 1px solid rgba(246, 196, 83, 0.66);
  border-radius: 8px;
  background: var(--gold-gradient);
  color: #000000;
  font-weight: 900;
  cursor: pointer;
}

.promo-code-field small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.35;
}

.promo-code-field.is-applied input,
.promo-code-field.is-applied button {
  border-color: rgba(246, 196, 83, 0.8);
  background: rgba(0, 0, 0, 0.7);
  color: var(--mist);
}

.promo-code-field.is-applied small {
  color: var(--gold);
}

.service-select-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(246, 196, 83, 0.52);
  border-radius: 16px;
  background: rgba(246, 196, 83, 0.16);
  color: var(--gold);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  min-width: 0;
}

.service-select-card select {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gold);
  background: rgba(0, 0, 0, 0.82);
}

.booking-form input[type="date"],
.booking-form input[type="time"] {
  color-scheme: dark;
  color: var(--gold);
}

.booking-form input[type="date"]::-webkit-datetime-edit,
.booking-form input[type="time"]::-webkit-datetime-edit,
.booking-form input[type="date"]::-webkit-datetime-edit-fields-wrapper,
.booking-form input[type="time"]::-webkit-datetime-edit-fields-wrapper,
.booking-form input[type="date"]::-webkit-datetime-edit-text,
.booking-form input[type="time"]::-webkit-datetime-edit-text,
.booking-form input[type="date"]::-webkit-datetime-edit-month-field,
.booking-form input[type="time"]::-webkit-datetime-edit-hour-field,
.booking-form input[type="date"]::-webkit-datetime-edit-day-field,
.booking-form input[type="time"]::-webkit-datetime-edit-minute-field,
.booking-form input[type="date"]::-webkit-datetime-edit-year-field,
.booking-form input[type="time"]::-webkit-datetime-edit-ampm-field {
  color: var(--gold);
}

.booking-form input[type="date"]::-webkit-calendar-picker-indicator,
.booking-form input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(73%) sepia(49%) saturate(777%) hue-rotate(357deg) brightness(102%) contrast(88%);
}

.field-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  min-width: 0;
}

.location-block {
  display: grid;
  gap: 10px;
}

.location-stack {
  display: grid;
  gap: 16px;
}

.location-tabs {
  display: flex;
  gap: 10px;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.6);
}

.location-tab {
  background: transparent;
  border: 1px solid transparent;
  color: inherit;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.65rem;
  cursor: pointer;
}

.location-tab:hover {
  color: var(--mist);
}

.location-tab.active {
  border-color: rgba(246, 196, 83, 0.8);
  color: var(--gold);
}

.location-tabs span {
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid transparent;
}

/* Legacy fallback for any remaining span tabs */
.location-tabs span.active {
  border-color: rgba(240, 178, 71, 0.8);
  color: var(--gold);
}

.autocomplete-field {
  position: relative;
}

.autocomplete-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 6px;
  background: #000000;
  border: 1px solid rgba(240, 178, 71, 0.6);
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
  z-index: 10;
  overflow: hidden;
  display: none;
}

.autocomplete-item {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  cursor: pointer;
}

.autocomplete-item:hover {
  background: rgba(240, 178, 71, 0.2);
  color: var(--mist);
}

.add-stop {
  justify-self: end;
  background: transparent;
  border: none;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  cursor: pointer;
}

.stop-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.remove-stop {
  background: transparent;
  border: 1px solid rgba(240, 178, 71, 0.6);
  color: var(--gold);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  cursor: pointer;
}

.count-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.luggage-note {
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.addon-field {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(246, 196, 83, 0.5);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.7);
}

.addon-field legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  color: var(--mist);
  font-size: 1rem;
  font-weight: 800;
}

.addon-field legend strong {
  color: var(--gold);
  font-size: 0.9rem;
}

.addon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  align-items: center;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(246, 196, 83, 0.4);
}

.addon-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.addon-row span {
  display: grid;
  gap: 3px;
}

.addon-row span strong {
  color: var(--mist);
  font-size: 0.92rem;
}

.addon-row span small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
  font-weight: 700;
}

.addon-row input {
  width: 100%;
  text-align: center;
}

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

.child-seat-toggle label {
  display: block;
}

.child-seat-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.child-seat-toggle span {
  display: grid;
  min-height: 44px;
  place-items: center;
  color: var(--mist);
  border: 1px solid rgba(246, 196, 83, 0.5);
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 900;
}

.child-seat-toggle input:checked + span {
  color: #000000;
  border-color: var(--gold);
  background: var(--gold);
}

.child-seat-counters {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.child-seat-counters[hidden] {
  display: none;
}

.action-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  min-width: 0;
}

.map-panel {
  padding: 0;
  overflow: hidden;
}

.map-header {
  background: #000000;
  color: #ffffff;
  padding: 12px 16px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  border-bottom: 1px solid rgba(240, 178, 71, 0.5);
}

.map-body {
  position: relative;
  min-height: 320px;
  flex: 1;
}

.booking-map {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
}

.map-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.8);
}

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

.contact-card {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 12px;
  padding: 16px;
  border: 1px solid rgba(246, 196, 83, 0.5);
}

.contact-card span {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
}

.contact-card small {
  color: rgba(255, 255, 255, 0.8);
}

.contact-card small a {
  color: var(--gold);
  text-decoration: none;
}

.contact-card small a:hover {
  color: var(--olive);
}

.contact-card.subtle {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(246, 196, 83, 0.3);
}

.site-footer {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 24px 32px 40px;
  border-top: 1px solid rgba(240, 178, 71, 0.5);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

.credits {
  display: grid;
  gap: 6px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(24px);
}

.js-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.float {
  animation: float 6s ease-in-out infinite;
}

.float.slow {
  animation-duration: 9s;
}

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

@keyframes sweep {
  0% { transform: translateY(0); }
  100% { transform: translateY(-30px); }
}

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

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

.vehicle-choice {
  display: grid;
  gap: 10px;
}

.vehicle-option {
  display: grid;
  grid-template-columns: minmax(92px, 28%) 1fr auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 104px;
  padding: 10px 12px;
  border: 1px solid rgba(240, 178, 71, 0.5);
  border-radius: 16px;
  background: #000000;
  color: var(--mist);
  text-align: left;
  cursor: pointer;
}

.vehicle-option.active {
  border-color: rgba(240, 178, 71, 1);
  background: linear-gradient(135deg, rgba(240, 178, 71, 0.98), rgba(190, 128, 28, 0.96));
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
  color: #000000;
}

.vehicle-option img {
  width: 100%;
  max-height: 84px;
  object-fit: contain;
  border-radius: 10px;
}

.vehicle-copy {
  display: grid;
  gap: 4px;
}

.vehicle-copy strong {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-size: 1.08rem;
  line-height: 1.1;
}

.vehicle-capacity {
  color: currentColor;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
}

.vehicle-copy small {
  width: fit-content;
  border-radius: 8px;
  padding: 4px 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  padding-left: 0;
}

.vehicle-price {
  color: currentColor;
  font-size: 0.88rem;
  font-weight: 900;
  white-space: nowrap;
}

.vehicle-price.is-promo-struck {
  text-decoration: line-through;
  text-decoration-color: #d31313;
  text-decoration-thickness: 3px;
}

.vehicle-option.active .vehicle-copy small {
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 800px) {
  .estimate-card {
    grid-template-columns: 1fr;
  }

  .app-promo-inner {
    padding: 22px 24px 24px;
    gap: 15px;
  }

  .app-brand {
    gap: 16px;
  }

  .app-brand-logo {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .store-badges {
    gap: 12px;
  }

  .store-badge {
    min-height: 52px;
    border-radius: 15px;
    gap: 10px;
  }

  .store-badge small {
    font-size: 0.68rem;
  }

  .utility-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    letter-spacing: 0.12em;
    padding: 10px 24px;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 12px;
  }

  .header-actions {
    width: 100%;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-content {
    padding: 0 24px;
  }

  .action-row {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 0.95rem;
  }

  .app-promo-inner {
    padding: 20px 18px 22px;
    gap: 14px;
  }

  .app-brand-logo {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    padding: 6px;
  }

  .app-brand-copy strong {
    font-size: 1.2rem;
  }

  .app-brand-copy span {
    margin-top: 8px;
    font-size: 0.62rem;
    letter-spacing: 0.2em;
  }

  .app-promo-title {
    font-size: clamp(1.1rem, 5.8vw, 1.45rem);
  }

  .store-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .store-badge {
    min-height: 50px;
    justify-content: flex-start;
    padding: 0 12px;
  }

  .store-badge strong {
    font-size: clamp(0.96rem, 4.6vw, 1.18rem);
  }

  .store-badge small {
    font-size: 0.5rem;
  }

  .store-icon-img {
    width: 24px;
    height: 24px;
  }

  .utility-bar {
    padding: 10px 18px;
    font-size: 0.6rem;
  }

  .vehicle-option {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 10px;
  }

  .vehicle-price {
    grid-column: 2;
    font-size: 1rem;
  }

  .site-header {
    padding: 12px 18px;
  }

  .brand-logo {
    width: 58px;
    min-width: 58px;
    height: 58px;
    border-radius: 16px;
    padding: 5px;
  }

  .site-nav a {
    padding-bottom: 2px;
  }

  .ghost-btn {
    width: 100%;
    justify-content: center;
  }

  .hero {
    padding: 90px 0 60px;
    min-height: 60vh;
  }

  .hero-content h1 {
    font-size: clamp(2.2rem, 7vw, 2.8rem);
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 50px 0;
  }

  .services,
  .pricing {
    padding: 40px 20px;
  }

  .booking-ui {
    padding: 16px;
  }

  .panel-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .field-row,
  .count-row {
    grid-template-columns: 1fr;
  }

  .map-body {
    min-height: 220px;
  }
}


.roundtrip-stops { display: grid; gap: 14px; }
.roundtrip-leg { display: grid; gap: 12px; padding: 14px; border: 1px solid rgba(240,178,71,0.5); border-radius: 14px; background: rgba(0,0,0,0.6); }
.roundtrip-leg-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.stop-actions { display:flex; justify-content:space-between; align-items:center; gap:12px; }
.remove-stop { background: transparent; border: 1px solid rgba(240,178,71,0.6); color: var(--gold); border-radius: 999px; padding: 8px 12px; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; }

@media (max-width: 600px) {
  .roundtrip-leg-grid {
    grid-template-columns: 1fr;
  }

  .stop-actions,
  .action-row {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Gold and Black theme - Black Crown Rides */


/* Booking Info Grid Styles */
.booking-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.booking-info-card {
  background: rgba(0, 0, 0, 0.95);
  border: 1px solid rgba(240, 178, 71, 0.5);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.booking-info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(240, 178, 71, 0.8);
}

.info-icon {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 8px;
}

.booking-info-card h3 {
  font-size: 1.4rem;
  color: var(--gold);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.booking-info-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.booking-info-card .primary-btn {
  margin-top: 8px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  padding: 14px 24px;
}

.service-badge {
  background: rgba(240, 178, 71, 0.2);
  border: 1px solid rgba(240, 178, 71, 0.6);
  border-radius: 999px;
  padding: 10px 20px;
  color: var(--gold);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

.booking-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  background: rgba(0, 0, 0, 0.95);
  border: 1px solid rgba(240, 178, 71, 0.5);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-soft);
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.feature-item strong {
  color: var(--gold);
  font-size: 1.3rem;
  font-weight: 900;
}

@media (max-width: 768px) {
  .booking-info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .booking-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 20px;
  }
  
  .feature-item {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .booking-info-card {
    padding: 24px 20px;
  }
  
  .info-icon {
    font-size: 2.5rem;
  }
  
  .booking-info-card h3 {
    font-size: 1.2rem;
  }
  
  .booking-features {
    grid-template-columns: 1fr;
  }
  
  .booking-form .form-grid {
    grid-template-columns: 1fr;
  }
  
  .booking-form {
    padding: 24px 20px;
  }
}

/* Service Area larger card */
.booking-info-card.service-area-card {
  grid-column: 1 / -1;
  padding: 40px 32px;
}
.booking-info-card.service-area-card .info-icon img {
  width: 160px;
  height: auto;
}
.booking-info-card.service-area-card ul {
  font-size: 1.1rem !important;
  gap: 8px;
  margin-top: 12px !important;
  justify-items: center;
  display: grid;
  padding-left: 0 !important;
  color: rgba(255,255,255,0.95) !important;
}

/* Map pin for service area list items */
.service-area-list {
  padding-left: 0;
}
.service-area-list li {
  list-style: none;
}
.service-area-list li::before {
  content: "📍";
  display: inline-block;
  margin-right: 10px;
  font-size: 1.05rem;
  vertical-align: middle;
}

/* Keep mobile adjustments */
@media (max-width: 768px) {
  .booking-info-card.service-area-card {
    grid-column: 1 / -1;
    padding: 28px 20px;
  }
  .booking-info-card.service-area-card ul {
    font-size: 1rem !important;
  }
  .service-area-list li::before {
    font-size: 1rem;
  }
}
