/* =========================================================
 * Wimbi Preorder Panel — styles BEM .wm-preorder__*
 * Inspiré Tesla/NEO 1X : fond blanc, sobre, typographie Inter
 * Mission 23 — 2026-05-31
 * ========================================================= */

:root {
  --pre-blue:       #0077BF;
  --pre-blue-hover: #005A92;
  --pre-ink:        #0A0A0A;
  --pre-muted:      #6B7280;
  --pre-rule:       #E5E7EB;
  --pre-error:      #c0392b;
  --pre-ease:       cubic-bezier(0.4, 0, 0.2, 1);
}

/* ───────── Overlay ───────── */
.wm-preorder__overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,10,10,.45);
  z-index: 1998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms var(--pre-ease);
}
.wm-preorder__overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* ───────── Panel slide-in droit ───────── */
.wm-preorder__panel {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 100%;
  max-width: 480px;
  background: #fff;
  z-index: 1999;
  transform: translateX(100%);
  transition: transform 350ms var(--pre-ease);
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 40px rgba(0,0,0,.12);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.wm-preorder__panel.is-open {
  transform: translateX(0);
}
.wm-preorder__panel[hidden] {
  display: none;
}

/* ───────── En-tête ───────── */
.wm-preorder__panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  border-bottom: 1px solid var(--pre-rule);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}
.wm-preorder__panel-brand {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.wm-preorder__panel-brand-name {
  font-size: .8125rem;
  font-weight: 500;
  color: var(--pre-muted);
  letter-spacing: .03em;
}
.wm-preorder__panel-model {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--pre-ink);
  letter-spacing: -0.01em;
}
.wm-preorder__panel-close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--pre-ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms var(--pre-ease);
}
.wm-preorder__panel-close:hover,
.wm-preorder__panel-close:focus-visible { background: #f5f5f7; }

/* ───────── Corps ───────── */
.wm-preorder__panel-body {
  padding: 28px 32px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wm-preorder__screen { display: flex; flex-direction: column; gap: 24px; }
.wm-preorder__screen--thanks { justify-content: center; flex: 1; }
.wm-preorder__screen--thanks[hidden] { display: none; }

/* ───────── Prix ───────── */
.wm-preorder__pricing {}
.wm-preorder__price {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--pre-ink);
  margin: 0 0 4px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.wm-preorder__price-mo {
  font-size: .9rem;
  color: var(--pre-muted);
  margin: 0;
}
.wm-preorder__price-mo a { color: inherit; text-decoration: none; }

/* ───────── Dépôt ───────── */
.wm-preorder__deposit {
  background: #f5f5f7;
  border-radius: 12px;
  padding: 20px 24px;
}
.wm-preorder__deposit-label { font-size: 1rem; color: var(--pre-ink); margin: 0 0 4px; }
.wm-preorder__deposit-note  { font-size: .875rem; color: var(--pre-muted); margin: 0 0 10px; }
.wm-preorder__deposit-delivery { font-size: .875rem; color: var(--pre-ink); margin: 0; }
.wm-preorder__deposit-delivery-note { font-size: .75rem; color: var(--pre-muted); margin: 4px 0 0; }

/* ───────── Titres sections (PAIEMENT, COULEUR, LIVRAISON) ───────── */
.wm-preorder__section-title,
.wm-preorder__shipping-title {
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--pre-muted);
  margin: 0 0 16px;
}

/* ───────── Champs formulaire ───────── */
.wm-preorder__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.wm-preorder__label {
  font-size: .6875rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--pre-muted);
}
.wm-preorder__label span { color: var(--pre-error); }
.wm-preorder__input,
.wm-preorder__select {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(10,10,10,.18);
  padding: 10px 0;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  color: var(--pre-ink);
  border-radius: 0;
  outline: none;
  transition: border-color 200ms var(--pre-ease);
  width: 100%;
}
.wm-preorder__input:focus,
.wm-preorder__select:focus { border-bottom-color: var(--pre-blue); }
.wm-preorder__input.has-error,
.wm-preorder__select.has-error { border-bottom-color: var(--pre-error); }
.wm-preorder__select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path fill='none' stroke='%236B7280' stroke-width='1.2' d='M1 1l4 4 4-4'/></svg>");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 20px;
  cursor: pointer;
}

/* Rangée 2 colonnes */
.wm-preorder__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
/* §3 : City (60%) + ZIP (40%) — STATE supprimé */
.wm-preorder__row--city-zip { grid-template-columns: 3fr 2fr; gap: 12px; }

/* Téléphone : prefix + champ */
.wm-preorder__phone-wrap {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  align-items: end;
}
.wm-preorder__select--prefix { font-size: .875rem; }

/* ───────── Erreurs ───────── */
.wm-preorder__err {
  font-size: .75rem;
  color: var(--pre-error);
  min-height: 1em;
  opacity: 0;
  transition: opacity 180ms var(--pre-ease);
  letter-spacing: .01em;
}
.wm-preorder__err.show { opacity: 1; }
.wm-preorder__err--global {
  text-align: center;
  margin-top: 8px;
  font-size: .875rem;
}

/* ───────── Bouton submit ───────── */
.wm-preorder__submit {
  width: 100%;
  min-height: 52px;
  background: var(--pre-ink);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background 200ms var(--pre-ease), transform 150ms var(--pre-ease);
  margin-top: 8px;
}
.wm-preorder__submit:hover:not(:disabled),
.wm-preorder__submit:focus-visible:not(:disabled) { background: var(--pre-blue); }
.wm-preorder__submit:active { transform: translateY(1px); }
.wm-preorder__submit:disabled { opacity: .55; cursor: not-allowed; }

/* ───────── Notes bas de formulaire ───────── */
.wm-preorder__stripe-note {
  font-size: .8125rem;
  color: var(--pre-muted);
  text-align: center;
  margin: 16px 0 0;
  letter-spacing: .01em;
}
.wm-preorder__rgpd {
  font-size: .75rem;
  color: var(--pre-muted);
  text-align: center;
  margin: 10px 0 0;
  line-height: 1.5;
}
.wm-preorder__rgpd a { color: var(--pre-blue); }

/* ───────── Écran de remerciement ───────── */
.wm-preorder__thanks-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 24px;
  gap: 16px;
}
.wm-preorder__thanks-check {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(0,119,191,.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wm-preorder__thanks-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--pre-ink);
  letter-spacing: -0.02em;
  margin: 0;
}
.wm-preorder__thanks-ref {
  font-size: .9375rem;
  color: var(--pre-muted);
  margin: 0;
}
.wm-preorder__thanks-ref strong { color: var(--pre-ink); letter-spacing: .04em; }
.wm-preorder__thanks-body {
  font-size: .9375rem;
  line-height: 1.6;
  color: var(--pre-muted);
  max-width: 38ch;
  margin: 0;
}
.wm-preorder__thanks-close {
  margin-top: 8px;
  background: var(--pre-blue);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 36px;
  font-size: .9375rem;
  font-weight: 500;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  transition: background 200ms var(--pre-ease);
}
.wm-preorder__thanks-close:hover { background: var(--pre-blue-hover); }

/* ───────── Responsive ───────── */
@media (max-width: 640px) {
  .wm-preorder__panel { max-width: 100%; }
  .wm-preorder__panel-body { padding: 20px 20px 40px; }
  .wm-preorder__panel-header { padding: 20px 20px; }
  .wm-preorder__payment-option-amount { font-size: .8125rem; }
}
@media (max-width: 400px) {
  .wm-preorder__row,
  .wm-preorder__row--city-zip { grid-template-columns: 1fr; }
}

/* ───────── Prefers reduced motion ───────── */
@media (prefers-reduced-motion: reduce) {
  .wm-preorder__overlay,
  .wm-preorder__panel { transition: none; }
}

/* ───────── Body lock quand panel ouvert ───────── */
body.wm-preorder-open { overflow: hidden; }

/* ═══════════════════════════════════════════════════
 * §5 — Options de paiement (COMPTANT / FINANCEMENT)
 * Style 1X NEO : blocs encadrés sélectionnables
 * ═══════════════════════════════════════════════════ */
.wm-preorder__payment-options {
  margin-bottom: 24px;
}
.wm-preorder__payment-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1.5px solid var(--pre-rule);
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: border-color 180ms var(--pre-ease), background 180ms var(--pre-ease),
              opacity 180ms var(--pre-ease);
  position: relative;
}
.wm-preorder__payment-option:last-of-type { margin-bottom: 0; }
/* Bloc sélectionné */
.wm-preorder__payment-option.is-selected {
  border-color: var(--pre-ink);
  background: #fafafa;
}
/* Bloc non sélectionné : légère atténuation */
.wm-preorder__payment-option:not(.is-selected) {
  opacity: .65;
}
/* Radio custom */
.wm-preorder__payment-option-radio {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-top: 2px;
  transition: border-color 180ms var(--pre-ease);
  position: relative;
}
.wm-preorder__payment-option.is-selected .wm-preorder__payment-option-radio {
  border-color: var(--pre-ink);
}
.wm-preorder__payment-option.is-selected .wm-preorder__payment-option-radio::after {
  content: '';
  position: absolute;
  inset: 3px;
  background: var(--pre-ink);
  border-radius: 50%;
}
/* Corps */
.wm-preorder__payment-option-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.wm-preorder__payment-option-label {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--pre-ink);
}
.wm-preorder__payment-option-desc {
  font-size: .8125rem;
  color: var(--pre-muted);
}
.wm-preorder__payment-option-deposit {
  font-size: .75rem;
  color: var(--pre-muted);
}
/* Montant (droite) */
.wm-preorder__payment-option-amount {
  font-size: .875rem;
  font-weight: 500;
  color: var(--pre-ink);
  white-space: nowrap;
  align-self: center;
  margin-left: auto;
}
/* Lien Conditions de vente */
.wm-preorder__tos-link {
  font-size: .75rem;
  color: var(--pre-muted);
  text-align: right;
  margin: 6px 0 0;
}
.wm-preorder__tos-link a {
  color: var(--pre-blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/* ═══════════════════════════════════════════════════
 * §6 — Palettes couleur bicolore
 * ═══════════════════════════════════════════════════ */
.wm-preorder__colors {
  margin-bottom: 24px;
}
.wm-preorder__color-swatches {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
}
/* Pastille commune */
.wm-preorder__color {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.1);
  cursor: pointer;
  padding: 0;
  outline: none;
  transition: box-shadow 160ms var(--pre-ease), transform 120ms var(--pre-ease),
              outline 150ms ease, outline-offset 150ms ease;
}
/* Focus clavier : anneau gris discret — distinct de la sélection active */
.wm-preorder__color:focus-visible {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--pre-muted);
}
/* État sélectionné : anneau bleu extérieur, pas de recouvrement du gradient bicolore
   Mission 27 — correctif : outline au lieu de box-shadow pour ne pas cacher les couleurs */
.wm-preorder__color.is-selected {
  outline: 3px solid #0077BF;
  outline-offset: 3px;
  /* Ne PAS appliquer background-color ici — le gradient de la classe de base reste visible */
}
/* §6 : Pastilles bicolores via gradient */
.wm-preorder__color--noir-et-blanc {
  background: linear-gradient(90deg, #1A1A1A 0% 50%, #F5F2EC 50% 100%);
  border-color: #ccc;
}
.wm-preorder__color--sable-et-graphite {
  background: linear-gradient(90deg, #C9B188 0% 50%, #4A4A48 50% 100%);
}
.wm-preorder__color--noir-et-rose {
  background: linear-gradient(90deg, #1A1A1A 0% 50%, #F4C2C2 50% 100%);
  border-color: #ddd;
}
/* Label sous les pastilles */
.wm-preorder__color-label {
  font-size: .8125rem;
  color: var(--pre-muted);
  font-weight: 500;
  margin: 0;
  min-height: 1.2em;
  transition: opacity 180ms var(--pre-ease);
}

/* ═══════════════════════════════════════════════════
 * Sections générales supplémentaires
 * ═══════════════════════════════════════════════════ */
.wm-preorder__payment-options,
.wm-preorder__colors,
.wm-preorder__shipping {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--pre-rule);
}
.wm-preorder__shipping { border-bottom: none; padding-bottom: 0; }

/* Utilitaire screen-reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ═══════════════════════════════════════════════════
 * §7 — Bouton trigger "Conditions / Terms"
 * Mission 27 — remplace le <a> vers CGV par un bouton modale
 * ═══════════════════════════════════════════════════ */
.wm-preorder__terms-trigger {
  background: none;
  border: none;
  color: var(--pre-blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  cursor: pointer;
  font-size: .75rem;
  padding: 0;
  font-family: 'Inter', sans-serif;
  line-height: inherit;
}
.wm-preorder__terms-trigger:hover { text-decoration: none; }
.wm-preorder__terms-trigger:focus-visible {
  outline: 2px solid var(--pre-blue);
  outline-offset: 2px;
  border-radius: 2px;
}

/* ═══════════════════════════════════════════════════
 * §8 — Modale "Conditions du financement"
 * Mission 27 — popup overlay conditions financières
 * ═══════════════════════════════════════════════════ */
.wm-preorder__modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wm-preorder__modal[hidden] { display: none; }

.wm-preorder__modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.wm-preorder__modal-box {
  position: relative;
  background: #FFFFFF;
  max-width: 560px;
  width: calc(100% - 32px);
  max-height: 85vh;
  overflow-y: auto;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

#wm-preorder-terms-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 20px;
  padding-right: 36px; /* évite chevauchement avec le × */
  color: var(--pre-ink);
}

.wm-preorder__modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  padding: 8px;
  color: var(--pre-ink);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 180ms var(--pre-ease);
}
.wm-preorder__modal-close:hover,
.wm-preorder__modal-close:focus-visible { background: #f5f5f7; }

.wm-preorder__modal-content {
  font-size: .9375rem;
  line-height: 1.6;
  color: var(--pre-ink);
}
.wm-preorder__modal-content ul {
  padding-left: 1.25em;
  margin: 12px 0;
  list-style: disc;
}
.wm-preorder__modal-content ul li { margin-bottom: 6px; }
.wm-preorder__modal-content hr {
  border: none;
  border-top: 1px solid var(--pre-rule);
  margin: 20px 0;
}
.wm-preorder__modal-content p { margin: 0 0 12px; }
.wm-preorder__modal-content p:last-child { margin-bottom: 0; }
.wm-preorder__modal-content a { color: var(--pre-blue); }

/* Placeholder chiffres à compléter (conservé pour rétrocompat) */
.wm-preorder__placeholder {
  color: #999;
  font-style: italic;
}

/* Note "Exemple représentatif" sous le tableau de financement */
.wm-preorder__modal-note {
  font-size: 13px;
  color: #666;
  margin-top: 12px;
  margin-bottom: 16px;
  line-height: 1.4;
}

/* Responsive modale */
@media (max-width: 640px) {
  .wm-preorder__modal-box { padding: 24px 20px; }
}

/* ============================================================
   HOTFIX — Neutralisation du hover/focus/active Kadence sur
   les pastilles couleur. Kadence applique un background bleu
   au hover/focus/active sur TOUS les <button>, ce qui cache
   le gradient bicolore. On force le retour au gradient.
   Justification !important : override de thème parent.
   ============================================================ */

.wm-preorder__color,
.wm-preorder__color:hover,
.wm-preorder__color:focus,
.wm-preorder__color:focus-visible,
.wm-preorder__color:active {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.wm-preorder__color--noir-et-blanc,
.wm-preorder__color--noir-et-blanc:hover,
.wm-preorder__color--noir-et-blanc:focus,
.wm-preorder__color--noir-et-blanc:focus-visible,
.wm-preorder__color--noir-et-blanc:active {
  background: linear-gradient(90deg, #1A1A1A 0% 50%, #F5F2EC 50% 100%) !important;
}

.wm-preorder__color--sable-et-graphite,
.wm-preorder__color--sable-et-graphite:hover,
.wm-preorder__color--sable-et-graphite:focus,
.wm-preorder__color--sable-et-graphite:focus-visible,
.wm-preorder__color--sable-et-graphite:active {
  background: linear-gradient(90deg, #C9B188 0% 50%, #4A4A48 50% 100%) !important;
}

.wm-preorder__color--noir-et-rose,
.wm-preorder__color--noir-et-rose:hover,
.wm-preorder__color--noir-et-rose:focus,
.wm-preorder__color--noir-et-rose:focus-visible,
.wm-preorder__color--noir-et-rose:active {
  background: linear-gradient(90deg, #1A1A1A 0% 50%, #F4C2C2 50% 100%) !important;
}

.wm-preorder__color.is-selected {
  outline: 3px solid #0077BF !important;
  outline-offset: 3px !important;
}

.wm-preorder__color:hover:not(.is-selected) {
  outline: 2px solid rgba(0, 119, 191, 0.5) !important;
  outline-offset: 3px !important;
}

/* ============================================================
   §7 — Sélecteur de modèle W12 / W12i
   ============================================================ */

.wm-preorder__model-selector {
  padding: 16px 24px 0;
}

.wm-preorder__model-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.wm-preorder__model-tab {
  background: #FFFFFF !important;
  border: 1px solid #E0E0E0 !important;
  box-shadow: none !important;
  border-radius: 8px;
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.wm-preorder__model-tab:hover:not(.is-selected) {
  border-color: rgba(0, 119, 191, 0.4) !important;
  background: #FAFAFA !important;
}

.wm-preorder__model-tab.is-selected {
  border-color: #0077BF !important;
  border-width: 2px !important;
  padding: 11px 15px;
  background: #F5F9FC !important;
}

.wm-preorder__model-tab-name {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.2;
}

.wm-preorder__model-tab-motor {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.wm-preorder__model-tab.is-selected .wm-preorder__model-tab-name {
  color: #0077BF;
}

/* ============================================================
   Hotfix — En-tête panel épuré (style Apple/Polestar)
   ============================================================ */

/* Header : juste la croix, alignée à droite, hauteur minimale */
.wm-preorder__panel-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 20px 0;
  border-bottom: none !important;
  min-height: auto;
}

.wm-preorder__panel-close {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 8px;
  cursor: pointer;
  color: #1A1A1A;
  transition: opacity 0.15s ease;
}

.wm-preorder__panel-close:hover,
.wm-preorder__panel-close:focus,
.wm-preorder__panel-close:focus-visible {
  background: transparent !important;
  opacity: 0.6;
  box-shadow: none !important;
}

/* Sélecteur de modèle agrandi — élément hero du panel */
.wm-preorder__model-selector {
  padding: 8px 24px 24px;
}

.wm-preorder__model-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.wm-preorder__model-tab {
  background: #FFFFFF !important;
  border: 1px solid #E5E5E5 !important;
  box-shadow: none !important;
  border-radius: 10px;
  padding: 18px 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-height: 80px;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.wm-preorder__model-tab:hover:not(.is-selected) {
  border-color: rgba(0, 119, 191, 0.4) !important;
  background: #FAFAFA !important;
}

.wm-preorder__model-tab.is-selected {
  border-color: #0077BF !important;
  border-width: 2px !important;
  padding: 17px 19px;
  background: #FFFFFF !important;
}

.wm-preorder__model-tab-name {
  font-size: 22px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.wm-preorder__model-tab.is-selected .wm-preorder__model-tab-name {
  color: #0077BF;
}

.wm-preorder__model-tab-motor {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

/* Prix — style Apple, espace généreux après les onglets */
.wm-preorder__pricing {
  padding: 0 24px 8px;
  margin-top: 0;
}

.wm-preorder__price {
  font-size: 32px;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0 0 4px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.wm-preorder__price-mo {
  font-size: 15px;
  color: #888;
  margin: 0;
  font-weight: 400;
}

/* Suppression de la bordure résiduelle entre header et corps */
.wm-preorder__panel-header + * {
  border-top: none !important;
}
