:root {
  --ink: #0c1b2f;
  --muted: #516071;
  --line: #dce3ea;
  --soft-line: #edf1f5;
  --paper: #ffffff;
  --mist: #f6f8fa;
  --accent: #ffc20e;
  --accent-dark: #e3a800;
  --electric: #1f8cff;
  --blue: #0f345d;
  --footer: #0a2139;
  --shadow: 0 18px 38px rgba(13, 29, 49, 0.09);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 42%, #ffffff 100%);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

img,
svg {
  display: block;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 5.6vw;
  background: rgba(7, 26, 46, 0.94);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(7, 26, 46, 0.22);
}

.brand,
.footer-brand {
  color: var(--ink);
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  width: clamp(205px, 19vw, 280px);
  height: 60px;
  overflow: hidden;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.2vw, 2.5rem);
  font-size: 0.97rem;
  font-weight: 700;
}

.desktop-nav a,
.mobile-nav a,
.footer a:not(.footer-brand) {
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.desktop-nav a:hover,
.mobile-nav a:hover,
.footer a:hover {
  color: var(--accent-dark);
}

.desktop-nav a:hover {
  transform: translateY(-1px);
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.65rem;
  border-radius: 6px;
  background: var(--accent);
  color: #111820;
  font-size: 0.94rem;
  font-weight: 800;
  box-shadow: 0 9px 18px rgba(255, 194, 14, 0.23);
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 44px;
  height: 44px;
  place-items: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: currentColor;
}

.mobile-nav {
  position: fixed;
  inset: 76px 0 auto 0;
  z-index: 19;
  display: none;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0.5rem 5vw 1rem;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mobile-nav a {
  padding: 0.85rem 0;
  font-weight: 800;
  border-bottom: 1px solid var(--soft-line);
}

.hero {
  position: relative;
  min-height: min(650px, calc(100vh - 76px));
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--soft-line);
  background:
    radial-gradient(circle at 18% 28%, rgba(31, 140, 255, 0.24), transparent 27%),
    linear-gradient(105deg, #071a2e 0%, #0a2139 42%, #111820 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(680px, 90vw);
  padding: clamp(4.8rem, 8vw, 6.2rem) 0 clamp(4.2rem, 7vw, 5.4rem) 5.6vw;
}

.hero-copy h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 4.7rem);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 0;
  color: #fff;
}

.hero-copy h1 span {
  color: var(--electric);
  text-shadow: 0 10px 28px rgba(31, 140, 255, 0.32);
}

.hero-copy p {
  max-width: 440px;
  margin: 1.75rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.1rem, 1.75vw, 1.35rem);
  line-height: 1.6;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  max-width: 560px;
  margin: 1.45rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof li {
  position: relative;
  min-height: 42px;
  padding: 0.7rem 0.8rem 0.7rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.93);
  font-size: 0.88rem;
  font-weight: 850;
  box-shadow: 0 12px 24px rgba(12, 27, 47, 0.055);
}

.hero-proof li::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(255, 194, 14, 0.16);
  transform: translateY(-50%);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.05rem;
  margin-top: 2.55rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 2.1rem;
  border-radius: 6px;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #111820;
  box-shadow: 0 12px 22px rgba(255, 194, 14, 0.24), 0 0 0 0 rgba(255, 194, 14, 0.3);
}

.button.secondary {
  border: 1.5px solid var(--ink);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
}

.hero .button.secondary {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.button.primary:hover {
  box-shadow: 0 16px 28px rgba(255, 194, 14, 0.28), 0 0 0 5px rgba(255, 194, 14, 0.13);
}

.hero-media {
  position: absolute;
  inset: 0 0 0 34%;
  z-index: 1;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, #071a2e 0%, rgba(7, 26, 46, 0.96) 12%, rgba(7, 26, 46, 0.64) 31%, rgba(7, 26, 46, 0.04) 54%);
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.section {
  padding: clamp(4rem, 7vw, 5.8rem) 5.6vw;
}

.section-heading {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  margin-bottom: 2.2rem;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.section-heading.compact {
  justify-items: start;
  margin-bottom: 1.35rem;
  text-align: left;
}

.section-heading.align-left {
  justify-items: start;
  text-align: left;
}

.heading-rule {
  width: 48px;
  height: 3px;
  background: var(--accent);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.1rem, 2.2vw, 2rem);
}

.service-card {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  min-height: 244px;
  padding: 2rem 1.5rem 1.8rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  text-align: center;
  box-shadow: 0 8px 18px rgba(12, 27, 47, 0.035);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31, 140, 255, 0.08), transparent 44%, rgba(255, 194, 14, 0.08));
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.service-card:hover {
  border-color: rgba(31, 140, 255, 0.35);
  box-shadow: 0 20px 40px rgba(12, 27, 47, 0.09);
  transform: translateY(-4px);
}

.service-card:hover::before {
  opacity: 1;
}

.service-icon,
.process-icon {
  color: var(--ink);
}

.service-icon svg,
.process-icon svg {
  width: 78px;
  height: 78px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-icon .accent-line,
.process-icon .accent-line {
  stroke: var(--accent);
}

.process-icon .accent-fill {
  fill: var(--accent);
  stroke: var(--ink);
}

.service-card h3,
.process-step h3 {
  margin: 1.05rem 0 0.65rem;
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 900;
}

.service-card p,
.process-step p {
  margin: 0;
  color: #334457;
  font-size: 0.96rem;
  line-height: 1.55;
}

.process-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f3f6f9 100%);
}

.sales-section {
  background: var(--paper);
  border-top: 1px solid var(--soft-line);
}

.section-intro {
  width: min(760px, 90vw);
  margin: -1rem auto 2.4rem;
  color: #334457;
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: center;
}

.sales-cta {
  display: flex;
  justify-content: center;
}

.leboncoin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 64px;
  padding: 0 2rem;
  border-radius: 999px;
  background: #ff6e14;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
  box-shadow: 0 18px 34px rgba(255, 110, 20, 0.28);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease;
}

.leboncoin-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 40px rgba(255, 110, 20, 0.34);
  filter: saturate(1.04);
}

.leboncoin-icon {
  font-size: 1.15rem;
}

.bodywork-feature {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: stretch;
  padding: clamp(4rem, 7vw, 5.8rem) 5.6vw;
  background:
    radial-gradient(circle at 86% 18%, rgba(31, 140, 255, 0.2), transparent 30%),
    linear-gradient(135deg, #071a2e 0%, #0a2139 52%, #0f345d 100%);
  color: #fff;
}

.bodywork-copy {
  display: grid;
  align-content: center;
}

.bodywork-copy h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.45rem, 4vw, 4.2rem);
  line-height: 1.04;
  font-weight: 950;
}

.bodywork-copy p {
  max-width: 620px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.65;
}

.bodywork-copy ul {
  display: grid;
  gap: 0.7rem;
  margin: 1.5rem 0 2rem;
  padding: 0;
  list-style: none;
}

.bodywork-copy li {
  position: relative;
  padding-left: 1.7rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
}

.bodywork-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(255, 194, 14, 0.13);
}

.bodywork-copy .button {
  width: fit-content;
}

.bodywork-media {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.28);
}

.bodywork-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.04);
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr) 64px minmax(0, 1fr);
  align-items: center;
  max-width: 1090px;
  margin: 0 auto;
}

.process-step {
  display: grid;
  justify-items: center;
  text-align: center;
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-bottom: 1.2rem;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
}

.process-icon svg {
  width: 94px;
  height: 94px;
}

.process-arrow svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #aab7c5;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 7vw, 6rem);
  padding: clamp(3.2rem, 5vw, 4.5rem) 5.6vw;
  border-bottom: 1px solid var(--line);
}

.quote-card {
  position: relative;
  max-width: 560px;
  min-height: 200px;
  margin: 0;
  padding: 2rem 2.1rem 1.55rem 5.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.quote-card::before {
  content: "\201C";
  position: absolute;
  left: 1.55rem;
  top: 0.72rem;
  color: var(--accent);
  font-size: 5.8rem;
  font-weight: 900;
  line-height: 1;
}

.quote-card blockquote {
  margin: 0;
  color: #25384d;
  font-size: 1.05rem;
  line-height: 1.65;
}

.quote-card figcaption {
  display: grid;
  gap: 0.08rem;
  margin-top: 1.2rem;
}

.stars {
  color: var(--accent);
  font-size: 1.25rem;
  letter-spacing: 0;
}

.quote-card strong {
  font-size: 1rem;
}

.quote-card span:last-child {
  color: var(--muted);
  font-size: 0.9rem;
}

.google-reviews-card {
  max-width: 480px;
  min-height: 0;
  margin-top: 1.4rem;
  padding: 1.75rem 1.6rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(12, 27, 47, 0.08);
}

.google-reviews-card::before {
  content: none;
}

.google-reviews-head {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
}

.google-reviews-head svg {
  width: 24px;
  height: 24px;
}

.google-rating {
  display: block;
  margin-top: 1rem;
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1;
  font-weight: 950;
}

.google-stars {
  display: block;
  margin-top: 0.55rem;
  color: #fbbc04;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
}

.google-count {
  margin: 0.75rem 0 0;
  color: #334457;
  font-size: 0.98rem;
  font-weight: 700;
}

.google-review-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.google-review-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.2rem;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 900;
  text-align: center;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease;
}

.google-review-button:hover {
  transform: translateY(-1px);
}

.google-review-button-primary {
  background: #4285f4;
  color: #fff;
  box-shadow: 0 12px 24px rgba(66, 133, 244, 0.24);
}

.google-review-button-secondary {
  background: #34a853;
  color: #fff;
  box-shadow: 0 12px 24px rgba(52, 168, 83, 0.24);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.stat-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 1rem;
  align-items: center;
  min-height: 118px;
  padding: 1.35rem 1.2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mini-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stat-item .mini-icon {
  grid-row: span 2;
  color: var(--ink);
}

.stat-item strong {
  font-size: 1.65rem;
  line-height: 1;
  font-weight: 900;
}

.stat-item span:last-child {
  color: #334457;
  font-size: 0.92rem;
  line-height: 1.35;
}

.booking-contact {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  border-bottom: 1px solid var(--line);
}

.booking-panel,
.contact-panel {
  padding: clamp(2.6rem, 5vw, 4rem) 5.6vw;
}

.booking-panel {
  border-right: 1px solid var(--line);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.35rem;
}

.booking-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
}

.booking-form input,
.booking-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 0.9rem;
  border: 1px solid #bfcbd8;
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.95rem;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.booking-form input:focus,
.booking-form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(15, 52, 93, 0.12);
}

.submit-button,
.form-note {
  grid-column: 1 / -1;
}

.submit-button {
  width: 100%;
  border: 0;
}

.form-note {
  margin: -0.2rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.form-note.success {
  color: #136239;
  font-weight: 800;
}

.contact-list {
  display: grid;
  gap: 1.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: start;
  gap: 1rem;
  color: #223449;
  font-size: 1rem;
}

.contact-list .mini-icon {
  color: var(--ink);
}

.footer {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr 1.1fr auto;
  gap: clamp(2rem, 5vw, 4.5rem);
  padding: 2.1rem 5.6vw 2.3rem;
  background: radial-gradient(circle at 10% 10%, #163655 0%, var(--footer) 42%, #071a2e 100%);
  color: #fff;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: #fff;
}

.footer-logo {
  width: min(285px, 100%);
  height: 76px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.footer p,
.footer span,
.footer a:not(.footer-brand) {
  color: rgba(255, 255, 255, 0.82);
}

.footer p {
  margin: 0 0 1rem;
  max-width: 330px;
}

.footer h2 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.footer div:nth-child(3) {
  display: grid;
  align-content: start;
  gap: 0.15rem;
}

.socials {
  display: flex;
  align-items: start;
  gap: 1rem;
}

.socials a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
}

.socials svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.socials svg * {
  stroke: var(--blue);
}

.socials a:first-child svg {
  fill: currentColor;
  stroke: none;
}

.socials a:first-child svg * {
  fill: var(--blue);
  stroke: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    position: absolute;
    right: 5vw;
    top: 50%;
    display: grid;
    transform: translateY(-50%);
  }

  body.menu-open .mobile-nav {
    display: grid;
  }

  .hero {
    min-height: auto;
    display: grid;
    background:
      radial-gradient(circle at 22% 20%, rgba(31, 140, 255, 0.24), transparent 30%),
      linear-gradient(180deg, #071a2e 0%, #0a2139 58%, #111820 100%);
  }

  .hero-copy {
    width: min(680px, 90vw);
    padding: 4.6rem 5vw 2.2rem;
  }

  .hero-media {
    position: relative;
    inset: auto;
    height: clamp(300px, 55vw, 520px);
  }

  .hero-media::before {
    background: linear-gradient(180deg, #071a2e 0%, rgba(7, 26, 46, 0) 30%);
  }

  .services-grid,
  .proof-section,
  .booking-contact {
    grid-template-columns: 1fr 1fr;
  }

  .bodywork-feature {
    grid-template-columns: 1fr;
  }

  .bodywork-media {
    min-height: 330px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .process-arrow {
    display: none;
  }

  .booking-panel {
    border-right: 0;
  }

  .contact-panel {
    border-left: 1px solid var(--line);
  }

  .footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 68px;
    padding: 0 5vw;
  }

  .mobile-nav {
    inset-top: 68px;
  }

  .brand {
    font-size: 1.32rem;
  }

  .brand-logo {
    width: 172px;
    height: 50px;
  }

  .hero-copy h1 {
    font-size: clamp(2.75rem, 14vw, 4.5rem);
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .button,
  .bodywork-copy .button {
    width: 100%;
  }

  .services-grid,
  .proof-section,
  .booking-contact,
  .booking-form,
  .stats-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 3.4rem 5vw;
  }

  .bodywork-feature {
    padding: 3.4rem 5vw;
  }

  .bodywork-media {
    min-height: 260px;
  }

  .service-card {
    min-height: 0;
    padding: 1.7rem 1.25rem;
  }

  .section-intro {
    margin-top: -0.5rem;
    text-align: left;
  }

  .leboncoin-button {
    width: 100%;
  }

  .proof-section {
    padding: 3.4rem 5vw;
  }

  .quote-card {
    padding: 1.75rem 1.35rem 1.35rem 4.25rem;
  }

  .quote-card::before {
    left: 1.1rem;
    top: 0.78rem;
    font-size: 4.7rem;
  }

  .contact-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .booking-panel,
  .contact-panel {
    padding: 3.2rem 5vw;
  }

  .footer {
    gap: 2rem;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
