
/* ===============================
   TAXI MASSILIA — HOME V5.1 SAFE
   CSS critique inline, ne dépend pas du fichier externe
   =============================== */
:root{
  --bg:#050505;
  --panel:#10100f;
  --panel2:#171612;
  --gold:#f4c735;
  --gold2:#ffe47a;
  --txt:#f8f3e8;
  --muted:#c9c1b3;
  --line:rgba(244,199,53,.26);
  --soft:rgba(255,255,255,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#050505;
  color:var(--txt);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.5;
  overflow-x:hidden;
}
img{max-width:100%;height:auto}
a{color:inherit}
.skip-link{position:absolute;left:-999px;top:auto}
.skip-link:focus{left:16px;top:16px;z-index:9999;background:#fff;color:#000;padding:10px;border-radius:8px}
.tm-container{width:min(1180px,calc(100% - 42px));margin-inline:auto}

/* Header */
.tm-header{
  position:fixed;
  top:0;left:0;right:0;
  z-index:50;
  background:rgba(0,0,0,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.tm-nav{
  min-height:82px;
  display:flex;
  align-items:center;
  gap:22px;
}
.tm-brand{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  min-width:230px;
}
.tm-brand img{
  width:62px!important;
  height:62px!important;
  max-width:62px!important;
  max-height:62px!important;
  object-fit:cover;
  border-radius:16px;
  border:1px solid rgba(244,199,53,.35);
  display:block;
  flex:0 0 62px;
}
.tm-brand strong{
  display:block;
  font-size:21px;
  font-weight:900;
  line-height:1.05;
  letter-spacing:-.035em;
  color:#fff;
}
.tm-brand small{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:13px;
  font-weight:650;
  white-space:nowrap;
}
.tm-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  flex:1;
}
.tm-menu a{
  color:rgba(248,243,232,.82);
  text-decoration:none;
  font-size:14px;
  font-weight:850;
}
.tm-menu a:hover{color:var(--gold)}
.tm-phone{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 26px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#090806;
  text-decoration:none;
  font-size:17px;
  font-weight:1000;
  box-shadow:0 18px 45px rgba(244,199,53,.14);
  white-space:nowrap;
}
.tm-burger{display:none}

/* Hero */
.tm-hero{
  position:relative;
  min-height:760px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:#050505;
}
.tm-hero picture,
.tm-hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
}
.tm-hero-bg{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.tm-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(5,5,5,.94) 0%,rgba(5,5,5,.74) 32%,rgba(5,5,5,.32) 62%,rgba(5,5,5,.20) 100%),
    linear-gradient(180deg,rgba(5,5,5,.32) 0%,rgba(5,5,5,.12) 48%,rgba(5,5,5,.92) 100%);
}
.tm-hero-inner{
  position:relative;
  z-index:2;
  padding:150px 0 44px;
}
.tm-hero-copy{max-width:780px}
.tm-kicker{
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 20px;
  color:var(--gold);
  font-size:13px;
  font-weight:1000;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.tm-kicker::before{content:"";width:46px;height:2px;background:var(--gold);display:block}
.tm-hero h1{
  margin:0;
  max-width:790px;
  font-size:clamp(50px,6.5vw,92px);
  line-height:.99;
  letter-spacing:-.078em;
  color:#fffaf0;
}
.tm-hero h1 span{color:var(--gold)}
.tm-lead{
  max-width:690px;
  margin:26px 0 0;
  color:rgba(248,243,232,.88);
  font-size:clamp(18px,1.6vw,22px);
  line-height:1.6;
}
.tm-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.tm-btn{
  min-height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  padding:0 24px;
  font-weight:1000;
  text-decoration:none;
  border:1px solid transparent;
}
.tm-btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#090806}
.tm-btn-secondary{border-color:var(--line);background:rgba(255,255,255,.055);color:var(--txt)}
.tm-stats{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
  margin-top:58px;
  max-width:980px;
}
.tm-stat{
  min-height:88px;
  border:1px solid var(--soft);
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  border-radius:17px;
  padding:17px 16px;
  text-decoration:none;
}
.tm-stat b{display:block;color:var(--gold);font-size:22px;line-height:1}
.tm-stat span{display:block;color:rgba(248,243,232,.88);font-size:14px;font-weight:850;margin-top:7px}

/* Sections */
.tm-section{padding:74px 0;background:linear-gradient(180deg,#070706,#050505)}
.tm-book{padding:74px 0 54px;background:#050505}
.tm-panel{
  border:1px solid var(--line);
  border-radius:28px;
  background:
    radial-gradient(circle at 90% 0%,rgba(244,199,53,.14),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  box-shadow:0 30px 90px rgba(0,0,0,.46);
  padding:28px;
}
.tm-panel-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin-bottom:22px;
}
.tm-panel h2,
.tm-section h2{
  margin:0;
  color:#fffaf0;
  font-size:clamp(30px,4.2vw,48px);
  line-height:1.08;
  letter-spacing:-.06em;
}
.tm-panel-head em{
  font-style:normal;
  color:var(--gold);
  border:1px solid var(--line);
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
.tm-form{
  display:grid;
  grid-template-columns:1.1fr repeat(4,1fr) .85fr;
  gap:10px;
}
.tm-form label{
  display:grid;
  gap:8px;
  color:rgba(248,243,232,.72);
  font-size:12px;
  font-weight:850;
}
.tm-form input,.tm-form select{
  height:52px;
  width:100%;
  border:1px solid var(--soft);
  border-radius:12px;
  background:rgba(0,0,0,.28);
  color:#fff;
  padding:0 12px;
  font:inherit;
}
.tm-form button{border:0;cursor:pointer}
.tm-proofs{display:flex;gap:22px;flex-wrap:wrap;margin-top:18px;color:rgba(248,243,232,.72);font-weight:850;font-size:13px}
.tm-proofs span::before{content:"✓";color:var(--gold);margin-right:8px}

.tm-head{max-width:760px;margin-bottom:32px}
.tm-head.center{text-align:center;margin-inline:auto}
.tm-head.center .tm-kicker{justify-content:center}
.tm-head.center .tm-kicker::before{display:none}
.tm-head p{color:var(--muted);font-size:18px}

.tm-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.tm-card{
  overflow:hidden;
  border:1px solid var(--soft);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
}
.tm-card img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  display:block;
}
.tm-card-body{padding:24px}
.tm-card h3{margin:0 0 8px;color:var(--gold);font-size:24px;letter-spacing:-.04em}
.tm-card p{margin:0;color:var(--muted)}
.tm-card a{
  display:inline-flex;
  margin-top:16px;
  padding:9px 12px;
  border:1px solid var(--line);
  border-radius:10px;
  color:var(--gold);
  text-decoration:none;
  font-weight:950;
}

.tm-fleet-box{
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  background:rgba(255,255,255,.04);
}
.tm-fleet-box img{
  width:100%;
  display:block;
  height:auto;
  background:#080808;
}
.tm-fleet-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
}
.tm-fleet-list div{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:5px 12px;
  padding:24px;
  border-right:1px solid var(--soft);
}
.tm-fleet-list div:last-child{border-right:0}
.tm-fleet-list b{
  grid-row:1/3;
  width:36px;
  height:36px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--gold);
  color:#050505;
}
.tm-fleet-list strong{color:#fff;font-size:20px}
.tm-fleet-list small{color:var(--muted);font-weight:850}

.tm-zone{
  display:flex;
  gap:28px;
  align-items:center;
  justify-content:space-between;
  border:1px solid var(--line);
  border-radius:24px;
  padding:30px;
  background:
    radial-gradient(circle at 0% 50%,rgba(244,199,53,.12),transparent 36%),
    rgba(255,255,255,.045);
}
.tm-zone p{color:var(--muted);max-width:720px}
.tm-values{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}
.tm-values div{border:1px solid var(--soft);border-radius:18px;background:rgba(255,255,255,.04);padding:20px}
.tm-values strong{display:block;color:var(--gold);font-size:17px;margin-bottom:6px}
.tm-values span{color:var(--muted);font-size:14px}

/* Footer */
.tm-footer{background:#030303;border-top:1px solid var(--soft);padding:46px 0 34px}
.tm-footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:28px}
.tm-footer p,.tm-footer a,.tm-footer span{color:var(--muted)}
.tm-footer a{display:block;text-decoration:none;margin:8px 0}
.tm-footer a:hover{color:var(--gold)}
.tm-footer strong{display:block;color:var(--gold);margin-bottom:14px}
.tm-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:30px;
  padding-top:20px;
  border-top:1px solid var(--soft);
  color:rgba(248,243,232,.52);
  font-size:13px;
}
.tm-mobile-actions{display:none}

/* Responsive */
@media(max-width:1100px){
  .tm-menu,.tm-phone{display:none}
  .tm-burger{
    margin-left:auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;
    width:56px;
    height:56px;
    border-radius:18px;
    border:1px solid var(--soft);
    background:rgba(255,255,255,.05);
    cursor:pointer;
  }
  .tm-burger span{width:25px;height:2px;background:var(--gold);display:block}
  .tm-menu.open{
    position:absolute;
    top:82px;
    left:20px;
    right:20px;
    display:grid;
    gap:10px;
    padding:20px;
    border:1px solid var(--line);
    border-radius:20px;
    background:rgba(5,5,5,.98);
    box-shadow:0 25px 70px rgba(0,0,0,.55);
  }
  .tm-form{grid-template-columns:1fr 1fr}
  .tm-form button{grid-column:1/-1}
}
@media(max-width:760px){
  .tm-container{width:min(100% - 30px,1180px)}
  .tm-header{position:sticky}
  .tm-nav{min-height:92px}
  .tm-brand{min-width:0}
  .tm-brand img{width:64px!important;height:64px!important;max-width:64px!important;max-height:64px!important;flex-basis:64px}
  .tm-brand strong{font-size:25px}
  .tm-brand small{font-size:14px}
  .tm-hero{
    min-height:auto;
    display:block;
  }
  .tm-hero picture{
    position:relative;
    display:block;
    height:46vh;
    min-height:360px;
    max-height:520px;
  }
  .tm-hero-bg{
    position:relative;
    object-fit:cover;
    object-position:center 82%;
  }
  .tm-hero::before{
    background:
      linear-gradient(180deg,rgba(5,5,5,.08) 0%,rgba(5,5,5,.10) 55%,rgba(5,5,5,1) 100%);
    height:46vh;
    min-height:360px;
    max-height:520px;
    bottom:auto;
  }
  .tm-hero-inner{
    padding:26px 0 32px;
    background:#050505;
  }
  .tm-kicker{font-size:12px;line-height:1.45;letter-spacing:.14em}
  .tm-kicker::before{width:28px}
  .tm-hero h1{
    font-size:clamp(42px,12.5vw,62px);
    line-height:1.02;
    letter-spacing:-.07em;
  }
  .tm-lead{font-size:18px;line-height:1.58}
  .tm-actions{display:grid;grid-template-columns:1fr}
  .tm-btn{width:100%;min-height:58px}
  .tm-stats{grid-template-columns:repeat(2,1fr);margin-top:32px}
  .tm-stat{min-height:78px}
  .tm-book,.tm-section{padding:50px 0}
  .tm-panel{padding:20px;border-radius:22px}
  .tm-panel-head{display:block}
  .tm-panel-head em{display:inline-flex;margin-top:14px}
  .tm-form{grid-template-columns:1fr}
  .tm-service-grid{grid-template-columns:1fr}
  .tm-card-body{padding:20px}
  .tm-fleet-list{grid-template-columns:1fr}
  .tm-fleet-list div{border-right:0;border-bottom:1px solid var(--soft)}
  .tm-fleet-list div:last-child{border-bottom:0}
  .tm-zone{display:grid}
  .tm-values{grid-template-columns:1fr}
  .tm-footer-grid{grid-template-columns:1fr}
  .tm-footer-bottom{display:grid;padding-bottom:78px}
  .tm-mobile-actions{
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:80;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:6px;
    padding:8px;
    border:1px solid var(--line);
    border-radius:20px;
    background:rgba(5,5,5,.94);
    backdrop-filter:blur(16px);
    box-shadow:0 18px 45px rgba(0,0,0,.5);
  }
  .tm-mobile-actions a{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    color:#fff;
    text-decoration:none;
    font-weight:1000;
    font-size:13px;
  }
  .tm-mobile-actions a:first-child{
    background:linear-gradient(135deg,var(--gold),var(--gold2));
    color:#090806;
  }
}


/* V5.3 — Titre hero corrigé : suppression du tiret après Taxi Massilia */
.tm-hero h1 br{display:block}
@media(max-width:760px){
  .tm-hero h1{
    font-size:clamp(38px,11.2vw,56px);
    line-height:1.04;
    letter-spacing:-.065em;
  }
}


/* =========================================================
   V5.4 — Mobile Premium + Hero Clean
   Objectif : garder le PC quasi identique, améliorer fortement
   le rendu mobile : header compact, image mieux cadrée,
   titre plus élégant, CTA bas moins envahissant.
   ========================================================= */

/* Légère amélioration PC, sans changer la direction validée */
@media (min-width: 761px){
  .tm-hero h1{
    max-width: 930px;
    font-size: clamp(48px,5.9vw,86px);
    line-height: 1.01;
  }
  .tm-hero .tm-lead{
    max-width: 760px;
  }
  .tm-btn-secondary{
    border-color: rgba(244,199,53,.38);
  }
}

/* Mobile premium */
@media (max-width: 760px){
  body{
    padding-bottom: 82px;
  }

  .tm-header{
    position: sticky;
    top: 0;
  }

  .tm-nav{
    min-height: 78px;
    gap: 12px;
  }

  .tm-brand{
    gap: 11px;
  }

  .tm-brand img{
    width: 52px!important;
    height: 52px!important;
    max-width: 52px!important;
    max-height: 52px!important;
    flex-basis: 52px!important;
    border-radius: 13px;
  }

  .tm-brand strong{
    font-size: 21px;
    line-height: 1;
    letter-spacing: -.035em;
  }

  .tm-brand small{
    margin-top: 3px;
    font-size: 12px;
    letter-spacing: .01em;
    color: rgba(248,243,232,.72);
  }

  .tm-burger{
    width: 50px;
    height: 50px;
    border-radius: 16px;
    flex: 0 0 50px;
  }

  .tm-burger span{
    width: 22px;
  }

  .tm-menu.open{
    top: 78px;
  }

  .tm-hero{
    min-height: auto;
    display: block;
    background:
      radial-gradient(circle at 70% 0%, rgba(244,199,53,.08), transparent 38%),
      #050505;
  }

  .tm-hero picture{
    position: relative;
    display: block;
    height: 34vh;
    min-height: 270px;
    max-height: 345px;
    overflow: hidden;
  }

  .tm-hero-bg{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 74%;
    display: block;
    filter: saturate(.96) contrast(1.04) brightness(.88);
  }

  .tm-hero::before{
    height: 34vh;
    min-height: 270px;
    max-height: 345px;
    bottom: auto;
    background:
      linear-gradient(
        180deg,
        rgba(5,5,5,.02) 0%,
        rgba(5,5,5,.10) 42%,
        rgba(5,5,5,.92) 100%
      );
  }

  .tm-hero-inner{
    padding: 24px 0 26px;
    background:
      linear-gradient(180deg, #050505 0%, #070706 100%);
  }

  .tm-kicker{
    margin-bottom: 14px;
    gap: 10px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: .13em;
  }

  .tm-kicker::before{
    width: 30px;
  }

  .tm-hero h1{
    max-width: 100%;
    font-size: clamp(34px, 9.8vw, 46px);
    line-height: 1.055;
    letter-spacing: -.06em;
  }

  .tm-hero h1 span{
    color: var(--gold);
    white-space: nowrap;
  }

  .tm-lead{
    margin-top: 18px;
    font-size: 16.5px;
    line-height: 1.55;
    color: rgba(248,243,232,.82);
  }

  .tm-actions{
    margin-top: 22px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tm-btn{
    min-height: 52px;
    border-radius: 14px;
    font-size: 15.5px;
  }

  .tm-stats{
    margin-top: 24px;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 8px;
  }

  .tm-stat{
    min-height: 66px;
    padding: 13px 12px;
    border-radius: 15px;
  }

  .tm-stat b{
    font-size: 18px;
  }

  .tm-stat span{
    margin-top: 4px;
    font-size: 12.5px;
  }

  .tm-book,
  .tm-section{
    padding: 42px 0;
  }

  .tm-panel{
    padding: 18px;
    border-radius: 20px;
  }

  .tm-panel h2,
  .tm-section h2,
  .tm-zone h2{
    font-size: clamp(26px, 8.2vw, 36px);
    line-height: 1.09;
  }

  .tm-mobile-actions{
    left: 12px;
    right: 12px;
    bottom: 10px;
    grid-template-columns: 1.15fr 1fr .9fr;
    gap: 5px;
    padding: 6px;
    border-radius: 18px;
    background: rgba(5,5,5,.90);
    box-shadow: 0 14px 36px rgba(0,0,0,.44);
  }

  .tm-mobile-actions a{
    min-height: 44px;
    border-radius: 13px;
    font-size: 12.5px;
  }
}

/* Très petits écrans */
@media (max-width: 390px){
  .tm-brand strong{
    font-size: 19px;
  }

  .tm-brand small{
    font-size: 11px;
  }

  .tm-hero h1{
    font-size: clamp(32px, 9.4vw, 42px);
  }

  .tm-hero picture,
  .tm-hero::before{
    height: 32vh;
    min-height: 250px;
    max-height: 320px;
  }
}


/* =========================================================
   V5.6 — Finition visuelle finale PC + mobile
   - Cartes services harmonisées
   - Images non rognées agressivement sur mobile
   - Hero PC conservé, mobile affiné
   - CTA mobile plus discret
   - Meilleure lisibilité et respirations
   ========================================================= */

/* Général : image rendering + cards polish */
.tm-card{
  box-shadow: 0 22px 70px rgba(0,0,0,.22);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.tm-card:hover{
  transform: translateY(-3px);
  border-color: rgba(244,199,53,.45);
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
}
.tm-card img{
  background:#0b0b0a;
  filter: saturate(.98) contrast(1.03);
}
.tm-card-body{
  min-height: 190px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.tm-card-body p{
  flex:1;
}
.tm-card-body a{
  min-height:38px;
  align-items:center;
}

/* Hero desktop : conserver le rendu, améliorer la lecture sans assombrir trop fort les véhicules */
@media (min-width: 761px){
  .tm-hero{
    min-height: 735px;
  }
  .tm-hero::before{
    background:
      linear-gradient(90deg,rgba(5,5,5,.93) 0%,rgba(5,5,5,.69) 34%,rgba(5,5,5,.28) 66%,rgba(5,5,5,.18) 100%),
      linear-gradient(180deg,rgba(5,5,5,.24) 0%,rgba(5,5,5,.08) 45%,rgba(5,5,5,.91) 100%);
  }
  .tm-hero-inner{
    padding-top: 138px;
  }
  .tm-stats{
    margin-top: 46px;
  }
}

/* Réservation : meilleure finition desktop */
.tm-form input::placeholder{
  color: rgba(248,243,232,.48);
}
.tm-form input:focus,
.tm-form select:focus{
  outline: none;
  border-color: rgba(244,199,53,.68);
  box-shadow: 0 0 0 3px rgba(244,199,53,.10);
}

/* Mobile : finition visuelle */
@media (max-width: 760px){
  .tm-container{
    width: min(100% - 26px, 1180px);
  }

  .tm-nav{
    min-height: 74px;
  }

  .tm-brand img{
    width: 48px!important;
    height: 48px!important;
    max-width: 48px!important;
    max-height: 48px!important;
    flex-basis: 48px!important;
  }

  .tm-brand strong{
    font-size: 20px;
  }

  .tm-brand small{
    font-size: 11.5px;
  }

  .tm-burger{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .tm-menu.open{
    top: 74px;
  }

  .tm-hero picture{
    height: 33vh;
    min-height: 260px;
    max-height: 330px;
  }

  .tm-hero-bg{
    object-position: center 70%;
    filter: saturate(.98) contrast(1.04) brightness(.91);
  }

  .tm-hero::before{
    height: 33vh;
    min-height: 260px;
    max-height: 330px;
    background:
      linear-gradient(
        180deg,
        rgba(5,5,5,.00) 0%,
        rgba(5,5,5,.08) 48%,
        rgba(5,5,5,.96) 100%
      );
  }

  .tm-hero-inner{
    padding: 21px 0 24px;
  }

  .tm-hero h1{
    font-size: clamp(31px, 8.9vw, 42px);
    line-height: 1.07;
    letter-spacing: -.055em;
  }

  .tm-lead{
    font-size: 16px;
    line-height: 1.52;
    margin-top: 15px;
  }

  .tm-actions{
    margin-top: 19px;
  }

  .tm-stats{
    grid-template-columns: repeat(3, minmax(0,1fr));
    margin-top: 20px;
    gap: 7px;
  }

  .tm-stat{
    min-height: 60px;
    padding: 11px 8px;
    border-radius: 14px;
    text-align:center;
  }

  .tm-stat b{
    font-size: 17px;
  }

  .tm-stat span{
    font-size: 11.4px;
    line-height:1.18;
  }

  .tm-stats .tm-stat:nth-child(4),
  .tm-stats .tm-stat:nth-child(5){
    grid-column: span 3;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height: 48px;
  }

  .tm-stats .tm-stat:nth-child(4) b,
  .tm-stats .tm-stat:nth-child(5) b{
    display:inline;
  }

  .tm-stats .tm-stat:nth-child(4) span,
  .tm-stats .tm-stat:nth-child(5) span{
    display:inline;
    margin-top:0;
    font-size:12.5px;
  }

  .tm-panel{
    padding: 17px;
  }

  .tm-form input,
  .tm-form select{
    height: 48px;
  }

  .tm-service-grid{
    gap: 14px;
  }

  .tm-card{
    border-radius: 19px;
    box-shadow: 0 18px 48px rgba(0,0,0,.22);
  }

  .tm-card:hover{
    transform:none;
  }

  .tm-card img{
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center center;
  }

  .tm-card-body{
    min-height: auto;
    padding: 18px;
  }

  .tm-card h3{
    font-size: 21px;
  }

  .tm-card p{
    font-size: 15px;
    line-height: 1.48;
  }

  .tm-fleet-box{
    border-radius: 22px;
  }

  .tm-fleet-box img{
    aspect-ratio: 16 / 10;
    object-fit: contain;
    padding: 8px;
  }

  .tm-zone{
    padding: 22px;
    border-radius: 20px;
  }

  .tm-values{
    gap: 10px;
  }

  .tm-values div{
    padding: 17px;
    border-radius: 16px;
  }

  .tm-mobile-actions{
    left: 10px;
    right: 10px;
    bottom: 8px;
    padding: 5px;
    border-radius: 17px;
  }

  .tm-mobile-actions a{
    min-height: 42px;
    font-size: 12px;
    border-radius: 12px;
  }
}

/* Très petits mobiles */
@media (max-width: 390px){
  .tm-container{
    width: min(100% - 22px, 1180px);
  }

  .tm-brand strong{
    font-size: 18.5px;
  }

  .tm-brand small{
    font-size: 10.8px;
  }

  .tm-hero h1{
    font-size: clamp(29px, 8.5vw, 39px);
  }

  .tm-hero picture,
  .tm-hero::before{
    min-height: 245px;
    max-height: 305px;
  }

  .tm-stats{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .tm-stats .tm-stat:nth-child(4),
  .tm-stats .tm-stat:nth-child(5){
    grid-column: span 2;
  }
}


/* V5.7 — Formulaires + footer CNDSEO */
.hp-field{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
.footer-bottom,
.tm-footer-bottom{
  gap:12px;
  flex-wrap:wrap;
}
.footer-bottom span:last-child,
.tm-footer-bottom span:last-child{
  color:rgba(248,243,232,.58);
}


/* =========================================================
   V5.12 — SEO Trust Pack
   Pages internes, conformité, partage social, source de vérité IA
   ========================================================= */

.container{
  width:min(1180px,calc(100% - 42px));
  margin-inline:auto;
}

.site-header{
  position:sticky;
  top:0;
  z-index:60;
  background:rgba(0,0,0,.9);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav-wrap{
  min-height:82px;
  display:flex;
  align-items:center;
  gap:22px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  min-width:245px;
}
.brand-logo{
  width:62px;
  height:62px;
  object-fit:cover;
  border-radius:16px;
  border:1px solid rgba(244,199,53,.35);
  display:block;
}
.brand strong{
  display:block;
  color:#fff;
  font-size:21px;
  line-height:1.05;
  font-weight:1000;
  letter-spacing:-.035em;
}
.brand small{
  display:block;
  color:var(--muted);
  margin-top:4px;
  font-size:13px;
  font-weight:750;
}
.main-nav{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:22px;
  flex:1;
}
.main-nav a{
  text-decoration:none;
  color:rgba(248,243,232,.82);
  font-size:14px;
  font-weight:900;
}
.main-nav a:hover{color:var(--gold)}
.nav-cta{
  display:inline-flex;
  min-height:52px;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#050505;
  text-decoration:none;
  font-weight:1000;
  white-space:nowrap;
}
.nav-toggle{display:none}

.page-hero{
  padding:120px 0 70px;
  background:
    linear-gradient(90deg,rgba(5,5,5,.93),rgba(5,5,5,.72)),
    url('/assets/img/taxi-massilia-hero-background-desktop.webp') center/cover no-repeat;
  border-bottom:1px solid rgba(244,199,53,.22);
}
.breadcrumb{
  color:rgba(248,243,232,.58);
  font-size:13px;
  margin-bottom:24px;
}
.breadcrumb a{color:var(--gold);text-decoration:none}
.eyebrow{
  margin:0 0 14px;
  color:var(--gold);
  font-size:12px;
  font-weight:1000;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.page-hero h1{
  margin:0;
  max-width:980px;
  color:#fffaf0;
  font-size:clamp(40px,5.8vw,74px);
  line-height:1.02;
  letter-spacing:-.07em;
}
.lead{
  max-width:780px;
  margin:22px 0 0;
  color:rgba(248,243,232,.84);
  font-size:clamp(18px,1.65vw,22px);
  line-height:1.62;
}
.actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:26px;
}
.btn{
  display:inline-flex;
  min-height:54px;
  align-items:center;
  justify-content:center;
  padding:0 22px;
  border-radius:14px;
  text-decoration:none;
  font-weight:1000;
  border:1px solid transparent;
}
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#050505}
.btn-ghost{border-color:rgba(244,199,53,.32);background:rgba(255,255,255,.04);color:#fff}
.section{padding:74px 0;background:linear-gradient(180deg,#070706,#050505)}
.section-alt{background:linear-gradient(180deg,#0a0a09,#050505)}
.two-col{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:38px;
  align-items:center;
}
.page-content h2,
.section-heading h2{
  margin:0 0 18px;
  color:#fffaf0;
  font-size:clamp(30px,4vw,50px);
  line-height:1.08;
  letter-spacing:-.055em;
}
.page-content h3{
  color:#fffaf0;
  font-size:clamp(24px,3vw,34px);
  line-height:1.1;
  margin:32px 0 12px;
}
.page-content p,
.page-content li,
.card p,
.faq-list p{
  color:var(--muted);
  font-size:17px;
  line-height:1.72;
}
.page-content a{color:var(--gold)}
.fact,
.legal-note{
  padding:18px 20px;
  border:1px solid rgba(244,199,53,.24);
  border-radius:18px;
  background:rgba(244,199,53,.07);
  color:#fffaf0!important;
  font-weight:850;
}
.hero-visual img,
.media-box img{
  display:block;
  width:100%;
  border-radius:26px;
  border:1px solid rgba(244,199,53,.22);
  box-shadow:0 30px 90px rgba(0,0,0,.36);
}
.section-heading{
  max-width:780px;
  margin:0 0 34px;
}
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.card{
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
  padding:24px;
}
.card h3{
  margin:0 0 12px;
  color:var(--gold);
  font-size:23px;
  line-height:1.12;
  letter-spacing:-.04em;
}
.card a{
  display:inline-flex;
  margin-top:16px;
  color:var(--gold);
  text-decoration:none;
  font-weight:950;
}
.vip-card{border-color:rgba(244,199,53,.32)}
.faq-list{
  display:grid;
  gap:12px;
}
.faq-list details{
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(255,255,255,.04);
  padding:18px 20px;
}
.faq-list summary{
  cursor:pointer;
  color:#fffaf0;
  font-weight:1000;
}
.contact-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.contact-form label{
  display:grid;
  gap:8px;
  color:rgba(248,243,232,.74);
  font-weight:850;
}
.contact-form label:has(textarea),
.contact-form .full{grid-column:1/-1}
.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(0,0,0,.28);
  color:#fff;
  padding:14px;
  font:inherit;
}
.contact-form button{
  grid-column:1/-1;
  border:0;
  cursor:pointer;
}
.form-notice{
  margin-top:14px;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(244,199,53,.24);
  background:rgba(244,199,53,.07);
  color:rgba(248,243,232,.84);
  font-size:14px;
  line-height:1.55;
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.trust-box{
  border:1px solid rgba(244,199,53,.22);
  border-radius:22px;
  padding:22px;
  background:
    radial-gradient(circle at 90% 0%,rgba(244,199,53,.10),transparent 30%),
    rgba(255,255,255,.04);
}
.trust-box h3{margin:0 0 12px;color:var(--gold);font-size:22px}
.trust-list{
  display:grid;
  gap:10px;
  padding:0;
  margin:0;
  list-style:none;
}
.trust-list li{
  border-bottom:1px solid rgba(255,255,255,.08);
  padding-bottom:10px;
}
.trust-list li:last-child{border-bottom:0;padding-bottom:0}
.trust-list strong{color:#fffaf0}
.trust-table{
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
}
.trust-table th,
.trust-table td{
  padding:14px;
  border-bottom:1px solid rgba(255,255,255,.08);
  vertical-align:top;
  text-align:left;
}
.trust-table th{
  color:var(--gold);
  width:32%;
  background:rgba(244,199,53,.06);
}
.trust-table td{color:var(--muted)}
.info-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:22px 0;
}
.info-badge{
  border:1px solid rgba(244,199,53,.28);
  border-radius:999px;
  padding:9px 12px;
  color:#fffaf0;
  background:rgba(255,255,255,.04);
  font-weight:900;
  font-size:13px;
}
.notfound{
  min-height:calc(100vh - 82px);
  display:grid;
  place-items:center;
  padding:90px 0;
  text-align:center;
}
.notfound h1{
  margin:0;
  font-size:clamp(52px,12vw,130px);
  line-height:1;
  color:var(--gold);
}
.notfound h2{
  margin:8px 0 14px;
  font-size:clamp(30px,5vw,54px);
  color:#fffaf0;
  letter-spacing:-.055em;
}
.notfound p{
  max-width:650px;
  margin:0 auto 26px;
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
}
.reveal{opacity:1;transform:none}

@media(max-width:920px){
  .main-nav,.nav-cta{display:none}
  .nav-toggle{
    margin-left:auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;
    width:54px;
    height:54px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:17px;
    background:rgba(255,255,255,.04);
    cursor:pointer;
  }
  .nav-toggle span{width:24px;height:2px;background:var(--gold)}
  .main-nav.is-open{
    position:absolute;
    top:82px;
    left:20px;
    right:20px;
    display:grid;
    gap:10px;
    padding:20px;
    border:1px solid rgba(244,199,53,.28);
    border-radius:20px;
    background:rgba(5,5,5,.98);
    box-shadow:0 25px 70px rgba(0,0,0,.55);
  }
  .two-col,.grid-3,.trust-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .container{width:min(100% - 26px,1180px)}
  .nav-wrap{min-height:74px}
  .brand{min-width:0;gap:11px}
  .brand-logo{width:48px;height:48px;border-radius:13px}
  .brand strong{font-size:20px}
  .brand small{font-size:11.5px}
  .nav-toggle{width:48px;height:48px;border-radius:15px}
  .main-nav.is-open{top:74px}
  .page-hero{
    padding:64px 0 42px;
    background:
      linear-gradient(180deg,rgba(5,5,5,.58),rgba(5,5,5,.92)),
      url('/assets/img/taxi-massilia-hero-background-mobile.webp') center 70%/cover no-repeat;
  }
  .page-hero h1{
    font-size:clamp(34px,10vw,46px);
    letter-spacing:-.06em;
  }
  .lead{font-size:16.5px}
  .section{padding:48px 0}
  .actions{display:grid}
  .btn{width:100%}
  .contact-form{grid-template-columns:1fr}
  .trust-table,
  .trust-table tbody,
  .trust-table tr,
  .trust-table th,
  .trust-table td{display:block;width:100%}
  .trust-table th{border-bottom:0}
  .tm-footer-bottom a{display:inline}
}


/* V5.12 patch — compatibilité pages internes historiques */
.form-note{
  margin-top:14px;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(244,199,53,.24);
  background:rgba(244,199,53,.07);
  color:rgba(248,243,232,.84);
  font-size:14px;
  line-height:1.55;
  grid-column:1/-1;
}
.site-footer{
  background:#030303;
  border-top:1px solid rgba(255,255,255,.10);
  padding:46px 0 34px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.3fr repeat(3,1fr);
  gap:28px;
}
.site-footer p,
.site-footer a,
.site-footer span{
  color:var(--muted);
}
.site-footer a{
  display:block;
  text-decoration:none;
  margin:8px 0;
}
.site-footer a:hover{color:var(--gold)}
.site-footer strong{
  display:block;
  color:var(--gold);
  margin-bottom:14px;
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:30px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.10);
  color:rgba(248,243,232,.52);
  font-size:13px;
}
.footer-bottom a{display:inline;margin:0}
.mobile-actions{
  display:none;
}
@media(max-width:760px){
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{display:grid;padding-bottom:78px}
  .mobile-actions{
    position:fixed;
    left:10px;
    right:10px;
    bottom:8px;
    z-index:80;
    display:grid;
    grid-template-columns:1.15fr 1fr .9fr;
    gap:5px;
    padding:5px;
    border:1px solid rgba(244,199,53,.26);
    border-radius:17px;
    background:rgba(5,5,5,.92);
    backdrop-filter:blur(16px);
    box-shadow:0 14px 36px rgba(0,0,0,.44);
  }
  .mobile-actions a{
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    color:#fff;
    text-decoration:none;
    font-weight:1000;
    font-size:12px;
  }
  .mobile-actions a:first-child{
    background:linear-gradient(135deg,var(--gold),var(--gold2));
    color:#090806;
  }
}


/* V5.15 — enrichissement SEO/GEO contenus */
.seo-links{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}
.seo-links a{
  display:flex;
  min-height:52px;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(244,199,53,.24);
  background:rgba(255,255,255,.04);
  color:#fffaf0;
  text-decoration:none;
  font-weight:900;
  font-size:14px;
}
.seo-links a:hover{border-color:rgba(244,199,53,.58);color:var(--gold)}
.route-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:22px 0;
}
.route-list div{
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:16px;
  background:rgba(255,255,255,.04);
}
.route-list strong{display:block;color:#fffaf0;margin-bottom:5px}
.route-list span{color:var(--muted);line-height:1.55}
.cta-band{
  border:1px solid rgba(244,199,53,.30);
  border-radius:26px;
  padding:28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(244,199,53,.12), transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.cta-band h2{margin:0;color:#fffaf0;font-size:clamp(28px,3.5vw,44px);line-height:1.08;letter-spacing:-.055em}
.cta-band p{margin:10px 0 0;color:var(--muted)}
@media(max-width:920px){
  .seo-links{grid-template-columns:repeat(2,minmax(0,1fr))}
  .route-list{grid-template-columns:1fr}
  .cta-band{display:grid}
}
@media(max-width:520px){
  .seo-links{grid-template-columns:1fr}
}


/* V5.17 — Conversion & Trust Pages */
.process-steps{
  counter-reset: step;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:24px;
}
.process-step{
  position:relative;
  border:1px solid rgba(244,199,53,.24);
  border-radius:20px;
  padding:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));
}
.process-step::before{
  counter-increment: step;
  content: counter(step);
  display:flex;
  width:36px;
  height:36px;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#050505;
  font-weight:1000;
}
.process-step h3{
  margin:0 0 8px;
  color:#fffaf0;
  font-size:20px;
}
.process-step p{
  margin:0;
  color:var(--muted);
  line-height:1.58;
}
.nap-box{
  border:1px solid rgba(244,199,53,.28);
  border-radius:24px;
  padding:24px;
  background:
    radial-gradient(circle at 95% 0%,rgba(244,199,53,.13),transparent 32%),
    rgba(255,255,255,.04);
}
.nap-box dl{
  display:grid;
  gap:12px;
  margin:0;
}
.nap-box dt{
  color:var(--gold);
  font-weight:1000;
  margin-bottom:3px;
}
.nap-box dd{
  margin:0;
  color:#fffaf0;
  line-height:1.55;
}
.quick-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.quick-card{
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  padding:22px;
  background:rgba(255,255,255,.04);
}
.quick-card strong{
  display:block;
  color:#fffaf0;
  font-size:20px;
  margin-bottom:8px;
}
.quick-card span{color:var(--muted);line-height:1.6}
.source-table{
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.10);
}
.source-table th,
.source-table td{
  padding:16px;
  border-bottom:1px solid rgba(255,255,255,.08);
  vertical-align:top;
  text-align:left;
}
.source-table th{
  width:30%;
  color:var(--gold);
  background:rgba(244,199,53,.06);
}
.source-table td{
  color:var(--muted);
  line-height:1.58;
}
.no-auto{
  border:1px solid rgba(244,199,53,.32);
  background:rgba(244,199,53,.09);
  border-radius:20px;
  padding:18px 20px;
  color:#fffaf0!important;
  font-weight:900;
}
@media(max-width:1000px){
  .process-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .process-steps,.quick-grid{grid-template-columns:1fr}
}


/* V5.18 — Hotfix Pré-Production */
.header-call{
  display:inline-flex;
  min-height:52px;
  align-items:center;
  justify-content:center;
  padding:0 22px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#050505 !important;
  text-decoration:none;
  font-weight:1000;
  white-space:nowrap;
  border:1px solid rgba(244,199,53,.45);
  box-shadow:0 14px 35px rgba(244,199,53,.14);
}
.header-call:hover{
  filter:brightness(1.05);
  transform:translateY(-1px);
}
.home-form-notice{
  grid-column:1/-1;
  margin:0 0 4px;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(244,199,53,.30);
  background:rgba(244,199,53,.09);
  color:#fffaf0;
  font-size:14px;
  line-height:1.55;
  font-weight:850;
}
.hp-field{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.tm-form-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.tm-form-row.full{grid-template-columns:1fr}
@media(max-width:920px){
  .header-call{display:none}
}
@media(max-width:640px){
  .tm-form-row{grid-template-columns:1fr}
}


/* V5.20 — UI/COPY CLEAN : formulaire home + sections premium */
.tm-quick-form{
  display:grid;
  gap:14px;
  margin-top:18px;
}
.tm-quick-form .tm-form-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.tm-quick-form .tm-form-row.full{
  grid-template-columns:1fr;
}
.tm-quick-form label{
  display:grid;
  gap:8px;
  color:rgba(248,243,232,.78);
  font-size:13px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.01em;
}
.tm-quick-form input,
.tm-quick-form select,
.tm-quick-form textarea{
  width:100%;
  min-height:52px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(0,0,0,.36);
  color:#fffaf0;
  padding:0 14px;
  font:inherit;
  font-size:15px;
  outline:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.tm-quick-form textarea{
  min-height:96px;
  padding:14px;
  resize:vertical;
}
.tm-quick-form input::placeholder,
.tm-quick-form textarea::placeholder{
  color:rgba(248,243,232,.42);
}
.tm-quick-form input:focus,
.tm-quick-form select:focus,
.tm-quick-form textarea:focus{
  border-color:rgba(244,199,53,.58);
  box-shadow:0 0 0 4px rgba(244,199,53,.10);
}
.tm-quick-form button{
  justify-self:start;
  min-width:230px;
  border:0;
  cursor:pointer;
}
.home-form-notice{
  margin:0 0 2px;
  padding:15px 16px;
  border-radius:16px;
  border:1px solid rgba(244,199,53,.28);
  background:linear-gradient(135deg,rgba(244,199,53,.12),rgba(255,255,255,.035));
  color:#fffaf0;
  font-size:14px;
  line-height:1.55;
  font-weight:850;
}
.tm-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.tm-feature-card{
  position:relative;
  overflow:hidden;
  min-height:235px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:24px;
  border-radius:24px;
  border:1px solid rgba(244,199,53,.20);
  background:
    radial-gradient(circle at 88% 0%,rgba(244,199,53,.14),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.028));
  text-decoration:none;
  box-shadow:0 24px 70px rgba(0,0,0,.25);
}
.tm-feature-card::after{
  content:"";
  position:absolute;
  inset:auto -25% -45% auto;
  width:190px;
  height:190px;
  border-radius:999px;
  background:rgba(244,199,53,.07);
  filter:blur(4px);
}
.tm-feature-icon{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  border:1px solid rgba(244,199,53,.22);
  background:rgba(244,199,53,.08);
  color:var(--gold);
  font-size:22px;
  font-weight:1000;
}
.tm-feature-card h3{
  margin:22px 0 10px;
  color:#fffaf0;
  font-size:24px;
  line-height:1.08;
  letter-spacing:-.045em;
}
.tm-feature-card p{
  margin:0;
  color:rgba(248,243,232,.70);
  line-height:1.58;
}
.tm-feature-card strong{
  display:inline-flex;
  margin-top:20px;
  color:var(--gold);
  font-weight:1000;
}
.tm-zone-panel{
  border:1px solid rgba(244,199,53,.22);
  border-radius:28px;
  padding:28px;
  background:
    radial-gradient(circle at 92% 0%,rgba(244,199,53,.12),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
}
.tm-zone-links{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}
.tm-zone-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:58px;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.20);
  color:#fffaf0;
  text-decoration:none;
  font-weight:950;
}
.tm-zone-links a::after{
  content:"›";
  color:var(--gold);
  font-size:24px;
  line-height:1;
}
.tm-zone-links a:hover{
  border-color:rgba(244,199,53,.45);
  background:rgba(244,199,53,.07);
}
@media(max-width:980px){
  .tm-feature-grid{grid-template-columns:1fr 1fr}
  .tm-zone-links{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .tm-quick-form .tm-form-row,
  .tm-feature-grid,
  .tm-zone-links{grid-template-columns:1fr}
  .tm-quick-form button{width:100%;min-width:0}
  .tm-feature-card{min-height:auto}
}


/* V5.21 — CSS LOCK HOME / FORMULAIRE PREMIUM */
.tm-quick-form{
  display:grid !important;
  gap:16px !important;
  width:100% !important;
  max-width:960px !important;
  margin-top:22px !important;
}
.tm-quick-form .tm-form-row{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:16px !important;
  width:100% !important;
}
.tm-quick-form .tm-form-row.full{
  grid-template-columns:1fr !important;
}
.tm-quick-form label{
  display:grid !important;
  gap:9px !important;
  color:rgba(248,243,232,.82) !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
  text-decoration:none !important;
}
.tm-quick-form input,
.tm-quick-form select,
.tm-quick-form textarea{
  width:100% !important;
  min-height:54px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:16px !important;
  background:rgba(0,0,0,.42) !important;
  color:#fffaf0 !important;
  padding:0 15px !important;
  font:inherit !important;
  font-size:15px !important;
  outline:none !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05), 0 10px 30px rgba(0,0,0,.16) !important;
  appearance:none !important;
}
.tm-quick-form select{
  background-image:linear-gradient(45deg,transparent 50%,#f4c735 50%),linear-gradient(135deg,#f4c735 50%,transparent 50%) !important;
  background-position:calc(100% - 20px) 23px,calc(100% - 14px) 23px !important;
  background-size:6px 6px,6px 6px !important;
  background-repeat:no-repeat !important;
  padding-right:42px !important;
}
.tm-quick-form textarea{
  min-height:112px !important;
  padding:15px !important;
  resize:vertical !important;
}
.tm-quick-form input::placeholder,
.tm-quick-form textarea::placeholder{
  color:rgba(248,243,232,.44) !important;
}
.tm-quick-form input:focus,
.tm-quick-form select:focus,
.tm-quick-form textarea:focus{
  border-color:rgba(244,199,53,.65) !important;
  box-shadow:0 0 0 4px rgba(244,199,53,.10), inset 0 1px 0 rgba(255,255,255,.05) !important;
}
.tm-quick-form button,
.tm-quick-form .btn{
  justify-self:start !important;
  min-width:240px !important;
  border:0 !important;
  cursor:pointer !important;
  text-decoration:none !important;
}
.home-form-notice{
  margin:0 0 4px !important;
  padding:15px 18px !important;
  border-radius:18px !important;
  border:1px solid rgba(244,199,53,.30) !important;
  background:linear-gradient(135deg,rgba(244,199,53,.12),rgba(255,255,255,.035)) !important;
  color:#fffaf0 !important;
  font-size:14px !important;
  line-height:1.55 !important;
  font-weight:850 !important;
}
.tm-feature-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
}
.tm-feature-card{
  position:relative !important;
  overflow:hidden !important;
  min-height:235px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  padding:24px !important;
  border-radius:24px !important;
  border:1px solid rgba(244,199,53,.22) !important;
  background:
    radial-gradient(circle at 88% 0%,rgba(244,199,53,.14),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.028)) !important;
  text-decoration:none !important;
  box-shadow:0 24px 70px rgba(0,0,0,.25) !important;
}
.tm-feature-card *{
  text-decoration:none !important;
}
.tm-feature-card:hover{
  transform:translateY(-3px) !important;
  border-color:rgba(244,199,53,.46) !important;
}
.tm-feature-icon{
  width:48px !important;
  height:48px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:16px !important;
  border:1px solid rgba(244,199,53,.24) !important;
  background:rgba(244,199,53,.09) !important;
  color:#f4c735 !important;
  font-size:18px !important;
  font-weight:1000 !important;
  letter-spacing:.02em !important;
}
.tm-feature-card h3{
  margin:22px 0 10px !important;
  color:#fffaf0 !important;
  font-size:24px !important;
  line-height:1.08 !important;
  letter-spacing:-.045em !important;
}
.tm-feature-card p{
  margin:0 !important;
  color:rgba(248,243,232,.72) !important;
  line-height:1.58 !important;
}
.tm-feature-card strong{
  display:inline-flex !important;
  margin-top:20px !important;
  color:#f4c735 !important;
  font-weight:1000 !important;
}
.tm-zone-panel{
  border:1px solid rgba(244,199,53,.22) !important;
  border-radius:28px !important;
  padding:28px !important;
  background:
    radial-gradient(circle at 92% 0%,rgba(244,199,53,.12),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025)) !important;
}
.tm-zone-links{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:12px !important;
  margin-top:22px !important;
}
.tm-zone-links a{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  min-height:58px !important;
  padding:14px 16px !important;
  border-radius:16px !important;
  border:1px solid rgba(255,255,255,.10) !important;
  background:rgba(0,0,0,.20) !important;
  color:#fffaf0 !important;
  text-decoration:none !important;
  font-weight:950 !important;
}
.tm-zone-links a::after{
  content:"›" !important;
  color:#f4c735 !important;
  font-size:24px !important;
  line-height:1 !important;
}
@media(max-width:980px){
  .tm-feature-grid{grid-template-columns:1fr 1fr !important}
  .tm-zone-links{grid-template-columns:1fr 1fr !important}
}
@media(max-width:640px){
  .tm-quick-form .tm-form-row,
  .tm-feature-grid,
  .tm-zone-links{grid-template-columns:1fr !important}
  .tm-quick-form button,
  .tm-quick-form .btn{width:100% !important;min-width:0 !important}
  .tm-feature-card{min-height:auto !important}
}


/* V5.27 — Reservation datetime fields */
.tm-quick-form input[type="datetime-local"],
.contact-form input[type="datetime-local"]{
  color-scheme: dark;
}
.tm-quick-form input[type="datetime-local"]::-webkit-calendar-picker-indicator,
.contact-form input[type="datetime-local"]::-webkit-calendar-picker-indicator{
  filter: invert(1) sepia(1) saturate(3) hue-rotate(350deg);
  opacity:.85;
  cursor:pointer;
}
.form-mini-note{
  grid-column:1/-1;
  color:rgba(248,243,232,.62);
  font-size:13px;
  line-height:1.5;
}


/* V5.28 — Avis clients Google */
.tm-reviews-band{
  position:relative;
  overflow:hidden;
}
.tm-reviews-band::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 10% 0%,rgba(244,199,53,.13),transparent 28%),
    radial-gradient(circle at 90% 15%,rgba(244,199,53,.10),transparent 24%);
}
.tm-rating-panel{
  position:relative;
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
  padding:28px;
  border-radius:30px;
  border:1px solid rgba(244,199,53,.24);
  background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  box-shadow:0 24px 70px rgba(0,0,0,.24);
  margin-bottom:22px;
}
.tm-rating-score{
  display:flex;
  flex-direction:column;
  gap:7px;
  text-align:right;
}
.tm-stars{
  color:#f4c735;
  letter-spacing:.08em;
  font-size:22px;
  line-height:1;
}
.tm-rating-score strong{
  color:#fffaf0;
  font-size:22px;
}
.tm-rating-score span{
  color:rgba(248,243,232,.62);
  font-size:13px;
}
.tm-review-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.tm-review-card{
  display:flex;
  flex-direction:column;
  min-height:235px;
  padding:24px;
  border-radius:24px;
  border:1px solid rgba(244,199,53,.18);
  background:
    linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  box-shadow:0 22px 55px rgba(0,0,0,.22);
}
.tm-review-card .tm-stars{
  font-size:15px;
  margin-bottom:18px;
}
.tm-review-card blockquote{
  margin:0;
  color:rgba(248,243,232,.86);
  font-size:16px;
  line-height:1.62;
}
.tm-review-author{
  margin-top:auto;
  padding-top:20px;
  display:flex;
  align-items:center;
  gap:12px;
  color:#fffaf0;
  font-weight:950;
}
.tm-review-avatar{
  width:38px;
  height:38px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(244,199,53,.12);
  border:1px solid rgba(244,199,53,.24);
  color:#f4c735;
  font-weight:1000;
}
.tm-review-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.tm-review-note{
  color:rgba(248,243,232,.58);
  font-size:13px;
  line-height:1.55;
  margin-top:14px;
}
@media(max-width:980px){
  .tm-rating-panel{grid-template-columns:1fr}
  .tm-rating-score{text-align:left}
  .tm-review-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .tm-rating-panel{padding:22px;border-radius:24px}
  .tm-review-grid{grid-template-columns:1fr}
  .tm-review-card{min-height:auto}
  .tm-review-actions .btn{width:100%;justify-content:center}
}


/* V5.29 — Google Reviews UI Premium */
.tm-reviews-band.google-proof{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 0%,rgba(244,199,53,.10),transparent 28%),
    radial-gradient(circle at 88% 12%,rgba(255,255,255,.055),transparent 26%);
}
.tm-google-proof-wrap{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:22px;
}
.tm-google-proof-header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:22px;
  margin-bottom:2px;
}
.tm-google-proof-header .tm-head{
  max-width:790px;
}
.tm-google-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:max-content;
  min-height:38px;
  padding:8px 13px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.055);
  color:#fffaf0;
  font-size:13px;
  font-weight:900;
}
.google-g{
  display:inline-grid;
  place-items:center;
  width:25px;
  height:25px;
  border-radius:999px;
  background:#fff;
  font-weight:1000;
  font-family:Arial,Helvetica,sans-serif;
  font-size:17px;
  line-height:1;
  box-shadow:0 4px 12px rgba(0,0,0,.18);
  color:#4285f4;
  position:relative;
}
.google-g::first-letter{color:#4285f4}
.tm-google-panel{
  overflow:hidden;
  border-radius:30px;
  background:#f8f9fa;
  color:#202124;
  box-shadow:0 34px 90px rgba(0,0,0,.42);
  border:1px solid rgba(255,255,255,.08);
}
.tm-google-rating{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  padding:28px;
  border-bottom:1px solid #e6e8eb;
  background:
    linear-gradient(180deg,#fff,#f8f9fa);
}
.tm-google-rating-main{
  display:flex;
  align-items:center;
  gap:18px;
}


.tm-google-stars{
  color:#fbbc04;
  letter-spacing:.08em;
  font-size:20px;
  line-height:1;
  white-space:nowrap;
}

.tm-google-from{
  display:flex;
  align-items:center;
  gap:10px;
  justify-self:end;
  font-weight:800;
}




.tm-google-review-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  padding:22px;
}
.tm-google-review-card{
  min-height:236px;
  display:flex;
  flex-direction:column;
  border-radius:16px;
  border:1px solid #e5e7eb;
  background:#fff;
  box-shadow:0 10px 30px rgba(60,64,67,.10);
  padding:18px;
  color:#202124;
}
.tm-google-review-top{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto auto;
  gap:10px;
  align-items:center;
  margin-bottom:12px;
}
.tm-google-avatar{
  width:42px;
  height:42px;
  border-radius:999px;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:900;
  font-size:14px;
  background:linear-gradient(135deg,#1a73e8,#0f9d58);
}
.tm-google-review-card:nth-child(2n) .tm-google-avatar{background:linear-gradient(135deg,#7b1fa2,#673ab7)}
.tm-google-review-card:nth-child(3n) .tm-google-avatar{background:linear-gradient(135deg,#ef6c00,#fbbc04)}
.tm-google-review-card:nth-child(4n) .tm-google-avatar{background:linear-gradient(135deg,#0f9d58,#188038)}
.tm-google-review-name{
  min-width:0;
}
.tm-google-review-name strong{
  display:block;
  color:#202124;
  font-size:15px;
  line-height:1.1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.tm-google-review-name span{
  display:block;
  color:#5f6368;
  font-size:12px;
  margin-top:3px;
}
.tm-google-dots{
  display:grid;
  gap:3px;
  padding:4px;
}
.tm-google-dots span{
  width:3px;
  height:3px;
  border-radius:999px;
  background:#5f6368;
}
.tm-google-review-stars{
  color:#fbbc04;
  letter-spacing:.05em;
  font-size:15px;
  margin-bottom:12px;
}
.tm-google-review-card blockquote{
  margin:0;
  color:#303134;
  font-size:15px;
  line-height:1.55;
}
.tm-google-published{
  margin-top:auto;
  padding-top:18px;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12px;
}
.tm-google-panel-footer{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:0 22px 24px;
}
.tm-google-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:54px;
  padding:0 26px;
  border-radius:12px;
  background:#0b0b0b;
  border:1px solid rgba(244,199,53,.55);
  color:#f4c735;
  text-decoration:none;
  font-weight:950;
  letter-spacing:.01em;
}
.tm-google-cta:hover{
  background:#111;
  border-color:rgba(244,199,53,.82);
}
.tm-google-trust-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  margin-top:20px;
  border:1px solid rgba(244,199,53,.18);
  border-radius:22px;
  overflow:hidden;
  background:rgba(244,199,53,.14);
}
.tm-google-trust-item{
  padding:18px;
  background:rgba(255,255,255,.045);
  display:flex;
  gap:12px;
  align-items:flex-start;
}
.tm-google-trust-icon{
  color:#f4c735;
  font-size:22px;
  line-height:1;
}
.tm-google-trust-item strong{
  display:block;
  color:#fffaf0;
  font-size:14px;
}
.tm-google-trust-item span{
  display:block;
  color:rgba(248,243,232,.62);
  margin-top:4px;
  font-size:12px;
  line-height:1.4;
}
@media(max-width:1100px){
  .tm-google-rating{
    grid-template-columns:1fr;
  }
  .tm-google-from{
    justify-self:start;
  }
  
  .tm-google-review-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .tm-google-proof-header{
    grid-template-columns:1fr;
    align-items:start;
  }
  .tm-google-panel{
    border-radius:24px;
    margin-left:-2px;
    margin-right:-2px;
  }
  .tm-google-rating{
    padding:20px;
    gap:18px;
  }
  .tm-google-rating-main{
    align-items:flex-start;
  }
  
  .tm-google-stars{
    font-size:18px;
  }
  
  .tm-google-review-grid{
    grid-template-columns:1fr;
    gap:12px;
    padding:14px;
  }
  .tm-google-review-card{
    min-height:auto;
    padding:16px;
    border-radius:14px;
  }
  .tm-google-review-card:nth-child(n+4){
    display:none;
  }
  .tm-google-panel-footer{
    padding:4px 14px 18px;
  }
  .tm-google-cta{
    width:100%;
    min-height:52px;
    padding:0 16px;
  }
  .tm-google-trust-strip{
    grid-template-columns:1fr 1fr;
    border-radius:18px;
  }
  .tm-google-trust-item{
    padding:14px;
  }
}
@media(max-width:430px){
  .tm-google-rating-main{
    gap:13px;
  }
  
  .tm-google-review-top{
    grid-template-columns:auto minmax(0,1fr) auto;
  }
  .tm-google-dots{
    display:none;
  }
  .tm-google-trust-strip{
    grid-template-columns:1fr;
  }
}


/* V5.30 — Correctif final avis Google + honeypot */
.tm-google-rating-safe{
  grid-template-columns:minmax(0,1fr) minmax(260px,auto) auto !important;
}
.tm-google-proof-title{
  display:grid;
  gap:5px;
}
.tm-google-proof-title strong{
  color:#202124;
  font-size:22px;
  line-height:1.15;
  letter-spacing:-.03em;
}
.tm-google-proof-title span{
  color:#5f6368;
  font-size:14px;
  line-height:1.45;
}
.tm-google-proof-info{
  justify-self:center;
  display:grid;
  gap:6px;
  text-align:center;
}
.tm-google-proof-info span{
  color:#5f6368;
  font-size:12px;
}
input[name="website"],
.website-field,
.honey-field,
.honeypot,
.form-honeypot{
  display:none !important;
  visibility:hidden !important;
  position:absolute !important;
  left:-9999px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
@media(max-width:1100px){
  .tm-google-rating-safe{
    grid-template-columns:1fr !important;
  }
  .tm-google-proof-info{
    justify-self:start;
    text-align:left;
  }
}
@media(max-width:640px){
  .tm-google-proof-title strong{
    font-size:19px;
  }
  .tm-google-proof-info{
    padding-top:4px;
  }
}

.tm-google-from span,
.tm-google-published{
  color:#5f6368;
}


/* V5.31 — Note Google vérifiée */
.tm-google-rating-verified{
  grid-template-columns:minmax(0,1fr) minmax(230px,auto) auto !important;
}
.tm-google-score-verified{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:92px;
  height:72px;
  padding:0 18px;
  border-radius:18px;
  background:#202124;
  color:#fff;
  font-size:42px;
  line-height:1;
  letter-spacing:-.055em;
  font-weight:950;
  box-shadow:0 14px 30px rgba(32,33,36,.16);
}
.tm-google-rating-verified .tm-google-proof-title strong{
  color:#202124;
}
.tm-google-rating-verified .tm-google-proof-title span{
  color:#5f6368;
}
@media(max-width:1100px){
  .tm-google-rating-verified{
    grid-template-columns:1fr !important;
  }
  .tm-google-score-verified{
    width:max-content;
    min-width:82px;
    height:62px;
    font-size:36px;
  }
}
@media(max-width:640px){
  .tm-google-rating-verified .tm-google-rating-main{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    gap:13px;
  }
  .tm-google-score-verified{
    grid-column:1;
    grid-row:2;
    min-width:76px;
    height:58px;
    border-radius:15px;
    font-size:32px;
  }
  .tm-google-rating-verified .tm-google-proof-title{
    grid-column:2;
    grid-row:2;
    align-self:center;
  }
}
