/* Base reset aligned with monsite.taxi + extras for calc / languages / modals */
:root {
  --ink: #154b61;
  --paper: #f3f7f6;
  --sans: Arial, Helvetica, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
}
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.tx-brand img {
  width: auto !important;
  height: 64px !important;
  max-width: 140px !important;
  object-fit: contain !important;
  background: #fff !important;
  border-radius: 12px;
  padding: 4px;
  transform: none;
  transform-origin: left center;
}
.tx-brand > span,
.tx-brand-copy {
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  gap: 2px;
}

[data-pane-panel][hidden],
[data-pane-panel].pane-hidden {
  display: none !important;
}
[data-pane-panel].pane-visible {
  display: grid !important;
}

.tx-lang {
  display: flex;
  gap: 4px;
  align-items: center;
}
.tx-lang button {
  border: 1px solid #d6d0c4;
  background: #fff;
  border-radius: 4px;
  min-width: 34px;
  height: 34px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  color: #24221f;
}
.tx-lang button.active {
  background: #24221f;
  border-color: #24221f;
  color: #fff;
}

.tx-calc-tabs {
  display: flex;
  gap: 8px;
  margin: 18px 0 8px;
}
.maison-reservation #calc-form .tx-route-field,
.maison-reservation #calc-form .sim-banner,
.maison-reservation #calc-form .fare-board,
.maison-reservation #calc-form .tx-form-note,
.maison-reservation #calc-form .tx-check,
.maison-reservation #calc-form .tx-submit {
  grid-column: 1 / -1;
}
.maison-reservation #request-form .tx-route-field {
  grid-column: 1 / -1;
}
.tx-calc-tabs button {
  border: 1px solid #d8cdbb;
  background: rgba(255,255,255,.72);
  border-radius: 999px;
  min-height: 42px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s, background .18s, color .18s, border-color .18s;
}
.tx-calc-tabs button:hover { transform: translateY(-1px); }
.tx-calc-tabs button.active {
  background: var(--tx-brand, #24221f);
  border-color: var(--tx-brand, #24221f);
  color: #fff;
}
.tx-booking-card.is-sim-mode .tx-calc-tabs button[data-pane="calc"].active {
  background: #c45d3e;
  border-color: #c45d3e;
}
.tx-booking-card.is-request-mode .tx-calc-tabs button[data-pane="request"].active {
  background: var(--tx-brand, #154b61);
  border-color: var(--tx-brand, #154b61);
}

.time-dual .time-selects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.time-dual select {
  width: 100%;
  min-height: 48px;
}

.tx-estimate {
  grid-column: 1 / -1;
  background: #f3eee3;
  border: 1px solid #e0d4bf;
  border-radius: 5px;
  padding: 16px;
  display: none;
}
.tx-estimate.show { display: block; }
.tx-estimate strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 600;
  margin: 4px 0 8px;
}
.tx-estimate ul {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  color: #6a6256;
  font-size: 13px;
}
.tx-estimate li + li { margin-top: 4px; }

.tx-booking-premium {
  border: 0 !important;
  background:
    linear-gradient(180deg, rgba(255,252,248,.97), rgba(255,252,248,.94)),
    url("../img/corolla-paris.png") center/cover !important;
  box-shadow: 0 30px 80px rgba(36, 34, 31, 0.16) !important;
  overflow: visible;
  transition: background .25s ease, box-shadow .25s ease;
}
.tx-booking-premium.is-sim-mode {
  background:
    linear-gradient(165deg, rgba(232, 247, 241, 0.97) 0%, rgba(255, 252, 246, 0.96) 42%, rgba(255, 248, 236, 0.96) 100%),
    url("../img/corolla-paris.png") center/cover !important;
  box-shadow: 0 30px 80px rgba(15, 110, 86, 0.18) !important;
  outline: 2px solid rgba(15, 110, 86, 0.18);
}
.tx-booking-premium .tx-booking-heading h2 {
  font-size: clamp(28px, 3vw, 40px) !important;
}
.sim-banner {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 16px;
  background:
    linear-gradient(120deg, rgba(15, 110, 86, 0.12), rgba(213, 188, 145, 0.22)),
    #fff;
  border: 1px solid rgba(15, 110, 86, 0.18);
  margin-bottom: 4px;
}
.sim-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #0f6e56;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.tx-sim-lead {
  grid-column: 1 / -1;
  color: #3d5a50;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}
#calc-form input,
#calc-form select {
  border-color: #b7d5c9 !important;
  background: #f4fbf8 !important;
}
#calc-form .maps-input[data-verified="1"] {
  border-color: #0f6e56 !important;
  box-shadow: 0 0 0 3px rgba(15, 110, 86, 0.14);
}
.sim-seat {
  display: inline-flex !important;
  width: fit-content;
  max-width: 100%;
  padding: 10px 14px !important;
  border-radius: 12px !important;
  background: #fff7ea;
  border: 1px solid #e4c89a;
  color: #6b4e24;
}
.sim-cta {
  background: linear-gradient(135deg, #0f6e56, #14906f) !important;
  border-color: #0f6e56 !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(15, 110, 86, 0.28);
}
.maps-suggest-wrap {
  position: relative;
  width: 100%;
}
.maps-suggest {
  position: absolute;
  z-index: 40;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  background: #fff;
  border: 1px solid #d8cdbb;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(36, 34, 31, 0.14);
  max-height: 240px;
  overflow: auto;
}
.maps-suggest-item {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
  border-bottom: 1px solid #f0ebe2;
}
.maps-suggest-item:hover {
  background: #eef8f3;
}
.fare-board {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}
.fare-board article {
  background: #fff;
  border: 1px solid #e4d8c4;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
}
.fare-board .fare-distance {
  background: linear-gradient(180deg, #e8f7f1, #fff);
  border-color: #9dceb9;
}
.fare-board .fare-duration {
  background: linear-gradient(180deg, #fff4e4, #fff);
  border-color: #e4c89a;
}
.fare-board span {
  display: block;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 11px;
  color: #7a705f;
  margin-bottom: 8px;
}
.fare-board strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  color: #24221f;
}
.fare-board small {
  display: block;
  margin-top: 8px;
  color: #8d6b43;
  font-size: 12px;
}
.fare-board .fare-distance span,
.fare-board .fare-distance small { color: #0f6e56; }
.fare-board .fare-duration span,
.fare-board .fare-duration small { color: #8d6b43; }
.fare-board .fare-price {
  background: linear-gradient(145deg, #0f6e56, #14906f 55%, #1aa37e);
  border-color: #0f6e56;
  box-shadow: 0 14px 30px rgba(15, 110, 86, 0.25);
}
.fare-board .fare-price span,
.fare-board .fare-price small { color: #d8f5ea; }
.fare-board .fare-price strong { color: #fff; }

.tx-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(18, 16, 14, 0.55);
  backdrop-filter: blur(8px);
  display: none;
  place-items: center;
  padding: 20px;
  overflow: hidden;
}
.tx-modal.show { display: grid; }
body.modal-open {
  overflow: hidden !important;
  touch-action: none;
}
body.modal-open .tx-floating-wa,
body.modal-open .tx-mobile-contact {
  visibility: hidden !important;
  pointer-events: none !important;
}
.tx-confirm-card {
  width: min(640px, 100%) !important;
  max-height: min(86vh, 760px);
  max-height: min(86dvh, 760px);
  padding: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column;
  border: 0 !important;
  border-radius: 22px !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.35) !important;
  background:
    linear-gradient(180deg, #fffefb 0%, #f7f1e8 100%) !important;
}
#prepared-summary {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.confirm-hero {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 16px;
  align-items: center;
  padding: 22px 22px 16px;
  background:
    linear-gradient(135deg, rgba(15, 110, 86, 0.12), rgba(213, 188, 145, 0.28)),
    #fff;
  border-bottom: 1px solid rgba(15, 110, 86, 0.12);
}
.confirm-hero img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #eadfce;
  padding: 8px;
}
.confirm-kicker {
  margin: 0 0 4px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  color: #0f6e56;
  font-weight: 700;
}
.confirm-hero h3 {
  margin: 0 0 6px;
  font-size: 28px;
}
.confirm-hero p:last-child {
  margin: 0;
  color: #6a6256;
  font-size: 14px;
}
.confirm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 18px 22px;
}
.confirm-grid div {
  background: #fff;
  border: 1px solid #eadfce;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 8px 18px rgba(36, 34, 31, 0.04);
  min-width: 0;
}
.confirm-grid span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a705f;
  margin-bottom: 6px;
}
.confirm-grid strong {
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.confirm-price {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #0f6e56, #14906f) !important;
  border-color: #0f6e56 !important;
  box-shadow: 0 14px 28px rgba(15, 110, 86, 0.22);
}
.confirm-price span { color: #d8f5ea !important; }
.confirm-price strong {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 30px !important;
}
.confirm-raw {
  margin: 0 22px 8px;
  border-top: 1px solid #eadfce;
  padding-top: 10px;
}
.confirm-raw summary {
  cursor: pointer;
  color: #6a6256;
  font-size: 13px;
}
.confirm-raw pre {
  margin-top: 10px;
  white-space: pre-wrap;
  background: #f8f5ee;
  border: 1px solid #e5ddd0;
  border-radius: 8px;
  padding: 12px;
  font-size: 12px;
  max-height: 18vh;
  overflow: auto;
}
.confirm-actions {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1.1fr auto;
  gap: 10px;
  padding: 12px 22px 18px;
  align-items: stretch;
  background: linear-gradient(180deg, rgba(255,254,251,.92), #fffefb 40%);
  border-top: 1px solid #eadfce;
}
.confirm-actions a,
.confirm-actions button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 14px !important;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .16s ease, filter .16s ease;
}
.confirm-actions a:hover,
.confirm-actions button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}
.confirm-wa {
  background: #128c7e !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(18, 140, 126, 0.28);
}
.confirm-wa svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 auto;
}
.confirm-mail {
  background: #8d6b43 !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(141, 107, 67, 0.22);
}
.confirm-phone {
  display: none;
  background: #182d29 !important;
  color: #d8f178 !important;
  box-shadow: 0 12px 24px rgba(24, 45, 41, 0.22);
}
.confirm-phone svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
.tx-booking-premium .tx-booking-form {
  position: relative;
  z-index: 1;
}
.tx-sim-form .tx-route-field {
  grid-column: span 1;
}
.maison-reservation .maps-input[data-verified="1"] {
  border-color: #8d6b43;
  box-shadow: 0 0 0 3px rgba(141, 107, 67, 0.12);
}

@media (max-width: 700px) {
  .tx-brand img {
    height: 52px !important;
    max-width: 130px !important;
  }
  .maison-reservation {
    margin-top: -24px !important;
    width: calc(100% - 24px) !important;
  }
  .maison-reservation .tx-booking-card {
    padding: 16px 14px !important;
    border-radius: 16px !important;
  }
  .maison-reservation .tx-booking-heading {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    margin-bottom: 8px !important;
  }
  .maison-reservation .tx-booking-heading h2 {
    font-size: 22px !important;
  }
  .maison-reservation .tx-booking-heading p {
    text-align: left !important;
    font-size: 13px !important;
  }
  .tx-calc-tabs {
    margin: 8px 0 6px;
    gap: 6px;
  }
  .tx-calc-tabs button {
    flex: 1;
    min-height: 40px;
    font-size: 12px;
    padding: 6px 10px;
  }
  .maison-reservation .tx-booking-form {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin-top: 8px !important;
  }
  .maison-reservation .tx-route-field,
  .maison-reservation .tx-phone-field,
  .maison-reservation .tx-submit,
  .maison-reservation .tx-form-note,
  .maison-reservation #calc-form .sim-banner,
  .maison-reservation #calc-form .fare-board,
  .maison-reservation #calc-form .tx-check {
    grid-column: 1 / -1 !important;
  }
  .maison-reservation .tx-booking-form label {
    font-size: 11px !important;
    gap: 4px !important;
  }
  .maison-reservation .tx-booking-form input,
  .maison-reservation .tx-booking-form select {
    min-height: 42px !important;
    height: 42px !important;
    font-size: 15px !important;
    padding: 6px 10px !important;
  }
  .sim-banner {
    padding: 8px 10px !important;
    gap: 4px !important;
    margin-bottom: 0 !important;
  }
  .sim-badge {
    font-size: 10px;
    padding: 3px 8px;
  }
  .tx-sim-lead {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }
  .fare-board {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin-top: 4px !important;
  }
  .fare-board article {
    padding: 8px 6px !important;
    border-radius: 10px !important;
  }
  .fare-board span {
    font-size: 9px !important;
    margin-bottom: 4px !important;
  }
  .fare-board strong {
    font-size: 18px !important;
  }
  .fare-board small {
    margin-top: 2px !important;
    font-size: 10px !important;
  }
  .sim-seat {
    padding: 8px 10px !important;
    font-size: 12px !important;
  }
  .sim-legal {
    display: none !important;
  }
  #fare-status {
    font-size: 12px !important;
    margin: 0 !important;
  }
  .tx-mobile-contact {
    z-index: 40;
  }
  .tx-floating-wa {
    bottom: 78px !important;
    right: 12px !important;
  }
  .tx-modal#modal,
  .tx-modal#ask-modal {
    align-items: end;
    justify-items: center;
    padding: 10px 10px max(10px, env(safe-area-inset-bottom));
  }
  .tx-confirm-card,
  .tx-modal#ask-modal .tx-modal-card {
    width: min(100%, 520px) !important;
    max-height: min(78vh, 640px);
    max-height: min(78dvh, 640px);
    border-radius: 20px !important;
    margin-bottom: 0;
  }
  .confirm-hero {
    grid-template-columns: 52px 1fr;
    gap: 10px;
    padding: 14px 14px 10px;
  }
  .confirm-hero img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    padding: 4px;
  }
  .confirm-hero h3 {
    font-size: 20px;
    line-height: 1.15;
  }
  .confirm-hero p:last-child {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .confirm-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 14px 6px;
  }
  .confirm-grid div { padding: 10px; }
  .confirm-grid strong {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .confirm-price strong { font-size: 24px !important; }
  .confirm-raw { margin: 0 14px 6px; }
  .confirm-actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 14px calc(12px + env(safe-area-inset-bottom));
  }
  .confirm-wa {
    grid-column: 1 / -1;
    min-height: 48px;
  }
  .confirm-mail,
  .confirm-phone,
  .confirm-close {
    min-height: 46px;
    min-width: 0;
    font-size: 13px;
    padding: 0 10px;
  }
}

.tx-gallery {
  padding-block: 80px;
}
.tx-gallery header { margin-bottom: 28px; }
.tx-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.tx-gallery-grid button {
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.tx-gallery-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}
.tx-gallery-grid figcaption {
  margin-top: 8px;
  font-size: 13px;
  color: var(--tx-muted, #6a6256);
}
.tx-gallery-grid figcaption:empty {
  display: none;
}

.tx-modal-card {
  width: min(560px, 100%);
  max-height: min(86vh, 760px);
  max-height: min(86dvh, 760px);
  overflow: auto;
  background: #fff;
  border: 1px solid #dbe1d7;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 16px 45px #00000022;
  -webkit-overflow-scrolling: touch;
}
.tx-modal-card h3 {
  margin: 0 0 8px;
  font-size: 26px;
  letter-spacing: -0.03em;
}
.tx-modal-card pre {
  white-space: pre-wrap;
  background: #f8f5ee;
  border: 1px solid #e5ddd0;
  border-radius: 8px;
  padding: 14px;
  font-size: 13px;
  line-height: 1.5;
  max-height: 40vh;
  overflow: auto;
}
.tx-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.tx-modal-card .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
}
.tx-modal-card input,
.tx-modal-card textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #ccd6cd;
  border-radius: 5px;
  background: #f8faf7;
  padding: 10px 12px;
}
.tx-modal-card textarea { min-height: 110px; resize: vertical; }
.tx-check {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}
.taxi-experience h1,
.taxi-experience h2 { white-space: pre-line; }
.tx-header .tx-lang { margin-right: 4px; }

@media (max-width: 980px) {
  .tx-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tx-lang { order: -1; }
}
@media (max-width: 700px) {
  .tx-gallery-grid { grid-template-columns: 1fr; }
}
/* Mobile usability hardening */
@media (max-width: 700px) {
  .taxi-experience .tx-header { flex-wrap: wrap; }
  .taxi-experience .tx-header-actions {
    display: flex !important;
    order: 3;
    width: 100%;
    margin: 0 !important;
  }
  .taxi-experience .tx-header-actions > a { display: none !important; }
  .taxi-experience .tx-lang {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    order: 0 !important;
    width: 100%;
    gap: 6px;
    margin: 0 !important;
  }
  .taxi-experience .tx-lang button {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    height: 44px;
    font-size: 12px;
  }
  .fare-board { grid-template-columns: 1fr !important; gap: 8px !important; }
  .fare-board article { padding: 12px !important; }
  .fare-board span { font-size: 11px !important; }
  .fare-board strong { font-size: 24px !important; }
  .fare-board small { font-size: 11px !important; }
  .sim-legal { display: block !important; font-size: 11px !important; line-height: 1.45 !important; }
  .tx-modal-card { max-width: calc(100vw - 20px); overflow-y: auto; }
}
@media (max-width: 480px) {
  .maison-reservation .tx-booking-form { grid-template-columns: 1fr !important; }
  .maison-reservation .tx-booking-form > * { grid-column: 1 / -1 !important; }
}
/* Compact, high-contrast mobile fare simulator */
@media (max-width: 700px) {
  .tx-booking-premium.is-sim-mode {
    background: linear-gradient(145deg, #071f32 0%, #0b5160 58%, #08785f 100%) !important;
    outline: 0;
    box-shadow: 0 20px 48px rgba(7, 31, 50, .3) !important;
    color: #fff;
  }
  .tx-booking-premium.is-sim-mode .tx-booking-heading h2,
  .tx-booking-premium.is-sim-mode .tx-booking-heading p { color: #fff !important; }
  .tx-booking-premium.is-sim-mode .tx-calc-tabs button {
    border-color: rgba(255,255,255,.45);
    background: rgba(255,255,255,.12);
    color: #fff;
  }
  .tx-booking-premium.is-sim-mode .tx-calc-tabs button.active {
    background: #ffb52e;
    border-color: #ffb52e;
    color: #132b35;
  }
  .maison-reservation #calc-form {
    padding: 9px !important;
    border-radius: 14px;
    background: rgba(250,255,253,.98);
    color: #17343c;
    gap: 6px !important;
    margin-top: 6px !important;
  }
  .maison-reservation #calc-form .sim-banner {
    display: flex;
    align-items: center;
    gap: 7px !important;
    padding: 6px 8px !important;
    background: linear-gradient(90deg, #dff8ee, #fff5dc);
    border-color: #9fd9c7;
  }
  .maison-reservation #calc-form .sim-badge { flex: 0 0 auto; background: #0b7461; }
  .maison-reservation #calc-form .tx-sim-lead {
    font-size: 11px !important;
    line-height: 1.18 !important;
    color: #315c57;
  }
  .maison-reservation #calc-form label { color: #17343c !important; }
  .maison-reservation #calc-form input,
  .maison-reservation #calc-form select {
    min-height: 39px !important;
    height: 39px !important;
    background: #fff !important;
    border-color: #9fc9bd !important;
  }
  .maison-reservation #calc-form .fare-board {
    display: grid !important;
    grid-template-columns: 1.35fr 1fr 1fr !important;
    gap: 5px !important;
    margin-top: 2px !important;
    padding: 5px;
    border-radius: 13px;
    background: #0a2939;
  }
  .maison-reservation #calc-form .fare-board article {
    min-width: 0;
    padding: 8px 3px !important;
    border: 0 !important;
    border-radius: 9px !important;
    box-shadow: none;
  }
  .maison-reservation #calc-form .fare-price {
    order: -1;
    background: linear-gradient(145deg, #ff9f1c, #ffca3a) !important;
  }
  .maison-reservation #calc-form .fare-price span,
  .maison-reservation #calc-form .fare-price small { color: #653600 !important; }
  .maison-reservation #calc-form .fare-price strong {
    color: #2b1a00 !important;
    font-size: 24px !important;
    font-weight: 800;
  }
  .maison-reservation #calc-form .fare-distance {
    background: linear-gradient(160deg, #dff8ee, #bcebdc) !important;
  }
  .maison-reservation #calc-form .fare-duration {
    background: linear-gradient(160deg, #e8f2ff, #cbdfff) !important;
  }
  .maison-reservation #calc-form .fare-board span {
    font-size: 8px !important;
    letter-spacing: .07em;
    margin-bottom: 3px !important;
  }
  .maison-reservation #calc-form .fare-board strong {
    font-size: 18px !important;
    font-weight: 700;
  }
  .maison-reservation #calc-form .fare-board small {
    display: inline;
    margin: 0 0 0 2px !important;
    font-size: 9px !important;
  }
  .maison-reservation #calc-form .sim-seat {
    padding: 6px 9px !important;
    min-height: 32px;
  }
  .maison-reservation #calc-form #fare-status {
    min-height: 15px;
    font-size: 10px !important;
    line-height: 1.2;
    color: #315c57;
  }
}
/* Compact language flags and chauffeur presentation card */
.tx-lang button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.tx-lang .lang-flag { font-size: 18px; line-height: 1; }
.tx-lang small {
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
  letter-spacing: .02em;
}
.driver-profile-card {
  position: relative;
  margin: 0;
  padding: 10px;
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #f0e5d2);
  border: 1px solid rgba(141,107,67,.24);
  box-shadow: 0 22px 55px rgba(36,34,31,.18);
  overflow: hidden;
}
.maison-editorial .driver-profile-card > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center 24%;
  border-radius: 17px;
}
.driver-profile-card figcaption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  display: grid;
  gap: 2px;
  padding: 13px 16px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, rgba(18,37,48,.94), rgba(8,120,95,.92));
  box-shadow: 0 10px 25px rgba(0,0,0,.2);
}
.driver-profile-card figcaption strong { font-size: 15px; }
.driver-profile-card figcaption span { font-size: 12px; color: rgba(255,255,255,.82); }

@media (max-width: 700px) {
  .taxi-experience .tx-lang {
    grid-template-columns: repeat(5, 38px) !important;
    justify-content: center;
    gap: 4px !important;
  }
  .taxi-experience .tx-lang button {
    width: 38px !important;
    min-height: 36px !important;
    height: 36px !important;
    padding: 2px !important;
    border-radius: 9px;
  }
  .tx-lang .lang-flag { font-size: 18px; }
  .tx-lang small { font-size: 7px; }
  .driver-profile-card { padding: 7px; border-radius: 19px; }
  .maison-editorial .driver-profile-card > img {
    height: 390px;
    border-radius: 14px;
    object-position: center 22%;
  }
  .driver-profile-card figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}
/* Direct reservation confirmation */
.booking-success .confirm-actions .confirm-wa,
.booking-success .confirm-actions .confirm-mail,
.booking-success .confirm-actions .confirm-phone { display: none !important; }
.booking-success .confirm-actions { grid-template-columns: 1fr; }
.booking-success .confirm-close {
  width: 100%;
  background: #172d3b;
  color: #fff;
}
.booking-success-card,
.booking-error-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 34px 24px 24px;
  text-align: center;
}
.booking-success-icon,
.booking-error-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: #fff;
}
.booking-success-icon {
  background: linear-gradient(145deg, #0b8b6f, #0dcf94);
  box-shadow: 0 14px 30px rgba(11,139,111,.3);
}
.booking-error-icon {
  background: linear-gradient(145deg, #9a3412, #ea580c);
  box-shadow: 0 14px 30px rgba(194,65,12,.28);
}
.booking-success-icon svg,
.booking-error-icon svg { width: 36px; height: 36px; }
.booking-success-card h3,
.booking-error-card h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 30px;
}
.booking-success-card h3 { color: #08785f; }
.booking-error-card h3 { color: #9a3412; }
.booking-success-card p,
.booking-error-card p {
  max-width: 440px;
  margin: 0;
  color: #40545b;
  font-size: 16px;
  line-height: 1.55;
}
.booking-tracking {
  margin-top: 6px;
  min-width: min(100%, 280px);
  padding: 14px 18px;
  border-radius: 16px;
  background: #182d29;
  color: #d8f178;
}
.booking-tracking span {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #c8d4c8;
}
.booking-tracking strong {
  font-family: ui-monospace, Consolas, monospace;
  font-size: 22px;
  letter-spacing: 0.8px;
}
.booking-error .confirm-actions .confirm-mail { display: none !important; }
.booking-error .confirm-actions .confirm-phone { display: inline-flex !important; }
.booking-error .confirm-actions { grid-template-columns: 1.2fr 1.2fr auto; }
.booking-error .confirm-close {
  background: #fff !important;
  border: 1px solid #ead7c8 !important;
}



/* Mobile header: logo + name | menu — no clipped 64px brand column */
@media (max-width: 700px) {
  .taxi-experience .tx-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px !important;
    align-items: center;
    gap: 8px 10px !important;
    flex-wrap: nowrap !important;
    padding: 10px 14px !important;
  }
  .taxi-experience .tx-brand {
    grid-column: 1 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }
  .taxi-experience .tx-brand img {
    width: 52px !important;
    max-width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    transform: none !important;
    background: #fff !important;
    border-radius: 10px !important;
    padding: 3px !important;
    flex: 0 0 52px;
  }
  .taxi-experience .tx-header-actions {
    display: none !important;
  }
  .taxi-experience .tx-lang {
    display: none !important;
  }
  .taxi-experience .tx-menu {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: flex !important;
    width: 48px !important;
    height: 48px !important;
    justify-self: end;
    align-items: center;
    justify-content: center;
  }
  .taxi-experience .tx-nav { grid-column: 1 / -1; }
  .driver-profile-card {
    width: min(270px, calc(100vw - 56px));
    margin: 24px auto 0;
    padding: 6px;
    border-radius: 18px;
  }
  .maison-editorial .driver-profile-card > img {
    height: 300px !important;
    border-radius: 13px;
    object-position: center 20%;
  }
  .driver-profile-card figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 9px 11px;
    border-radius: 10px;
  }
  .driver-profile-card figcaption strong { font-size: 13px; }
  .driver-profile-card figcaption span { font-size: 10px; }
}
@media (max-width: 370px) {
  .taxi-experience .tx-header { grid-template-columns: minmax(0, 1fr) 44px !important; gap: 8px !important; }
  .taxi-experience .tx-brand { width: auto !important; max-width: none !important; }
  .taxi-experience .tx-brand img { width: 48px !important; max-width: 48px !important; height: 48px !important; min-width: 48px !important; }
  .taxi-experience .tx-lang button { width: 27px !important; min-width: 27px !important; height: 29px !important; min-height: 29px !important; }
  .taxi-experience .tx-lang .lang-flag { font-size: 14px; }
}

/* Circular chauffeur portrait with editorial text wrap */
.maison-editorial:has(.driver-story) { display: block; padding: clamp(48px, 7vw, 92px) max(28px, calc((100vw - 1100px) / 2)); }
.maison-editorial .driver-story { max-width: 960px; margin: 0 auto; }
.maison-editorial .driver-story::after { content: ""; display: block; clear: both; }
.maison-editorial .driver-profile-card { float: left; width: 230px; margin: 0 34px 18px 0; padding: 7px; overflow: visible; border-radius: 50%; background: linear-gradient(145deg, #d5bc91, #08785f); box-shadow: 0 18px 42px rgba(23,45,59,.22); }
.maison-editorial .driver-profile-card > img { width: 216px; height: 216px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; object-position: center 20%; border: 4px solid #fff; }
.maison-editorial .driver-profile-card figcaption { position: relative; inset: auto; width: 190px; margin: -25px auto 0; padding: 8px 10px; text-align: center; border-radius: 12px; }
.maison-editorial .driver-story h2 { margin-top: 8px; }
.maison-editorial .driver-story p { text-align: left; }
@media (max-width: 700px) {
  .maison-editorial:has(.driver-story) { padding: 42px 22px !important; }
  .maison-editorial .driver-profile-card { float: left; width: 126px; margin: 2px 18px 8px 0; padding: 5px; }
  .maison-editorial .driver-profile-card > img { width: 116px; height: 116px !important; border-width: 3px; object-position: center 18%; }
  .maison-editorial .driver-profile-card figcaption { display: none; }
  .maison-editorial .driver-story h2 { font-size: 29px; }
  .maison-editorial .driver-story p { font-size: 16px; line-height: 1.65; }
}

.taxi-experience.taxi-lyon,
.taxi-experience.taxi-lyon[data-theme="nuit"] {
  --tx-paper: #000;
  --tx-muted: #b8c2bc;
  background: #000 !important;
  color: #f4f7ef;
}
.taxi-experience.taxi-lyon[data-theme="nuit"] .metro-hero,
.taxi-experience.taxi-lyon .metro-hero,
.taxi-experience.taxi-lyon .tx-header,
.taxi-experience.taxi-lyon .tx-proof,
.taxi-experience.taxi-lyon .tx-footer,
.taxi-experience.taxi-lyon .metro-services,
.taxi-experience.taxi-lyon .metro-local,
.taxi-experience.taxi-lyon .metro-vehicle,
.taxi-experience.taxi-lyon .metro-destinations,
.taxi-experience.taxi-lyon .tx-gallery,
.taxi-experience.taxi-lyon .tx-questions,
.taxi-experience.taxi-lyon .metro-tarifs {
  background: #000 !important;
  border-color: #1d1d1d;
  color: #f4f7ef;
}
.taxi-experience.taxi-lyon .tx-brand strong,
.taxi-experience.taxi-lyon .tx-brand small,
.taxi-experience.taxi-lyon .tx-nav a,
.taxi-experience.taxi-lyon .tx-header-phone,
.taxi-experience.taxi-lyon .tx-proof,
.taxi-experience.taxi-lyon .tx-footer a,
.taxi-experience.taxi-lyon .tx-footer p,
.taxi-experience.taxi-lyon .metro-services,
.taxi-experience.taxi-lyon .metro-destinations,
.taxi-experience.taxi-lyon .metro-local,
.taxi-experience.taxi-lyon .metro-local p,
.taxi-experience.taxi-lyon .metro-local li,
.taxi-experience.taxi-lyon .metro-local h2,
.taxi-experience.taxi-lyon .tx-gallery,
.taxi-experience.taxi-lyon .tx-questions,
.taxi-experience.taxi-lyon .tx-questions p,
.taxi-experience.taxi-lyon .metro-tarifs,
.taxi-experience.taxi-lyon .metro-tarifs h2,
.taxi-experience.taxi-lyon .metro-tarifs h3,
.taxi-experience.taxi-lyon .metro-tarifs p,
.taxi-experience.taxi-lyon .metro-vehicle,
.taxi-experience.taxi-lyon .metro-vehicle p,
.taxi-experience.taxi-lyon .metro-vehicle h2 {
  color: #f4f7ef !important;
}
.taxi-experience.taxi-lyon .metro-local .tx-eyebrow,
.taxi-experience.taxi-lyon .metro-vehicle .tx-eyebrow,
.taxi-experience.taxi-lyon .metro-services .tx-eyebrow,
.taxi-experience.taxi-lyon .metro-destinations .tx-eyebrow {
  color: #d8f178 !important;
}
.taxi-experience.taxi-lyon .metro-destination-grid article,
.taxi-experience.taxi-lyon .metro-destination-grid article h3,
.taxi-experience.taxi-lyon .metro-destination-grid article p,
.taxi-experience.taxi-lyon .metro-destination-grid article a,
.taxi-experience.taxi-lyon .metro-destination-grid article span {
  color: #182d29 !important;
}
.taxi-experience.taxi-lyon .metro-destination-grid article small {
  color: #5c6b64 !important;
}
.taxi-experience.taxi-lyon .tx-gallery-grid figcaption {
  color: #d5ddd8 !important;
}
.taxi-experience.taxi-lyon .tx-booking-card {
  background: #fff !important;
  color: #182d29;
}
.taxi-experience.taxi-lyon .tx-booking-card h2,
.taxi-experience.taxi-lyon .tx-booking-card p,
.taxi-experience.taxi-lyon .tx-booking-card label,
.taxi-experience.taxi-lyon .tx-booking-card .tx-form-note {
  color: #182d29 !important;
}
.taxi-experience.taxi-lyon .tx-booking-form .tx-check {
  grid-column: 1 / -1;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #182d29 !important;
}
.taxi-experience.taxi-lyon .tx-booking-form .tx-check input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  margin: 0;
  flex: 0 0 18px;
  accent-color: #0f6e56;
}
@media (max-width: 900px) {
  .taxi-experience.taxi-lyon .tx-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px !important;
    align-items: center;
    gap: 8px 10px !important;
    padding: 10px 14px !important;
  }
  .taxi-experience.taxi-lyon .tx-brand {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
  }
  .taxi-experience.taxi-lyon .tx-brand img {
    width: 52px !important;
    height: 52px !important;
    max-width: 52px !important;
    min-width: 52px !important;
    background: #fff !important;
    border-radius: 10px !important;
    padding: 3px !important;
    object-fit: contain !important;
  }
  .taxi-experience.taxi-lyon .tx-brand-copy,
  .taxi-experience.taxi-lyon .tx-brand > span {
    min-width: 0;
  }
  .taxi-experience.taxi-lyon .tx-brand strong {
    font-size: 15px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .taxi-experience.taxi-lyon .tx-header-actions { display: none !important; }
  .taxi-experience.taxi-lyon .tx-menu {
    display: flex !important;
    width: 48px !important;
    height: 48px !important;
    align-items: center;
    justify-content: center;
    background: #111 !important;
    border: 1px solid #444 !important;
    border-radius: 10px !important;
    color: #f4f7ef !important;
  }
  .taxi-experience.taxi-lyon .tx-nav {
    display: none !important;
    grid-column: 1 / -1 !important;
    position: static !important;
    inset: auto !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    background: #111 !important;
    color: #f4f7ef !important;
    border: 1px solid #333 !important;
    border-radius: 12px !important;
    padding: 8px !important;
    box-shadow: none !important;
  }
  .taxi-experience.taxi-lyon .tx-nav.is-open {
    display: flex !important;
  }
  .taxi-experience.taxi-lyon .tx-nav a {
    color: #f4f7ef !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    padding: 12px 14px !important;
    font-size: 16px !important;
  }
}

.taxi-experience.taxi-lyon .tx-mobile-contact {
  background: #111 !important;
  border-top: 1px solid #2c2c2c !important;
  color: #fff;
  gap: 8px;
}
.taxi-experience.taxi-lyon .tx-mobile-contact > a {
  min-height: 46px;
  border-radius: 12px !important;
  font-weight: 700 !important;
  border: 0 !important;
}
.taxi-experience.taxi-lyon .tx-mobile-contact > a:first-child {
  background: #d8f178 !important;
  color: #111 !important;
}
.taxi-experience.taxi-lyon .tx-mobile-contact > a:first-child svg {
  stroke: #111 !important;
  color: #111 !important;
}
.taxi-experience.taxi-lyon .tx-mobile-contact > a.tx-whatsapp {
  background: #128c7e !important;
  color: #fff !important;
}
.taxi-experience.taxi-lyon .tx-mobile-contact > a:last-child {
  background: #1c3d34 !important;
  color: #d8f178 !important;
  border: 1px solid #d8f178 !important;
}

.metro-local-grid.metro-local-pmr,
.metro-local-grid:has(.metro-pmr-photos) {
  grid-template-columns: 1fr 1fr !important;
  align-items: center;
}
.metro-pmr-photos {
  display: grid;
  gap: 14px;
}
.metro-pmr-photos img {
  width: 100%;
  height: 252px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.metro-tarifs {
  padding: clamp(56px, 8vw, 96px) 0;
  background: #000;
  color: #f4f7ef;
}
.metro-tarifs h2 {
  max-width: 14ch;
  margin: 0 0 16px;
}
.metro-tarifs-lead {
  max-width: 58ch;
  color: #b8c2bc;
  margin: 0 0 36px;
  font-size: 17px;
  line-height: 1.65;
}
.tx-tarif-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.tx-tarif-col {
  background: #121412;
  border: 1px solid #262926;
  border-radius: 16px;
  padding: 22px 22px 8px;
}
.tx-tarif-col.is-now {
  background: #182016;
  border-color: #d8f178;
}
.tx-tarif-col header small {
  display: inline-block;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #d8f178;
  margin-bottom: 8px;
}
.tx-tarif-col header h3 {
  margin: 0 0 18px;
  font-size: 22px;
  color: #f4f7ef;
}
.tx-tarif-col dl {
  margin: 0;
}
.tx-tarif-col dl > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid #2a2e2b;
}
.tx-tarif-col dt {
  color: #c5cec8;
  font-size: 15px;
}
.tx-tarif-col dd {
  margin: 0;
  text-align: right;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}
.tx-tarif-col dd span {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  font-size: 12px;
  color: #8f9b94;
}
.tx-tarif-extras {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 8px 0 48px;
}
.tx-tarif-extras article {
  background: #121412;
  border: 1px solid #262926;
  border-radius: 14px;
  padding: 18px;
  display: grid;
  gap: 6px;
}
.tx-tarif-extras span {
  color: #9aa59d;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.tx-tarif-extras strong {
  font-size: 22px;
  color: #d8f178;
}
.tx-tarif-extras small {
  color: #c5cec8;
  font-size: 13px;
}
.metro-services-photo {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  margin-top: 28px;
}
.tx-paris-fares {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 380px);
  gap: 40px;
  align-items: center;
  margin-bottom: 8px;
}
.tx-paris-fares h3 {
  margin: 0 0 12px;
  font-size: 32px;
  color: #f4f7ef;
}
.tx-paris-fares p {
  color: #b8c2bc;
  margin: 0 0 18px;
  line-height: 1.65;
}
.tx-paris-legend {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #d5ddd8;
  font-size: 14px;
}
.tx-paris-legend strong {
  color: #d8f178;
  margin-right: 6px;
}
.tx-tarif-map-photo {
  margin: 0;
  max-width: 380px;
  justify-self: end;
  background: #ececec;
  border: 1px solid #262926;
  border-radius: 16px;
  overflow: hidden;
}
.tx-tarif-map-photo img {
  width: 100%;
  max-height: 340px;
  object-fit: contain;
  display: block;
  background: #ececec;
}
.tx-tarif-map-photo figcaption {
  padding: 10px 14px 12px;
  color: #9aa59d;
  font-size: 12px;
  background: #121412;
}
.metro-tarifs-note {
  margin: 22px 0 0;
  color: #8f9b94;
  font-size: 14px;
  max-width: 70ch;
}
@media (max-width: 900px) {
  .metro-local-grid.metro-local-pmr,
  .metro-local-grid:has(.metro-pmr-photos) {
    grid-template-columns: 1fr !important;
    gap: 28px;
  }
  .metro-pmr-photos {
    grid-template-columns: 1fr 1fr;
  }
  .metro-pmr-photos img {
    height: 180px;
  }
  .tx-tarif-compare,
  .tx-tarif-extras,
  .tx-paris-fares {
    grid-template-columns: 1fr;
  }
  .tx-tarif-map-photo {
    max-width: 320px;
    justify-self: start;
  }
  .tx-paris-fares h3 { font-size: 28px; }
  .metro-services-photo { height: 220px; }
}
@media (max-width: 700px) {
  .metro-pmr-photos {
    grid-template-columns: 1fr;
  }
  .metro-pmr-photos img {
    height: 220px;
  }
  .metro-services-photo { height: 200px; }
  .tx-tarif-map-photo { max-width: 100%; }
}

/* Paley Riviera: reservation (teal) vs price simulation (coral) */
.riviera-booking {
  transition: background .28s ease;
}
.riviera-booking .tx-booking-card {
  background: #fff;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.12);
  transition: background .28s ease, box-shadow .28s ease, outline-color .28s ease;
}
.riviera-booking .tx-booking-card.is-request-mode {
  background: #fff;
  outline: none;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.12);
}
.riviera-booking .tx-booking-card.is-sim-mode {
  background: #fde6d6;
  box-shadow: 0 24px 60px rgba(196, 93, 62, 0.18);
  outline: 2px solid rgba(196, 93, 62, 0.28);
}
.riviera-booking .tx-booking-card.is-sim-mode input,
.riviera-booking .tx-booking-card.is-sim-mode select {
  background: #fff8f4 !important;
  border-color: #efc4b0 !important;
}
.riviera-booking .tx-booking-card.is-sim-mode .tx-booking-heading span {
  color: #c45d3e;
}
.riviera-booking .tx-booking-card.is-sim-mode .tx-submit {
  background: #c45d3e !important;
}
.riviera-booking .tx-calc-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 4px 0 16px;
}
.riviera-booking .tx-calc-tabs button {
  border-radius: 999px;
  min-height: 46px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #d5ddd8;
  background: #f4f7f6;
  color: #154b61;
}
.riviera-booking .tx-calc-tabs button[data-pane="calc"]:not(.active) {
  background: #fff1ea;
  border-color: #ffb59c;
  color: #c45d3e;
}
.riviera-booking .tx-booking-card.is-request-mode .tx-calc-tabs button[data-pane="request"].active {
  background: #154b61;
  border-color: #154b61;
  color: #fff;
}
.riviera-booking .tx-booking-card.is-sim-mode .tx-calc-tabs button[data-pane="calc"].active,
.riviera-booking .tx-calc-tabs button[data-pane="calc"].active {
  background: #c45d3e;
  border-color: #c45d3e;
  color: #fff;
}
.riviera-booking #calc-form .sim-banner,
.riviera-booking #calc-form .tx-route-field,
.riviera-booking #calc-form #fare-board,
.riviera-booking #calc-form .fare-board,
.riviera-booking #calc-form .tx-form-note,
.riviera-booking #calc-form .tx-submit,
.riviera-booking #calc-form .tx-calc-use {
  grid-column: 1 / -1;
}
.riviera-booking #calc-form .tx-time-field,
.riviera-booking #calc-form label:not(.tx-route-field) {
  grid-column: span 2;
}
.riviera-booking .sim-banner {
  background:
    linear-gradient(120deg, rgba(255, 181, 156, 0.38), rgba(21, 75, 97, 0.08)),
    #fff;
  border: 1px solid rgba(196, 93, 62, 0.22);
}
.riviera-booking .sim-badge {
  background: #c45d3e;
  color: #fff;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
}
.riviera-booking .sim-banner strong {
  display: block;
  font-size: 20px;
  color: #154b61;
}
.riviera-booking .sim-banner p {
  margin: 0;
  color: #5b6b71;
  font-size: 14px;
}
.riviera-booking .fare-board .fare-distance {
  background: linear-gradient(180deg, #e8f2f6, #fff);
  border-color: #9bb8c4;
}
.riviera-booking .fare-board .fare-distance span,
.riviera-booking .fare-board .fare-distance small { color: #154b61; }
.riviera-booking .fare-board .fare-price {
  background: linear-gradient(145deg, #c45d3e, #e07a5a 62%);
  border-color: #c45d3e;
  box-shadow: 0 14px 30px rgba(196, 93, 62, 0.25);
}
.riviera-booking .fare-board .fare-price span,
.riviera-booking .fare-board .fare-price small { color: #ffe7de; }
.riviera-booking .time-dual .time-selects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.riviera-booking .time-dual select {
  width: 100%;
  min-height: 48px;
}
.tx-modal.booking-success .confirm-wa,
.tx-modal.booking-success .confirm-mail,
.tx-modal.booking-success .confirm-phone {
  display: none;
}
.riviera-booking.is-sim-mode .riviera-booking-grid > div:first-child .tx-eyebrow {
  color: #ffc4ad;
}
.riviera-booking .tx-booking-card,
.riviera-booking .tx-booking-card.is-request-mode,
.riviera-booking .tx-booking-card.is-sim-mode {
  color: #154b61;
}
.riviera-booking .tx-booking-card h2,
.riviera-booking .tx-booking-card p,
.riviera-booking .tx-booking-card label,
.riviera-booking .tx-booking-card .tx-form-note {
  color: #154b61;
}
.riviera-booking .tx-booking-card .tx-form-note {
  color: #5b6b71;
}
.riviera-booking .tx-submit,
.riviera-booking .tx-calc-use {
  color: #fff !important;
}

@media (max-width: 900px) {
  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }
  .taxi-marseille .tx-header {
    position: relative;
    z-index: 50;
    gap: 8px;
  }
  .taxi-marseille .tx-header-actions {
    display: none !important;
  }
  .taxi-marseille .tx-nav {
    color: #154b61;
    background: #fff;
    z-index: 60;
  }
  .taxi-marseille .tx-nav a {
    color: #154b61;
    min-height: 48px;
  }
  .taxi-marseille .riviera-booking-grid {
    grid-template-columns: 1fr !important;
  }
  .taxi-marseille .riviera-booking-grid > div:first-child {
    display: block !important;
    color: #fff;
  }
  .taxi-marseille .riviera-booking-grid > div:first-child h2,
  .taxi-marseille .riviera-booking-grid > div:first-child p {
    color: #fff;
  }
  .taxi-marseille .riviera-booking-grid > div:first-child .tx-eyebrow {
    color: #ffc4ad;
  }
}

@media (max-width: 700px) {
  .taxi-marseille {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }
  .taxi-marseille .tx-brand {
    min-width: 0;
    max-width: calc(100% - 56px);
  }
  .taxi-marseille .tx-brand img {
    height: 40px !important;
    max-width: 68px !important;
    padding: 3px;
  }
  .taxi-marseille .tx-brand strong {
    font-size: 15px !important;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }
  .taxi-marseille .tx-brand small {
    font-size: 10px !important;
    letter-spacing: 0.08em;
  }
  .taxi-marseille .riviera-hero {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding-block: 24px 36px !important;
  }
  .taxi-marseille .riviera-hero h1 {
    font-size: clamp(32px, 9vw, 42px) !important;
    line-height: 1.12 !important;
  }
  .taxi-marseille .riviera-hero p,
  .taxi-marseille .riviera-hero-note {
    font-size: 16px;
    color: #2c4a57;
  }
  .taxi-marseille .riviera-hero figure {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
  }
  .taxi-marseille .riviera-hero figure > img {
    width: 100%;
    height: 280px !important;
    object-fit: cover;
    border-radius: 28px 28px 12px 12px !important;
  }
  .taxi-marseille .riviera-hero figcaption {
    left: 12px !important;
    right: auto;
    max-width: calc(100% - 24px);
    font-size: 16px !important;
  }
  .taxi-marseille .tx-action-row {
    display: flex;
    flex-wrap: wrap;
  }
  .taxi-marseille .tx-action-row > a {
    flex: 1 1 160px;
    justify-content: center;
  }
  .taxi-marseille .riviera-booking {
    padding: 28px 0 36px;
  }
  .taxi-marseille .riviera-booking .tx-booking-card,
  .taxi-marseille .riviera-booking .tx-booking-card.is-request-mode {
    background: #fff !important;
    color: #154b61 !important;
    padding: 18px 14px !important;
    border-radius: 16px !important;
    outline: none;
  }
  .taxi-marseille .riviera-booking .tx-booking-card.is-sim-mode {
    background: #fde6d6 !important;
    outline: 2px solid rgba(196, 93, 62, 0.28);
  }
  .taxi-marseille .riviera-booking .tx-booking-heading h2 {
    font-size: 24px !important;
    color: #154b61 !important;
  }
  .taxi-marseille .riviera-booking .tx-booking-heading p,
  .taxi-marseille .riviera-booking .tx-booking-heading span {
    color: #154b61 !important;
  }
  .taxi-marseille .riviera-booking .tx-booking-card.is-sim-mode .tx-booking-heading span {
    color: #c45d3e !important;
  }
  .taxi-marseille .riviera-booking .tx-calc-tabs {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px;
    margin: 8px 0 14px;
  }
  .taxi-marseille .riviera-booking .tx-calc-tabs button {
    min-height: 44px;
    font-size: 13px;
    padding: 8px 6px;
  }
  .taxi-marseille .riviera-booking .tx-booking-form,
  .taxi-marseille .riviera-booking #request-form,
  .taxi-marseille .riviera-booking #calc-form {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .taxi-marseille .riviera-booking .tx-booking-form > *,
  .taxi-marseille .riviera-booking #calc-form .tx-time-field,
  .taxi-marseille .riviera-booking #calc-form label:not(.tx-route-field) {
    grid-column: 1 / -1 !important;
  }
  .taxi-marseille .riviera-booking .tx-booking-form input,
  .taxi-marseille .riviera-booking .tx-booking-form select {
    min-height: 48px !important;
    height: 48px !important;
    font-size: 16px !important;
    color: #154b61 !important;
    background: #f8faf7 !important;
  }
  .taxi-marseille .riviera-booking .tx-booking-card.is-sim-mode input,
  .taxi-marseille .riviera-booking .tx-booking-card.is-sim-mode select {
    background: #fff8f4 !important;
    border-color: #efc4b0 !important;
  }
  .taxi-marseille .riviera-booking .time-dual .time-selects {
    grid-template-columns: 1fr 1fr !important;
  }
  .taxi-marseille .riviera-booking .time-dual select {
    min-height: 48px !important;
    font-size: 16px !important;
  }
  .taxi-marseille .riviera-booking #calc-form .sim-banner {
    display: none;
  }
  .taxi-marseille .fare-board {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }
  .taxi-marseille .fare-board article {
    padding: 10px 6px !important;
  }
  .taxi-marseille .fare-board strong {
    font-size: 18px !important;
  }
  .taxi-marseille .fare-board span {
    font-size: 9px !important;
    letter-spacing: 0.08em;
  }
  .taxi-marseille .fare-board small {
    font-size: 9px !important;
  }
  .taxi-marseille .fare-board .fare-price,
  .taxi-marseille .fare-board .fare-price strong {
    color: #fff !important;
  }
  .taxi-marseille .fare-board .fare-price span,
  .taxi-marseille .fare-board .fare-price small {
    color: #ffe7de !important;
  }
  .taxi-marseille .maps-suggest-wrap {
    width: 100%;
    max-width: 100%;
  }
  .taxi-marseille .maps-suggest {
    left: 0;
    right: 0;
    max-height: 220px;
    overflow: auto;
    z-index: 30;
  }
  .taxi-marseille .maps-suggest-item {
    white-space: normal;
    text-align: left;
    font-size: 13px;
    line-height: 1.35;
    padding: 10px 12px;
  }
  .taxi-marseille .tx-mobile-contact {
    display: flex !important;
    z-index: 80;
  }
  .taxi-marseille .tx-floating-wa {
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    right: 12px !important;
    font-size: 13px;
    max-width: calc(100vw - 24px);
  }
  .taxi-marseille .tx-questions,
  .taxi-marseille .tx-footer-grid,
  .taxi-marseille .tx-client-gallery > div {
    grid-template-columns: 1fr !important;
  }
  .taxi-marseille .tx-questions summary {
    font-size: 16px;
    gap: 10px;
    align-items: flex-start;
  }
  .taxi-marseille .tx-footer {
    padding-bottom: 28px;
  }
  .taxi-marseille .tx-footer p,
  .taxi-marseille .tx-footer a,
  .taxi-marseille .tx-footer small,
  .taxi-marseille .tx-footer details {
    color: #e8f1f4;
  }
  .taxi-marseille .riviera-postcards a,
  .taxi-marseille .riviera-services a {
    color: #154b61;
  }
}

@media (max-width: 380px) {
  .taxi-marseille .tx-calc-tabs button {
    font-size: 12px;
  }
  .taxi-marseille .tx-mobile-contact > a {
    font-size: 11px;
    padding: 8px 4px;
  }
}

