:root {
  --blue: #087cff;
  --blue-deep: #064fd1;
  --blue-glow: rgba(8, 124, 255, .42);
  --background: #020507;
  --panel: #091015;
  --panel-light: #0d161c;
  --border: #34434d;
  --text: #f4f6f8;
  --muted: #b8c0c7;
  --gold: #ffc400;
  --radius: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--background); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 73% 7%, rgba(8, 80, 145, .18), transparent 28%), linear-gradient(rgba(255,255,255,.014) 1px, transparent 1px); background-size: auto, 100% 5px; opacity: .75; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }

.site-header { height: 104px; position: relative; z-index: 20; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.logo img { width: 250px; height: 84px; object-fit: contain; }
.main-nav { height: 100%; display: flex; align-items: center; gap: clamp(22px, 3.2vw, 48px); font-size: 14px; }
.main-nav > a:not(.button) { height: 72%; display: flex; align-items: center; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.main-nav > a:not(.button):hover, .main-nav > a.active:not(.button) { color: #53a7ff; border-color: var(--blue); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--border); background: var(--panel); border-radius: 9px; padding: 10px; }
.menu-toggle span { height: 2px; background: white; display: block; margin: 4px 0; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid #1393ff; border-radius: 10px; color: #fff; background: linear-gradient(135deg, var(--blue-deep), var(--blue)); box-shadow: 0 0 25px var(--blue-glow), inset 0 1px rgba(255,255,255,.22); font-size: 13px; font-weight: 700; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 0 34px rgba(8,124,255,.62); }
.button-small { min-height: 42px; padding-inline: 24px; }
.button-outline { background: rgba(3,7,10,.76); border-color: #596670; box-shadow: none; }
.button-icon { font-size: 18px; }

.hero { min-height: 410px; position: relative; }
.hero::before { content: ""; position: absolute; width: 54vw; height: 410px; right: 0; top: -40px; background: radial-gradient(ellipse, rgba(7,83,150,.28), transparent 66%); filter: blur(12px); }
.hero-grid { min-height: 410px; position: relative; display: grid; grid-template-columns: 43% 57%; align-items: center; }
.hero-copy { position: relative; z-index: 3; padding-bottom: 34px; }
.eyebrow { color: var(--blue); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .18em; margin: 0 0 10px; }
.hero h1 { margin: 0 0 12px; font-size: clamp(44px, 4.45vw, 62px); line-height: 1.02; letter-spacing: -.04em; font-weight: 800; }
.hero h1 span { color: var(--blue); text-shadow: 0 0 34px rgba(8,124,255,.24); }
.hero-description { max-width: 440px; margin: 0; color: var(--muted); font-size: 15px; }
.hero-actions { display: flex; gap: 15px; margin-top: 24px; }
.hero-image-wrap { position: absolute; z-index: 1; left: 35%; right: -5%; bottom: 0; height: 100%; overflow: hidden; }
.hero-image-wrap::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 44%; background: linear-gradient(transparent, rgba(0,5,9,.42)); pointer-events: none; }
.hero-car { position: absolute; width: 108%; max-width: none; right: -3%; bottom: -3%; filter: drop-shadow(0 25px 25px #000); }
.studio-light { position: absolute; z-index: -1; top: 25px; width: 6px; height: 185px; border-radius: 6px; background: #d7f1ff; box-shadow: 0 0 8px #fff, 0 0 25px var(--blue); }
.studio-light-one { left: 26%; }.studio-light-two { right: 8%; }

.benefits { position: relative; z-index: 4; margin-top: -6px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.benefit-card, .service-card, .price-card, .review-card, .step-card { border: 1px solid var(--border); background: linear-gradient(145deg, rgba(14,24,30,.97), rgba(6,11,15,.98)); border-radius: var(--radius); }
.benefit-card { min-height: 104px; padding: 18px 16px; display: grid; grid-template-columns: 58px 1fr; align-items: center; }
.line-icon, .service-icon { color: var(--blue); font-size: 42px; line-height: 1; text-align: center; text-shadow: 0 0 16px var(--blue-glow); }
.line-icon.pin { font-size: 31px; }
.benefit-card h3, .service-card h3, .step-card h3 { margin: 0 0 4px; font-size: 15px; }
.benefit-card p, .service-card p, .step-card p { margin: 0; color: var(--muted); font-size: 12px; }

.content-section { padding-top: 27px; position: relative; z-index: 2; }
.section-title { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin-bottom: 13px; }
.section-title span { height: 1px; background: linear-gradient(90deg, transparent, var(--blue)); }
.section-title span:last-child { background: linear-gradient(90deg, var(--blue), transparent); }
.section-title h2 { margin: 0; text-transform: uppercase; letter-spacing: .25em; font-size: 18px; font-weight: 600; text-align: center; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { overflow: hidden; }
.service-card > img { width: 100%; height: 165px; object-fit: cover; border-bottom: 1px solid var(--border); transition: transform .35s, filter .35s; }
.service-card:hover > img { transform: scale(1.035); filter: brightness(1.12); }
.service-body { min-height: 92px; padding: 13px 15px; display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: center; }
.service-icon { font-size: 32px; }

.pricing-grid { width: 91%; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.price-card { min-height: 132px; text-align: center; padding: 18px; position: relative; }
.price-card.featured { border-color: var(--blue); box-shadow: inset 0 0 32px rgba(0,95,255,.12), 0 0 18px var(--blue-glow); }
.badge { position: absolute; left: 50%; top: 0; transform: translate(-50%,-50%); padding: 3px 14px; color: #fff; background: var(--blue-deep); border-radius: 4px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.price-card h3 { margin: 0 0 8px; font-size: 17px; }
.price-card p { margin: 0; font-size: 12px; }
.price-card strong { color: var(--blue); font-size: 42px; line-height: 1; margin-left: 7px; }
.price-card small { color: var(--muted); font-size: 12px; }
.price-note { margin: 9px 0 0; text-align: center; color: var(--muted); font-size: 12px; }
.price-note span { display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 6px; border-radius: 50%; background: #aab0b5; color: #101418; font-size: 10px; font-weight: 800; }

.comparisons-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.comparison { --position: 50%; height: 170px; position: relative; overflow: hidden; border: 1px solid #64717a; border-radius: var(--radius); user-select: none; touch-action: none; cursor: ew-resize; }
.comparison img { width: 100%; height: 100%; object-fit: cover; }
.compare-before { filter: grayscale(.86) brightness(.47) sepia(.22); }
.compare-after { position: absolute; inset: 0; clip-path: inset(0 0 0 var(--position)); }
.compare-after::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 24px rgba(44,152,255,.14); }
.compare-handle { position: absolute; z-index: 4; left: var(--position); top: 0; bottom: 0; width: 2px; padding: 0; border: 0; border-left: 2px solid rgba(255,255,255,.9); background: transparent; transform: translateX(-1px); cursor: ew-resize; }
.compare-handle span { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 31px; height: 31px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #fff; background: #080b0e; font-size: 11px; }
.compare-label { position: absolute; z-index: 3; bottom: 7px; padding: 3px 8px; border-radius: 5px; background: rgba(0,0,0,.64); font-size: 11px; }.before-label { left: 8px; }.after-label { right: 8px; }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { min-height: 142px; padding: 12px 26px; text-align: center; position: relative; }
.review-card::before { content: "“"; position: absolute; top: 5px; left: 18px; color: #717b83; font: 700 33px Georgia, serif; }
.stars { color: var(--gold); letter-spacing: 3px; font-size: 17px; }
.review-card blockquote { margin: 6px auto; color: #d1d5d8; font-size: 13px; max-width: 330px; }
.review-card cite { color: var(--blue); font-size: 12px; font-style: normal; }

.process-section { padding-bottom: 18px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.step-card { min-height: 86px; padding: 13px 10px; display: grid; grid-template-columns: 26px 44px 1fr; gap: 9px; align-items: center; }
.step-number { align-self: start; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-deep); font-size: 12px; font-weight: 700; }
.step-icon { font-size: 32px; text-align: center; color: white; }
.step-card h3 { font-size: 12px; }
.step-card p { font-size: 10px; }

footer { position: relative; z-index: 2; padding-bottom: 46px; }
.footer-panel { position: relative; min-height: 176px; display: grid; grid-template-columns: 1.05fr 1.35fr 1fr; border: 1px solid var(--border); border-radius: var(--radius); background: radial-gradient(circle at 87% 0, rgba(9,95,160,.2), transparent 34%), linear-gradient(120deg, #0b141a, #071017); padding: 22px 26px; }
.footer-cta { border-right: 1px solid #354149; padding-right: 30px; }
.footer-cta h2 { margin: 0; font-size: 25px; line-height: 1.08; }
.footer-cta p { margin: 7px 0 10px; max-width: 300px; color: var(--muted); font-size: 12px; }
.footer-phone { display: inline-flex; align-items: center; margin-left: 9px; color: #72b9ff; font-size: 11px; font-weight: 700; white-space: nowrap; }
.footer-phone:hover { color: #fff; }
.footer-brand { display: flex; flex-direction: column; justify-content: center; align-items: center; }
.footer-brand img { width: 290px; }
.footer-brand p { margin: 4px 0 0; font-size: 15px; }.footer-brand p span { color: var(--blue); margin-right: 8px; }
.footer-social { border-left: 1px solid #354149; padding-left: 55px; display: flex; flex-direction: column; justify-content: center; gap: 7px; font-size: 12px; }
.footer-social h3 { margin: 0 0 3px; color: var(--blue); text-transform: uppercase; font-size: 11px; letter-spacing: .08em; }
.social { width: 23px; height: 23px; display: inline-grid; place-items: center; margin-right: 7px; border-radius: 7px; color: #fff; font-weight: 800; }.instagram { background: linear-gradient(135deg,#7b35ff,#f00070,#ffb000); }.tiktok { background: #050505; box-shadow: inset 2px 0 #25f4ee, inset -2px 0 #fe2c55; }.facebook { background: #1476ed; }
.copyright { position: absolute; left: 0; right: 0; top: 100%; margin: 8px 0; text-align: center; color: #737c83; font-size: 10px; }

@media (max-width: 980px) {
  .main-nav { gap: 18px; }.logo img { width: 210px; }.hero-grid { grid-template-columns: 50% 50%; }.hero-image-wrap { left: 40%; right: -15%; }.hero-car { width: 125%; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }.services-grid { grid-template-columns: repeat(2, 1fr); }.comparisons-grid { grid-template-columns: repeat(2, 1fr); }.steps-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-social { padding-left: 25px; }.footer-brand img { width: 230px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, var(--container)); }.site-header { height: 78px; }.logo img { width: 190px; height: 68px; }
  .menu-toggle { display: block; }.main-nav { position: absolute; top: 70px; left: 15px; right: 15px; height: auto; display: none; padding: 12px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--border); border-radius: 12px; background: rgba(7,13,17,.98); box-shadow: 0 20px 40px #000; }.main-nav.open { display: flex; }.main-nav > a:not(.button) { height: auto; padding: 12px; border: 0; }.main-nav .button { margin-top: 6px; }
  .hero { min-height: 640px; }.hero-grid { min-height: 640px; display: block; padding-top: 32px; }.hero-copy { padding: 0; }.eyebrow { display: block; }.hero h1 { font-size: clamp(42px, 11vw, 58px); }.hero-description { max-width: 520px; }.hero-image-wrap { left: -15px; right: -15px; height: 340px; bottom: 0; }.hero-car { width: 800px; right: 50%; transform: translateX(50%); bottom: -10px; }
  .benefits { margin-top: 12px; }.pricing-grid, .reviews-grid { width: 100%; grid-template-columns: 1fr; }.price-card { min-height: 120px; }.footer-panel { grid-template-columns: 1fr; padding: 26px; }.footer-cta, .footer-social { border: 0; padding: 0; text-align: center; align-items: center; }.footer-brand { padding: 28px 0; }.footer-cta p { margin-inline: auto; }.footer-phone { margin: 10px 0 0; justify-content: center; }.footer-social { gap: 10px; }
}

@media (max-width: 520px) {
  .hero { min-height: 610px; }.hero-grid { min-height: 610px; }.hero-actions { flex-direction: column; align-items: stretch; max-width: 330px; }.hero-image-wrap { height: 280px; }.hero-car { width: 680px; }
  .benefits-grid, .services-grid, .comparisons-grid, .steps-grid { grid-template-columns: 1fr; }.benefit-card { min-height: 92px; }.service-card > img { height: 185px; }.comparison { height: 190px; }
  .section-title { gap: 10px; }.section-title h2 { font-size: 14px; letter-spacing: .16em; }.price-card strong { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

/* Ajustement fidèle aux proportions de la maquette de référence */
@media (min-width: 761px) {
  :root { --container: 980px; --radius: 10px; }
  .container { width: min(var(--container), calc(100% - 60px)); }
  .site-header { height: 104px; }
  .logo img { width: 235px; height: 92px; object-fit: cover; }
  .main-nav { gap: 38px; font-size: 12px; }
  .main-nav > a:not(.button) { height: 72%; }
  .button { min-height: 40px; padding: 0 16px; font-size: 11px; border-radius: 9px; }
  .button-small { min-height: 36px; padding-inline: 22px; }

  .hero, .hero-grid { min-height: 294px; height: 294px; }
  .hero-grid { display: grid; grid-template-columns: 350px 1fr; }
  .hero-copy { align-self: start; padding: 8px 0 0; }
  .hero .eyebrow { display: none; }
  .hero h1 { margin-bottom: 11px; font-size: 43px; line-height: 1.06; letter-spacing: -1.5px; }
  .hero-description { width: 330px; font-size: 12px; line-height: 1.55; }
  .hero-actions { gap: 13px; margin-top: 18px; }
  .hero-image-wrap { left: 344px; right: -28px; top: -16px; bottom: auto; height: 340px; }
  .hero-image-wrap::after { height: 35%; }
  .hero-car { width: 100%; height: 100%; right: 0; bottom: 0; object-fit: cover; filter: none; }
  .studio-light { display: none; }

  .benefits { margin-top: 8px; }
  .benefits-grid { gap: 11px; }
  .benefit-card { min-height: 87px; height: 87px; padding: 15px 13px; grid-template-columns: 53px 1fr; }
  .line-icon { font-size: 35px; }
  .benefit-card h3 { font-size: 13px; margin-bottom: 5px; }
  .benefit-card p { font-size: 10px; line-height: 1.5; }

  .content-section { padding-top: 17px; }
  .section-title { height: 24px; margin-bottom: 8px; gap: 14px; }
  .section-title h2 { font-size: 15px; letter-spacing: 4px; }
  .services-grid { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 33px) / 4); grid-template-columns: none; gap: 11px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .services-grid::-webkit-scrollbar { display: none; }
  .service-card { scroll-snap-align: start; }
  .service-card > img { height: 108px; }
  .service-body { min-height: 76px; height: 76px; padding: 9px 12px; grid-template-columns: 39px 1fr; gap: 8px; }
  .service-icon { font-size: 27px; }
  .service-card h3 { font-size: 12px; margin-bottom: 4px; }
  .service-card p { font-size: 9.5px; line-height: 1.45; }

  .pricing-grid { width: 850px; gap: 22px; }
  .price-card { min-height: 109px; height: 109px; padding: 13px; }
  .price-card h3 { margin-bottom: 6px; font-size: 13px; }
  .price-card p { font-size: 10px; }
  .price-card strong { font-size: 35px; }
  .price-card small, .price-note { font-size: 10px; }
  .price-note { margin-top: 7px; }

  .comparisons-grid { gap: 11px; }
  .comparison { height: 133px; }
  .compare-before, .compare-after img { filter: none; }
  .compare-handle span { width: 25px; height: 25px; font-size: 9px; }
  .compare-label { bottom: 5px; font-size: 9px; }

  .reviews-grid { gap: 17px; }
  .review-card { min-height: 113px; height: 113px; padding: 8px 22px; }
  .stars { font-size: 14px; }
  .review-card blockquote { margin: 4px auto; font-size: 10px; line-height: 1.5; }
  .review-card cite { font-size: 10px; }

  .process-section { padding-bottom: 0; }
  .steps-grid { gap: 6px; }
  .step-card { min-height: 69px; height: 69px; padding: 9px 7px; grid-template-columns: 25px 38px 1fr; gap: 7px; }
  .step-number { width: 20px; height: 20px; font-size: 10px; }
  .step-icon { font-size: 27px; }
  .step-card h3 { margin-bottom: 4px; font-size: 10px; }
  .step-card p { font-size: 8.5px; line-height: 1.35; }

  footer { padding-bottom: 35px; }
  .footer-panel { min-height: 141px; height: 141px; margin-top: 12px; padding: 17px 20px; }
  .footer-cta { padding-right: 20px; }
  .footer-cta h2 { font-size: 21px; }
  .footer-cta p { margin: 6px 0; font-size: 10px; line-height: 1.4; }
  .footer-brand img { width: 235px; height: 80px; object-fit: cover; }
  .footer-brand p { margin-top: 0; font-size: 12px; }
  .footer-social { padding-left: 50px; gap: 6px; font-size: 10px; }
  .copyright { font-size: 8px; }
}

@media (max-width: 760px) {
  .logo img, .footer-brand img { object-fit: cover; }
  .hero-car { height: 100%; object-fit: cover; }
  .services-grid { display: grid; grid-auto-flow: column; grid-auto-columns: 84%; grid-template-columns: none; overflow-x: auto; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .services-grid::-webkit-scrollbar { display: none; }
  .service-card { scroll-snap-align: center; }
  .compare-before, .compare-after img { filter: none; }
}

/* ÉDITEUR VISUEL --------------------------------------------------------- */
  position: fixed; z-index: 70; right: 18px; bottom: 18px; min-height: 44px;
  display: flex; align-items: center; gap: 8px; padding: 0 17px;
  border: 1px solid #4da9ff; border-radius: 24px; color: #fff;
  background: linear-gradient(135deg, #0755c9, #087cff);
  box-shadow: 0 8px 30px rgba(0, 112, 255, .46); font: 700 12px/1 inherit;
  cursor: pointer; transition: transform .2s, box-shadow .2s;
}
  position: fixed; z-index: 80; top: 0; right: 0; width: min(410px, 100%); height: 100dvh;
  display: flex; flex-direction: column; color: #f4f6f8; background: #0a1116;
  border-left: 1px solid #33434e; box-shadow: -20px 0 60px rgba(0, 0, 0, .65);
  transform: translateX(104%); transition: transform .25s ease; font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
  min-height: 38px; padding: 0 12px; border: 1px solid #3a4c58; border-radius: 8px;
  color: #fff; background: #14212a; font: 700 10px inherit; cursor: pointer;
}

.logo, .footer-brand { overflow: hidden; }
.logo img, .footer-brand img { object-position: 50% 43%; }

@media (max-width: 520px) {
}

