:root {
  --pro-green: #124d2b;
  --pro-green-dark: #0c3a1a;
  --pro-gold: #d7a63a;
  --pro-paper: #fbfcf8;
  --pro-line: rgba(18, 77, 43, .14);
}

.modern-intro {
  order: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 0 0 -2px;
}
.modern-intro .modern-eyebrow {
  color: var(--pro-green);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.modern-intro h1 {
  margin: 0;
  color: #10271a;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.65rem, 4.4vw, 2.2rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.pro-contact-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px clamp(14px, 4vw, 40px);
  border-bottom: 1px solid var(--pro-line);
  background: rgba(251, 252, 248, .98);
}
.pro-contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--pro-line);
  border-radius: 14px;
  background: #fff;
  color: #183422;
  text-decoration: none;
  box-shadow: 0 5px 16px rgba(18, 58, 34, .06);
}
.pro-contact-link strong {
  display: block;
  font-size: .72rem;
  line-height: 1.15;
}
.pro-contact-link small {
  display: block;
  margin-top: 2px;
  color: #65766b;
  font-size: .62rem;
  font-weight: 650;
}
.pro-contact-link.call::before,
.pro-contact-link.whatsapp::before {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 50%;
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
}
.pro-contact-link.call::before { content: "☎"; background: var(--pro-green); }
.pro-contact-link.whatsapp::before { content: "W"; background: #1f9d55; }
.pro-contact-link:focus-visible,
.section-tarifs > .tr:focus-visible {
  outline: 3px solid rgba(215, 166, 58, .55);
  outline-offset: 3px;
}

.pro-trust-row {
  order: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px 14px;
  width: min(100%, 740px);
  padding: 11px 14px;
  border: 1px solid var(--pro-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .68);
  color: #294b35;
  font-size: .66rem;
  font-weight: 800;
}
.pro-trust-row span { display: inline-flex; align-items: center; gap: 5px; }
.pro-trust-row i {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--pro-green);
  color: #fff;
  font-size: .55rem;
  font-style: normal;
}

.section-tarifs > .tr {
  border-radius: 20px !important;
  box-shadow: 0 9px 26px rgba(18, 58, 34, .075) !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}
.section-tarifs > .tr:hover {
  transform: translateY(-2px);
  border-color: rgba(18, 77, 43, .22) !important;
  box-shadow: 0 13px 30px rgba(18, 58, 34, .11) !important;
}
.section-tarifs .tb.pro-card-arrow {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--pro-green);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 6px 14px rgba(18, 77, 43, .18);
  pointer-events: none;
}

.pro-pending-note {
  border-color: rgba(190, 125, 24, .28) !important;
  background: #fff8e8 !important;
  color: #735318 !important;
}

@media (max-width: 600px) {
  .pro-contact-strip { gap: 7px; padding: 8px 10px; }
  .pro-contact-link { justify-content: flex-start; gap: 7px; min-height: 40px; padding: 7px 8px; }
  .pro-contact-link strong { font-size: .66rem; }
  .pro-contact-link small { font-size: .56rem; }
  .pro-contact-link.call::before,
  .pro-contact-link.whatsapp::before { width: 23px; height: 23px; flex-basis: 23px; }
  .modern-intro h1 { font-size: 1.52rem; }
  .modern-intro .modern-eyebrow { font-size: .58rem; }
  .pro-trust-row { gap: 6px 10px; padding: 9px 10px; font-size: .6rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .logo-wrap::after,
  .reveal,
  .hero .car img,
  .hero .btn.plan svg { animation: none !important; transition: none !important; }
}

/* Les cartes sont elles-mêmes les actions : aucun rappel visuel superflu. */
.pro-contact-strip,
.pro-trust-row,
.hero .tags-row,
.modern-intro .modern-eyebrow,
.hero .btn::after,
.section-tarifs .tb {
  display: none !important;
}

/* Accès sobre aux transferts : une bulle arrondie, sans pictogramme. */
.travel-drawer { max-width: 430px !important; }
.travel-drawer-handle {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 3px !important;
  width: min(100%, 380px) !important;
  min-height: 58px !important;
  padding: 11px 24px !important;
  border: 1px solid rgba(18, 77, 43, .18) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .82) !important;
  box-shadow: 0 8px 22px rgba(18, 58, 34, .08) !important;
  backdrop-filter: blur(10px);
}
.travel-drawer-handle:hover,
.travel-drawer-handle:focus-visible {
  border-color: rgba(18, 77, 43, .38) !important;
  background: #fff !important;
  box-shadow: 0 11px 26px rgba(18, 58, 34, .12) !important;
}
.travel-drawer-title { color: var(--pro-green); font-size: .86rem; line-height: 1.15; }
.travel-drawer-subtitle { color: #6a786f; font-size: .62rem; font-weight: 650; line-height: 1.2; }
.travel-drawer-dots,
.travel-drawer-chevron,
.travel-shortcut-icon { display: none !important; }
.travel-shortcuts { gap: 8px !important; width: min(100%, 380px) !important; }
.travel-drawer.is-open .travel-shortcuts { max-height: 150px !important; margin-top: 9px !important; }
.travel-shortcut,
.travel-shortcut:last-child {
  display: block !important;
  min-height: 52px !important;
  padding: 9px 14px !important;
  border: 1px solid rgba(18, 77, 43, .14) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .72) !important;
  text-align: center !important;
  box-shadow: none !important;
}
.travel-shortcut:hover,
.travel-shortcut:focus-visible {
  border-color: rgba(18, 77, 43, .34) !important;
  background: #fff !important;
}
.travel-shortcut-copy,
.travel-shortcut[data-travel-hub="stations"] .travel-shortcut-copy { text-align: center !important; }
.travel-shortcut strong { font-size: .78rem !important; }
.travel-shortcut small { display: block !important; margin-top: 3px !important; font-size: .56rem !important; }

@media (max-width: 600px) {
  .travel-drawer-handle,
  .travel-shortcuts { width: min(92%, 350px) !important; }
}
