/* Base reset aligned with monsite.taxi + extras for calc / languages / modals */
:root {
  --ink: #182d29;
  --paper: #000000;
  --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: #0f6e56;
  border-color: #0f6e56;
}
.tx-booking-card.is-request-mode .tx-calc-tabs button[data-pane="request"].active {
  background: #24221f;
  border-color: #24221f;
}

.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-close {
  background: #fff !important;
  border: 1px solid #cfc4b2 !important;
  color: #24221f !important;
  min-width: 110px;
}
.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-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-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 { display: none !important; }
.booking-success .confirm-actions { grid-template-columns: 1fr; }
.booking-success .confirm-close {
  width: 100%;
  background: #172d3b;
  color: #fff;
}
.booking-success-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 34px 24px 24px;
  text-align: center;
}
.booking-success-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0b8b6f, #0dcf94);
  color: #fff;
  box-shadow: 0 14px 30px rgba(11,139,111,.3);
}
.booking-success-icon svg { width: 36px; height: 36px; }
.booking-success-card h3 {
  margin: 0;
  color: #08785f;
  font-family: Georgia, serif;
  font-size: 30px;
}
.booking-success-card p {
  max-width: 440px;
  margin: 0;
  color: #40545b;
  font-size: 16px;
  line-height: 1.55;
}



/* 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 {
  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-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;
}

