:root {
  --bg: #060709;
  --bg-2: #0a0d11;
  --panel: rgba(14, 18, 22, 0.78);
  --line: rgba(255, 255, 255, 0.10);
  --text: #f5f7fa;
  --muted: #9ea7b1;
  --lime: #c8ff13;
  --lime-soft: rgba(200, 255, 19, 0.18);
  --cyan: #08d9ff;
  --cyan-soft: rgba(8, 217, 255, 0.20);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  --ease-out: cubic-bezier(.2, .8, .2, 1);
  --dur-fast: .15s;
  --dur: .2s;
  --ring: 2px solid var(--cyan);
  --ring-offset: 3px;
  --elev-1: 0 8px 22px rgba(0, 0, 0, .28);
  --elev-2: 0 22px 48px rgba(0, 0, 0, .42);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Inter", system-ui, sans-serif;
  --header-h: 92px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  /* Zoom global fluide : tout le site scale proportionnellement
     ~14px @ 1024, ~16px @ 1280, ~17px @ 1440+, capé à 17.5px */
  font-size: clamp(13.5px, calc(8px + 0.625vw), 17.5px);
}
@media (max-width: 640px) {
  html { font-size: 16px; }
}
body {
  margin: 0;
  min-width: 320px;
  font-family: var(--body);
  color: var(--text);
  background: var(--bg);
  background-image:
    radial-gradient(circle at 75% 18%, rgba(8, 217, 255, 0.10), transparent 36%),
    radial-gradient(circle at 18% 32%, rgba(200, 255, 19, 0.06), transparent 30%),
    linear-gradient(180deg, #04050a 0%, #07090c 60%, #050608 100%);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
}
main, header, footer { position: relative; z-index: 1; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

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

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus {
  position: fixed; left: 1rem; top: 1rem; z-index: 999;
  padding: .8rem 1rem; background: var(--lime); color: #050607;
}

/* Diagonal marks left edge */
.edge-marks {
  position: fixed;
  top: 22%;
  left: 6px;
  z-index: 1;
  display: grid;
  gap: 14px;
  pointer-events: none;
}
.edge-marks span {
  display: block;
  width: 22px;
  height: 14px;
  background: var(--lime);
  transform: skewX(-22deg);
  filter: drop-shadow(0 0 14px rgba(200, 255, 19, .4));
}
.edge-marks span:nth-child(2) { width: 30px; opacity: .65; }
.edge-marks span:nth-child(3) { width: 14px; opacity: .4; }
@media (max-width: 900px) { .edge-marks { display: none; } }

/* ─── Topbar ─── */
.topbar-wrap {
  position: sticky;
  top: 0;
  z-index: 60;
}
.topbar {
  background: rgba(0, 0, 0, .66);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  min-height: var(--header-h);
  padding-block: .55rem;
}
@media (max-width: 760px) {
  .topbar__inner { padding-block: .55rem; min-height: 72px; gap: .6rem; }
}

/* Brand */
.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  flex-shrink: 0;
}
.brand__logo {
  display: block;
  width: clamp(200px, 18vw, 270px);
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  filter: drop-shadow(0 0 22px rgba(200, 255, 19, .18));
}
@media (max-width: 760px) {
  .brand__logo { width: clamp(160px, 42vw, 210px); }
}
.brand__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .9em;
  min-height: 3.1em;
}
.brand__name {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 0;
  font-family: var(--display);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: .92;
  transform: skewX(-8deg);
}
.brand__lettrage,
.brand__prowrap {
  display: block;
  width: 4.3em;
  font-size: 1.55em;
  text-align: right;
  white-space: nowrap;
}
.brand__lettrage {
  color: #fff;
}
.brand__prowrap {
  color: var(--cyan);
  margin-top: .04em;
}
.brand__jp {
  display: block;
  color: var(--lime);
  font-family: var(--display);
  font-size: 4em;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.18em;
  line-height: .82;
  transform: skewX(-8deg);
  text-shadow: 0 0 .18em rgba(200, 255, 19, .28);
}
.brand__sub {
  font-family: var(--body);
  font-style: normal;
  color: #fff;
  margin-top: .52em;
  font-size: .48em;
  font-weight: 500;
  letter-spacing: .38em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.brand__quebec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55em;
  margin-top: .65em;
  color: #fff;
  font-family: var(--body);
  font-style: normal;
  font-size: .46em;
  font-weight: 600;
  letter-spacing: .45em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.brand__quebec span {
  display: block;
  flex-shrink: 0;
  width: 2.6em;
  height: 2px;
  background: var(--cyan);
  box-shadow: 0 0 .45em rgba(8, 217, 255, .45);
}

/* Nav */
.nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.9rem);
}
@media (min-width: 721px) {
  .nav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: var(--header-h);
    align-items: center;
    z-index: 1;
  }
}
.nav a {
  position: relative;
  padding: .35rem 0;
  color: #fff;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.nav a.is-active { color: var(--lime); }
.nav a.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: var(--lime);
  box-shadow: 0 0 12px rgba(200, 255, 19, .5);
}
.nav a:hover { color: var(--lime); }

.quote-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .72rem 1.05rem;
  color: var(--lime);
  border: 1px solid rgba(200, 255, 19, .55);
  border-radius: 999px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  background: rgba(255, 255, 255, .015);
  box-shadow: inset 0 0 24px rgba(200, 255, 19, .07);
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
  white-space: nowrap;
}
.quote-btn:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 0 28px rgba(200, 255, 19, .12), 0 10px 24px rgba(0, 0, 0, .25);
}
.quote-btn:focus-visible {
  outline: var(--ring);
  outline-offset: var(--ring-offset);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: .55rem;
  cursor: pointer;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; }

/* Mobile nav extras — hidden on desktop, revealed at ≤720px when nav is open */
.nav__top,
.nav__close,
.nav__bottom { display: none; }
.nav__links { display: contents; }

/* ─── Hero ─── */
.hero {
  position: relative;
  scroll-margin-top: var(--header-h);
  min-height: calc(100vh - var(--header-h));
  padding: clamp(.2rem, .7vh, .45rem) 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.page-service .hero {
  padding-bottom: clamp(1.5rem, 4vw, 3rem);
}
.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 73% 43%, rgba(8, 217, 255, .10), transparent 36%),
    radial-gradient(ellipse at 23% 68%, rgba(200, 255, 19, .08), transparent 34%),
    linear-gradient(90deg, rgba(2, 3, 5, .86) 0%, rgba(5, 7, 10, .48) 48%, rgba(2, 3, 5, .92) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .50) 76%, rgba(0, 0, 0, .92));
}
.hero::before {
  content: "";
  position: absolute;
  left: max(-5rem, -5vw);
  top: .45rem;
  width: clamp(5rem, 11vw, 9rem);
  height: clamp(20rem, 46vh, 34rem);
  pointer-events: none;
  opacity: .34;
  background:
    linear-gradient(118deg, transparent 0 31%, rgba(200, 255, 19, .90) 31.5% 34%, transparent 34.5% 63%, rgba(200, 255, 19, .55) 63.5% 66%, transparent 66.5%),
    linear-gradient(180deg, transparent 0 16%, rgba(200, 255, 19, .65) 16.5% 33%, transparent 33.5% 48%, rgba(200, 255, 19, .48) 48.5% 64%, transparent 64.5%);
  filter: drop-shadow(0 0 22px rgba(200, 255, 19, .20));
  transform: skewX(-12deg);
}

.hero__layout {
  position: relative;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(350px, .92fr);
  column-gap: clamp(1.2rem, 2.5vw, 2.2rem);
  align-items: center;
  overflow: visible;
}

.hero__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  justify-content: flex-start;
  min-height: clamp(29rem, calc(100vh - var(--header-h) - 6rem), 38rem);
  padding-top: clamp(.45rem, 1.2vh, .85rem);
}
.hero__copy > .cta {
  position: relative;
  z-index: 4;
  margin: .85rem 0 0 clamp(0rem, 5.6vw, 3.8rem);
  align-self: flex-start;
  box-shadow: 0 0 22px rgba(200, 255, 19, .12);
}

/* Eyebrow */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 .9rem clamp(0rem, 5.6vw, 3.8rem);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .32em;
  text-transform: uppercase;
}
.eyebrow__dash {
  display: inline-block;
  width: 42px;
  height: 2px;
  background: var(--lime);
  box-shadow: 0 0 10px rgba(200, 255, 19, .55);
}

/* Title */
.hero__title {
  position: relative;
  z-index: 3;
  margin: 0 0 0 clamp(0rem, 5.6vw, 3.8rem);
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(3.2rem, 5.6vw, 5rem);
  line-height: .88;
  letter-spacing: -.018em;
  color: #fff;
  text-shadow: 0 9px 24px rgba(0, 0, 0, .75);
}
.hero__title-accent { color: var(--lime); display: block; }
.hero__title-mark { color: var(--cyan); }

.hero__lead {
  position: relative;
  z-index: 3;
  max-width: 440px;
  margin: .65rem 0 0 clamp(0rem, 5.6vw, 3.8rem);
  color: #d2d8df;
  font-size: clamp(.82rem, .95vw, .92rem);
  line-height: 1.35;
}
.hero__lead strong { color: var(--lime); font-weight: 700; }

/* 3 hero feature points */
.hero-points {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  column-gap: clamp(.9rem, 1.8vw, 1.35rem);
  row-gap: .42rem;
  padding: 0;
  margin: .95rem 0 0 clamp(0rem, 5.6vw, 3.8rem);
  list-style: none;
  width: max-content;
  max-width: 100%;
}
.hero-points li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: .5rem;
  align-items: start;
  min-width: 0;
}
.hero-points li + li {
  border-left: 1px solid rgba(255, 255, 255, .14);
  padding-left: clamp(.7rem, 1.4vw, 1.1rem);
}
.hero-points__icon { grid-row: span 2; color: var(--lime); margin-top: 1px; width: 20px; height: 20px; }
.hero-points li:nth-child(2) .hero-points__icon { color: var(--cyan); }
.hero-points strong {
  font-family: var(--display);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #fff;
}
.hero-points small {
  display: block;
  margin-top: 1px;
  color: var(--muted);
  font-size: .58rem;
}

/* Big lime CTA */
.cta {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .72rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--display);
  font-weight: 800;
  font-size: .88rem;
  letter-spacing: .14em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur) var(--ease-out);
  align-self: flex-start;
}
.cta:focus-visible {
  outline: var(--ring);
  outline-offset: var(--ring-offset);
}
.cta--lime {
  color: #06080a;
  background: linear-gradient(180deg, #d6ff2b, #a4d000);
  box-shadow: 0 14px 32px rgba(200, 255, 19, .22), inset 0 1px 0 rgba(255, 255, 255, .35);
}
.cta--lime:hover { transform: translateY(-1px); box-shadow: 0 18px 40px rgba(200, 255, 19, .32); }
.cta--hero-outline {
  padding: .55rem 1rem;
  color: var(--lime);
  background: rgba(0, 0, 0, .22);
  border-color: rgba(200, 255, 19, .78);
  font-size: .74rem;
  letter-spacing: .14em;
  box-shadow: inset 0 0 16px rgba(200, 255, 19, .07), 0 0 20px rgba(200, 255, 19, .08);
  transition:
    transform var(--dur) var(--ease-out),
    background var(--dur) var(--ease-out),
    color var(--dur) var(--ease-out),
    border-color var(--dur) var(--ease-out),
    box-shadow var(--dur) var(--ease-out);
}
.cta--hero-outline .cta__chev {
  color: #050607;
  background: var(--lime);
}
.cta--hero-outline:hover {
  color: #050607;
  background: var(--lime);
}
.cta__chev {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .15);
  font-family: var(--body);
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
}
.cta--block { display: flex; justify-content: center; width: 100%; align-self: stretch; }

/* Truck — photo nette pleine largeur, le CTA se superpose dessus */
.hero__truck {
  position: absolute;
  z-index: 2;
  margin: 0;
  left: clamp(-1rem, 0vw, 0rem);
  bottom: clamp(-.6rem, -1.4vh, -.1rem);
  width: min(112%, 780px);
  aspect-ratio: 1448 / 598;
  max-height: clamp(300px, 46vh, 430px);
  pointer-events: none;
  border-radius: 0;
  overflow: visible;
}
.hero__truck img {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .75));
}

/* ─── Right glass panel ─── */
.hero-panel {
  position: relative;
  z-index: 5;
  padding: clamp(.95rem, 1.45vw, 1.25rem);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% -4%, rgba(200, 255, 19, .26), transparent 11%),
    radial-gradient(circle at 97% 50%, rgba(8, 217, 255, .22), transparent 28%),
    linear-gradient(140deg, rgba(255, 255, 255, .115), transparent 20%),
    linear-gradient(160deg, rgba(22, 26, 31, .90), rgba(7, 9, 12, .95));
  border: 1px solid rgba(255, 255, 255, .20);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, .62),
    0 0 36px rgba(8, 217, 255, .18),
    inset 0 0 0 1px rgba(255, 255, 255, .05);
  backdrop-filter: blur(16px);
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(.55rem, 1vh, .85rem);
  min-height: clamp(28.5rem, 64vh, 34rem);
}
.hero-panel::before,
.hero-panel::after {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  border-color: var(--cyan);
  border-style: solid;
  pointer-events: none;
  filter: drop-shadow(0 0 18px rgba(8, 217, 255, .55));
}
.hero-panel::before {
  top: -1px;
  left: -1px;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 26px 0 0 0;
}
.hero-panel::after {
  bottom: -1px;
  right: -1px;
  border-width: 0 1.5px 1.5px 0;
  border-radius: 0 0 26px 0;
}

.hero-panel__phone {
  display: flex;
  gap: .95rem;
  align-items: center;
  padding: .1rem 0 .75rem;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.hero-panel__phone-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1.5px solid var(--lime);
  color: var(--lime);
  box-shadow:
    inset 0 0 22px rgba(200, 255, 19, .18),
    0 0 32px rgba(200, 255, 19, .22);
  flex: none;
}
.hero-panel__phone-icon svg { width: 30px; height: 30px; }
.hero-panel__phone-label {
  margin: 0 0 .15rem;
  color: var(--lime);
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: .26em;
  font-size: .66rem;
  text-transform: uppercase;
}
.hero-panel__phone-num {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.3rem, 3.9vw, 3.25rem);
  letter-spacing: -.025em;
  line-height: .95;
}
.hero-panel__phone-num:hover,
.hero-panel__phone-num:focus-visible {
  color: var(--lime);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: .16em;
}
.hero-panel__phone-num:focus-visible {
  outline: var(--ring);
  outline-offset: 4px;
}

.panel-divider {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin: .55rem 0 .65rem;
  color: var(--cyan);
  font-family: var(--display);
  font-weight: 700;
  font-size: .66rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
}
.panel-divider span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}
.panel-divider--lime { color: var(--lime); }
.panel-divider--lime span {
  background: linear-gradient(90deg, transparent, var(--lime), transparent);
}

/* Mini service grid */
.services-mini {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
}
.services-mini__cell {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: .75rem;
  row-gap: 2px;
  padding: .72rem .8rem;
  text-align: left;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  background: linear-gradient(150deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .02)), rgba(8, 10, 14, .72);
  cursor: pointer;
  min-height: 64px;
  transition: border-color .15s, box-shadow .15s, transform .1s;
}
.services-mini__cell:hover {
  border-color: var(--cyan);
  box-shadow: 0 0 0 1px rgba(8, 217, 255, .25);
  transform: translateY(-1px);
}
.services-mini__cell svg { grid-row: span 2; color: var(--cyan); width: 25px; height: 25px; margin-top: 2px; }
.services-mini__cell--lime svg { color: var(--lime); }
.services-mini__cell--lime:hover {
  border-color: var(--lime);
  box-shadow: 0 0 0 1px rgba(200, 255, 19, .25);
}
.services-mini__cell strong {
  font-family: var(--display);
  font-weight: 700;
  font-size: .74rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.services-mini__cell small {
  display: block;
  margin-top: 1px;
  color: var(--muted);
  font-size: .54rem;
  line-height: 1.24;
}

/* Bottom badges row */
.badges {
  list-style: none;
  margin: .65rem 0 0;
  padding: .68rem .72rem;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .02)), rgba(9, 12, 16, .76);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.55fr) minmax(0, 1.1fr);
  gap: .42rem;
  align-items: center;
}
.badges li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: .42rem;
  min-width: 0;
}
.badges li > div { min-width: 0; }
.badges__ring {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid currentColor;
  flex: none;
}
.badges__ring svg { width: 15px; height: 15px; }
.badges__item--lime { color: var(--lime); }
.badges__item--lime .badges__ring {
  box-shadow:
    inset 0 0 12px rgba(200, 255, 19, .14),
    0 0 14px rgba(200, 255, 19, .14);
}
.badges__item--cyan { color: var(--cyan); }
.badges__item--cyan .badges__ring {
  box-shadow:
    inset 0 0 12px rgba(8, 217, 255, .14),
    0 0 14px rgba(8, 217, 255, .14);
}
.badges strong {
  display: block;
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.05;
  white-space: nowrap;
}
.badges span {
  display: block;
  color: var(--muted);
  font-size: .46rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.2;
  word-break: keep-all;
  text-wrap: balance;
}

/* ─── Benefits row inside hero ─── */
.benefits {
  position: relative;
  z-index: 6;
  margin-top: -.7rem;
  margin-bottom: 0;
  padding: .7rem clamp(.9rem, 1.8vw, 1.4rem);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(5, 7, 10, .86), rgba(3, 4, 6, .95));
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  display: grid;
  grid-template-columns: minmax(210px, .82fr) minmax(0, 3fr);
  gap: clamp(1rem, 2.3vw, 2rem);
  align-items: center;
}
.benefits__tagline {
  position: relative;
  display: grid;
  gap: .06rem;
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(.95rem, 1.25vw, 1.15rem);
  line-height: 1.05;
  padding-left: 1.15rem;
}
.benefits__bar {
  position: absolute;
  left: 0; top: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background: var(--lime);
  box-shadow: 0 0 12px rgba(200, 255, 19, .55);
}
.benefits__tagline .cyan { color: var(--cyan); }

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.benefits__cell {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: .65rem;
  padding: .1rem clamp(.7rem, 1.3vw, 1.1rem);
  border-left: 1px solid rgba(255, 255, 255, .18);
}
.benefits__cell svg { color: var(--cyan); width: 25px; height: 25px; filter: drop-shadow(0 0 8px rgba(8, 217, 255, .28)); }
.benefits__cell--lime svg { color: var(--lime); filter: drop-shadow(0 0 8px rgba(200, 255, 19, .30)); }
.benefits__cell strong {
  display: block;
  font-family: var(--display);
  font-weight: 700;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.1;
}
.benefits__cell small {
  display: block;
  margin-top: 1px;
  color: var(--muted);
  font-size: .56rem;
  line-height: 1.2;
}

/* ─── Sections ─── */
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.section--services { background: linear-gradient(180deg, transparent, rgba(255,255,255,.015) 30%, transparent); }
.section--showcase { background: rgba(255, 255, 255, .015); }
.section--about    { background: rgba(255, 255, 255, .03); }
.section--faq      { background: linear-gradient(180deg, transparent, rgba(8, 217, 255, .04) 100%); }
.section--contact  {
  background:
    radial-gradient(circle at 20% 0%, rgba(200, 255, 19, .10), transparent 30%),
    #07090b;
}

.section__head {
  max-width: 760px;
  margin: 0 auto 2.2rem;
  text-align: center;
}
.section__head .eyebrow { justify-content: center; }
.section h2 {
  margin: 0;
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: .98;
  letter-spacing: -.02em;
}
.section__head p:not(.eyebrow) { color: var(--muted); }

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.card {
  position: relative;
  min-height: 220px;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .015)),
    #0c1014;
  overflow: hidden;
}
.card::after {
  content: "";
  position: absolute;
  inset: auto -25% -45% 15%;
  height: 130px;
  background: radial-gradient(circle, rgba(8, 217, 255, .14), transparent 70%);
}
.card--hot { border-color: rgba(200, 255, 19, .32); }
.card__badge {
  display: inline-flex;
  margin-bottom: .9rem;
  padding: .3rem .65rem;
  color: #050607;
  background: var(--lime);
  border-radius: 999px;
  text-transform: uppercase;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .14em;
}
.card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 .55rem;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  text-transform: uppercase;
  line-height: 1;
}
.card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}
.card p:not(:last-of-type) { margin-bottom: .75rem; }
.card p:last-of-type { margin-bottom: 2.6rem; }
.card button {
  position: absolute;
  z-index: 2;
  left: 1.4rem;
  bottom: 1.2rem;
  padding: 0;
  color: var(--lime);
  background: transparent;
  border: 0;
  font-family: var(--display);
  font-weight: 700;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  cursor: pointer;
}

.showcase, .about, .contact {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.about > div:first-child > p,
.contact > div:first-child > p {
  max-width: 60ch;
  text-wrap: balance;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.gallery figure {
  margin: 0;
  min-height: 180px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(160deg, #181c21, #050607);
  overflow: hidden;
}
.gallery figure span {
  display: block;
  height: 130px;
  background:
    linear-gradient(115deg, transparent 14%, rgba(200, 255, 19, .65) 16% 20%, transparent 22%),
    linear-gradient(125deg, transparent 42%, rgba(8, 217, 255, .65) 44% 48%, transparent 50%);
}
.gallery figure:nth-child(2) { background: linear-gradient(160deg, #1a1d22, #050607); }
.gallery figcaption {
  padding: .75rem 1rem;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .9rem;
}

.about__list { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.about__list li {
  padding: .9rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
  font-size: .92rem;
}
.about__list strong { color: var(--lime); }

.faq-list { max-width: 880px; margin-inline: auto; display: grid; gap: .7rem; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.faq-list summary {
  padding: .9rem 1.1rem;
  cursor: pointer;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.faq-list p { margin: 0; padding: 0 1.1rem 1rem; color: var(--muted); font-size: .92rem; }

.contact-phone {
  display: inline-block;
  margin: .35rem 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  color: var(--lime);
  text-decoration: none;
}
.contact-email {
  display: inline-block;
  margin: .25rem 0 0;
  color: var(--cyan);
  text-decoration: none;
}
.contact-email:hover { text-decoration: underline; }
.contact-phone:hover,
.contact-phone:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: .14em;
}

.form {
  display: grid;
  gap: .9rem;
  padding: clamp(1rem, 2.5vw, 1.4rem);
  border: 1px solid rgba(8, 217, 255, .25);
  border-radius: 20px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.form label {
  display: grid;
  gap: .3rem;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.form input, .form select, .form textarea {
  width: 100%;
  min-height: 44px;
  padding: .75rem .9rem;
  color: #fff;
  background: rgba(0, 0, 0, .42);
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
}
.form textarea { resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(8, 217, 255, .14);
}
.form input:focus-visible,
.form select:focus-visible,
.form textarea:focus-visible {
  outline: var(--ring);
  outline-offset: 2px;
}
.form-status { margin: 0; color: var(--muted); font-size: .85rem; }

/* Inline icon prefix inside form fields */
.form-field {
  position: relative;
  display: block;
}
.form-field input {
  padding-left: 44px;
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 18px 18px;
}
.form-field--user input {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239ea7b1' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='8' r='4'/><path d='M4 21a8 8 0 0 1 16 0'/></svg>");
}
.form-field--phone input {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239ea7b1' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.91 19.91 0 0 1-8.63-3.07 19.6 19.6 0 0 1-6-6 19.91 19.91 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7a2 2 0 0 1 1.72 2.03z'/></svg>");
}
.form-field--mail input {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239ea7b1' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='4' width='20' height='16' rx='2'/><path d='M2 7l10 7 10-7'/></svg>");
}
.form-field input:focus {
  background-image: none;
  padding-left: .9rem;
}

/* ===========================================================
   SOUMISSION INTERACTIVE — 5-step wizard + Vue d'ensemble
   Mockup 4 motorsport (dark + lime + cyan, glass cards)
   =========================================================== */

/* Ensure HTML [hidden] is always honored, even on flex/grid items */
.page-soumission [hidden] { display: none !important; }

/* ── VIN tape strip at top ── */
.vin-tape {
  position: relative;
  z-index: 70;
  overflow: hidden;
  background: linear-gradient(180deg, #d6ff2b, #a4d000);
  border-bottom: 1px solid rgba(0, 0, 0, .22);
  height: 22px;
}

/* ── Back to top floating button ── */
.back-to-top {
  position: fixed;
  z-index: 80;
  right: clamp(.85rem, 2vw, 1.4rem);
  bottom: calc(env(safe-area-inset-bottom, 0px) + 1rem);
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .65rem .95rem;
  color: #050607;
  background: linear-gradient(180deg, #d6ff2b, #a4d000);
  border: 1px solid rgba(0, 0, 0, .22);
  border-radius: 999px;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, .45),
    0 0 0 1px rgba(255, 255, 255, .08) inset,
    0 0 24px rgba(200, 255, 19, .18);
  cursor: pointer;
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease, visibility 0s linear .2s;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease, visibility 0s linear 0s;
}
.back-to-top:hover {
  box-shadow:
    0 18px 38px rgba(0, 0, 0, .55),
    0 0 0 1px rgba(255, 255, 255, .14) inset,
    0 0 28px rgba(200, 255, 19, .32);
}
.back-to-top:active {
  transform: translateY(1px);
}
.back-to-top:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}
.back-to-top svg { flex: none; width: 18px; height: 18px; }
.back-to-top.is-shaking {
  animation: backToTopShake .82s cubic-bezier(.36, .07, .19, .97) both;
  transform-origin: center center;
}
@keyframes backToTopShake {
  10%, 90% { transform: translate3d(-1px, 0, 0); }
  20%, 80% { transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
  40%, 60% { transform: translate3d(4px, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .back-to-top.is-shaking { animation: none; }
}
@media (max-width: 720px) {
  .back-to-top {
    right: .55rem;
    bottom: max(.55rem, env(safe-area-inset-bottom, 0px));
    width: 48px;
    height: 48px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
  .back-to-top__label { display: none; }
  .back-to-top svg { width: 20px; height: 20px; }
}

.draft-toast {
  position: fixed;
  z-index: 90;
  left: 50%;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 1rem);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: .7rem;
  width: min(calc(100vw - 2rem), 520px);
  padding: .72rem .78rem .72rem .9rem;
  color: #eef4f7;
  border: 1px solid rgba(8, 217, 255, .45);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(200, 255, 19, .12), transparent 34%),
    linear-gradient(155deg, rgba(12, 16, 20, .92), rgba(5, 7, 10, .94));
  box-shadow:
    0 22px 60px rgba(0, 0, 0, .55),
    0 0 0 1px rgba(255, 255, 255, .06) inset;
  backdrop-filter: blur(16px);
  opacity: 0;
  transform: translate(-50%, 14px);
  transition: opacity .22s ease, transform .22s ease;
}
.draft-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.draft-toast__icon {
  color: var(--lime);
  font-family: var(--display);
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}
.draft-toast__msg {
  margin: 0;
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.25;
}
.draft-toast__msg em {
  display: inline-block;
  margin-left: .25rem;
  color: var(--muted);
  font-size: .76rem;
  font-style: italic;
  font-weight: 500;
}
.draft-toast__clear,
.draft-toast__close {
  border: 0;
  cursor: pointer;
  font: inherit;
}
.draft-toast__clear {
  padding: .42rem .62rem;
  color: #050607;
  border-radius: 999px;
  background: var(--lime);
  font-family: var(--display);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.draft-toast__clear:hover { filter: brightness(1.05); }
.draft-toast__close {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--muted);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  font-size: 1.1rem;
  line-height: 1;
}
.draft-toast__close:hover { background: rgba(255, 255, 255, .12); }
.draft-toast__clear:focus-visible,
.draft-toast__close:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}
@media (max-width: 720px) {
  .draft-toast {
    grid-template-columns: auto 1fr auto;
    right: .55rem;
    left: .55rem;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 4.25rem);
    width: auto;
    transform: translateY(14px);
  }
  .draft-toast.is-visible {
    transform: translateY(0);
  }
  .draft-toast__close {
    grid-column: 3;
    grid-row: 1;
  }
  .draft-toast__clear {
    grid-column: 2 / 4;
    justify-self: start;
  }
}
.vin-tape__track {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 3rem;
  white-space: nowrap;
  animation: vin-scroll 36s linear infinite;
}
.vin-tape__track span {
  color: #050607;
  font-family: "JetBrains Mono", "Courier New", ui-monospace, monospace;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
@keyframes vin-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .vin-tape__track { animation: none; }
}

/* ── Soumission body wrapper ── */
.page-soumission { background: var(--bg); }
.page-soumission .topbar-wrap { position: relative; top: auto; }

/* ── Hero soumission ── */
.soum {
  position: relative;
  padding: clamp(2.8rem, 5vw, 4rem) 0 clamp(2.4rem, 5vw, 4rem);
  overflow: hidden;
}
.soum__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 14% 18%, rgba(200, 255, 19, .14), transparent 32%),
    radial-gradient(ellipse at 88% 30%, rgba(8, 217, 255, .14), transparent 36%),
    radial-gradient(ellipse at 50% 100%, rgba(200, 255, 19, .08), transparent 60%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .25));
}
.soum__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(110deg, transparent 0 64px, rgba(255, 255, 255, .02) 64px 65px),
    repeating-linear-gradient(20deg, transparent 0 90px, rgba(8, 217, 255, .025) 90px 91px);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 86%);
}
.soum__container {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.2rem, 2.4vw, 1.8rem);
}
.soum__container > .quote-wizard__layout {
  margin-top: calc(-1 * clamp(.45rem, 1vw, .85rem));
}

.soum__head { display: grid; gap: .6rem; max-width: 880px; }
.soum__eyebrow {
  margin: 0;
  color: #fff;
  font-style: italic;
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.soum__title {
  margin: 0;
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: .92;
  letter-spacing: -.02em;
  color: #fff;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .55);
}
.soum__title-accent {
  color: var(--lime);
  text-shadow: 0 0 22px rgba(200, 255, 19, .25);
}
.soum__lead {
  margin: 0;
  max-width: 720px;
  color: #cdd4dc;
  font-size: clamp(.92rem, 1.05vw, 1.04rem);
  line-height: 1.45;
}
.soum__lead strong { color: var(--lime); font-weight: 700; }

/* ── Mode bar (progress + toggle) ── */
.soum__modebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(.85rem, 2vw, 1.6rem);
  padding: .75rem .85rem .75rem 1rem;
  border: 1px solid rgba(8, 217, 255, .22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(200, 255, 19, .10), transparent 38%),
    linear-gradient(160deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01)),
    rgba(7, 9, 12, .68);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .35);
}
.soum__progress {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .15rem .35rem;
  min-width: 0;
}
.soum__step {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: .35rem;
  padding: .42rem .65rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  color: var(--muted);
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: color .15s, border-color .15s, background .15s;
}
.soum__step-num {
  font-style: italic;
  font-weight: 900;
  font-size: .82rem;
  color: var(--cyan);
  letter-spacing: -.02em;
}
.soum__step-label {
  font-weight: 800;
  font-size: .76rem;
  letter-spacing: .12em;
}
.soum__step:hover { color: #fff; }
.soum__step:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}
.soum__step.is-current {
  color: #050607;
  background: var(--lime);
  border-color: var(--lime);
  box-shadow: 0 6px 18px rgba(200, 255, 19, .28);
}
.soum__step.is-current .soum__step-num { color: #050607; }
.soum__step.is-done { color: var(--lime); }
.soum__step.is-done .soum__step-num { color: var(--lime); }
.soum__step-sep {
  display: inline-block;
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(200, 255, 19, .55), rgba(8, 217, 255, .35));
  flex-shrink: 0;
}

.soum__mode {
  display: grid;
  gap: .25rem;
  justify-items: end;
  text-align: right;
  min-width: 0;
}
.soum__mode-toggle {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .55rem .85rem;
  border: 1px solid rgba(200, 255, 19, .55);
  border-radius: 999px;
  background: rgba(200, 255, 19, .06);
  color: var(--lime);
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .15s, background .15s, color .15s, box-shadow .15s;
  box-shadow: inset 0 0 18px rgba(200, 255, 19, .08);
}
.soum__mode-toggle:hover {
  transform: translateY(-1px);
  background: var(--lime);
  color: #050607;
  box-shadow: 0 14px 28px rgba(200, 255, 19, .26);
}
.soum__mode-toggle:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}
.soum__mode-toggle-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: inherit;
}
.soum__mode-toggle:hover .soum__mode-toggle-icon { color: #050607; }
.soum__mode-sub {
  margin: 0;
  color: var(--muted);
  font-size: .68rem;
  font-style: italic;
}

/* ── Quote wizard form ── */
.quote-wizard {
  display: contents;
}
.quote-wizard__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(1.2rem, 2.5vw, 1.8rem);
  align-items: flex-start;
}
.quote-wizard__main {
  min-width: 0;
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
}
@media (min-width: 1101px) {
  .estimate-panel.is-floating .estimate-panel__inner {
    position: fixed;
    top: var(--estimate-fixed-top, calc(var(--header-h, 80px) + 24px));
    width: var(--estimate-fixed-w, 360px);
    left: var(--estimate-fixed-left, auto);
    z-index: 28;
  }
}
.estimate-panel.is-out-of-bounds .estimate-panel__inner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s var(--ease-out, ease-out), visibility 0s linear .2s;
}

/* ── Step (one section per step) ── */
.step {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: clamp(1.1rem, 2.4vw, 1.6rem);
  border: 1px solid rgba(8, 217, 255, .22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 6% 0%, rgba(200, 255, 19, .065), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(8, 217, 255, .055), transparent 36%),
    linear-gradient(160deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .005)),
    rgba(7, 9, 12, .68);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .42);
  scroll-margin-top: calc(var(--header-h) + 24px);
}
.step::before,
.step::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-color: var(--cyan);
  border-style: solid;
  pointer-events: none;
  filter: drop-shadow(0 0 10px rgba(8, 217, 255, .45));
}
.step::before {
  top: -1px;
  left: -1px;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 22px 0 0 0;
}
.step::after {
  bottom: -1px;
  right: -1px;
  border-width: 0 1.5px 1.5px 0;
  border-radius: 0 0 22px 0;
}
.step[hidden] { display: none; }
.step.is-error { animation: step-shake .35s ease-out; }
@keyframes step-shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}
@media (prefers-reduced-motion: reduce) { .step.is-error { animation: none; } }

.step__head {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: .9rem 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.step__num {
  font-family: var(--display);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(2rem, 3.6vw, 2.6rem);
  line-height: 1;
  color: var(--lime);
  letter-spacing: -.04em;
  text-shadow: 0 0 18px rgba(200, 255, 19, .32);
}
.step__head-text { display: grid; gap: .25rem; }
.step__eyebrow {
  margin: 0;
  color: var(--cyan);
  font-family: var(--display);
  font-weight: 700;
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.step h2 {
  margin: 0;
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: .98;
  text-transform: uppercase;
  letter-spacing: -.01em;
  color: #fff;
}
.step h2:focus-visible {
  outline: var(--ring);
  outline-offset: 4px;
}
.step__title-accent { color: var(--lime); }
.step__hint {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 500;
}
.step__body {
  display: grid;
  gap: 1rem;
}
.step__empty {
  margin: 0;
  padding: .95rem 1.05rem;
  color: var(--muted);
  border: 1px dashed rgba(8, 217, 255, .28);
  border-radius: 14px;
  background: rgba(8, 217, 255, .04);
  font-size: .9rem;
}

/* ── Card grids (radio cards) ── */
.card-grid,
.checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}
.card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid--four  { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card-grid--five  { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.checklist--compact { grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr)); }
@media (max-width: 1180px) {
  .card-grid--five { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .card-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .card-grid,
  .card-grid--three,
  .card-grid--four,
  .card-grid--five,
  .checklist {
    grid-template-columns: 1fr;
  }
}

/* ── Cardpick (premium radio/checkbox) ── */
.cardpick {
  position: relative;
  display: block;
  cursor: pointer;
  transition: transform .12s;
}
.cardpick:hover { transform: translateY(-1px); }
.cardpick.is-hidden { display: none; }
.cardpick input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.cardpick__face {
  position: relative;
  display: grid;
  gap: .26rem;
  min-height: 110px;
  padding: 1.05rem 1.15rem 1.05rem 3.1rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .015)),
    rgba(0, 0, 0, .28);
  color: #fff;
  transition: border-color .15s, background .15s, color .15s, box-shadow .15s;
  overflow: hidden;
}
.cardpick__face::before,
.cardpick__face::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-color: rgba(8, 217, 255, .22);
  border-style: solid;
  pointer-events: none;
  transition: border-color .15s, opacity .15s;
}
.cardpick__face::before {
  top: 0; left: 0;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 14px 0 0 0;
  opacity: 0;
}
.cardpick__face::after {
  bottom: 0; right: 0;
  border-width: 0 1.5px 1.5px 0;
  border-radius: 0 0 14px 0;
  opacity: 0;
}
.cardpick__icon {
  position: absolute;
  top: .85rem;
  right: .9rem;
  display: grid;
  place-items: center;
  color: var(--cyan);
  opacity: .82;
  transition: color .15s, opacity .15s, transform .15s;
}
.cardpick__title {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: .98rem;
  letter-spacing: .04em;
  line-height: 1.1;
  text-transform: uppercase;
}
.cardpick__sub {
  display: block;
  color: var(--muted);
  font-family: var(--body);
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
}
.cardpick__check {
  position: absolute;
  left: 1rem;
  top: 1.15rem;
  width: 22px;
  height: 22px;
  border: 1.5px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: rgba(0, 0, 0, .35);
  transition: border-color .15s, background .15s, box-shadow .15s;
}
.cardpick__check::after {
  content: "";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 14px rgba(200, 255, 19, .65);
  transform: scale(0);
  transition: transform .15s;
}
.cardpick:hover .cardpick__face {
  border-color: rgba(8, 217, 255, .42);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .25);
}
.cardpick input:checked + .cardpick__face {
  color: var(--lime);
  border-color: rgba(200, 255, 19, .55);
  background:
    radial-gradient(circle at 0% 0%, rgba(200, 255, 19, .14), transparent 38%),
    rgba(200, 255, 19, .08);
  box-shadow:
    inset 0 0 0 1px rgba(200, 255, 19, .12),
    0 14px 32px rgba(0, 0, 0, .28);
}
.cardpick input:checked + .cardpick__face::before,
.cardpick input:checked + .cardpick__face::after {
  border-color: var(--lime);
  opacity: 1;
}
.cardpick input:checked + .cardpick__face .cardpick__sub { color: #dbe6c8; }
.cardpick input:checked + .cardpick__face .cardpick__check {
  border-color: var(--lime);
  background: rgba(200, 255, 19, .08);
  box-shadow: 0 0 0 3px rgba(200, 255, 19, .14);
}
.cardpick input:checked + .cardpick__face .cardpick__check::after { transform: scale(1); }
.cardpick input:checked + .cardpick__face .cardpick__icon { color: var(--lime); opacity: 1; }
.cardpick input:focus-visible + .cardpick__face {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}

/* Checkbox variant: square check */
.cardpick--check .cardpick__check {
  border-radius: 6px;
}
.cardpick--check .cardpick__check::after {
  width: 12px;
  height: 6px;
  border: 0;
  border-left: 2.5px solid #050607;
  border-bottom: 2.5px solid #050607;
  background: transparent;
  border-radius: 0;
  transform: rotate(-45deg) scale(0);
  margin-top: -2px;
  box-shadow: none;
}
.cardpick--check input:checked + .cardpick__face .cardpick__check {
  background: var(--lime);
  box-shadow: 0 0 0 3px rgba(200, 255, 19, .18), 0 0 12px rgba(200, 255, 19, .35);
}
.cardpick--check input:checked + .cardpick__face .cardpick__check::after { transform: rotate(-45deg) scale(1); }

/* Mini variant: smaller padding for sub-questions */
.cardpick--mini .cardpick__face {
  min-height: 86px;
  padding: .82rem .95rem .82rem 2.85rem;
}
.cardpick--mini .cardpick__title { font-size: .88rem; }
.cardpick--mini .cardpick__sub { font-size: .7rem; }
.cardpick--mini .cardpick__check {
  top: .92rem;
  width: 18px;
  height: 18px;
}
.cardpick--mini.cardpick--check .cardpick__check::after {
  width: 10px;
  height: 5px;
}

/* ── Service grid (step 2) — 5×2 with motorsport feel ── */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}
.service-card {
  position: relative;
  display: block;
  cursor: pointer;
  transition: transform .12s;
}
.service-card:hover { transform: translateY(-1px); }
.service-card.is-hidden { display: none; }
.service-card input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.service-card__face {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  column-gap: .85rem;
  row-gap: 0;
  min-height: 84px;
  padding: .9rem 3rem .9rem 1rem;
  border: 1px solid rgba(8, 217, 255, .22);
  border-radius: 14px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .015)),
    rgba(0, 0, 0, .28);
  color: #fff;
  transition: border-color .15s, background .15s, color .15s, box-shadow .15s;
  overflow: hidden;
}
.service-card__face::before,
.service-card__face::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-color: var(--cyan);
  border-style: solid;
  pointer-events: none;
  opacity: 0;
  transition: opacity .15s, border-color .15s;
}
.service-card__face::before {
  top: 0; left: 0;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 14px 0 0 0;
}
.service-card__face::after {
  bottom: 0; right: 0;
  border-width: 0 1.5px 1.5px 0;
  border-radius: 0 0 14px 0;
}
.service-card__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: var(--cyan);
  border: 1px solid rgba(8, 217, 255, .28);
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 25%, rgba(8, 217, 255, .14), transparent 60%),
    rgba(0, 0, 0, .32);
  transition: color .15s, border-color .15s, background .15s;
}
.service-card__icon svg { width: 32px; height: 32px; }
.service-card__title {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--display);
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: .04em;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: .2rem;
}
.service-card__sub {
  grid-column: 2;
  grid-row: 2;
  color: var(--muted);
  font-family: var(--body);
  font-size: .72rem;
  font-weight: 500;
  line-height: 1.3;
}
.service-card__check {
  position: absolute;
  right: .95rem;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1.5px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: rgba(0, 0, 0, .35);
  transition: border-color .15s, background .15s, box-shadow .15s;
}
.service-card__check::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 14px rgba(200, 255, 19, .65);
  transform: scale(0);
  transition: transform .15s;
}
.service-card:hover .service-card__face {
  border-color: rgba(8, 217, 255, .55);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .28);
}
.service-card:hover .service-card__icon { color: var(--lime); border-color: rgba(200, 255, 19, .35); }
.service-card input:checked + .service-card__face {
  color: var(--lime);
  border-color: rgba(200, 255, 19, .55);
  background:
    radial-gradient(circle at 0% 0%, rgba(200, 255, 19, .15), transparent 36%),
    rgba(200, 255, 19, .075);
  box-shadow:
    inset 0 0 0 1px rgba(200, 255, 19, .12),
    0 16px 36px rgba(0, 0, 0, .32);
}
.service-card input:checked + .service-card__face::before,
.service-card input:checked + .service-card__face::after {
  opacity: 1;
  border-color: var(--lime);
}
.service-card input:checked + .service-card__face .service-card__sub { color: #dbe6c8; }
.service-card input:checked + .service-card__face .service-card__icon {
  color: var(--lime);
  border-color: rgba(200, 255, 19, .55);
  background:
    radial-gradient(circle at 30% 25%, rgba(200, 255, 19, .18), transparent 60%),
    rgba(0, 0, 0, .32);
}
.service-card input:checked + .service-card__face .service-card__check {
  border-color: var(--lime);
  background: rgba(200, 255, 19, .08);
  box-shadow: 0 0 0 3px rgba(200, 255, 19, .14);
}
.service-card input:checked + .service-card__face .service-card__check::after { transform: scale(1); }
.service-card input:focus-visible + .service-card__face {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}

/* ── Quote block (fieldset for grouped questions) ── */
.quote-block {
  display: grid;
  gap: .75rem;
  padding: 1rem 1.05rem;
  margin: 0;
  border: 1px solid rgba(8, 217, 255, .16);
  border-radius: 16px;
  background:
    radial-gradient(circle at 6% 0%, rgba(200, 255, 19, .045), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .005)),
    rgba(0, 0, 0, .18);
}
.quote-block.is-hidden { display: none; }
.quote-block legend {
  padding: 0 .4rem 0 0;
  color: #fff;
  font-family: var(--display);
  font-style: italic;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.quote-block__tag {
  display: inline-block;
  margin-left: .55rem;
  padding: .12rem .5rem;
  border: 1px solid rgba(8, 217, 255, .35);
  border-radius: 999px;
  color: var(--cyan);
  font-family: var(--body);
  font-style: normal;
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  vertical-align: middle;
}
.quote-block__hint {
  margin: -.25rem 0 .1rem;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.quote-block--inline {
  border-color: rgba(255, 255, 255, .08);
}

/* ── Quote fields (text inputs, selects) ── */
.quote-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}
.quote-fields--inline {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
}
.quote-fields--triple {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr));
}
.quote-field {
  display: grid;
  gap: .35rem;
  color: #fff;
  font-family: var(--display);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.quote-field--full { grid-column: 1 / -1; }
.quote-field input,
.quote-field select,
.quote-field textarea {
  width: 100%;
  min-height: 46px;
  padding: .75rem .9rem;
  color: #fff;
  background: rgba(0, 0, 0, .42);
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
  font-family: var(--body);
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.quote-field textarea { resize: vertical; min-height: 90px; }
.quote-field input:focus,
.quote-field select:focus,
.quote-field textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(8, 217, 255, .16);
}
.quote-field input:focus-visible,
.quote-field select:focus-visible,
.quote-field textarea:focus-visible {
  outline: var(--ring);
  outline-offset: 2px;
}
.quote-field input:user-invalid,
.quote-field textarea:user-invalid {
  border-color: #ff6b6b;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, .18);
}
.quote-field input::placeholder,
.quote-field textarea::placeholder { color: rgba(255, 255, 255, .35); }
.quote-field input[type="file"] {
  padding: .55rem;
  cursor: pointer;
}
.quote-field input[type="file"]::file-selector-button {
  margin-right: .8rem;
  padding: .45rem .8rem;
  border: 1px solid rgba(200, 255, 19, .55);
  border-radius: 8px;
  background: rgba(200, 255, 19, .08);
  color: var(--lime);
  font-family: var(--display);
  font-weight: 800;
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

/* ── Compatibility notice (additionalRequests flow) ── */
.compat-notice {
  display: grid;
  gap: .7rem;
  padding: 1rem 1.1rem;
  margin-top: .9rem;
  border: 1px solid rgba(8, 217, 255, .35);
  border-radius: 16px;
  background:
    radial-gradient(circle at 8% 0%, rgba(8, 217, 255, .14), transparent 36%),
    linear-gradient(160deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01)),
    rgba(0, 0, 0, .35);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25);
}
.compat-notice.is-hidden { display: none; }
.compat-notice__eyebrow {
  width: fit-content;
  padding: .25rem .55rem;
  margin: 0;
  border: 1px solid rgba(200, 255, 19, .35);
  border-radius: 999px;
  color: var(--lime);
  font-family: var(--display);
  font-style: italic;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.compat-notice h3 {
  margin: 0;
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  line-height: 1;
  text-transform: uppercase;
}
.compat-notice p { margin: 0; color: #fff; font-size: .92rem; }
.compat-notice__helper { color: var(--muted); }
.compat-notice__saved {
  padding: .65rem .8rem;
  border: 1px solid rgba(200, 255, 19, .25);
  border-radius: 10px;
  color: var(--lime);
  background: rgba(200, 255, 19, .07);
  font-weight: 800;
}
.compat-notice__saved.is-hidden { display: none; }
.compat-notice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

/* ── Ghost button (back / dismiss) ── */
.ghost-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .65rem 1rem;
  background: rgba(8, 217, 255, .04);
  border: 1px solid rgba(8, 217, 255, .42);
  border-radius: 999px;
  color: var(--cyan);
  font-family: var(--display);
  font-weight: 800;
  font-size: .76rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .12s, background .15s, color .15s, box-shadow .15s;
}
.ghost-btn:hover {
  transform: translateY(-1px);
  background: var(--cyan);
  color: #050607;
  box-shadow: 0 12px 24px rgba(8, 217, 255, .26);
}
.ghost-btn:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}
.ghost-btn--lime {
  background: rgba(200, 255, 19, .06);
  border-color: rgba(200, 255, 19, .55);
  color: var(--lime);
}
.ghost-btn--lime:hover {
  background: var(--lime);
  color: #050607;
  box-shadow: 0 12px 24px rgba(200, 255, 19, .26);
}

/* ── Quote summary (live preview before submit) ── */
.quote-summary {
  display: grid;
  gap: .35rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(200, 255, 19, .25);
  border-radius: 14px;
  background:
    radial-gradient(circle at 0% 0%, rgba(200, 255, 19, .06), transparent 40%),
    rgba(200, 255, 19, .035);
}
.quote-summary:empty { display: none; }
.quote-summary p { margin: 0; color: #cdd4dc; font-size: .88rem; line-height: 1.45; }
.quote-summary strong { color: var(--lime); font-family: var(--display); letter-spacing: .04em; text-transform: uppercase; font-size: .72rem; margin-right: .3rem; }

/* ── Wizard navigation footer ── */
.wizard-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .65rem 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(200, 255, 19, .35);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(200, 255, 19, .12), transparent 40%),
    rgba(7, 9, 12, .62);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .3);
}
.wizard-nav .ghost-btn { margin-right: auto; }
.wizard-nav__hint {
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.wizard-nav__hint strong {
  color: var(--lime);
  font-style: normal;
  font-size: 1.1rem;
  margin-right: .15rem;
}
.wizard-nav .cta { padding: .85rem 1.25rem; font-size: .85rem; letter-spacing: .14em; }
.wizard-nav .ghost-btn { padding: .85rem 1.1rem; font-size: .76rem; }

.form-status {
  margin: .25rem 0 0;
  color: var(--lime);
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .04em;
  text-align: left;
}

/* ── Estimate panel (sticky, right column) ── */
.estimate-panel {
  position: sticky;
  top: calc(var(--header-h) + 24px);
  align-self: flex-start;
  display: block;
  transition: opacity .25s, visibility 0s linear .25s;
}
.estimate-panel[data-visible="false"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.estimate-panel[data-visible="true"] {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s linear 0s;
}
.estimate-panel__inner {
  position: relative;
  display: grid;
  gap: .85rem;
  --estimate-scroll-y: 0px;
  padding: 1.1rem 1.15rem 1.15rem;
  border: 1px solid rgba(200, 255, 19, .42);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% -8%, rgba(200, 255, 19, .22), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(8, 217, 255, .15), transparent 38%),
    linear-gradient(160deg, rgba(20, 24, 28, .94), rgba(7, 9, 12, .96));
  box-shadow:
    0 22px 46px rgba(0, 0, 0, .42),
    0 0 0 1px rgba(255, 255, 255, .04);
  transform: translate3d(0, var(--estimate-scroll-y), 0);
  will-change: transform;
  transition:
    border-color var(--dur) var(--ease-out),
    box-shadow var(--dur) var(--ease-out);
}
.estimate-panel__inner.is-scroll-pinned {
  border-color: rgba(200, 255, 19, .6);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, .5),
    0 0 0 1px rgba(200, 255, 19, .08);
}
.estimate-panel__inner::before,
.estimate-panel__inner::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: var(--lime);
  border-style: solid;
  pointer-events: none;
  filter: drop-shadow(0 0 14px rgba(200, 255, 19, .35));
}
.estimate-panel__inner::before {
  top: -1px; left: -1px;
  border-width: 1.8px 0 0 1.8px;
  border-radius: 22px 0 0 0;
}
.estimate-panel__inner::after {
  bottom: -1px; right: -1px;
  border-width: 0 1.8px 1.8px 0;
  border-radius: 0 0 22px 0;
}
.estimate-panel__eyebrow {
  margin: 0;
  color: var(--lime);
  font-family: var(--display);
  font-weight: 700;
  font-size: .68rem;
  letter-spacing: .26em;
  text-transform: uppercase;
}
.estimate-panel__eyebrow em { font-style: italic; font-weight: 800; }

.estimate-panel__hero {
  display: grid;
  gap: .25rem;
}
.estimate-panel__value {
  display: block;
  color: var(--lime);
  font-family: var(--display);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  line-height: 1;
  letter-spacing: -.01em;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(200, 255, 19, .25);
}
.estimate-panel__value:not(.is-ready) { color: var(--muted); }
.estimate-panel__note {
  display: block;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.35;
  font-style: italic;
}

.estimate-panel__bar {
  display: grid;
  gap: .35rem;
  margin: .25rem 0 0;
}
.estimate-panel__bar.is-hidden { display: none; }
.estimate-panel__bar-track {
  position: relative;
  height: 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .15), rgba(200, 255, 19, .55));
  border-radius: 999px;
  overflow: visible;
}
.estimate-panel__bar-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--lime);
  border: 2px solid #050607;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 3px rgba(200, 255, 19, .18), 0 0 12px rgba(200, 255, 19, .55);
}
.estimate-panel__bar-labels {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-family: var(--display);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.estimate-panel__breakdown {
  display: grid;
  gap: .45rem;
  padding-top: .55rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
}
.estimate-panel__breakdown.is-hidden { display: none; }
.estimate-panel__breakdown p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .75rem;
  margin: 0;
  color: var(--muted);
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.estimate-panel__breakdown p strong {
  color: #fff;
  font-family: var(--body);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.estimate-panel__total {
  margin-top: .15rem !important;
  padding-top: .55rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
}
.estimate-panel__total span { color: #fff !important; }
.estimate-panel__total strong {
  color: var(--cyan) !important;
  font-family: var(--display) !important;
  font-style: italic;
  font-weight: 900 !important;
  font-size: 1.35rem !important;
  letter-spacing: -.01em !important;
  text-transform: uppercase !important;
}

.estimate-panel__hourly {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: .65rem;
  padding: .7rem .9rem;
  border: 1.5px dashed rgba(8, 217, 255, .55);
  border-radius: 12px;
  background: rgba(8, 217, 255, .06);
  color: var(--cyan);
}
.estimate-panel__hourly.is-hidden { display: none; }
.estimate-panel__hourly-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--cyan);
  color: var(--cyan);
}
.estimate-panel__hourly-text { display: grid; gap: .15rem; }
.estimate-panel__hourly-text strong {
  font-family: var(--display);
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cyan);
}
.estimate-panel__hourly-text span {
  color: #cdd4dc;
  font-size: .72rem;
  line-height: 1.3;
}

.estimate-panel__cta {
  margin-top: .25rem;
  align-self: stretch;
  justify-content: center;
  padding: 1rem 1.25rem;
  font-size: .9rem;
  letter-spacing: .14em;
}

.estimate-panel__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  margin: 0;
  color: var(--muted);
  font-size: .68rem;
  font-style: italic;
  line-height: 1.3;
  text-align: center;
}
.estimate-panel__lock { color: var(--lime); font-style: normal; }
.estimate-panel__save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  justify-self: center;
  min-height: 26px;
  padding: .32rem .62rem;
  color: rgba(205, 212, 220, .82);
  border: 1px solid rgba(200, 255, 19, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  font-size: .66rem;
  font-style: italic;
  line-height: 1;
}
.estimate-panel__save::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 12px rgba(200, 255, 19, .55);
}
.estimate-panel__save.is-pulsing::before {
  animation: savePulse .72s ease-out both;
}
@keyframes savePulse {
  0% { transform: scale(.7); opacity: .45; }
  45% { transform: scale(1.55); opacity: 1; }
  100% { transform: scale(1); opacity: .9; }
}

/* ── Soum legal note under form ── */
.soum__legal {
  margin: .25rem 0 0;
  color: var(--muted);
  font-size: .76rem;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
}

/* ── Wizard mode: hide non-current step ── */
.quote-wizard[data-mode="wizard"] .step:not(.is-current) { display: none !important; }
.quote-wizard[data-mode="wizard"] .step.is-current { display: grid !important; }

/* ── Overview mode: show all steps stacked ── */
.quote-wizard[data-mode="overview"] .step { display: grid !important; }
.quote-wizard[data-mode="overview"] .step[hidden] { display: grid !important; }
.quote-wizard[data-mode="overview"] #wizard-nav { display: none; }
.quote-wizard[data-mode="overview"] .step__num::after {
  content: "";
}
.quote-wizard[data-mode="overview"] .quote-wizard__main { gap: 1.1rem; }

/* ── Mobile collapse ── */
@media (max-width: 1100px) {
  .quote-wizard__layout {
    grid-template-columns: 1fr;
  }
  .estimate-panel {
    position: sticky;
    top: 22px;
    z-index: 30;
    order: -1;
  }
  .estimate-panel[data-visible="false"] {
    display: none;
  }
  .estimate-panel__inner {
    padding: .85rem 1rem;
    border-radius: 16px;
    gap: .55rem;
  }
  .estimate-panel__cta { padding: .85rem 1.15rem; font-size: .82rem; }
  .estimate-panel__legal { display: none; }
}

@media (max-width: 720px) {
  .vin-tape { height: 18px; }
  .vin-tape__track span { font-size: .54rem; letter-spacing: .12em; }
  .page-soumission .topbar-wrap { position: relative; top: auto; }
  .soum { padding: 1.1rem 0 1.6rem; }
  .soum__title { font-size: clamp(2rem, 9vw, 2.8rem); }
  .soum__lead { font-size: .85rem; }

  .soum__modebar {
    grid-template-columns: 1fr;
    gap: .65rem;
    padding: .65rem .8rem;
    border-radius: 14px;
  }
  .soum__progress {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: .15rem;
    padding-bottom: .25rem;
    margin-bottom: -.25rem;
  }
  .soum__step {
    padding: .35rem .55rem;
    flex-shrink: 0;
  }
  .soum__step-num { font-size: .7rem; }
  .soum__step-label { font-size: .62rem; letter-spacing: .08em; }
  .soum__step-sep { width: 14px; flex-shrink: 0; }
  .soum__mode {
    justify-items: flex-start;
    text-align: left;
  }
  .soum__mode-toggle {
    padding: .5rem .75rem;
    font-size: .68rem;
    width: 100%;
    justify-content: center;
  }
  .soum__mode-sub { font-size: .62rem; text-align: center; width: 100%; }

  .step {
    padding: 1rem;
    gap: .85rem;
    border-radius: 18px;
  }
  .step__head {
    grid-template-columns: 1fr;
    gap: .35rem .65rem;
    padding-bottom: .65rem;
  }
  .step__num { font-size: 1.65rem; }
  .step h2 { font-size: 1.45rem; }
  .step__hint { font-size: .82rem; }

  .quote-block {
    padding: .85rem .9rem;
    border-radius: 14px;
  }
  .quote-block legend { font-size: .92rem; }
  .quote-block__hint { font-size: .76rem; }

  .service-grid {
    grid-template-columns: 1fr;
    gap: .55rem;
  }
  .service-card__face {
    grid-template-columns: 48px 1fr;
    column-gap: .7rem;
    min-height: 76px;
    padding: .75rem 2.6rem .75rem .85rem;
  }
  .service-card__icon { width: 48px; height: 48px; }
  .service-card__icon svg { width: 26px; height: 26px; }
  .service-card__title { font-size: .9rem; }
  .service-card__sub { font-size: .68rem; }
  .service-card__check { right: .8rem; width: 20px; height: 20px; }

  .cardpick__face {
    min-height: 90px;
    padding: .8rem .95rem .8rem 2.85rem;
  }
  .cardpick--mini .cardpick__face {
    min-height: 80px;
    padding: .75rem .85rem .75rem 2.75rem;
  }

  .quote-fields {
    grid-template-columns: 1fr;
    gap: .65rem;
  }
  .quote-field input,
  .quote-field select,
  .quote-field textarea {
    font-size: 16px; /* prevent iOS zoom */
  }

  .wizard-nav {
    flex-wrap: wrap;
    gap: .55rem;
    padding: .85rem;
    border-radius: 14px;
  }
  .wizard-nav__hint {
    width: 100%;
    order: -1;
    font-size: .72rem;
  }
  .wizard-nav .cta,
  .wizard-nav .ghost-btn { padding: .8rem .9rem; font-size: .76rem; flex: 1 1 auto; justify-content: center; }
  .wizard-nav .ghost-btn { margin-right: 0; }

  /* Overview mode mobile: collapse sections */
  .quote-wizard[data-mode="overview"] .step__head {
    cursor: pointer;
    user-select: none;
    padding-bottom: .4rem;
    border-bottom: 0;
  }
  .quote-wizard[data-mode="overview"] .step__head::after {
    content: "+";
    grid-column: -2 / -1;
    margin-left: auto;
    color: var(--lime);
    font-family: var(--display);
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1;
    transition: transform .15s;
  }
  .quote-wizard[data-mode="overview"] .step.is-collapsed .step__body { display: none; }
  .quote-wizard[data-mode="overview"] .step:not(.is-collapsed) .step__head::after { content: "−"; }
}

.sticky-actions {
  position: fixed;
  z-index: 70;
  left: 50%;
  bottom: max(.55rem, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  display: none;
  align-items: center;
  gap: .4rem;
  padding: .35rem;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 999px;
  background: rgba(6, 7, 9, .88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .55), 0 0 0 1px rgba(255, 255, 255, .04);
  max-width: calc(100% - 16px);
}
.sticky-actions__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  padding: .55rem .8rem;
  min-height: 42px;
  color: var(--lime);
  background: transparent;
  border: 1px solid rgba(200, 255, 19, .42);
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: .68rem;
  letter-spacing: .08em;
  white-space: nowrap;
  transition: transform .12s ease, background .15s ease, color .15s ease;
}
.sticky-actions__item svg { flex: none; }
.sticky-actions__item:active { transform: scale(.97); }
.sticky-actions__item:focus-visible {
  outline: var(--ring);
  outline-offset: 2px;
}
.sticky-actions__item--primary {
  color: #050607;
  background: linear-gradient(180deg, #d6ff2b, #a4d000);
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(200, 255, 19, .28);
  padding-inline: .95rem;
}
@media (max-width: 720px) {
  .sticky-actions { display: inline-flex; }
}

.footer {
  padding: 1.8rem 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: #03050a;
  font-size: .88rem;
}
.footer__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.footer a { color: #fff; }

/* ─── Responsive ─── */
/*
   Stratégie : le scale global est géré par html { font-size: clamp(...) }.
   On garde uniquement 2 breakpoints structurels :
   - 1024px : on passe le hero (et autres grilles 2-col) en 1 colonne
   - 640px  : ajustements t\u00e9l\u00e9phone (hamburger, sticky actions, etc.)
*/

/* Tablette compacte seulement: ne touche pas mobile ni >898.32px */
@media (min-width: 721px) and (max-width: 898.32px) {
  .quote-btn {
    display: inline-flex;
    padding: .48rem .62rem;
    font-size: .56rem;
    letter-spacing: .1em;
    gap: .35rem;
  }
  .quote-btn svg {
    width: 15px;
    height: 15px;
  }
  .nav { gap: clamp(.7rem, 1.5vw, 1rem); }
  .hero {
    padding: .9rem 0 0;
    min-height: auto;
  }
  .hero__layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .86fr);
    column-gap: .75rem;
    align-items: start;
    padding-bottom: .25rem;
  }
  .hero__copy {
    min-height: clamp(24rem, 58vw, 27rem);
    padding-top: .6rem;
  }
  .eyebrow,
  .hero__title,
  .hero__lead,
  .hero-points,
  .hero__copy > .cta {
    margin-left: clamp(0rem, 2.4vw, 1.2rem);
  }
  .eyebrow {
    margin-bottom: .45rem;
    font-size: .52rem;
    letter-spacing: .24em;
  }
  .eyebrow__dash { width: 34px; }
  .hero__title {
    font-size: clamp(2.35rem, 5vw, 3rem);
    line-height: .88;
  }
  .hero__lead {
    max-width: 345px;
    margin-top: .45rem;
    font-size: .68rem;
    line-height: 1.32;
  }
  .hero-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 360px);
    max-width: 360px;
    column-gap: clamp(.18rem, .55vw, .34rem);
    row-gap: .34rem;
    margin-top: .6rem;
  }
  .hero-points li { column-gap: .35rem; }
  .hero-points__icon {
    width: 14px;
    height: 14px;
  }
  .hero-points strong { font-size: .54rem; }
  .hero-points small { font-size: .42rem; }
  .hero__copy > .cta {
    margin-top: .7rem;
  }
  .cta--hero-outline {
    padding: .42rem .72rem;
    font-size: .56rem;
    letter-spacing: .12em;
  }
  .cta__chev {
    width: 16px;
    height: 16px;
  }
  .hero__truck {
    position: absolute;
    left: clamp(.3rem, 2vw, 1rem);
    bottom: clamp(-1.4rem, -2.2vh, -.6rem);
    width: min(98%, 520px);
    height: auto;
    max-height: clamp(160px, 23vw, 215px);
  }
  .hero-panel {
    width: 100%;
    min-height: auto;
    padding: .68rem;
    border-radius: 20px;
  }
  .hero-panel__phone {
    gap: .5rem;
    padding-bottom: .45rem;
  }
  .hero-panel__phone-icon {
    width: 42px;
    height: 42px;
  }
  .hero-panel__phone-icon svg {
    width: 21px;
    height: 21px;
  }
  .hero-panel__phone-label {
    font-size: .44rem;
    letter-spacing: .2em;
  }
  .hero-panel__phone-num {
    font-size: clamp(1.42rem, 3.15vw, 1.9rem);
  }
  .panel-divider {
    margin: .38rem 0 .4rem;
    font-size: .44rem;
    letter-spacing: .2em;
  }
  .services-mini {
    gap: .42rem;
  }
  .services-mini__cell {
    grid-template-columns: 21px 1fr;
    column-gap: .4rem;
    padding: .45rem .45rem;
    min-height: 48px;
    border-radius: 10px;
  }
  .services-mini__cell svg {
    width: 18px;
    height: 18px;
  }
  .services-mini__cell strong {
    font-size: .48rem;
  }
  .services-mini__cell small {
    font-size: .36rem;
  }
  .badges {
    margin-top: .48rem;
    padding: .52rem .5rem;
    gap: .3rem;
  }
  .badges__ring {
    width: 24px;
    height: 24px;
  }
  .badges__ring svg {
    width: 13px;
    height: 13px;
  }
  .badges strong { font-size: .52rem; }
  .badges span { font-size: .38rem; }
  .benefits {
    grid-template-columns: minmax(170px, .75fr) minmax(0, 3fr);
    gap: .7rem;
    margin-top: -.15rem;
    border-radius: 0;
  }
  .benefits__tagline {
    font-size: .75rem;
  }
  .benefits__cell {
    gap: .45rem;
    padding-inline: .55rem;
  }
  .benefits__cell svg {
    width: 20px;
    height: 20px;
  }
  .benefits__cell strong { font-size: .56rem; }
  .benefits__cell small { font-size: .44rem; }
  .showcase, .about, .contact { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 721px) and (max-width: 780px) {
  .hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(250px, .72fr);
    column-gap: .45rem;
  }
  .hero__copy {
    min-height: clamp(21.5rem, 58vw, 24rem);
  }
  .eyebrow,
  .hero__title,
  .hero__lead,
  .hero-points,
  .hero__copy > .cta {
    margin-left: .35rem;
  }
  .eyebrow {
    font-size: .44rem;
    letter-spacing: .19em;
    margin-bottom: .35rem;
  }
  .eyebrow__dash { width: 26px; }
  .hero__title {
    max-width: 285px;
    font-size: clamp(1.8rem, 4.1vw, 2.2rem);
  }
  .hero__lead {
    max-width: 270px;
    font-size: .56rem;
  }
  .hero-points {
    width: min(100%, 305px);
    max-width: 305px;
    column-gap: clamp(.08rem, .3vw, .18rem);
    row-gap: .28rem;
  }
  .hero-points__icon {
    width: 12px;
    height: 12px;
  }
  .hero-points strong { font-size: .41rem; }
  .hero-points small { font-size: .34rem; }
  .cta--hero-outline {
    padding: .34rem .55rem;
    font-size: .46rem;
  }
  .hero__truck {
    width: min(96%, 420px);
    max-height: clamp(140px, 21vw, 185px);
    bottom: clamp(-1.4rem, -2.2vh, -.6rem);
  }
  .hero-panel {
    padding: .52rem;
    border-radius: 18px;
  }
  .hero-panel__phone-icon {
    width: 38px;
    height: 38px;
  }
  .hero-panel__phone-icon svg {
    width: 19px;
    height: 19px;
  }
  .hero-panel__phone-label { font-size: .38rem; }
  .hero-panel__phone-num { font-size: clamp(1.22rem, 3vw, 1.55rem); }
  .panel-divider {
    font-size: .38rem;
    margin: .32rem 0 .34rem;
  }
  .services-mini {
    gap: .34rem;
  }
  .services-mini__cell {
    grid-template-columns: 18px 1fr;
    column-gap: .32rem;
    padding: .36rem .36rem;
    min-height: 43px;
  }
  .services-mini__cell svg {
    width: 16px;
    height: 16px;
  }
  .services-mini__cell strong { font-size: .41rem; }
  .services-mini__cell small { font-size: .31rem; }
  .badges {
    padding: .42rem .4rem;
  }
  .badges__ring {
    width: 20px;
    height: 20px;
  }
  .badges__ring svg {
    width: 11px;
    height: 11px;
  }
  .badges strong { font-size: .43rem; }
  .badges span { font-size: .32rem; }
  .benefits {
    grid-template-columns: minmax(150px, .7fr) minmax(0, 3fr);
    padding-block: .55rem;
  }
  .benefits__tagline { font-size: .62rem; }
  .benefits__cell {
    gap: .35rem;
    padding-inline: .4rem;
  }
  .benefits__cell svg {
    width: 17px;
    height: 17px;
  }
  .benefits__cell strong { font-size: .46rem; }
  .benefits__cell small { font-size: .35rem; }
}

@media (min-width: 900px) {
  .hero__layout {
    transform: translateY(clamp(-.85rem, -1.4vh, -.35rem));
  }
  .hero__copy {
    transform: translateY(clamp(.35rem, .8vh, .65rem));
  }
}

@media (min-width: 998px) and (max-width: 1190px) {
  .hero__truck {
    left: clamp(6rem, 28vw, 15rem);
    right: auto;
    bottom: clamp(-1.4rem, -2vh, -.4rem);
    width: min(90%, clamp(500px, 65vw, 620px));
    max-height: clamp(175px, 24vh, 230px);
  }
}

@media (min-width: 1191px) {
  .container {
    width: min(1480px, calc(100% - 24px));
  }
  .hero__layout {
    grid-template-columns: minmax(0, 1.7fr) minmax(330px, .78fr);
    column-gap: clamp(1rem, 2vw, 1.8rem);
  }
  .eyebrow,
  .hero__title,
  .hero__lead,
  .hero-points,
  .hero__copy > .cta {
    margin-left: 0;
  }
  .hero-panel {
    padding: clamp(.7rem, 1.1vw, .95rem);
    gap: clamp(.4rem, .75vh, .65rem);
    min-height: clamp(26rem, 58vh, 31rem);
    border-radius: 20px;
  }
  .hero-panel::before { border-radius: 22px 0 0 0; }
  .hero-panel::after { border-radius: 0 0 22px 0; }
  .hero__truck {
    left: clamp(6rem, 24vw, 16rem);
    right: auto;
    bottom: clamp(-1.4rem, -2vh, -.4rem);
    width: min(90%, clamp(600px, 56vw, 760px));
    max-height: clamp(200px, 28vh, 280px);
  }
}

/* ───────────────────────────────────────────────────────────
   MOBILE REDESIGN (≤720px) — matches mobile mockup exactly
   Touches mobile breakpoints only; desktop and tablet untouched.
   ─────────────────────────────────────────────────────────── */
@media (max-width: 720px) {
  /* Container gutter */
  .container { width: min(100% - 28px, 1280px); }

  /* Topbar */
  .topbar__inner { gap: .5rem; min-height: 64px; }
  .nav-toggle { display: flex; order: -1; padding: .5rem; border-color: rgba(255,255,255,.12); }
  .nav-toggle:active { background: rgba(255,255,255,.05); }
  .quote-btn { display: none; }
  .brand { margin-inline: auto; }
  .brand__logo { width: clamp(150px, 38vw, 190px); }

  /* ─── HERO ─── */
  .hero {
    padding: 1rem 0 1.4rem;
    min-height: auto;
    overflow: visible;
  }
  .hero::before { display: none; }
  .hero__bg {
    background:
      radial-gradient(ellipse at 50% 0%, rgba(8, 217, 255, .14), transparent 45%),
      radial-gradient(ellipse at 50% 80%, rgba(200, 255, 19, .08), transparent 55%),
      linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .55));
  }

  /* Flatten hero grid into a single ordered flex column */
  .hero__layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-bottom: 0;
    transform: none;
  }
  .hero__copy { display: contents; }
  .hero__copy > .cta { box-shadow: none; }
  .hero-panel { display: contents; }
  .hero-panel::before,
  .hero-panel::after { display: none; }

  /* Reset margins on stacked children */
  .hero .eyebrow,
  .hero__title,
  .hero__lead,
  .hero__copy > .cta { margin-left: 0; }

  /* Order children to match mockup screen 1 then screen 2 */
  .hero .eyebrow         { order: 1; margin-bottom: .75rem; }
  .hero__title           { order: 2; }
  .hero__lead            { order: 3; }
  .hero-points           { order: 4; display: none; } /* hidden on mobile per mockup */
  .hero__copy > .cta     { order: 5; }
  .hero-panel__phone     { order: 6; }
  .hero__truck           { order: 7; }
  .panel-divider         { order: 8; }
  .services-mini         { order: 9; }
  .badges                { order: 10; }

  /* Eyebrow */
  .hero .eyebrow {
    font-size: .6rem;
    letter-spacing: .26em;
  }
  .eyebrow__dash { width: 32px; }

  /* Title */
  .hero__title {
    font-size: clamp(2.4rem, 10vw, 3.4rem);
    line-height: .92;
    letter-spacing: -.02em;
    margin: 0 0 .65rem;
    text-shadow: 0 6px 18px rgba(0, 0, 0, .65);
  }
  .hero__title-accent { display: block; }

  /* Lead text */
  .hero__lead {
    max-width: 100%;
    margin: 0 0 1.1rem;
    font-size: .9rem;
    line-height: 1.45;
    color: #cdd4dc;
  }

  /* Outline CTA "Découvrir nos services" */
  .hero__copy > .cta {
    align-self: flex-start;
    margin: 0 0 1.2rem;
    padding: .8rem 1.4rem;
    font-size: .8rem;
    letter-spacing: .14em;
    box-shadow: 0 0 24px rgba(200, 255, 19, .12), inset 0 0 18px rgba(200, 255, 19, .05);
  }
  .cta--hero-outline .cta__chev { width: 20px; height: 20px; }

  /* ─── PHONE CARD (mockup screen 1) ─── */
  .hero-panel__phone {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0 0 1.1rem;
    padding: .9rem 1.1rem;
    border: 1px solid rgba(200, 255, 19, .35);
    border-radius: 18px;
    background:
      radial-gradient(circle at 14% 50%, rgba(200, 255, 19, .14), transparent 55%),
      linear-gradient(160deg, rgba(20, 24, 28, .92), rgba(8, 10, 14, .96));
    box-shadow: 0 14px 30px rgba(0, 0, 0, .48), 0 0 0 1px rgba(200, 255, 19, .06);
  }
  .hero-panel__phone-icon {
    width: 56px;
    height: 56px;
    border: 1.5px solid var(--lime);
    background: radial-gradient(circle, rgba(200, 255, 19, .22), rgba(200, 255, 19, .04) 70%);
    box-shadow:
      inset 0 0 16px rgba(200, 255, 19, .25),
      0 0 22px rgba(200, 255, 19, .22);
  }
  .hero-panel__phone-icon svg { width: 26px; height: 26px; }
  .hero-panel__phone-label {
    margin: 0 0 .2rem;
    font-size: .58rem;
    letter-spacing: .26em;
  }
  .hero-panel__phone-num {
    font-size: clamp(1.7rem, 7.6vw, 2.1rem);
    line-height: 1;
    letter-spacing: -.01em;
  }

  /* ─── TRUCK ─── */
  .hero__truck {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: clamp(9rem, 44vw, 15rem);
    max-height: none;
    margin: .2rem 0 1.5rem;
    overflow: visible;
  }
  .hero__truck img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
    object-position: center center;
    filter: drop-shadow(0 16px 26px rgba(0, 0, 0, .7));
  }

  /* ─── SERVICES MINI EYEBROW (mockup screen 2 header style) ─── */
  .panel-divider {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    margin: 0 0 .9rem;
    padding: 0;
    color: #fff;
    font-family: var(--display);
    font-size: .62rem;
    letter-spacing: .26em;
    justify-content: flex-start;
    text-transform: uppercase;
  }
  .panel-divider span:first-child {
    flex: none;
    width: 32px;
    height: 2px;
    background: var(--lime);
    box-shadow: 0 0 10px rgba(200, 255, 19, .55);
  }
  .panel-divider span:last-child { display: none; }

  /* ─── SERVICES MINI 2×3 GRID ─── */
  .services-mini {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
    margin: 0 0 1.1rem;
  }
  .services-mini__cell {
    grid-template-columns: 26px 1fr;
    column-gap: .65rem;
    padding: .85rem .8rem;
    min-height: 80px;
    border-radius: 14px;
    background:
      linear-gradient(160deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .015)),
      rgba(8, 10, 14, .85);
    border-color: rgba(255, 255, 255, .10);
  }
  .services-mini__cell svg { width: 22px; height: 22px; margin-top: 1px; }
  .services-mini__cell strong {
    font-size: .7rem;
    letter-spacing: .04em;
    line-height: 1.05;
  }
  .services-mini__cell small {
    font-size: .56rem;
    line-height: 1.28;
    margin-top: 3px;
  }

  /* ─── TRUST STRIP (BADGES) ─── */
  .badges {
    grid-template-columns: 1fr;
    margin: 0 0 1rem;
    padding: .75rem .9rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .08);
  }
  .badges li {
    grid-template-columns: auto auto;
    justify-content: center;
    gap: .5rem;
  }
  .badges li > div {
    display: flex;
    align-items: baseline;
    gap: .35rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .badges__ring { width: 24px; height: 24px; }
  .badges__ring svg { width: 13px; height: 13px; }
  .badges strong { font-size: .6rem; letter-spacing: .05em; }
  .badges span { font-size: .5rem; letter-spacing: .04em; line-height: 1.15; }

  /* ─── BENEFITS 2×2 ─── */
  .benefits {
    grid-template-columns: 1fr;
    gap: .85rem;
    margin: .35rem 0 0;
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .025);
  }
  .benefits__tagline {
    font-size: 1rem;
    line-height: 1.15;
    padding-left: .9rem;
  }
  .benefits__tagline span { display: block; }
  .benefits__bar { width: 3px; }
  .benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
  }
  .benefits__cell {
    padding: .65rem .55rem;
    border-left: 0;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 10px;
    background: rgba(255, 255, 255, .025);
    align-items: flex-start;
  }
  .benefits__cell svg { width: 22px; height: 22px; }
  .benefits__cell strong { font-size: .62rem; letter-spacing: .04em; }
  .benefits__cell small { font-size: .48rem; line-height: 1.25; }

  /* ─── SECTIONS ─── */
  .section { padding: 2.8rem 0; }
  .section__head { margin: 0 0 1.5rem; text-align: left; }
  .section__head .eyebrow { justify-content: flex-start; }
  .section__head .eyebrow__dash { width: 32px; }
  .section h2 {
    font-size: clamp(1.7rem, 7.2vw, 2.5rem);
    line-height: .98;
  }
  .section__head p:not(.eyebrow) { font-size: .9rem; }

  /* ─── DETAILED SERVICE CARDS (#services .cards) ─── */
  .cards {
    grid-template-columns: 1fr;
    gap: .7rem;
  }
  .card {
    min-height: auto;
    padding: 1.15rem 1.1rem 1.1rem;
    border-radius: 16px;
  }
  .card h3 {
    font-size: 1.35rem;
    margin-bottom: .4rem;
    line-height: 1;
  }
  .card p {
    margin-bottom: .9rem;
    font-size: .85rem;
    line-height: 1.4;
  }
  .card button {
    position: static;
    left: auto;
    bottom: auto;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    font-size: .82rem;
    letter-spacing: .12em;
    min-height: 32px;
  }

  /* ─── SHOWCASE / ABOUT / CONTACT ─── */
  .showcase, .about, .contact {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: .65rem;
  }
  .gallery figure {
    min-height: 130px;
    border-radius: 14px;
  }
  .gallery figure span { height: 90px; }
  .gallery figcaption {
    padding: .55rem .8rem;
    font-size: .78rem;
  }
  .about__list li { padding: .85rem 1rem; font-size: .88rem; }

  /* ─── FAQ accordion with chevron ─── */
  .faq-list { gap: .6rem; }
  .faq-list summary {
    padding: 1rem 1.1rem;
    font-size: .9rem;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
  }
  .faq-list summary::-webkit-details-marker { display: none; }
  .faq-list summary { list-style: none; }
  .faq-list summary::after {
    content: "+";
    flex: none;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    color: var(--lime);
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1;
    border: 1px solid rgba(200, 255, 19, .35);
    border-radius: 50%;
    transition: transform .2s ease;
  }
  .faq-list details[open] summary::after {
    content: "−";
    transform: rotate(180deg);
  }
  .faq-list p { font-size: .88rem; padding: 0 1.1rem 1rem; }

  /* ─── CONTACT phone & email with icons ─── */
  .contact-phone {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin: .6rem 0 .35rem;
    font-size: clamp(2rem, 9vw, 2.6rem);
  }
  .contact-phone::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c8ff13' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.91 19.91 0 0 1-8.63-3.07 19.6 19.6 0 0 1-6-6 19.91 19.91 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7a2 2 0 0 1 1.72 2.03z'/></svg>") center/contain no-repeat;
  }
  .contact-email {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin: 0 0 .9rem;
    color: var(--cyan);
    text-decoration: none;
    font-family: var(--display);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .04em;
  }
  .contact-email::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2308d9ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='4' width='20' height='16' rx='2'/><path d='M2 7l10 7 10-7'/></svg>") center/contain no-repeat;
  }

  /* ─── FORM ─── */
  .form {
    padding: 1.1rem;
    border-radius: 18px;
    gap: .85rem;
    border-color: rgba(8, 217, 255, .28);
  }
  .form label { font-size: .68rem; gap: .35rem; }
  .form input, .form select, .form textarea {
    min-height: 48px;
    padding: .8rem .95rem;
    font-size: 16px; /* prevent iOS zoom */
    border-radius: 12px;
  }
  .form-field input { padding-left: 44px; }
  .form-field input:focus { padding-left: 44px; background-image: var(--bg-icon, none); }
  .form button[type="submit"] {
    padding: 1.05rem 1.2rem;
    font-size: .95rem;
    margin-top: .35rem;
    min-height: 56px;
  }

  /* ─── FOOTER (room for sticky bar) ─── */
  .footer {
    padding: 1.5rem 0 calc(5.2rem + env(safe-area-inset-bottom));
    font-size: .8rem;
  }
  .footer__grid { gap: .55rem; flex-direction: column; }

  /* ─── FULL-SCREEN MOBILE MENU ─── */
  .nav {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    padding: max(1.1rem, env(safe-area-inset-top)) 1.4rem max(1.4rem, env(safe-area-inset-bottom));
    border: none;
    border-radius: 0;
    background: rgba(5, 6, 8, .96);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    overflow-y: auto;
  }
  .nav.is-open { display: flex; }
  .nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .9rem;
    padding-bottom: .35rem;
  }
  .nav__brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: none;
  }
  .nav__logo {
    width: clamp(130px, 36vw, 170px);
    height: auto;
    filter: drop-shadow(0 0 18px rgba(200, 255, 19, .18));
  }
  .nav__close {
    display: grid;
    place-items: center;
    flex: none;
    width: 48px;
    height: 48px;
    color: var(--lime);
    border: 1px solid rgba(200, 255, 19, .4);
    border-radius: 50%;
    background: rgba(200, 255, 19, .04);
    cursor: pointer;
    transition: background .15s ease, transform .15s ease;
  }
  .nav__close:active { background: rgba(200, 255, 19, .14); transform: scale(.95); }
  .nav__links {
    display: flex;
    flex-direction: column;
    margin-top: .25rem;
    align-items: stretch;
  }
  .nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.05rem .25rem;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    font-family: var(--display);
    font-size: 1.45rem;
    font-weight: 800;
    font-style: italic;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    min-height: 56px;
  }
  .nav a::after {
    content: "›";
    color: var(--lime);
    font-size: 1.6em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    transition: transform .15s ease;
  }
  .nav a:active::after { transform: translateX(4px); }
  .nav a.is-active { color: var(--lime); }
  .nav a.is-active::after {
    content: "›";
    display: inline;
    position: static;
    transform: none;
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    color: var(--lime);
  }
  .nav__bottom {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    align-items: center;
    margin-top: auto;
    padding-top: 1.6rem;
    text-align: center;
  }
  .nav__bottom .cta {
    width: 100%;
    align-self: stretch;
    justify-content: center;
    font-size: .92rem;
    padding: .95rem 1.2rem;
    min-height: 54px;
  }
  .nav__phone {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #fff;
    text-decoration: none;
    font-family: var(--display);
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: .04em;
  }
  .nav__phone svg { color: var(--lime); }

  /* Body scroll lock when menu is open (set by JS) */
  body.is-menu-open { overflow: hidden; }
  body.is-menu-open .sticky-actions { display: none; }
}

/* Narrower phones (≤640px) — minor refinements */
@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1280px); }
  .hero__title { font-size: clamp(2.3rem, 11vw, 3.2rem); }
  .hero__lead { font-size: .88rem; }
  .hero-panel__phone { padding: .8rem .95rem; gap: .85rem; }
  .hero-panel__phone-icon { width: 50px; height: 50px; }
  .hero-panel__phone-icon svg { width: 22px; height: 22px; }
  .hero-panel__phone-num { font-size: clamp(1.55rem, 8vw, 2rem); }
  .services-mini__cell {
    padding: .75rem .7rem;
    min-height: 74px;
  }
  .services-mini__cell strong { font-size: .65rem; }
  .services-mini__cell small { font-size: .52rem; }
}

/* Very narrow (≤380px) — iPhone SE territory */
@media (max-width: 380px) {
  .services-mini__cell {
    grid-template-columns: 22px 1fr;
    column-gap: .5rem;
    padding: .65rem .6rem;
    min-height: 68px;
  }
  .services-mini__cell svg { width: 18px; height: 18px; }
  .services-mini__cell strong { font-size: .58rem; }
  .services-mini__cell small { font-size: .46rem; }
  .badges { padding: .6rem .7rem; }
  .badges li > div { gap: .25rem; }
  .badges strong { font-size: .54rem; }
  .badges span { font-size: .44rem; }
  .sticky-actions__item { padding: .5rem .65rem; font-size: .62rem; gap: .3rem; }
  .sticky-actions__item--primary { padding-inline: .8rem; }
}

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
  .cta,
  .quote-btn,
  .cardpick__face,
  .service-card__face,
  .estimate-panel,
  .draft-toast,
  .back-to-top,
  .sticky-actions__item {
    transition-duration: .01ms !important;
    transform: none !important;
  }
}
