:root {
  --bg: #080808;
  --panel: #121212;
  --line: #2b2b2b;
  --text: #f2f2f2;
  --muted: #b2b2b2;
  --accent: #dfff51;
  --hot: #ff6b4d;
  --maxw: 1640px;
  --radius: 18px;
  --mobile-browser-offset: 0px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  background: var(--bg);
}

body {
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at 20% 0%, #1a1a1a, transparent 28%),
    radial-gradient(circle at 100% 0%, #1d2406, transparent 26%), var(--bg);
  color: var(--text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

body.lock-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: 0.18;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 0.65px, transparent 0.65px);
  background-size: 2.8px 2.8px;
}

main,
.site-header,
.site-footer {
  position: relative;
  z-index: 2;
}

.site-footer,
.devis-page {
  width: min(94%, var(--maxw));
  margin: 0 auto;
}

.site-header {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 10px clamp(14px, 3vw, 34px);
  position: sticky;
  top: 0;
  z-index: 24;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.9), rgba(8, 8, 8, 0.68));
  backdrop-filter: blur(10px);
}

.site-header.glass {
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.9), rgba(8, 8, 8, 0.68));
}

.brand {
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.1em;
  font-size: 2rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.nav-toggle {
  display: none;
  border: 1px solid #373737;
  background: #111111;
  color: #f2f2f2;
  border-radius: 10px;
  width: 42px;
  height: 42px;
  padding: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle-bars {
  width: 18px;
  height: 2px;
  background: currentColor;
  position: relative;
  display: inline-block;
}

.nav-toggle-bars::before,
.nav-toggle-bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.nav-toggle-bars::before {
  top: -6px;
}

.nav-toggle-bars::after {
  top: 6px;
}

.site-nav a {
  color: #d1d1d1;
  font-weight: 700;
  font-size: 0.92rem;
}

.site-nav a:hover {
  color: var(--text);
}

.pill {
  border: 1px solid #373737;
  border-radius: 999px;
  padding: 10px 14px;
  background: #121212;
}

@media (min-width: 761px) {
  .site-nav {
    gap: 12px;
  }

  .site-nav a {
    font-size: 0.82rem;
  }

  .site-nav .pill {
    padding: 9px 12px;
  }
}

.label {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.72rem;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-main {
  background: var(--accent);
  color: #101010;
  box-shadow: 0 10px 28px rgba(223, 255, 81, 0.24);
}

.btn-ghost {
  border: 1px solid #3b3b3b;
  background: #121212;
}

/* Home V4 */
.home-v4 {
  width: 100%;
}

.hero-v4 {
  width: 100%;
  margin: 8px auto 0;
  position: relative;
  border: 1px solid #2f2f2f;
  border-left: none;
  border-right: none;
  border-radius: 0;
  overflow: hidden;
  min-height: calc(100vh - 18px);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.2) contrast(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 7, 7, 0.92) 10%, rgba(7, 7, 7, 0.58) 56%, rgba(7, 7, 7, 0.3) 100%);
}

.hero-shell {
  position: relative;
  z-index: 2;
  width: min(95.5%, 1820px);
  margin: 0 auto;
  min-height: calc(100vh - 18px);
  padding: clamp(96px, 13vh, 170px) 0 clamp(62px, 9vh, 116px);
  display: flex;
  align-items: end;
}

.hero-copy {
  max-width: min(980px, 68vw);
}

.hero-copy h1 {
  margin-top: 10px;
  font-family: "Bebas Neue", Impact, sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  max-width: 1080px;
}

.hero-copy .hero-kicker {
  display: block;
  margin-bottom: 12px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(0.9rem, 1.1vw, 1.22rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1.2;
}

.hero-copy .hero-main {
  display: block;
  font-size: clamp(3.2rem, 8vw, 9.2rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text);
}

.hero-lead {
  margin-top: 18px;
  max-width: 760px;
  color: #d0d0d0;
  font-size: clamp(1.02rem, 1.15vw, 1.26rem);
  line-height: 1.68;
}

.hero-cta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.press-strip,
.market-focus,
.quick-estimate,
.sublimation-sell,
.lookbook-v4,
.process-v4,
.creator-v4,
.faq-v4,
.final-cta,
.proof-kpis {
  width: min(94%, var(--maxw));
  margin: 0 auto;
}

.market-focus {
  margin-top: 18px;
  border: 1px solid #3b3f2a;
  border-radius: 16px;
  background: linear-gradient(145deg, #121212, #1a2108);
  padding: 16px 18px;
}

.market-focus p {
  margin-top: 10px;
  color: #d4d4d4;
  line-height: 1.62;
  max-width: 980px;
}

.market-links {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.market-card {
  border: 1px solid #404a22;
  border-radius: 12px;
  padding: 12px;
  background: #121212;
  transition: transform 180ms ease, border-color 180ms ease;
}

.market-card:hover {
  transform: translateY(-2px);
  border-color: #607328;
}

.market-card h3 {
  font-size: 1.15rem;
}

.market-card p {
  margin-top: 6px;
  color: #c8c8c8;
  font-size: 0.92rem;
  line-height: 1.5;
}

.evidence-ticker {
  width: 100%;
  margin-top: 14px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0e0e0e;
  overflow: hidden;
}

.evidence-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  animation: ticker-scroll 60s linear infinite;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.evidence-track span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #dddddd;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.evidence-track span::before {
  content: "•";
  color: var(--accent);
  margin-right: 2px;
}

.proof-kpis {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.proof-kpis article {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #101010;
  padding: 12px;
}

.kpi {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2rem;
  line-height: 0.95;
}

.kpi-label {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.press-strip {
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #101010;
  padding: 14px;
}

.press-row {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.press-pill {
  min-height: 84px;
  border: 1px solid #323232;
  border-radius: 10px;
  background: linear-gradient(160deg, #171717, #0f0f0f);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 160ms ease, border-color 160ms ease;
}

.press-pill:hover {
  transform: translateY(-2px);
  border-color: #5a5a5a;
}

.press-logo {
  max-width: 150px;
  max-height: 44px;
  object-fit: contain;
  opacity: 0.98;
}

.press-logo-invert {
  filter: invert(1) brightness(1.15) contrast(1.05);
}

.quick-estimate {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(150deg, #1a210b, #101010);
  padding: 18px;
}

.quick-estimate-intro {
  margin-top: 10px;
  color: #d2d2d2;
  line-height: 1.55;
}

.quick-estimate-control {
  margin-top: 12px;
  border: 1px solid #3f4726;
  border-radius: 12px;
  background: #111111;
  padding: 14px;
}

.quick-estimate-control-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.quick-estimate-control-head label {
  font-weight: 700;
  color: #dfdfdf;
}

.quick-estimate-control-head p {
  font-weight: 700;
  font-size: 1.04rem;
}

#estimate-qty-value {
  color: var(--accent);
}

.quick-estimate-control input[type="range"] {
  width: 100%;
  margin: 12px 0 0;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  border-radius: 999px;
  background: #2b2b2b;
  border: 1px solid #3b3b3b;
}

.quick-estimate-control input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid #161616;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(223, 255, 81, 0.24);
}

.quick-estimate-control input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid #161616;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(223, 255, 81, 0.24);
}

.quick-estimate-scale {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.84rem;
}

.quick-estimate-values {
  margin-top: 12px;
  border: 1px solid #383838;
  border-radius: 12px;
  background: #101010;
  padding: 14px;
  display: grid;
  gap: 8px;
}

.quick-estimate-values p {
  color: #d6d6d6;
  line-height: 1.5;
}

.quick-estimate-values strong {
  color: #f2f2f2;
}

#estimate-unit-price {
  color: var(--accent);
}

#devis-unit-price {
  color: var(--accent);
}

.quick-estimate-unit-status {
  margin-top: -2px;
  color: var(--muted);
  font-size: 0.92rem;
}

.quick-estimate-unit-status.is-active {
  color: var(--accent);
  font-weight: 700;
}

.quick-estimate-disclaimer {
  margin-top: 12px;
  color: #c8c8c8;
  line-height: 1.5;
  font-size: 0.92rem;
}

.quick-estimate .btn {
  margin-top: 12px;
}

.offer-focus {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10px;
}

.offer-main,
.offer-side {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #111111;
}

.offer-main {
  border-color: #556722;
  background: linear-gradient(150deg, #1b220e, #101010);
}

.offer-side {
  border-color: #444444;
  background: linear-gradient(150deg, #171717, #0f0f0f);
}

.offer-focus h3 {
  margin-top: 10px;
  font-size: 1.45rem;
}

.offer-focus ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #d0d0d0;
  line-height: 1.62;
}

.sublimation-sell {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #121212, #1c220b);
  padding: 18px;
}

.sub-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sub-grid article {
  border: 1px solid #3b3f2b;
  border-radius: 12px;
  background: #101010;
  padding: 14px;
}

.sub-grid h3 {
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
  line-height: 0.95;
}

.sub-grid p {
  margin-top: 8px;
  color: #d1d1d1;
  line-height: 1.52;
}

.lookbook-v4 {
  margin-top: 28px;
}

.section-head h2 {
  margin-top: 6px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2.8rem;
  line-height: 0.95;
}

.mosaic {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.mosaic-story {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mosaic-item {
  margin: 0;
  border-radius: 12px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: #0d0d0d;
}

.mosaic-item.is-landscape {
  grid-column: span 2;
  aspect-ratio: 16 / 10;
}

.mosaic-item.is-square {
  aspect-ratio: 1 / 1;
}

.mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  cursor: zoom-in;
}

.mosaic-item img:hover {
  transform: scale(1.02);
}

.lookbook-lightbox {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px;
  background: rgba(4, 4, 4, 0.9);
}

.lookbook-lightbox.is-open {
  display: flex;
}

.lightbox-frame {
  margin: 0;
  max-width: min(1120px, calc(100vw - 120px));
}

.lightbox-frame img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 14px;
  border: 1px solid #363636;
  background: #0a0a0a;
}

.lightbox-frame figcaption {
  margin-top: 8px;
  color: #d6d6d6;
  font-size: 0.92rem;
}

.lightbox-btn {
  border: 1px solid #3e3e3e;
  background: #111111;
  color: #f3f3f3;
  border-radius: 999px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  cursor: pointer;
}

.lightbox-btn:hover {
  border-color: #5e5e5e;
}

.lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.reviews-v4 {
  width: 100%;
  margin-top: 24px;
}

.reviews-v4 .section-head,
.reviews-v4 .reviews-meta {
  width: min(94%, var(--maxw));
  margin-left: auto;
  margin-right: auto;
}

.reviews-meta {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

.reviews-marquee {
  margin-top: 10px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 130px;
  display: flex;
  align-items: center;
}

.reviews-track {
  width: max-content;
  display: flex;
  gap: 14px;
  padding: 13px 0;
  animation: review-scroll 80s linear infinite;
  transition: opacity 180ms ease;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.reviews-track.is-loading {
  opacity: 0;
}

.reviews-track:empty::before {
  content: "Avis en cours de chargement...";
  color: #9c9c9c;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.reviews-marquee:hover .reviews-track {
  animation-play-state: paused;
}

.review-real {
  min-width: 380px;
  max-width: 380px;
  border: 1px solid #323232;
  border-radius: 12px;
  background: #101010;
  padding: 10px;
  display: grid;
  grid-template-columns: 98px 1fr;
  gap: 10px;
  align-items: center;
}

.review-real img {
  width: 98px;
  height: 98px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #3a3a3a;
}

.review-real .stars {
  color: var(--accent);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.review-real .quote {
  margin-top: 4px;
  color: #dddddd;
  font-size: 0.9rem;
  line-height: 1.44;
}

.review-real .author {
  margin-top: 6px;
  color: #a0a0a0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.reviews-v4 .btn {
  display: block;
  margin-top: 14px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.process-v4 {
  margin-top: 28px;
  border: 1px solid #3a3f2b;
  border-radius: var(--radius);
  background: linear-gradient(160deg, #181818, #101010 52%, #20280d);
  padding: 24px;
}

.process-v4 h2 {
  margin-top: 8px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.2rem, 4.1vw, 3.3rem);
  line-height: 0.95;
  max-width: 900px;
}

.process-intro {
  margin-top: 10px;
  color: #cfcfcf;
  max-width: 760px;
  line-height: 1.6;
  font-size: 1.02rem;
}

.steps {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.steps article {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  background: rgba(11, 11, 11, 0.9);
  min-height: 172px;
  display: flex;
  flex-direction: column;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.steps article.is-scroll-active {
  transform: translateY(-4px) scale(1.012);
  border-color: #93b13a;
  box-shadow: 0 14px 34px rgba(22, 26, 8, 0.52), 0 0 0 1px rgba(147, 177, 58, 0.25);
}

.steps article.is-scroll-active .step-num {
  border-color: #93b13a;
  background: rgba(223, 255, 81, 0.22);
}

.steps article:hover,
.steps article:focus-within {
  transform: translateY(-4px) scale(1.012);
  border-color: #93b13a;
  box-shadow: 0 14px 34px rgba(22, 26, 8, 0.52), 0 0 0 1px rgba(147, 177, 58, 0.25);
}

.step-num {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #5b642f;
  background: rgba(223, 255, 81, 0.12);
  color: var(--accent);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.steps h3 {
  margin-top: 10px;
  font-size: 1.2rem;
}

.steps p {
  margin-top: 8px;
  color: #d2d2d2;
  line-height: 1.55;
  font-size: 0.95rem;
}

.steps .step-cta {
  grid-column: 1 / -1;
  min-height: auto;
  border-color: #566624;
  background: linear-gradient(145deg, #121212, #1a210b);
}

.step-cta-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.step-cta-actions .btn {
  padding: 10px 16px;
  font-size: 0.88rem;
}

.creator-v4 {
  margin-top: 24px;
  border: 1px solid #4a2257;
  border-radius: var(--radius);
  background: linear-gradient(130deg, #181818, #260432);
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.creator-v4 h2 {
  margin-top: 6px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2.4rem;
  line-height: 0.94;
}

.creator-v4 p:last-child {
  margin-top: 8px;
  color: #c7c7c7;
}

.faq-v4 {
  margin-top: 24px;
}

.faq-intro {
  margin-top: 10px;
  color: var(--muted);
  max-width: 860px;
  line-height: 1.6;
}

.faq-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.faq-v4 details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(160deg, #151515, #101010);
  padding: 13px 14px;
}

.faq-v4 details[open] {
  border-color: #4b5720;
}

.faq-v4 summary {
  cursor: pointer;
  font-weight: 700;
  line-height: 1.35;
}

.faq-v4 p {
  margin-top: 9px;
  color: var(--muted);
  line-height: 1.58;
}

.faq-v4 a {
  color: #d9ff62;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faq-cta {
  margin-top: 12px;
}

.faq-cta .btn {
  color: inherit;
  text-decoration: none;
}

.final-cta {
  margin-top: 24px;
  margin-bottom: 46px;
  border: 1px solid #4f5f1f;
  border-radius: 16px;
  background: linear-gradient(120deg, #141414, #25300a);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.final-cta h2 {
  margin-top: 6px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2.4rem;
  line-height: 0.95;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 16px 0 36px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Devis page */
.devis-page {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
}

.devis-app-close {
  display: none;
}

.devis-app-intro {
  display: none;
}

.devis-hero {
  order: -2;
  margin-top: 16px;
}

.devis-hero h1 {
  margin-top: 10px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.3rem, 7vw, 5.2rem);
  line-height: 0.92;
}

.devis-hero p {
  margin-top: 12px;
  color: var(--muted);
}

.devis-next-head {
  margin-top: 18px;
}

.devis-next-head p:last-child {
  margin-top: 8px;
  color: var(--muted);
}

.devis-timeline {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.devis-timeline article {
  min-height: 172px;
}

.devis-timeline h3 {
  margin-top: 10px;
  font-size: 1.2rem;
}

.devis-proof {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #111111;
  padding: 14px;
}

.devis-proof h2 {
  margin-top: 6px;
  font-size: 1.3rem;
}

.devis-proof-meta {
  margin-top: 6px;
  color: #c9c9c9;
}

.devis-proof .reviews-marquee {
  margin-top: 12px;
  border: 1px solid #2f2f2f;
  border-radius: 12px;
  min-height: 120px;
}

.devis-proof .btn {
  margin-top: 12px;
}

.form-wrapper {
  order: -1;
  margin-top: 18px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.devis-estimate-preview {
  margin-top: 12px;
  border: 1px solid #3b4520;
  border-radius: 12px;
  background: linear-gradient(145deg, #171d0c, #101010);
  padding: 12px;
}

.devis-estimate-title {
  color: #e3f59c;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.devis-estimate-chips {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.devis-estimate-chips span {
  border: 1px solid #3f4a20;
  border-radius: 999px;
  padding: 7px 11px;
  color: #d8deb7;
  background: #0f0f0f;
  font-size: 0.82rem;
}

.devis-form {
  margin-top: 0;
  display: grid;
  gap: 12px;
}

.devis-estimate-preview:not([hidden]) + .devis-form {
  margin-top: 12px;
}

.devis-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.devis-form label {
  display: grid;
  gap: 6px;
  color: #d9d9d9;
  font-size: 0.9rem;
  font-weight: 600;
}

.devis-form input:not([type="radio"]):not([type="checkbox"]),
.devis-form select,
.devis-form textarea {
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  background: #0e0e0e;
  color: #f2f2f2;
  padding: 11px 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  font: inherit;
}

.devis-form input[type="file"] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.devis-form textarea {
  resize: vertical;
  min-height: 120px;
}

.devis-form input:focus,
.devis-form select:focus,
.devis-form textarea:focus {
  outline: none;
  border-color: #5b6e26;
  box-shadow: 0 0 0 3px rgba(223, 255, 81, 0.15);
}

.checkline {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-weight: 500 !important;
}

.checkline input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #dfff51;
}

.devis-form .btn {
  margin-top: 4px;
  width: fit-content;
}

.devis-wizard {
  margin-top: 0;
  border: 1px solid #333;
  border-radius: 12px;
  background: #0c0c0c;
  padding: 14px;
}

.wizard-progress-wrap {
  display: grid;
  gap: 8px;
}

.wizard-progress-label {
  color: #d9d9d9;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.wizard-progress-track {
  height: 7px;
  border-radius: 999px;
  background: #262626;
  overflow: hidden;
}

#wizard-progress-fill {
  display: block;
  height: 100%;
  width: 10%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b7d84b, #dfff51);
  transition: width 220ms ease;
}

.wizard-error {
  display: none;   /* remplacé par .wizard-error-local, au ras du bouton */
  min-height: 1.2em;
  color: #ff9b86;
  font-size: 0.86rem;
}

.wizard-step {
  display: none;
  margin-top: 14px;
}

.wizard-step.is-active {
  display: block;
}

.wizard-question {
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.02em;
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  line-height: 0.95;
}

.wizard-subtitle {
  margin-top: 10px;
  color: #c8c8c8;
  line-height: 1.55;
}

.wizard-options {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.wizard-choice {
  border: 1px solid #343434;
  border-radius: 12px;
  background: #111111;
  padding: 12px;
  display: flex !important;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease;
}

.wizard-choice:hover {
  border-color: #56681f;
  transform: translateY(-1px);
}

.wizard-choice input[type="radio"] {
  margin: 0;
  accent-color: #dfff51;
}

.wizard-choice span {
  color: #e6e6e6;
  font-weight: 600;
}

.wizard-field {
  margin-top: 12px;
}

.wizard-upload-block {
  border: 1px dashed #414d1f;
  border-radius: 12px;
  background: #10150b;
  padding: 12px;
}

.wizard-upload-label {
  display: block;
  color: #d8e59a;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.wizard-recap {
  margin-top: 12px;
  border: 1px solid #353535;
  border-radius: 12px;
  background: #101010;
  padding: 12px;
  display: grid;
  gap: 8px;
  color: #d5d5d5;
}

.wizard-branch-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wizard-nav {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wizard-help {
  margin-top: 8px;
  color: #b5b5b5;
  font-size: 0.9rem;
}

.wizard-panel {
  margin-top: 12px;
  border: 1px solid #363636;
  border-radius: 12px;
  background: #101010;
  padding: 12px;
}

.wizard-consent {
  margin-top: 10px;
}

.btn.is-disabled,
.btn.is-disabled:hover {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

pre {
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #080808;
  padding: 10px;
  overflow-x: auto;
}

code {
  color: #cfff59;
  font-family: Consolas, "SFMono-Regular", Menlo, Monaco, monospace;
  font-size: 0.88rem;
}

.form-placeholder {
  margin-top: 10px;
  border: 1px dashed #4a4a4a;
  border-radius: 10px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.trust-strip {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #111;
  padding: 14px;
}

.trust-strip h2 {
  font-size: 1.2rem;
}

.trust-strip ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.cta-strip {
  margin-top: 14px;
  margin-bottom: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #121212;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cta-strip h2 {
  margin-top: 6px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2rem;
}

/* Devis app mode */
html.devis-app-mode,
body.devis-app-mode {
  height: 100%;
  overflow: hidden;
}

body.devis-app-mode {
  background: #080808;
}

.devis-app-mode .noise,
.devis-app-mode .site-header,
.devis-app-mode .site-footer,
.devis-app-mode .devis-hero,
.devis-app-mode .devis-next-head,
.devis-app-mode .devis-timeline,
.devis-app-mode .devis-proof,
.devis-app-mode .trust-strip,
.devis-app-mode .cta-strip {
  display: none !important;
}

.devis-app-mode .devis-page {
  width: 100%;
  height: 100dvh; /* borné à l'écran : la chaîne flex peut contraindre l'étape active */
  margin: 0;
  padding: clamp(12px, 2.5vh, 22px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.devis-app-mode .form-wrapper {
  order: 0;
  margin: clamp(12px, 3.5vh, 28px) 0 0;
  width: min(100%, 760px);
  flex: 1;
  min-height: 0;
  margin-inline: auto;
}

.devis-app-mode .devis-wizard {
  height: 100%;
  margin: 0;
  border-radius: 16px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.devis-app-mode .wizard-step {
  min-height: 0;
}

.devis-app-mode .wizard-step.is-active {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* momentum iOS */
  padding-right: 2px;
  padding-bottom: 12px;
}

.devis-app-mode .devis-app-intro {
  display: block;
  width: min(100%, 760px);
  margin: clamp(36px, 7vh, 64px) auto 0;
}

.devis-app-mode .devis-app-intro h1 {
  margin-top: 10px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.15rem, 8vw, 3.2rem);
  line-height: 0.94;
}

.devis-app-mode .devis-app-intro p:last-child {
  margin-top: 10px;
  color: #c9c9c9;
  max-width: 62ch;
}

.devis-app-mode .devis-app-close {
  display: inline-flex;
  position: fixed;
  top: 48px; /* sous le ticker avis (38px) */
  right: 10px;
  z-index: 40;
  border: 1px solid #333;
  border-radius: 999px;
  background: #111;
  color: #f1f1f1;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 0.86rem;
  cursor: pointer;
}

.mobile-sticky-cta {
  display: none;
}

/* SEO landings */
.seo-page {
  margin-top: 36px;
  margin-bottom: 44px;
}

.seo-breadcrumb {
  color: #b8b8b8;
  font-size: 0.9rem;
}

.seo-breadcrumb a {
  color: #d7d7d7;
}

.seo-hero {
  margin-top: 10px;
  border: 1px solid #394323;
  border-radius: 16px;
  background: linear-gradient(135deg, #141414, #1d250a);
  padding: 18px;
}

.seo-hero h1 {
  margin-top: 8px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.4rem, 7vw, 4.6rem);
  line-height: 0.92;
}

.seo-hero p {
  margin-top: 10px;
  color: #d8d8d8;
  max-width: 900px;
  line-height: 1.62;
}

.seo-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.seo-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #121212;
  padding: 15px;
}

.seo-card h2 {
  font-size: 1.2rem;
}

.seo-card ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: #cdcdcd;
  line-height: 1.58;
}

.seo-card p {
  margin-top: 8px;
  color: #cdcdcd;
  line-height: 1.6;
}

.city-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.city-grid a {
  border: 1px solid #3b3b3b;
  border-radius: 12px;
  background: #101010;
  padding: 12px;
  transition: border-color 170ms ease, transform 170ms ease;
}

.city-grid a:hover {
  border-color: #5f7128;
  transform: translateY(-1px);
}

.city-grid h3 {
  font-size: 1.05rem;
}

.city-grid p {
  margin-top: 6px;
  color: #c3c3c3;
  font-size: 0.9rem;
}

/* Segment router (home) */
.segment-router {
  width: min(94%, var(--maxw));
  margin: 28px auto 0;
}
.segment-router .section-head {
  margin-bottom: 18px;
}
.router-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.router-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #3b3b3b;
  border-radius: 12px;
  background: #101010;
  padding: 18px;
  transition: border-color 170ms ease, transform 170ms ease;
}
.router-card:hover {
  border-color: #5f7128;
  transform: translateY(-2px);
}
.router-card h3 {
  font-size: 1.08rem;
  line-height: 1.2;
}
.router-card p {
  margin-top: 8px;
  color: #c3c3c3;
  font-size: 0.9rem;
  line-height: 1.5;
  flex: 1;
}
.router-go {
  margin-top: 14px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: var(--accent);
}
@media (max-width: 760px) {
  .router-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.seo-cta {
  margin-top: 14px;
  border: 1px solid #46561d;
  border-radius: 12px;
  background: linear-gradient(120deg, #141414, #26320a);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.seo-cta h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2rem;
  line-height: 0.95;
}

/* Shared motion */
.reveal {
  opacity: 0;
  transform: translateY(16px);
}

.reveal.is-visible {
  animation: rise 520ms ease-out both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes review-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .btn,
  .reviews-track,
  .evidence-track {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .hero-shell {
    align-items: center;
    min-height: auto;
    padding: 92px 0 46px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .market-links,
  .offer-focus,
  .sub-grid,
  .proof-kpis,
  .faq-grid,
  .press-row,
  .devis-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

@media (max-width: 760px) {
  html,
  body {
    background-color: #080808;
  }

  body::after {
    display: none;
  }

  .site-header {
    position: sticky;
    overflow: visible;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 10px;
    right: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid #2f2f2f;
    border-radius: 12px;
    background: rgba(10, 10, 10, 0.98);
    backdrop-filter: blur(8px);
    padding: 6px;
    z-index: 30;
  }

  .site-header.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
  }

  .site-nav .pill {
    margin-top: 6px;
    text-align: center;
  }

  .site-nav a:not(.pill) {
    border: 1px solid transparent;
  }

  .site-nav a:not(.pill):hover {
    border-color: #2f2f2f;
    background: #111111;
  }

  .creator-v4,
  .final-cta,
  .seo-cta,
  .site-footer,
  .cta-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header {
    flex-direction: row;
    align-items: center;
  }

  .hero-v4 {
    min-height: auto;
    border-radius: 16px;
    border-left: 1px solid #2f2f2f;
    border-right: 1px solid #2f2f2f;
    width: min(96%, 760px);
    margin-top: 12px;
  }

  .hero-copy .hero-main {
    font-size: clamp(2.5rem, 15vw, 4.3rem);
  }

  .hero-copy .hero-kicker {
    font-size: 0.92rem;
    letter-spacing: 0.12em;
  }

  .section-head h2 {
    font-size: clamp(2rem, 9vw, 2.5rem);
    line-height: 0.98;
  }

  .process-v4 {
    padding: 18px 14px;
  }

  .process-v4 h2 {
    font-size: clamp(2.1rem, 11vw, 2.8rem);
  }

  .process-intro {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .steps {
    gap: 10px;
  }

  .steps article {
    min-height: auto;
    padding: 12px 14px 14px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    column-gap: 10px;
    row-gap: 6px;
    opacity: 0.58;
  }

  .steps .step-num {
    width: 28px;
    height: 28px;
    margin-top: 1px;
  }

  .steps h3 {
    margin-top: 0;
    padding-right: 0;
    font-size: 1.05rem;
  }

  .steps p {
    grid-column: 1 / -1;
    margin-top: 0;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .steps article.is-scroll-active,
  .steps article:hover,
  .steps article:focus-within {
    opacity: 1;
  }

  .step-cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .step-cta-actions .btn {
    width: 100%;
  }

  .faq-intro {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .faq-v4 summary {
    font-size: 0.98rem;
  }

  .faq-v4 p {
    margin-top: 8px;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .quick-estimate-control-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .market-links,
  .offer-focus,
  .sub-grid,
  .faq-grid,
  .seo-grid,
  .city-grid,
  .press-row,
  .steps,
  .devis-timeline,
  .devis-form-grid {
    grid-template-columns: 1fr;
  }

  .devis-page {
    margin-top: 10px;
    overflow-x: hidden;
  }

  .devis-hero {
    margin-top: 0;
  }

  .form-wrapper {
    margin-top: 22px;
  }

  .devis-next-head {
    margin-top: 28px;
  }

  .devis-timeline {
    margin-top: 16px;
  }

  .devis-proof {
    margin-top: 20px;
  }

  .devis-app-mode .devis-page {
    padding: 10px;
  }

  .devis-app-mode .devis-app-intro {
    margin-top: 44px;
  }

  .devis-app-mode .devis-app-intro h1 {
    font-size: clamp(1.8rem, 10vw, 2.4rem);
  }

  .devis-app-mode .form-wrapper {
    margin-top: 12px;
  }

  .devis-form .btn {
    width: 100%;
  }

  .devis-form input:not([type="radio"]):not([type="checkbox"]),
  .devis-form select,
  .devis-form textarea {
    font-size: 16px;
    line-height: 1.35;
  }

  .wizard-nav,
  .wizard-branch-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mosaic-story {
    grid-template-columns: 1fr;
  }

  .mosaic-item.is-landscape {
    grid-column: auto;
  }

  .mosaic-item.is-square {
    display: none;
  }

  .proof-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #101010;
    padding: 10px;
  }

  .proof-kpis article {
    border: none;
    background: transparent;
    padding: 6px 4px;
  }

  .proof-kpis .kpi {
    font-size: 1.7rem;
  }

  .proof-kpis .kpi-label {
    margin-top: 4px;
    font-size: 0.76rem;
    letter-spacing: 0.06em;
  }

  .review-real {
    min-width: 320px;
    max-width: 320px;
    grid-template-columns: 78px 1fr;
  }

  .review-real img {
    width: 78px;
    height: 78px;
  }

  .reviews-track {
    animation-duration: 54s;
  }

  .evidence-track {
    animation-duration: 78s;
  }

  .lookbook-lightbox {
    padding: 14px;
    gap: 6px;
  }

  .lightbox-frame {
    max-width: calc(100vw - 20px);
  }

  .lightbox-frame img {
    max-height: 74vh;
  }

  .lightbox-btn {
    width: 40px;
    height: 40px;
    font-size: 1.55rem;
  }

  .mobile-sticky-cta {
    display: inline-flex;
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(max(env(safe-area-inset-bottom, 0px), 18px) + var(--mobile-browser-offset, 0px) + 10px);
    z-index: 28;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 999px;
    background: var(--accent);
    color: #111111;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.44);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-sticky-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .home-v4 {
    padding-bottom: calc(82px + var(--mobile-browser-offset, 0px));
  }

}

/* ── Legal pages ── */
.legal-page {
  padding-bottom: 80px;
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  color: var(--muted);
}

.legal-content h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: var(--text);
  margin: 40px 0 12px;
}

.legal-content p {
  margin: 0 0 16px;
}

.legal-content ul {
  margin: 0 0 16px;
  padding-left: 24px;
}

.legal-content li {
  margin-bottom: 6px;
}

.legal-content a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content a:hover {
  opacity: 0.8;
}

/* ── City landing page — overrides nettoyés, utilise les classes homepage natives ── */

/* ── Blog ── */
.blog-hub {
  width: min(94%, var(--maxw));
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 80px;
}

.blog-hub .section-head {
  margin-bottom: 24px;
}

.blog-intro {
  max-width: 720px;
  margin: 0 0 40px;
  color: var(--muted, #b8b8b8);
  font-size: 1.02rem;
  line-height: 1.65;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.blog-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: var(--panel);
  transition: transform 180ms ease, border-color 180ms ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
}

.blog-card .label {
  margin-bottom: 6px;
}

.blog-card h3 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}

.blog-card p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.blog-card .blog-meta {
  margin-top: 12px;
  font-size: 0.8rem;
  color: var(--accent);
}

.article-page {
  width: min(94%, 820px);
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 80px;
}

.article-header {
  margin-bottom: 40px;
}

.article-header h1 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  letter-spacing: 0.02em;
  line-height: 1.05;
  margin-bottom: 12px;
}

.article-meta {
  color: var(--muted);
  font-size: 0.85rem;
}

.article-content h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: var(--text);
  margin: 40px 0 14px;
}

.article-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 28px 0 10px;
}

.article-content p {
  color: #d0d0d0;
  line-height: 1.8;
  margin-bottom: 16px;
}

.article-content ul, .article-content ol {
  color: #d0d0d0;
  line-height: 1.8;
  margin: 0 0 16px;
  padding-left: 24px;
}

.article-content li {
  margin-bottom: 6px;
}

.article-content a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.92rem;
}

.article-content th {
  text-align: left;
  padding: 10px 14px;
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--accent);
  font-weight: 700;
}

.article-content td {
  padding: 10px 14px;
  border: 1px solid var(--line);
  color: #d0d0d0;
}

.article-cta {
  margin: 40px 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  text-align: center;
}

.article-cta p {
  color: var(--text);
  margin-bottom: 14px;
}

.article-cta .btn {
  color: #101010;
}

.article-related {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.article-related h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.article-content figure {
  margin: 32px 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}

.article-content figure img {
  width: 100%;
  height: auto;
  display: block;
}

.article-content figcaption {
  padding: 10px 16px;
  font-size: 0.82rem;
  color: var(--muted);
  background: var(--panel);
}

.article-content .article-img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 32px 0;
}

.article-content .article-img-grid figure {
  margin: 0;
}

.article-content .article-img-grid figure img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media (max-width: 760px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .article-content .article-img-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Devis Express (mode app) enhancements ── */
.devis-app-trust {
  font-size: 0.85rem;
  color: var(--accent);
  margin-top: 8px;
  letter-spacing: 0.02em;
}

.wizard-reassurance {
  font-size: 0.8rem;
  color: var(--muted);
  text-align: center;
  margin-top: 12px;
  opacity: 0.8;
}

/* ===================================================================
   AÉRATION — UX mobile/desktop (juin 2026)
   Fix : pages de contenu rendues solides (le reveal laissait le texte
   en fade/dim) + plus de respiration entre sections et dans les cartes.
   =================================================================== */

/* Pages de contenu (seo-page) : rendu solide immédiat, pas de fade qui
   laisse le contenu invisible/délavé tant qu'on n'a pas scrollé */
.seo-page .reveal,
.seg-page .reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* Respiration entre les sections des pages seo */
.seo-page > section {
  margin-top: 20px;
}
.seo-page > .seo-breadcrumb + section,
.seo-page > section:first-of-type {
  margin-top: 12px;
}

/* Cartes plus aérées */
.seo-hero {
  padding: 26px 22px;
}
.seo-card {
  padding: 22px;
}
.seo-grid {
  gap: 16px;
  margin-top: 0;
}
.seo-card h2 {
  margin-bottom: 4px;
}
.seo-card p {
  margin-top: 12px;
}
.seo-card ul {
  margin-top: 12px;
}
.seo-card li {
  margin-bottom: 8px;
}
.seo-card li:last-child {
  margin-bottom: 0;
}

/* Home : espacement constant et généreux entre sections */
.home-v4 > section {
  margin-top: 26px;
}
.home-v4 > section:first-child {
  margin-top: 0;
}
.segment-router {
  margin-top: 30px;
}

@media (max-width: 760px) {
  .seo-page > section {
    margin-top: 16px;
  }
  .seo-hero {
    padding: 22px 18px;
  }
  .seo-card {
    padding: 18px;
  }
  .seo-grid {
    gap: 14px;
  }
  .home-v4 > section {
    margin-top: 20px;
  }
}

/* ===== Hero pleine largeur pages segment (réutilise les composants home) ===== */
.seg-hero {
  position: relative;
  width: 100%;
  margin: 8px auto 0;
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  overflow: hidden;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
}
.seg-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.15) contrast(1.03);
}
.seg-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 7, 7, 0.93) 6%, rgba(7, 7, 7, 0.62) 55%, rgba(7, 7, 7, 0.32) 100%);
}
.seg-hero-copy {
  position: relative;
  z-index: 2;
  width: min(92%, var(--maxw));
  margin: 0 auto;
  padding: clamp(34px, 7vw, 72px) 0;
}
.seg-hero-copy .label,
.seg-hero-copy h1,
.seg-hero-copy > p,
.seg-hero-copy .hero-cta {
  max-width: 840px;
}
.seg-hero-copy h1 {
  margin-top: 10px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.8rem, 8vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.seg-hero-copy > p {
  margin-top: 14px;
  color: #dcdcdc;
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  line-height: 1.62;
}
.seg-hero-copy .hero-cta {
  margin-top: 24px;
}
@media (max-width: 760px) {
  .seg-hero {
    min-height: 600px;
  }
}


/* ============================================================
   KIT ÉDITORIAL 2026 (déplacé des pages vers la feuille globale)
   ============================================================ */
      /* ============================================================
         PASSE ÉDITORIALE V2 — structure forte, cartes réservées à la conversion
         ============================================================ */

      /* ---- Contenu toujours visible (même fix reveal que les pages segments) ---- */
      .home-v4 .reveal{ opacity:1 !important; transform:none !important; }

      /* ---- Rythme : grosses respirations entre sections ---- */
      .home-v4 > section{ margin-top: clamp(72px, 10vh, 120px); }
      .home-v4 > .evidence-ticker{ margin-top: 0; }
      .segment-router{ margin-top: clamp(72px, 10vh, 120px); }
      @media (max-width:760px){ .home-v4 > section{ margin-top: 60px; } }

      /* ---- Signature /// sur les labels ---- */
      .home-v4 .label{ letter-spacing:.18em; }
      .home-v4 .label::before{ content:"/// "; color: var(--accent); opacity:.6; }

      /* ---- Bande jaune défilante TOUT EN HAUT (à la Atlas) ---- */
      .evidence-ticker{ position:relative; z-index:25; background: var(--accent); border-top:none; border-bottom:none; }
      .evidence-track{ padding: 10px 0; gap:38px; animation-duration:38s; }
      .evidence-track span{ color:#0a0a0a; font-weight:700; font-size:.8rem; letter-spacing:.13em; }
      .evidence-track span::before{ content:"★"; color:#0a0a0a; margin-right:10px; }

      /* ---- Hero bord à bord sur mobile (fini la carte arrondie) ---- */
      @media (max-width:900px){
        .hero-v4{ width:100%; margin:0; border-radius:0; border-left:none; border-right:none; min-height:88svh; }
      }

      /* ---- Header aéré (logo point fluo · menu · CTA fluo) ---- */
      .site-header{ padding: 16px clamp(18px, 3.4vw, 40px); }
      .brand::before{ content:""; display:inline-block; width:11px; height:11px; border-radius:50%; background:var(--accent); margin-right:13px; vertical-align:8px; }
      .site-nav{ gap: clamp(18px, 2.4vw, 34px); }
      .site-nav a:not(.pill){ font-size:.95rem; letter-spacing:.02em; color:#d6d6d6; }
      .site-nav a:not(.pill):hover{ color:var(--accent); }
      .site-nav .pill{ background:var(--accent); color:#0a0a0a; border:none; font-weight:700; padding:11px 20px; }
      .site-nav .pill:hover{ background:#fff; color:#0a0a0a; }

      /* ---- Routeur en lignes éditoriales ---- */
      .lc-router{ margin-top:6px; border-top:1px solid var(--line); }
      .lc-router a{ display:flex; align-items:baseline; justify-content:space-between; gap:18px; padding:26px 2px; border-bottom:1px solid var(--line); color:var(--text); text-decoration:none; transition:padding-left .18s ease; }
      .lc-router a:hover{ padding-left:12px; }
      .lc-router .t{ font-family:"Bebas Neue",Impact,sans-serif; font-size:clamp(1.6rem,5vw,2.7rem); text-transform:uppercase; line-height:1; letter-spacing:.01em; }
      .lc-router .d{ color:var(--muted); font-size:.95rem; max-width:34ch; text-align:right; }
      .lc-router .go{ color:var(--accent); font-weight:700; white-space:nowrap; }
      @media (max-width:680px){ .lc-router a{ flex-direction:column; gap:6px; align-items:flex-start; } .lc-router .d{ text-align:left; } }

      /* ---- KPIs : chiffres géants, zéro boîte ---- */
      .proof-kpis{ gap:26px; }
      .proof-kpis article{ background:none; border:none; border-top:2px solid var(--accent); border-radius:0; padding:16px 0 0; }
      .kpi{ font-size: clamp(2.6rem, 5.5vw, 4.2rem); }
      .kpi-label{ margin-top:8px; }
      @media (max-width:760px){
        .proof-kpis{ grid-template-columns:repeat(2,1fr); gap:20px; border:none; border-radius:0; background:none; padding:0; }
        .proof-kpis article{ border:none; border-top:2px solid var(--accent); background:none; padding:14px 0 0; }
        .proof-kpis .kpi{ font-size:2.3rem; }
      }

      /* ---- Presse : logos nus, pas de carte englobante ---- */
      .press-strip{ background:none; border:none; border-radius:0; padding:0; }

      /* ---- LA carte : le simulateur (l'outil de conversion, fond plat) ---- */
      .quick-estimate{ border:1px solid var(--line); border-top:3px solid var(--accent); background:#121212; }

      /* ---- Sublimation : BANDE BLANCHE (casse le tunnel noir après le hero) ---- */
      .sublimation-sell{ border:none; border-radius:0; background:#ffffff; width:100%; max-width:none; margin-left:0; margin-right:0; padding:clamp(56px,9vh,100px) calc((100% - min(94%, var(--maxw))) / 2); }
      .sublimation-sell .label{ color:#0a0a0a; }
      .sublimation-sell .label::before{ color:#0a0a0a; opacity:.45; }
      .sublimation-sell h2{ color:#0a0a0a; }
      .hlw{ background:var(--accent); color:#0a0a0a; padding:0 8px; box-decoration-break:clone; -webkit-box-decoration-break:clone; }
      .hlb{ background:#0a0a0a; color:#ffffff; padding:0 8px; box-decoration-break:clone; -webkit-box-decoration-break:clone; }
      .hlg{ background:#0a0a0a; color:var(--accent); padding:0 8px; box-decoration-break:clone; -webkit-box-decoration-break:clone; }
      .lc-points{ display:grid; grid-template-columns:repeat(3,1fr); gap:32px; margin-top:26px; }
      .lc-points > div{ border-top:2px solid #0a0a0a; padding-top:14px; }
      .lc-points h3{ font-size:1.18rem; margin:0 0 8px; color:#0a0a0a; }
      .lc-points p{ color:#4a4a4a; line-height:1.6; font-size:.98rem; margin:0; }
      @media (max-width:680px){ .lc-points{ grid-template-columns:1fr; gap:24px; } }

      /* ---- BANDE BLANCHE : la preuve unifiée (presse + KPIs + avis) ---- */
      .proof-band{ background:#ffffff; width:100%; max-width:none; margin-left:0; margin-right:0; padding:clamp(56px,9vh,100px) calc((100% - min(94%, var(--maxw))) / 2); }
      .proof-band .label{ color:#0a0a0a; }
      .proof-band .label::before{ color:#0a0a0a; opacity:.45; }
      .proof-band h2{ color:#0a0a0a; font-family:"Bebas Neue",Impact,sans-serif; font-size:clamp(2.2rem,5.5vw,3.6rem); line-height:.95; text-transform:uppercase; }
      .proof-band .press-row{ margin-top:34px; display:flex; flex-wrap:wrap; align-items:center; gap:clamp(28px,7vw,80px); }
      .proof-band .press-pill{ min-height:0; border:none; background:none; padding:0; }
      .proof-band .press-pill:hover{ transform:none; }
      .proof-band .press-logo{ max-width:none; max-height:none; height:clamp(36px,6vw,76px); width:auto; opacity:1; }
      .proof-band .press-logo-invert{ filter:none; }
      @media (max-width:680px){
        .proof-band .press-row{ display:flex; flex-direction:column; align-items:flex-start; gap:30px; }
        .proof-band .press-pill{ justify-content:flex-start; width:100%; }
        .proof-band .press-logo{ height:52px; width:auto; max-width:100%; object-fit:contain; object-position:left center; }
      }
      /* Wave = SVG sans width/height : Safari le rend en largeur 0 sans ceci */
      .proof-band .press-pill img[src*="logo-wave"]{ width:clamp(106px, 12vw, 154px); height:auto; }
      /* Avis en cartes claires sur la bande blanche */
      .proof-band .review-real{ background:#ffffff; border-color:#e2e2e0; box-shadow:0 1px 6px rgba(0,0,0,.05); }
      .proof-band .review-real p, .proof-band .review-real span, .proof-band .review-real strong{ color:#1c1c1a; }
      .proof-band .review-real .stars{ color:#7f9a0b; }
      .proof-band .review-real img{ border-color:#e2e2e0; }
      .proof-band .proof-kpis{ margin-top:48px; gap:26px; }
      .proof-band .proof-kpis article{ border:none; border-top:2px solid #0a0a0a; background:none; border-radius:0; padding:16px 0 0; }
      .proof-band .kpi{ color:#0a0a0a; }
      .proof-band .kpi-label{ color:#55554e; }
      .proof-band .reviews-meta{ display:none; }
      .proof-band .reviews-marquee{ margin-top:44px; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); }
      .proof-band .reviews-marquee{ border-color:#e8e8e6; }
      .proof-band .btn-ghost{ background:#0a0a0a; color:#ffffff; border-color:#0a0a0a; font-weight:700; margin-top:30px; display:block; width:max-content; margin-left:auto; margin-right:auto; }
      .proof-band .btn-ghost:hover{ background:#2a2a2a; }

      /* ---- Boutons plus généreux (calibre Atlas) ---- */
      .home-v4 .btn{ padding:16px 30px; font-size:1.03rem; }
      @media (max-width:760px){
        .proof-band .proof-kpis{ grid-template-columns:repeat(2,1fr); border:none; background:none; padding:0; }
        .proof-band .proof-kpis article{ border:none; border-top:2px solid #0a0a0a; padding:14px 0 0; }
      }

      /* ---- Hero : 3 niveaux de lecture ---- */
      .hero-stars{ margin-top:16px; font-weight:700; font-size:.98rem; color:#eaeaea; }
      .hero-stars .stars{ color:var(--accent); letter-spacing:3px; margin-right:8px; }
      .hero-sub{ margin-top:18px; font-weight:700; font-size:clamp(1.1rem,2vw,1.5rem); color:#ffffff; }
      .hero-lead{ margin-top:12px; }

      /* ---- Villes : pré-footer discret ---- */
      .lc-wrap .section-head h2{ font-family:"Space Grotesk","Segoe UI",sans-serif; font-size:1.15rem; text-transform:none; letter-spacing:.01em; line-height:1.4; }
      .lc-cities{ font-size:.95rem; line-height:2; }

      /* ---- Mots en accent dans les titres ---- */
      .hl{ color:var(--accent); }

      /* ---- Numéros 01-04 sur le routeur ---- */
      .lc-router{ counter-reset:lcr; }
      .lc-router a{ counter-increment:lcr; }
      .lc-router .t::before{ content:counter(lcr, decimal-leading-zero); color:var(--accent); font-size:.5em; vertical-align:.55em; margin-right:12px; letter-spacing:.04em; }

      /* ---- Process : liste éditoriale numérotée géante ---- */
      .process-v4{ border:none; background:none; border-radius:0; padding:0; }
      .steps{ display:block; margin-top:14px; border-top:1px solid var(--line); }
      .steps article{ display:grid; grid-template-columns:92px 1fr; column-gap:24px; border:none; border-radius:0; border-bottom:1px solid var(--line); background:none; padding:28px 2px; min-height:0; transition:none; }
      .steps article:hover, .steps article:focus-within{ transform:none; box-shadow:none; border-color:var(--line); background:none; }
      .steps article.is-scroll-active{ transform:none; box-shadow:none; border-color:var(--line); background:none; }
      .step-num{ grid-row:span 2; width:auto; height:auto; border:none; border-radius:0; background:none; font-family:"Bebas Neue",Impact,sans-serif; font-size:clamp(2.4rem,7vw,3.8rem); line-height:.85; color:#3d3d3d; letter-spacing:0; justify-content:flex-start; align-items:flex-start; transition:color .25s ease; }
      .steps article.is-scroll-active .step-num{ color:var(--accent); background:none; border:none; }
      .steps h3{ margin-top:0; font-size:1.3rem; }
      .steps p{ grid-column:2; }
      .steps .step-cta{ display:block; border-bottom:none; background:none; padding:30px 2px 6px; }
      @media (max-width:680px){ .steps article{ grid-template-columns:64px 1fr; column-gap:16px; } }

      /* ---- Créateurs : 2e bande accent pleine largeur (rythme) ---- */
      .creator-v4{ width:100%; max-width:none; margin-left:0; margin-right:0; display:block; border:none; border-radius:0; background:var(--accent); padding:clamp(56px,9vh,100px) 0; }
      .creator-in{ width:min(94%, var(--maxw)); margin:0 auto; }
      .creator-v4 .label{ color:#0a0a0a; }
      .creator-v4 .label::before{ color:#0a0a0a; opacity:.45; }
      .creator-v4 h2{ color:#0a0a0a; font-family:"Bebas Neue",Impact,sans-serif; font-size:clamp(2.6rem,8vw,5rem); line-height:.92; text-transform:uppercase; max-width:18ch; }
      .creator-v4 p{ color:#1a1a1a; max-width:62ch; font-size:1.05rem; line-height:1.65; margin-top:16px; }
      .creator-btn{ margin-top:26px; background:#0a0a0a; color:var(--accent); border-color:#0a0a0a; }
      .creator-btn:hover{ background:#1c1c1c; }

      /* ---- FAQ : BANDE BLANCHE collée à la bande verte (color-blocking, pas de liseré noir) ---- */
      .creator-v4 + .faq-v4{ margin-top:0; } /* collage FAQ uniquement après la bande verte créateurs (home) */
      .faq-v4{ border:none; border-radius:0; background:#ffffff; width:100%; max-width:none; margin-left:0; margin-right:0; padding:clamp(56px,9vh,100px) calc((100% - min(94%, var(--maxw))) / 2); }
      .faq-v4 .label{ color:#0a0a0a; }
      .faq-v4 .label::before{ color:#0a0a0a; opacity:.45; }
      .faq-v4 h2{ color:#0a0a0a; }
      .faq-intro{ color:#4a4a4a; }
      .faq-grid{ display:block; border-top:1px solid #e2e2e0; margin-top:18px; }
      .faq-v4 details{ border:none; border-radius:0; background:none; border-bottom:1px solid #e2e2e0; padding:6px 0; }
      .faq-v4 details[open]{ background:none; border-color:#e2e2e0; }
      .faq-v4 summary{ padding:16px 0; color:#0a0a0a; }
      .faq-v4 p{ color:#4a4a4a; }
      .faq-cta .btn-ghost{ background:#0a0a0a; color:#ffffff; border-color:#0a0a0a; font-weight:700; }
      .faq-cta{ margin-top:20px; }

      /* ---- KPI cliquable (Instagram) ---- */
      .kpi-link{ color:inherit; text-decoration:none; display:block; }
      .kpi-link:hover .kpi{ color:#3a4a00; }

      /* ---- Footer éditorial (compact) ---- */
      .foot-v2{ border-top:1px solid var(--line); padding-top:clamp(30px,4.5vh,46px); padding-bottom:92px; }
      .foot-brand{ font-family:"Bebas Neue",Impact,sans-serif; font-size:clamp(1.9rem,5vw,2.8rem); line-height:.9; letter-spacing:.03em; }
      .foot-brand::after{ content:""; display:inline-block; width:9px; height:9px; border-radius:50%; background:var(--accent); margin-left:8px; }
      .foot-tag{ margin-top:10px; color:var(--muted); line-height:1.55; max-width:52ch; font-size:.92rem; }
      .foot-cols{ margin-top:26px; display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
      .foot-h{ font-family:"IBM Plex Mono",monospace; font-size:.7rem; letter-spacing:.15em; text-transform:uppercase; color:var(--accent); margin-bottom:8px; }
      .foot-h::before{ content:"/// "; opacity:.6; }
      .foot-cols a{ display:block; color:#cfcfcf; text-decoration:none; padding:3px 0; font-size:.9rem; }
      .foot-cols a:hover{ color:var(--accent); }
      .foot-legal{ margin-top:26px; padding-top:14px; border-top:1px solid var(--line); display:flex; flex-wrap:wrap; gap:6px 18px; font-size:.78rem; color:#8a8a8a; }
      .foot-legal a{ color:#8a8a8a; text-decoration:none; }
      .foot-legal a:hover{ color:var(--accent); }
      @media (max-width:680px){ .foot-cols{ grid-template-columns:repeat(2,1fr); gap:20px; } }

      /* ---- Villes en liste inline ---- */
      .lc-wrap{ width:min(94%, var(--maxw)); margin-left:auto; margin-right:auto; }
      .lc-cities{ margin-top:12px; line-height:2.2; font-size:1.02rem; }
      .lc-cities a{ color:var(--text); text-decoration:none; border-bottom:1px solid var(--line); padding-bottom:2px; white-space:nowrap; }
      .lc-cities a:hover{ color:var(--accent); border-color:var(--accent); }
      .lc-cities .sep{ color:var(--muted); margin:0 9px; }

      /* ---- CTA final : statement géant centré ---- */
      .final-cta{ border:none; background:none; border-radius:0; padding:clamp(64px,10vh,110px) 0 clamp(30px,4vh,50px); display:block; text-align:center; border-top:1px solid var(--line); margin-bottom:70px; }
      .final-cta h2{ font-family:"Bebas Neue",Impact,sans-serif; font-size:clamp(3rem,10vw,6.5rem); line-height:.9; text-transform:uppercase; max-width:16ch; margin-left:auto; margin-right:auto; }
      .final-cta .btn{ margin-top:30px; }

      /* ===== Adaptations pages segment ===== */
      /* Bande blanche collée au hero (pas de barre noire entre les deux) */
      .seg-page .seg-hero{ margin-bottom:0; border-bottom:none; }
      .seg-page .seg-hero + .sublimation-sell{ margin-top:0; }
      .sublimation-sell + .sublimation-sell{ margin-top:0; } /* deux bandes blanches qui se suivent = un seul bloc blanc */ /* collage uniquement si le blanc suit directement le hero */
      .market-focus{ background:#121212; border-color:var(--line); } /* fini le dégradé verdâtre */
      /* CTA final = LA bande verte de la page */
      .seg-page .final-cta{ background:var(--accent); border:none; border-radius:0; width:100%; max-width:none; margin-left:0; margin-right:0; padding:clamp(64px,10vh,110px) calc((100% - min(94%, var(--maxw))) / 2) clamp(56px,8vh,90px); text-align:center; display:block; }
      .seg-page .final-cta .label{ color:#0a0a0a; }
      .seg-page .final-cta .label::before{ color:#0a0a0a; opacity:.45; }
      .seg-page .final-cta h2{ color:#0a0a0a; font-family:"Bebas Neue",Impact,sans-serif; font-size:clamp(2.6rem,9vw,5.5rem); line-height:.9; text-transform:uppercase; max-width:16ch; margin-left:auto; margin-right:auto; }
      .seg-page .final-cta .btn-main{ background:#0a0a0a; color:var(--accent); margin-top:28px; }
      .seg-page .final-cta .btn-main:hover{ background:#1e1e1e; }
      /* La bande verte touche le footer (pas de liseré noir) */
      .seg-page .final-cta{ margin-bottom:0; }
      .home-v4.seg-page{ padding-bottom:0; }
      .seg-page + footer, .foot-v2{ margin-top:0; }

/* Étape "On part là-dessus ?" : récap en liste, question collée aux choix */
.wizard-recap-list{ list-style:none; margin:14px 0 0; padding:14px 16px; border:1px solid var(--line); border-radius:14px; background:#0e0e0e; }
.wizard-recap-list li{ padding:7px 0; border-bottom:1px solid #1d1d1d; font-size:.98rem; line-height:1.5; color:#d6d6d6; }
.wizard-recap-list li:last-child{ border-bottom:none; }
.wizard-recap-list strong{ color:var(--accent); }
.wizard-fit-ask{ margin-top:22px; margin-bottom:2px; }

/* Mode app : après le 1er écran, l'intro se replie en une ligne discrète */
.devis-app-mode.wizard-started .devis-app-intro .devis-app-title,
.devis-app-mode.wizard-started .devis-app-intro p{ display:none; }
.devis-app-mode.wizard-started .devis-app-intro{ margin-bottom:4px; }

/* ---- Ticker avis sur le devis (haut de page, même langage que la home) ---- */
.devis-ticker{ margin-top:0; }
.devis-ticker-track{ animation-duration:46s; }
.devis-ticker-track span{ text-transform:none; letter-spacing:.04em; }
body.devis-app-mode{ display:flex; flex-direction:column; }
.devis-app-mode .devis-ticker{ display:block; flex:none; }
.devis-app-mode .devis-page{ flex:1; min-height:0; height:auto; }
a.devis-ticker{ display:block; text-decoration:none; color:inherit; }
.devis-app-trust::before{ content:"★ "; color:var(--accent); }
.devis-app-back{ display:none; }
.devis-app-mode .devis-app-back{
  display:inline-flex;
  position:fixed; top:48px; left:10px; z-index:40;
  border:1px solid #333; border-radius:999px; background:#111; color:#f1f1f1;
  padding:8px 12px; font-weight:700; font-size:.86rem; cursor:pointer;
}
.devis-app-mode .devis-app-back[hidden]{ display:none; }
/* Les Retour pleine largeur dans les étapes : cachés en mode app (remplacés par le bouton fixe) */
.devis-app-mode .wizard-step .btn[data-action="back"]{ display:none !important; }

/* Zone haute compacte (mode app) : ~2 MIN sur la même ligne que la barre,
   et une fois le wizard démarré la ligne d'intro repliée disparaît
   (le ticker d'avis porte déjà la marque + la note) */
.devis-app-mode .wizard-progress-wrap{ grid-template-columns:auto 1fr; align-items:center; gap:12px; }
.devis-app-mode.wizard-started .devis-app-intro{ display:none; }
.devis-app-mode.wizard-started .form-wrapper{ margin-top:46px; /* dégage les boutons Retour/Fermer fixes */ }
.devis-app-mode.wizard-started .devis-app-intro::after{ content:"Rendezfoot Studio · 4.83/5 — 413 avis"; display:block; font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; color:#8a8a8a; }

/* Refus de l'offre sponsor : page de sortie pleine (l'offre -10% s'efface) */
.wizard-step[data-step-id="too-expensive"].sponsor-declined > .wizard-question,
.wizard-step[data-step-id="too-expensive"].sponsor-declined > .wizard-subtitle,
.wizard-step[data-step-id="too-expensive"].sponsor-declined > .wizard-branch-actions{ display:none; }
.wizard-step[data-step-id="too-expensive"].sponsor-declined #sponsor-offer-declined{ margin-top:0; }
#sponsor-offer-declined .wizard-nav{ flex-direction:column; gap:10px; }
#sponsor-offer-declined .wizard-nav .btn{ width:100%; }

/* Page de sortie : points de valeur */
.exit-points{ list-style:none; margin:14px 0; padding:0; }
.exit-points li{ padding:9px 0; border-bottom:1px solid #1e1e1e; font-size:.94rem; line-height:1.55; color:#d0d0d0; }
.exit-points li:last-child{ border-bottom:none; }
.exit-points strong{ color:var(--accent); }

/* ---------- Déviseur : choix du produit ---------- */
.produit-choix { gap: 12px; }
/* Pas de puce radio : c'est la bordure qui marque le choix (la carte entière est cliquable) */
.produit-card { padding: 0; align-items: stretch; position: relative; }
.produit-card input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.produit-card:has(input:checked) { border-color: var(--accent, #d9f24b); background: rgba(217,242,75,.06); }
.produit-card:has(input:focus-visible) { outline: 2px solid var(--accent, #d9f24b); outline-offset: 2px; }
.produit-body { display: block; padding: 16px 18px 18px; width: 100%; }
.produit-emoji { font-size: 1.05rem; margin-right: 7px; }
.produit-titre { display: block; font-weight: 800; font-size: 1.02rem; margin-bottom: 6px; }
.produit-desc { display: block; font-size: .84rem; line-height: 1.45; opacity: .72; margin-bottom: 10px; }
.produit-meta { display: block; font-size: .82rem; opacity: .9; }
.produit-fast { color: var(--accent, #d9f24b); }

/* ---------- Déviseur : options ---------- */
.opt-bloc { margin: 0 0 18px; }
.opt-titre { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; opacity: .6; margin: 0 0 10px; }

.opt-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.devis-form .opt-carte,
.opt-carte { position: relative; cursor: pointer; display: block; }
.opt-carte input { position: absolute; opacity: 0; pointer-events: none; }
.opt-carte-body {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 16px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px;
  transition: border-color .15s, background .15s;
}
.opt-carte input:checked + .opt-carte-body { border-color: var(--accent, #d9f24b); background: rgba(217,242,75,.07); }
.opt-carte input:focus-visible + .opt-carte-body { outline: 2px solid var(--accent, #d9f24b); outline-offset: 2px; }
.opt-ico { width: 40px; height: 40px; opacity: .85; }
.opt-carte-nom { font-weight: 700; font-size: .9rem; }
.opt-carte-sous { font-size: .72rem; opacity: .6; line-height: 1.3; text-align: center; }
.opt-ligne-prix.opt-a-voir { color: inherit; opacity: .55; font-weight: 600; }
.opt-carte-prix { font-size: .82rem; font-weight: 800; color: var(--accent, #d9f24b); }
.opt-carte-prix.opt-inclus { color: inherit; opacity: .6; }

.devis-form .opt-ligne,
.opt-ligne {
  display: flex; align-items: center; gap: 12px; cursor: pointer;
  padding: 13px 14px; margin-bottom: 8px;
  border: 1px solid rgba(255,255,255,.14); border-radius: 12px;
  transition: border-color .15s, background .15s;
}
.opt-ligne:has(input:checked) { border-color: var(--accent, #d9f24b); background: rgba(217,242,75,.07); }
.opt-ligne input { width: 20px; height: 20px; flex: none; accent-color: var(--accent, #d9f24b); }
.opt-ligne-txt { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.opt-ligne-txt small { font-size: .76rem; opacity: .6; line-height: 1.35; }
.opt-ligne-prix { font-weight: 800; font-size: .88rem; color: var(--accent, #d9f24b); white-space: nowrap; }

.opt-couleurs { display: flex; flex-wrap: wrap; gap: 9px 8px; }
.devis-form .opt-couleur,
.opt-couleur { position: relative; cursor: pointer; text-align: center; display: block; }
.opt-couleur input { position: absolute; opacity: 0; pointer-events: none; }
.pastille {
  display: block; width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.25); margin: 0 auto 4px;
  transition: border-color .15s, transform .15s;
}
.pastille-multi { background: conic-gradient(#e33, #fd0, #2c2, #2af, #a3f, #e33); }
.opt-couleur input:checked + .pastille { border-color: var(--accent, #d9f24b); transform: scale(1.12); }
.opt-couleur-nom { font-size: .64rem; opacity: .7; display: block; max-width: 52px; line-height: 1.2; }

/* Le devis "tombe" : courte attente avant l'affichage du récap.
   Surcouche centrée plutôt qu'un ::after en bas de page (qui partait hors écran
   sous le contenu masqué mais toujours présent). */
.wizard-step.is-calculating { position: relative; min-height: 260px; }
.wizard-step.is-calculating > *:not(.calc-overlay) { opacity: 0; pointer-events: none; }
.calc-overlay {
  position: absolute; inset: 0; z-index: 5;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
  pointer-events: none;
}
.calc-spinner {
  width: 40px; height: 40px; border-radius: 50%;
  border: 3px solid rgba(255,255,255,.15);
  border-top-color: var(--accent, #d9f24b);
  animation: calcSpin .8s linear infinite;
}
.calc-texte { font-size: .92rem; opacity: .8; }
@keyframes calcSpin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .calc-spinner { animation: none; } }

/* Petit « i » sur les cartes produit + mosaïque d'exemples */
.produit-info {
  display: inline-flex; align-items: center; justify-content: center;
  width: 19px; height: 19px; margin-left: 8px; padding: 0;
  border-radius: 50%; border: 1px solid rgba(255,255,255,.35);
  background: transparent; color: inherit;
  font: 700 .68rem/1 inherit; cursor: pointer; vertical-align: 2px;
}
.produit-info:hover { border-color: var(--accent, #d9f24b); color: var(--accent, #d9f24b); }
/* En surcouche, pas en dessous : le bouton Continuer ne doit jamais bouger.
   C'est tout l'intérêt du mode app. */
.wizard-step[data-step-id="produit"] { position: relative; }
.produit-exemples {
  position: absolute; inset: 0; z-index: 5;
  padding: 14px; overflow-y: auto;
  border: 1px solid rgba(255,255,255,.14); border-radius: 14px;
  background: #101010;
  animation: exFade .16s ease-out;
}
@keyframes exFade { from { opacity: 0; transform: translateY(6px) } to { opacity: 1; transform: none } }
@media (prefers-reduced-motion: reduce) { .produit-exemples { animation: none } }
.produit-exemples-head {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .84rem; font-weight: 600; margin-bottom: 12px;
}
.produit-exemples-close {
  margin-left: auto; flex: none; background: none; border: 0; cursor: pointer;
  color: inherit; font-size: 1.2rem; line-height: 1; padding: 0 2px; opacity: .6;
}
.produit-exemples-close:hover { opacity: 1; }
.produit-exemples-grille { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.produit-exemples-grille img {
  width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 10px; display: block;
}

/* Visionneuse plein écran des exemples */
.produit-exemples-grille img { cursor: zoom-in; }
body.photo-viewer-ouvert { overflow: hidden; }
.photo-viewer {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.93);
  padding: 56px 12px 48px;
  animation: pvIn .15s ease-out;
}
@keyframes pvIn { from { opacity: 0 } to { opacity: 1 } }
@media (prefers-reduced-motion: reduce) { .photo-viewer { animation: none } }
.photo-viewer { cursor: zoom-out; }
.pv-img {
  max-width: 100%; max-height: 100%;
  object-fit: contain; border-radius: 10px; display: block;
}
.photo-viewer button {
  position: absolute; background: rgba(255,255,255,.1); border: 0; color: #fff;
  cursor: pointer; border-radius: 50%; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  -webkit-tap-highlight-color: transparent;
}
.photo-viewer button:hover { background: rgba(255,255,255,.22); }
/* Sous l'encoche / la barre du navigateur, et une cible assez grande au doigt.
   À 12 px du bord haut, le bouton tombait dans la zone système sur iPhone. */
.pv-close {
  top: calc(env(safe-area-inset-top, 0px) + 14px); right: 14px;
  width: 48px; height: 48px; font-size: 1.8rem; padding-bottom: 4px;
  background: rgba(255,255,255,.18);
}
.pv-prev, .pv-next { top: 50%; transform: translateY(-50%); width: 44px; height: 44px; font-size: 2rem; padding-bottom: 5px; }
.pv-prev { left: 8px; }
.pv-next { right: 8px; }
.pv-points { position: absolute; bottom: calc(env(safe-area-inset-bottom, 0px) + 18px); left: 0; right: 0; display: flex; justify-content: center; gap: 7px; }
.pv-points span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.3); }
.pv-points span.on { background: var(--accent, #d9f24b); }

/* Le bouton d'action reste visible : il est dans la zone qui défile, donc sur un
   écran chargé (Options) il passait sous la ligne de flottaison et on ne savait
   plus qu'il y avait une suite. */
.devis-app-mode .wizard-step.is-active .wizard-nav {
  position: sticky;
  bottom: -12px;               /* compense le padding-bottom du conteneur */
  z-index: 3;
  margin-bottom: 0;
  padding: 10px 0 12px;
  /* La couleur exacte de la carte : le fond de la barre ne doit pas se voir
     quand il n'y a rien à faire défiler. Le dégradé du haut fait juste
     comprendre que du contenu passe dessous. */
  background: linear-gradient(to bottom, rgba(12,12,12,0) 0%, #0c0c0c 60%, #0c0c0c 100%);
}

/* Le message d'erreur au ras du bouton : celui du haut est hors écran dès que
   l'étape défile, on appuie et on croit qu'il ne se passe rien. */
.wizard-error-local {
  position: sticky;
  bottom: 58px;
  z-index: 3;
  margin: 0 0 -2px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255,155,134,.12);
  border: 1px solid rgba(255,155,134,.35);
  color: #ff9b86;
  font-size: .84rem;
  font-weight: 600;
}

/* Écran final : l'acompte est l'information principale */
.acompte-bloc {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  margin: 4px 0 16px; padding: 18px 14px;
  border: 1px solid rgba(217,242,75,.35); border-radius: 14px;
  background: rgba(217,242,75,.06);
}
.acompte-label { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; opacity: .65; }
.acompte-montant { font-family: "Bebas Neue", Impact, sans-serif; font-size: 2.6rem; line-height: 1; color: var(--accent, #d9f24b); }
.acompte-reste { font-size: .78rem; opacity: .65; text-align: center; }

.contact-intro { margin-top: 18px; margin-bottom: 8px; }
.contact-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.btn-contact {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 10px; border-radius: 999px;
  font-weight: 700; font-size: .88rem; text-decoration: none; color: #fff;
}
.btn-contact svg { width: 19px; height: 19px; flex: none; }
.btn-whatsapp { background: #25D366; color: #05341a; }
.btn-whatsapp:hover { background: #1eb85a; }
.btn-instagram { background: linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888); }
.btn-instagram:hover { filter: brightness(1.08); }
.wizard-rgpd { margin-top: 10px; font-size: .74rem; opacity: .55; }

/* Résumé : des blocs lisibles plutôt qu'une liste de 17 lignes */
.recap-bloc {
  padding: 12px 14px; margin-bottom: 10px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 12px;
  font-size: .9rem; line-height: 1.55;
}
.recap-titre {
  margin: 0 0 6px; font-size: .72rem; letter-spacing: .1em;
  text-transform: uppercase; opacity: .55;
}
.recap-prix { text-align: center; border-color: rgba(217,242,75,.3); background: rgba(217,242,75,.05); }
.recap-total {
  font-family: "Bebas Neue", Impact, sans-serif; font-size: 2rem; line-height: 1.1;
  color: var(--accent, #d9f24b);
}
.recap-note { font-size: .74rem; opacity: .55; }

/* Skip discret sous le bouton principal */
.wizard-skip {
  display: block; margin: 10px auto 0; padding: 6px 12px;
  background: none; border: 0; cursor: pointer;
  color: rgba(255,255,255,.55); font-size: .84rem; font-weight: 600;
  text-decoration: underline; text-underline-offset: 3px;
}
.wizard-skip:hover { color: rgba(255,255,255,.85); }

/* Écran final : la commande en une ligne, le détail replié */
.wizard-recap-ligne {
  text-align: center; font-size: 1.05rem; margin: 2px 0 14px;
  color: var(--accent, #d9f24b);
}
.recap-details { margin: 14px 0 0; }
.recap-details summary {
  cursor: pointer; font-size: .84rem; opacity: .7; padding: 6px 0;
  list-style: none;
}
.recap-details summary::-webkit-details-marker { display: none; }
.recap-details summary::before { content: "▸ "; }
.recap-details[open] summary::before { content: "▾ "; }
.recap-details .wizard-recap { margin-top: 8px; }

/* Erreur inline sous un champ */
.wizard-field .field-error {
  display: block; margin-top: 5px;
  color: #ff9b86; font-size: .78rem; font-weight: 600;
}
.wizard-field input.is-invalid {
  border-color: #ff9b86 !important;
  box-shadow: 0 0 0 1px #ff9b86;
}
