/*------- JOLLY RIDER v2 - "Street Issue Nº 001".
 *        Magazine moto urbain imprime sur l'asphalte : noir profond, jaune JR
 *        en signature unique, typo editoriale massive (Anton), texte os chaud
 *        (jamais de blanc pur), ombres DURES decalees, coins coupes, bande
 *        danger, grain photo. Aucun degrade decoratif, aucun flou mou. -------*/

@font-face {
  font-family: 'Anton';
  src: url('fonts/anton.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('fonts/spacegrotesk.woff2') format('woff2');
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --ink: #0B0C0E;
  --paper: #131519;
  --line: #26282e;
  --jr: #EAB308;
  --red: #F80009;
  --bone: #E9E6DD;
  --mut: #8f939c;
  --disp: 'Anton', Impact, sans-serif;
  --body: 'Space Grotesk', 'Segoe UI', sans-serif;
  /*------- coins coupes : la signature graphique, pas d'arrondis mous. -------*/
  --cut: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--bone);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
::selection { background: var(--jr); color: var(--ink); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/*------- grain photo : bruit SVG statique, colle tout le site ensemble. -------*/
body::after {
  content: '';
  position: fixed;
  inset: -50%;
  width: 200%;
  height: 200%;
  pointer-events: none;
  z-index: 90;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)'/%3E%3C/svg%3E");
}

.wrap { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

/*------- bande danger jaune/noir. -------*/
.tape {
  height: 12px;
  background: repeating-linear-gradient(-45deg, var(--jr) 0 16px, var(--ink) 16px 32px);
}

/*------- tachymetre de scroll. -------*/
.tach {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: var(--jr);
  z-index: 120;
}

/*=======================================================================
  ENTETE
=======================================================================*/
.bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 64px;
  background: rgba(11, 12, 14, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.bar.is-hidden { transform: translateY(-100%); }
.bar__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--disp);
  font-size: 19px;
  letter-spacing: 2px;
  color: var(--bone);
}
.bar__nav { display: flex; align-items: center; gap: 34px; }
.bar__nav a {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--mut);
  transition: color 0.15s ease;
}
.bar__nav a:hover { color: var(--jr); }
.bar__cta {
  color: var(--ink) !important;
  background: var(--jr);
  padding: 10px 18px;
  clip-path: var(--cut);
  font-weight: 700 !important;
}
.bar__cta:hover { background: var(--bone); }
.bar__left { display: flex; align-items: center; gap: 16px; }
/*------- langue : UN carre apres le wordmark, la liste tombe dessous. -------*/
.lang2 { position: relative; display: inline-flex; }
.lang2 button {
  width: 38px;
  height: 34px;
  border: 1px solid var(--line);
  background: var(--ink);
  color: var(--mut);
  font-family: var(--body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.lang2 button:hover { color: var(--bone); border-color: var(--mut); }
/*------- le carre courant garde le style sobre d'origine : contour gris,
 *        fond sombre (Redha : "pas de jaunes, carré contour gris"). -------*/
.lang2__cur { color: var(--bone); }
.lang2__list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  display: none;
  flex-direction: column;
  gap: 4px;
}
.lang2.is-open .lang2__list { display: flex; }

/*=======================================================================
  HERO
=======================================================================*/
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  /*------- double voile : vertical (fond) + horizontal renforce a gauche,
   *        la ou vivent le titre et le sous-titre — la video passe par des
   *        plans tres lumineux, le texte doit percer quoi qu'il arrive. -------*/
  background:
    linear-gradient(90deg, rgba(11,12,14,0.78) 0%, rgba(11,12,14,0.45) 48%, rgba(11,12,14,0.15) 100%),
    linear-gradient(180deg, rgba(11,12,14,0.5) 0%, rgba(11,12,14,0.25) 45%, var(--ink) 100%);
}
.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__inner { padding: 140px 40px 30px; max-width: 1280px; margin: 0 auto; width: 100%; }
.kicker {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3.5px;
  color: var(--jr);
  margin-bottom: 18px;
}
.hero__title {
  /*------- ombre large : decolle le titre des plans lumineux de la video. -------*/
  text-shadow: 0 3px 34px rgba(0, 0, 0, 0.55);
  font-family: var(--disp);
  font-weight: 400;
  font-size: clamp(76px, 13.5vw, 200px);
  line-height: 0.88;
  letter-spacing: 0.5px;
  color: var(--bone);
  text-transform: uppercase;
}
.hero__title span { display: block; }
.hero__title em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 3px var(--jr);
}
.hero__sub {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.6);
  margin-top: 26px;
  max-width: 520px;
  font-size: 19px;
  color: var(--bone);
}
.hero__sub strong { color: var(--jr); font-weight: 600; }
.hero__cta {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 34px 0 46px;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  background: var(--jr);
  color: var(--ink);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  padding: 17px 34px;
  clip-path: var(--cut);
  transition: transform 0.2s cubic-bezier(0.2, 0.7, 0.2, 1), background 0.15s ease;
}
.btn:hover { background: var(--bone); transform: translateY(-2px); }
.hero__badges { display: flex; gap: 12px; }
.hero__badges img { height: 44px; width: auto; }
.hero__specs {
  list-style: none;
  display: flex;
  gap: 0;
  border-top: 1px solid var(--line);
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}
.hero__specs li {
  flex: 1;
  padding: 16px 0;
  font-size: 11.5px;
  letter-spacing: 2.6px;
  color: var(--mut);
  border-right: 1px solid var(--line);
  padding-left: 18px;
}
.hero__specs li:first-child { padding-left: 0; }
.hero__specs li:last-child { border-right: 0; }

/*=======================================================================
  MARQUEE
=======================================================================*/
.marquee {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  padding: 22px 0;
}
.marquee__track {
  display: flex;
  align-items: center;
  gap: 38px;
  width: max-content;
  animation: slide 36s linear infinite;
}
.marquee__track span {
  font-family: var(--disp);
  font-size: 42px;
  letter-spacing: 1px;
  color: var(--bone);
  white-space: nowrap;
}
.marquee__track span:nth-child(4n+3) {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--mut);
}
.marquee__track i {
  width: 10px; height: 10px;
  background: var(--jr);
  transform: rotate(45deg);
  flex: none;
}
@keyframes slide { to { transform: translateX(-50%); } }

/*=======================================================================
  SECTIONS COMMUNES
=======================================================================*/
.sec-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3.5px;
  color: var(--jr);
  margin-bottom: 34px;
}
h2 {
  font-family: var(--disp);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: 0.5px;
}
h2 em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 2px var(--jr);
}

/*=======================================================================
  01 - LE PROBLEME
=======================================================================*/
.problem {
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 100px 0 120px;
}
.problem__grid {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 70px;
  align-items: start;
}
.problem__big { position: sticky; top: 110px; }
.problem__num, .problem__unit {
  font-family: var(--disp);
  font-size: clamp(120px, 15vw, 230px);
  line-height: 0.9;
  color: var(--jr);
}
.problem__cap {
  margin-top: 18px;
  font-size: 15px;
  color: var(--mut);
  letter-spacing: 0.4px;
}
.problem__copy h2 { font-size: clamp(38px, 4.6vw, 64px); margin-bottom: 30px; color: var(--bone); }
.problem__copy p { margin-bottom: 22px; color: #c9c6bd; max-width: 56ch; }
.problem__copy strong { color: var(--red); font-weight: 600; }
.problem__copy blockquote {
  border-left: 4px solid var(--jr);
  padding: 6px 0 6px 24px;
  margin: 30px 0;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 500;
  color: var(--bone);
}
.problem__photo {
  max-width: 540px;
  margin-top: 44px;
  transform: rotate(-1.2deg);
}
.problem__photo img {
  border: 1px solid var(--line);
  box-shadow: 16px 16px 0 rgba(234, 179, 8, 0.14);
}
.problem__photo figcaption {
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 2.6px;
  color: var(--mut);
}

/*=======================================================================
  02 - LE GARAGE
=======================================================================*/
.garage { padding: 110px 0 120px; }
.garage__title { font-size: clamp(40px, 5vw, 72px); color: var(--bone); margin-bottom: 60px; }
.garage__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.tile {
  border: 1px solid var(--line);
  clip-path: var(--cut);
  padding: 30px 24px 26px;
  background: var(--paper);
  transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.2s ease;
}
.tile:hover { transform: translateY(-5px); border-color: var(--jr); }
.tile img { height: 46px; width: auto; margin-bottom: 20px; }
.tile__cc {
  display: inline-block;
  font-family: var(--disp);
  font-size: 26px;
  color: var(--jr);
  margin-bottom: 14px;
  letter-spacing: 1px;
}
.tile h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--bone);
}
.tile p { font-size: 14.5px; color: var(--mut); line-height: 1.55; }

/*=======================================================================
  03 - ON THE ROAD (rail)
=======================================================================*/
.road {
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 100px 0 110px;
}
.road__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.road__hint { font-size: 12px; letter-spacing: 3px; color: var(--mut); }
.road__arrow { color: var(--jr); }
.rail {
  display: flex;
  gap: 34px;
  overflow-x: auto;
  padding: 10px 40px 26px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  scrollbar-width: none;
}
.rail::-webkit-scrollbar { display: none; }
.rail.is-drag { cursor: grabbing; }
.rail figure { flex: none; position: relative; }
.rail figure:nth-child(odd) { transform: rotate(-1deg); }
.rail figure:nth-child(even) { transform: rotate(1deg); }
.rail img {
  height: 430px;
  width: auto;
  border: 1px solid var(--line);
  pointer-events: none;
}
.rail__stack { display: flex; flex-direction: column; gap: 10px; }
.rail__wide img { height: 430px; }
.rail__stack img { height: 210px; }
.rail figcaption {
  position: absolute;
  bottom: -24px;
  left: 2px;
  font-size: 11px;
  letter-spacing: 2.4px;
  color: var(--mut);
}

/*=======================================================================
  04 - FOLLOW ME
=======================================================================*/
.fm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  min-height: 640px;
}
.fm__photo { position: relative; overflow: hidden; }
.fm__photo { overflow: hidden; }
.fm__photo img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /*------- rognage exact de 25% du HAUT (Redha) : l'image fait 4/3 de la
   *        hauteur de la boite, ancree en bas — le quart superieur deborde
   *        au-dessus et disparait. Aucun filtre : l'illustration officielle
   *        porte deja l'identite jaune. -------*/
  height: 133.34%;
  object-fit: cover;
}
.fm__body {
  padding: 110px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fm__body h2 { font-size: clamp(60px, 7vw, 120px); color: var(--bone); margin-bottom: 28px; }
.fm__body p { max-width: 46ch; color: #c9c6bd; }
.fm__sig {
  margin-top: 36px;
  font-size: 12px;
  letter-spacing: 3.5px;
  color: var(--jr) !important;
  font-weight: 600;
}

/*=======================================================================
  CHIFFRES
=======================================================================*/
.nums { border-top: 1px solid var(--line); }
.nums__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.nums__grid > div {
  padding: 54px 26px;
  border-right: 1px solid var(--line);
}
.nums__grid > div:last-child { border-right: 0; }
.nums__grid b {
  display: block;
  font-family: var(--disp);
  font-weight: 400;
  font-size: clamp(44px, 5vw, 76px);
  color: var(--bone);
  font-variant-numeric: tabular-nums;
}
.nums__grid span + span, .nums__grid > div > span:last-child {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mut);
}

/*=======================================================================
  DOWNLOAD - inversion jaune
=======================================================================*/
.dl2 { background: var(--jr); color: var(--ink); }
.dl2__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-top: 90px;
  padding-bottom: 90px;
  flex-wrap: wrap;
}
.dl2 h2 { font-size: clamp(70px, 10vw, 150px); color: var(--ink); line-height: 0.9; }
.dl2__side p { font-size: 19px; font-weight: 500; max-width: 40ch; }
.dl2__badges { display: flex; gap: 16px; margin: 28px 0 18px; flex-wrap: wrap; }
.dl2__badges img { height: 56px; width: auto; }
.dl2__mono { font-size: 12px !important; letter-spacing: 3px; font-weight: 600 !important; }

/*=======================================================================
  FOOTER
=======================================================================*/
.foot { padding: 70px 0 30px; border-top: 1px solid var(--line); }
.foot__grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.foot__brand { display: flex; align-items: center; gap: 14px; }
.foot__brand b { font-family: var(--disp); font-weight: 400; font-size: 20px; letter-spacing: 2px; }
.foot__brand span { font-size: 10.5px; letter-spacing: 2.6px; color: var(--mut); }
.foot__links { display: flex; gap: 30px; flex-wrap: wrap; }
.foot__links a {
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--mut);
}
.foot__links a:hover { color: var(--jr); }
.foot__note { font-size: 11px; letter-spacing: 2.6px; color: #4a4d55; }
.foot__legal {
  text-align: center;
  font-size: 12px;
  color: #4a4d55;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

/*=======================================================================
  PAGES DOCUMENTS (privacy / terms / support / delete)
=======================================================================*/
.docpage { background: var(--paper); }
.doc2 { padding: 130px 0 90px; min-height: 70vh; }
.doc2__tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.doc2__tabs a {
  border: 1px solid var(--line);
  clip-path: var(--cut);
  padding: 11px 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mut);
  transition: color 0.15s ease, border-color 0.15s ease;
}
.doc2__tabs a:hover { color: var(--bone); border-color: var(--mut); }
.doc2__tabs a.is-on { background: var(--jr); color: var(--ink); border-color: var(--jr); }
.doc2__body { max-width: 74ch; }
.doc2__body h1 {
  font-family: var(--disp);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 0.95;
  color: var(--bone);
  margin-bottom: 34px;
}
.doc2__body h2 {
  font-size: 20px;
  font-family: var(--body);
  font-weight: 700;
  letter-spacing: 1.4px;
  color: var(--jr);
  margin: 40px 0 14px;
}
.doc2__body h3 { font-size: 16px; color: var(--bone); margin: 26px 0 10px; letter-spacing: 0.6px; }
.doc2__body p { margin-bottom: 16px; color: #c9c6bd; }
.doc2__body ul, .doc2__body ol { margin: 0 0 18px 22px; color: #c9c6bd; }
.doc2__body li { margin-bottom: 8px; }
.doc2__body a { color: var(--jr); text-decoration: underline; text-underline-offset: 3px; }
.doc2__body strong { color: var(--bone); }
.doc2__body table { border-collapse: collapse; margin: 0 0 20px; width: 100%; }
.doc2__body th, .doc2__body td {
  border: 1px solid var(--line);
  padding: 9px 12px;
  font-size: 14px;
  color: #c9c6bd;
  text-align: left;
}
.doc2__body th { color: var(--bone); letter-spacing: 0.8px; }

/*=======================================================================
  ACCES PARENT
=======================================================================*/
.par2__intro { max-width: 60ch; }
.par2__step { margin-top: 34px; }
.par2__label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 2.2px;
  color: var(--mut);
  margin-bottom: 10px;
}
.par2__row { display: flex; gap: 12px; max-width: 520px; }
.par2__row input {
  flex: 1;
  border: 1px solid var(--line);
  background: var(--ink);
  color: var(--bone);
  font-family: var(--body);
  font-size: 16px;
  padding: 14px 16px;
  outline: 2px solid transparent;
  transition: outline-color 0.15s ease;
}
.par2__row input:focus { outline-color: var(--jr); }
.par2__btn {
  border: 0;
  background: var(--jr);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 1.8px;
  padding: 0 24px;
  clip-path: var(--cut);
  cursor: pointer;
}
.par2__btn:hover { background: var(--bone); }
.par2__btn:disabled { opacity: 0.55; cursor: default; }
.par2__ghost {
  margin-top: 16px;
  border: 0;
  background: none;
  color: var(--mut);
  font-family: var(--body);
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.par2__ghost:disabled { cursor: default; opacity: 0.6; }
.par2__err { color: #F2A0A0; margin-top: 18px; }

/*=======================================================================
  PORTAIL PARENT (apres code) - carte a gauche, consentement a droite
=======================================================================*/
.portal2 { padding-top: 6px; }
.portal2__title {
  font-family: var(--disp);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 0.95;
  color: var(--bone);
  margin-bottom: 40px;
}
.portal2__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}
.portal2__mapbox {
  border: 1px solid var(--line);
  height: 380px;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mut);
}
.portal2__mapbox iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.portal2__nopos { padding: 26px; color: var(--mut); max-width: 44ch; }
.portal2__row {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.portal2__last {
  border: 0;
  background: var(--jr);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.4px;
  padding: 13px 18px;
  clip-path: var(--cut);
  cursor: pointer;
}
.portal2__last:hover { background: var(--bone); }
.portal2__dir {
  /*------- a DROITE sous la carte (Redha 2026-08-03). -------*/
  margin-left: auto;
  border: 0;
  background: #0687D4;
  color: #fff;
  font-family: var(--body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.4px;
  padding: 13px 18px;
  clip-path: var(--cut);
  cursor: pointer;
}
.portal2__dir:hover { background: #0A97EA; }
.portal2__child { color: var(--mut); margin-bottom: 14px; }
.portal2__child b { color: var(--bone); }
.portal2__state {
  border-left: 4px solid var(--jr);
  padding: 6px 0 6px 18px;
  color: var(--bone);
  margin-bottom: 20px;
}
.portal2__box {
  border: 1px solid var(--line);
  clip-path: var(--cut);
  background: var(--ink);
  padding: 20px 22px;
  margin-bottom: 18px;
}
.portal2__box h3 {
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: var(--jr);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.portal2__box p, .portal2__box li { font-size: 14.5px; color: #c9c6bd; }
.portal2__box ul { margin-left: 20px; }
.portal2__box li { margin-bottom: 6px; }
.portal2__consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: #c9c6bd;
  margin: 4px 0 18px;
  cursor: pointer;
}
.portal2__consent input { margin-top: 3px; accent-color: var(--jr); }
.portal2__notice { color: #7FD68C; margin-bottom: 14px; }
.portal2__accept {
  border: 0;
  background: #0687D4;
  color: #fff;
  font-family: var(--body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.8px;
  padding: 15px 26px;
  clip-path: var(--cut);
  cursor: pointer;
}
.portal2__accept:disabled { opacity: 0.45; cursor: default; }
.portal2__revoke {
  border: 0;
  background: var(--red);
  color: #fff;
  font-family: var(--body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.8px;
  padding: 15px 26px;
  clip-path: var(--cut);
  cursor: pointer;
  margin-right: 12px;
}
#ptActions p { color: var(--bone); margin-bottom: 14px; }

/*------- bouton PDF des conditions (icone officielle de l'app). -------*/
.doc2__pdf {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding: 14px 24px;
  background: #0687D4;
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none !important;
  clip-path: var(--cut);
}
.doc2__pdf:hover { background: #0A97EA; }
.doc2__pdf img { height: 24px; width: auto; }

/*------- puck position enfant : cercle bleu de l'app, halo pulsant infini. -------*/
.puck2 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0687D4;
  border: 3px solid #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  position: relative;
}
.puck2::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: rgba(6, 135, 212, 0.5);
  animation: puckPulse 1.8s ease-out infinite;
  z-index: -1;
}
@keyframes puckPulse {
  0% { transform: scale(1); opacity: 0.8; }
  70% { transform: scale(3.2); opacity: 0; }
  100% { transform: scale(3.2); opacity: 0; }
}

/*=======================================================================
  SUPPRESSION DE COMPTE
=======================================================================*/
.del2__intro { margin: 0 0 10px 20px; max-width: 74ch; }
.del2__intro li { margin-bottom: 8px; color: #c9c6bd; }
.del2__warnt {
  font-size: 19px;
  font-weight: 700;
  color: var(--bone);
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}
.del2__actions { display: flex; gap: 14px; margin-top: 22px; flex-wrap: wrap; }
.del2__danger {
  border: 0;
  background: var(--red);
  color: #fff;
  font-family: var(--body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.6px;
  padding: 15px 26px;
  clip-path: var(--cut);
  cursor: pointer;
}
.del2__cancel {
  border: 0;
  background: #0687D4;
  color: #fff;
  font-family: var(--body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.6px;
  padding: 15px 26px;
  clip-path: var(--cut);
  cursor: pointer;
  margin-top: 14px;
}
.del2__cancel:hover { background: #0A97EA; }

/*=======================================================================
  REVEALS
=======================================================================*/
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee__track { animation: none; }
}

/*=======================================================================
  MOBILE
=======================================================================*/
@media (max-width: 980px) {
  .wrap { padding: 0 22px; }
  .bar { padding: 0 22px; }
  .bar__nav a:not(.bar__cta) { display: none; }
  .hero__inner { padding: 120px 22px 24px; }
  .hero__specs { flex-direction: column; padding: 0 22px; }
  .hero__specs li { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0; }
  .hero__specs li:last-child { border-bottom: 0; }
  .marquee__track span { font-size: 30px; }
  .problem { padding: 70px 0 80px; }
  .problem__grid { grid-template-columns: 1fr; gap: 40px; }
  .problem__big { position: static; }
  .garage { padding: 80px 0; }
  .garage__grid { grid-template-columns: 1fr 1fr; }
  .road { padding: 70px 0 90px; }
  .rail { padding: 10px 22px 26px; gap: 24px; }
  .rail img { height: 340px; }
  .rail__wide img { height: 340px; }
  .doc2 { padding: 100px 0 60px; }
  .portal2__grid { grid-template-columns: 1fr; gap: 30px; }
  .portal2__mapbox { height: 300px; }
  .rail__stack img { height: 165px; }
  .fm { grid-template-columns: 1fr; }
  .fm__photo { min-height: 320px; }
  .fm__body { padding: 60px 22px; }
  .nums__grid { grid-template-columns: 1fr 1fr; }
  .nums__grid > div { border-bottom: 1px solid var(--line); }
  .dl2__inner { padding-top: 60px; padding-bottom: 60px; }
  .foot__grid { flex-direction: column; }
}
@media (max-width: 520px) {
  .garage__grid { grid-template-columns: 1fr; }
  .nums__grid { grid-template-columns: 1fr; }
  .hero__badges img { height: 38px; }
}
