/* ============================================
   NS AUTO — Feuille de style (v2 fidèle au site réel)
   ============================================ */

:root {
  --black: #08070c;
  --black-soft: #0e0c15;
  --purple-deep: #2a0e5c;
  --purple: #6d28d9;
  --purple-bright: #9333ea;
  --purple-light: #a855f7;
  --white: #ffffff;
  --grey-text: #c9c5d6;
  --grey-dark: #1a1723;
  --radius-pill: 999px;
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Poppins', sans-serif;
  --container: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: var(--font-body); line-height: 1.5; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
ul { list-style: none; }

/* Boutons */
.btn { display: inline-block; padding: 16px 36px; border-radius: var(--radius-pill); font-weight: 600; font-size: 0.95rem; border: none; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn-purple { background: linear-gradient(135deg, var(--purple) 0%, var(--purple-light) 100%); color: var(--white); box-shadow: 0 8px 30px rgba(147, 51, 234, 0.45); }
.btn-black { background: #111018; color: var(--white); border: 1px solid rgba(255,255,255,0.12); }
.btn-black:hover { border-color: var(--purple-light); }

/* Bandeau d'annonce défilant */
.announcement-bar { background: var(--black); border-bottom: 1px solid rgba(255,255,255,0.08); overflow: hidden; padding: 10px 0; }
.marquee-track { display: flex; width: max-content; animation: scroll-left 25s linear infinite; }
.marquee-track span { font-size: 0.78rem; letter-spacing: 0.03em; color: var(--grey-text); padding: 0 28px; white-space: nowrap; border-right: 1px solid rgba(255,255,255,0.15); }
@keyframes scroll-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* En-tête */
header.site-header { position: sticky; top: 0; z-index: 60; background: rgba(8, 7, 12, 0.9); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; position: relative; }
.logo { font-family: var(--font-heading); font-weight: 800; font-size: 1.5rem; letter-spacing: 0.03em; }
nav.main-nav { position: absolute; left: 50%; transform: translateX(-50%); }
nav.main-nav ul { display: flex; gap: 34px; align-items: center; }
nav.main-nav > ul > li { position: relative; }
nav.main-nav a, nav.main-nav > ul > li > span { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; color: var(--white); transition: color 0.2s ease; cursor: pointer; text-transform: uppercase; }
nav.main-nav a:hover, nav.main-nav > ul > li:hover > span { color: var(--purple-light); }

.has-dropdown { display: flex; align-items: center; gap: 6px; }
.dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: #131019; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 10px; min-width: 220px; opacity: 0; visibility: hidden; transition: opacity 0.2s ease; box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
nav.main-nav > ul > li:hover .dropdown { opacity: 1; visibility: visible; }
.dropdown li a { display: block; padding: 10px 14px; font-size: 0.78rem; font-weight: 500; text-transform: none; letter-spacing: 0; border-radius: 6px; color: var(--grey-text); }
.dropdown li a:hover { background: rgba(147,51,234,0.15); color: var(--white); }

.header-actions { display: flex; align-items: center; gap: 20px; }
.icon-btn { width: 20px; height: 20px; color: var(--white); cursor: pointer; }
.cart-count { font-size: 0.7rem; background: var(--purple); border-radius: 50%; width: 16px; height: 16px; display: inline-flex; align-items: center; justify-content: center; margin-left: -8px; margin-top: -10px; position: relative; }
.menu-toggle { display: none; background: none; border: none; color: var(--white); font-size: 1.4rem; cursor: pointer; }

/* Hero */
.hero { position: relative; min-height: 92vh; display: flex; flex-direction: column; justify-content: center; background-size: cover; background-position: center; padding: 60px 24px 80px; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,7,12,0.5) 0%, rgba(8,7,12,0.1) 40%, rgba(8,7,12,0.9) 100%); }
.hero-content { position: relative; z-index: 2; max-width: var(--container); margin: 0 auto; width: 100%; }
.hero-title { font-family: var(--font-heading); font-weight: 800; font-size: clamp(2.4rem, 7vw, 4.2rem); line-height: 1; letter-spacing: 0.01em; }
.hero-subtitle { font-size: clamp(0.9rem, 2vw, 1.15rem); font-weight: 500; color: var(--grey-text); letter-spacing: 0.15em; margin-top: 8px; text-transform: uppercase; }
.hero-cta { position: relative; z-index: 2; display: flex; justify-content: center; margin-top: 50px; }
.hero-footer-label { position: relative; z-index: 2; text-align: center; margin-top: 40px; font-weight: 700; letter-spacing: 0.2em; color: var(--white); font-size: 0.85rem; }

/* Services */
.services { background: linear-gradient(180deg, var(--black) 0%, var(--purple-deep) 35%, var(--purple) 100%); padding: 90px 24px 110px; text-align: center; }
.services-title { font-family: var(--font-heading); font-weight: 700; font-size: clamp(1.7rem, 4vw, 2.6rem); max-width: 780px; margin: 0 auto 18px; }
.services-subtitle { color: rgba(255,255,255,0.85); max-width: 560px; margin: 0 auto 60px; }
.services-swipe-hint { display: none; }
.services-grid { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 32px; }
.service-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; margin-bottom: 24px; }
.service-card h3 { font-family: var(--font-heading); font-weight: 700; font-size: 1.35rem; margin-bottom: 12px; }
.service-card p { color: rgba(255,255,255,0.85); font-size: 0.92rem; margin-bottom: 22px; padding: 0 8px; }
.img-placeholder { width: 100%; aspect-ratio: 4/3; border-radius: 18px; margin-bottom: 24px; background: repeating-linear-gradient(45deg, #1a1723, #1a1723 10px, #211c2e 10px, #211c2e 20px); display: flex; align-items: center; justify-content: center; color: var(--grey-text); font-size: 0.75rem; text-align: center; padding: 10px; }

/* Boutique banner */
.boutique-banner { display: flex; background: #000; min-height: 60vh; }
.boutique-image { flex: 1 1 50%; display: flex; align-items: center; justify-content: center; background: #000; padding: 20px; }
.boutique-image img { width: 100%; height: auto; object-fit: contain; }
.boutique-content { flex: 1 1 50%; background: #000; display: flex; flex-direction: column; justify-content: center; padding: 60px 70px; }
.boutique-content h2 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 20px; letter-spacing: 0.05em; }
.boutique-content p { color: var(--grey-text); margin-bottom: 30px; font-size: 1.02rem; font-style: italic; max-width: 460px; }
.boutique-content .btn { align-self: flex-start; }
@media (max-width: 760px) {
  .boutique-banner { flex-direction: column; }
  .boutique-content { padding: 40px 24px; text-align: left; }
}

/* Bandeau texte défilant violet */
.marquee-strip { background: linear-gradient(90deg, var(--purple-deep), var(--purple), var(--purple-bright)); padding: 18px 0; overflow: hidden; }
.marquee-strip .marquee-track { animation-duration: 20s; }
.marquee-strip .marquee-track span { font-family: var(--font-heading); font-weight: 700; font-size: 1.05rem; color: var(--white); border: none; padding: 0 20px; }

/* Hero secondaire */
.hero-secondary { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background-size: cover; background-position: center; padding: 60px 24px; }
.hero-secondary::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,7,12,0.15) 0%, rgba(8,7,12,0.8) 100%); }
.hero-secondary-content { position: relative; z-index: 2; max-width: 640px; }
.hero-secondary-content .eyebrow { color: var(--grey-text); margin-bottom: 18px; font-size: 0.95rem; }
.hero-secondary-content h2 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(2rem, 5vw, 3.2rem); margin-bottom: 34px; }

/* Statistiques */
.stats { background: var(--black); padding: 90px 24px; }
.stats-grid { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; text-align: center; }
.stat-number { font-family: var(--font-heading); font-weight: 800; font-size: clamp(2.2rem, 5vw, 3.2rem); background: linear-gradient(135deg, var(--purple-light), var(--white)); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1.05; }
.stat-label { font-weight: 600; margin-top: 10px; margin-bottom: 14px; }
.stat-sub { color: var(--grey-text); font-size: 0.9rem; font-style: italic; }


/* Réseaux sociaux */
.social { background: var(--black-soft); padding: 0; }
.social img { width: 100%; }
.social-cta { text-align: center; padding: 40px 24px; background: var(--black-soft); }

/* FAQ */
.faq { background: linear-gradient(180deg, var(--black) 0%, var(--purple-deep) 60%, var(--purple) 100%); padding: 100px 24px 80px; }
.faq .container { max-width: 820px; }
.faq h2 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 20px; text-align: center; }
.faq > .container > p.faq-intro { color: var(--grey-text); text-align: center; margin-bottom: 10px; }
.faq-hours-top { text-align: center; color: var(--white); font-weight: 600; margin-bottom: 40px; }
.faq-list { background: rgba(255,255,255,0.06); border-radius: 20px; overflow: hidden; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.1); }
.faq-item:last-child { border-bottom: none; }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 24px 28px; background: none; border: none; color: var(--white); font-weight: 600; font-size: 1.0rem; text-align: left; cursor: pointer; }
.faq-question .chevron { transition: transform 0.25s ease; flex-shrink: 0; margin-left: 16px; }
.faq-item.open .chevron { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0 28px; color: rgba(255,255,255,0.85); font-size: 0.94rem; }
.faq-item.open .faq-answer { padding-bottom: 24px; }
.faq-hours { text-align: center; margin-top: 36px; color: var(--grey-text); }

/* Témoignages + valeurs (carrousel) */
.testimonials { background: var(--black); padding: 100px 24px; }
.testimonials h2 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(1.9rem, 4vw, 2.8rem); text-align: center; margin-bottom: 60px; }
.carousel-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 20px; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-card { scroll-snap-align: start; flex: 0 0 300px; background: var(--grey-dark); border-radius: 18px; padding: 32px; }
.carousel-card .author { font-weight: 700; margin-bottom: 6px; }
.carousel-card .headline { color: var(--purple-light); font-weight: 600; font-size: 0.9rem; margin-bottom: 14px; }
.carousel-card p.quote { color: var(--grey-text); font-size: 0.92rem; font-style: italic; }
.carousel-card.value { background: linear-gradient(160deg, var(--purple-deep), var(--black)); }
.carousel-card.value h3 { font-family: var(--font-heading); font-weight: 700; margin-bottom: 12px; font-size: 1.15rem; }
.carousel-dots { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.carousel-dots button { width: 9px; height: 9px; border-radius: 50%; border: none; background: rgba(255,255,255,0.25); cursor: pointer; }
.carousel-dots button.active { background: var(--purple-light); }

/* À propos */
.about { background: var(--black-soft); padding: 100px 24px; }
.about-grid { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; }
.about h2 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 24px; }
.about p { color: var(--grey-text); margin-bottom: 18px; }
.about-list h3 { font-family: var(--font-heading); font-weight: 700; margin-bottom: 18px; }
.about-list a { display: block; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); color: var(--grey-text); }
.about-list a:hover { color: var(--purple-light); }

/* Newsletter */
.newsletter { background: var(--black); padding: 80px 24px; text-align: center; }
.newsletter h2 { font-family: var(--font-heading); font-weight: 700; font-size: clamp(1.3rem, 3vw, 1.8rem); margin-bottom: 26px; max-width: 480px; margin-left: auto; margin-right: auto; }
.newsletter-form { display: flex; justify-content: center; gap: 10px; max-width: 420px; margin: 0 auto; flex-wrap: wrap; }
.newsletter-form input { flex: 1; min-width: 220px; padding: 14px 20px; border-radius: var(--radius-pill); border: 1px solid rgba(255,255,255,0.15); background: var(--grey-dark); color: var(--white); font-family: var(--font-body); }
.newsletter-form input::placeholder { color: var(--grey-text); }

/* Footer */
footer.site-footer { background: var(--black); padding: 50px 24px 30px; text-align: center; border-top: 1px solid rgba(255,255,255,0.08); color: var(--grey-text); font-size: 0.85rem; }
footer.site-footer .logo { display: inline-block; margin-bottom: 16px; }
.payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 20px 0; }
.payment-icons span { border: 1px solid rgba(255,255,255,0.15); border-radius: 6px; padding: 6px 10px; font-size: 0.7rem; color: var(--grey-text); }

/* WhatsApp flottant */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0,0,0,0.4); z-index: 100; }
.whatsapp-float svg { width: 28px; height: 28px; }

/* Animations au défilement */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.revealed { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
}

/* Bandeau de confiance */
.trust-badges { background: var(--black-soft); padding: 40px 24px; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.trust-badges-inner { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-badge { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; color: var(--grey-text); font-size: 0.82rem; font-weight: 500; }
.trust-badge svg { width: 30px; height: 30px; color: var(--purple-light); }
@media (max-width: 760px) { .trust-badges-inner { grid-template-columns: repeat(2, 1fr); } }

/* Preuve sociale : étoiles + badge vérifié */
.verified-badge { text-align: center; color: var(--purple-light); font-weight: 600; font-size: 0.85rem; margin-top: -36px; margin-bottom: 40px; }
.carousel-card .stars { color: #FFC94A; letter-spacing: 3px; margin-bottom: 12px; font-size: 0.95rem; }

/* Effet de survol amélioré sur les cartes services */
.service-card { transition: transform 0.25s ease; }
.service-card:hover { transform: translateY(-6px); }
.service-card img { transition: transform 0.4s ease; }
.service-card:hover img { transform: scale(1.04); }

/* Menu mobile plein écran */
.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8,7,12,0.98);
  z-index: 200;
  display: flex;
  flex-direction: column;
  padding: 100px 32px 40px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.mobile-nav-overlay.open { transform: translateX(0); }
.mobile-nav-close { position: absolute; top: 24px; right: 24px; background: none; border: none; color: var(--white); font-size: 1.8rem; cursor: pointer; }
.mobile-nav-overlay ul { display: flex; flex-direction: column; gap: 8px; }
.mobile-nav-overlay > ul > li > a,
.mobile-nav-overlay > ul > li > span {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.4rem;
  padding: 14px 0;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  cursor: pointer;
}
.mobile-nav-overlay .sub-menu { display: none; padding-left: 16px; }
.mobile-nav-overlay .sub-menu.open { display: block; }
.mobile-nav-overlay .sub-menu a { font-size: 1rem; font-weight: 500; padding: 10px 0; color: var(--grey-text); border-bottom: none; }
.mobile-nav-overlay .cta-mobile { margin-top: auto; }

/* Barre d'action fixe en bas sur mobile */
.mobile-sticky-cta { display: none; }
@media (max-width: 640px) {
  .mobile-sticky-cta {
    display: flex;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 90;
    background: rgba(8,7,12,0.96);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 12px 16px;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }
  .mobile-sticky-cta a { flex: 1; text-align: center; }
  body { padding-bottom: 72px; }
  .whatsapp-float { bottom: 84px; }
}

/* Accessibilité clavier */
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 2px solid var(--purple-light);
  outline-offset: 3px;
}

/* Responsive */
@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  nav.main-nav { display: none; }
  .menu-toggle { display: block; }
  .services-grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 0 20px 10px;
    margin: 0 -20px;
    scrollbar-width: none;
  }
  .services-grid::-webkit-scrollbar { display: none; }
  .service-card {
    flex: 0 0 82%;
    scroll-snap-align: center;
  }
  .services-swipe-hint {
    display: block;
    text-align: center;
    color: var(--grey-text);
    font-size: 0.78rem;
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .boutique-content { max-width: 100%; }
  /* En-tête mobile allégé */
  .header-actions .icon-btn:nth-child(1),
  .header-actions .icon-btn:nth-child(2) { display: none; }

  /* Réduction des vides verticaux sur mobile */
  .hero { min-height: 85vh; padding: 40px 20px 70px; }
  .services { padding: 60px 20px 70px; }
  .services-subtitle { margin-bottom: 40px; }
  .trust-badges { padding: 36px 20px; }
  .boutique-image { padding: 0; }
  .boutique-content { padding: 36px 24px 44px; }
  .hero-secondary { min-height: auto; padding: 80px 20px; background-position: 65% center; }
  .hero-secondary-content .eyebrow { margin-bottom: 12px; }
  .hero-secondary-content h2 { margin-bottom: 26px; }
  .stats { padding: 60px 20px; }
  .stats-grid { gap: 36px; }
  .before-after { padding: 30px 20px 70px; }
  .faq { padding: 60px 20px 50px; }
  .testimonials { padding: 60px 20px; }
  .testimonials h2 { margin-bottom: 30px; }
  .about { padding: 60px 20px; }
  .newsletter { padding: 50px 20px; }
}

/* ============================================
   Page Boutique / Catalogue
   ============================================ */

.catalog-hero { background: linear-gradient(180deg, var(--black) 0%, var(--purple-deep) 100%); padding: 80px 24px 60px; text-align: center; }
.catalog-eyebrow { color: var(--purple-light); font-weight: 600; margin-bottom: 14px; }
.catalog-hero h1 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(1.9rem, 4.5vw, 3rem); max-width: 780px; margin: 0 auto 18px; }
.catalog-sub { color: var(--grey-text); max-width: 600px; margin: 0 auto; }

.vehicle-selector { background: var(--black-soft); padding: 30px 24px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.vs-label { font-size: 0.85rem; font-weight: 600; margin-bottom: 14px; }
.vs-label span { font-weight: 400; color: var(--grey-text); }
.vs-row { display: flex; gap: 14px; flex-wrap: wrap; }
.vs-row select {
  flex: 1; min-width: 180px;
  padding: 14px 18px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255,255,255,0.15);
  background: var(--grey-dark);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.9rem;
}
.vs-row select:disabled { opacity: 0.5; }
.vs-row .btn { padding: 14px 24px; }

.category-filters { background: var(--black); padding: 26px 24px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.chip-row { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; }
.chip-row::-webkit-scrollbar { display: none; }
.chip {
  flex-shrink: 0;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255,255,255,0.15);
  background: transparent;
  color: var(--grey-text);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.chip:hover { border-color: var(--purple-light); color: var(--white); }
.chip.active { background: linear-gradient(135deg, var(--purple), var(--purple-light)); border-color: transparent; color: var(--white); }

.product-section { background: var(--black); padding: 50px 24px 100px; }
.results-count { color: var(--grey-text); font-size: 0.85rem; margin-bottom: 24px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.product-card { background: var(--black-soft); border-radius: 18px; padding: 20px; border: 1px solid rgba(255,255,255,0.06); position: relative; }
.product-card img, .product-card .img-placeholder { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 14px; margin-bottom: 18px; }
.product-card .img-placeholder { display: flex; align-items: center; justify-content: center; background: repeating-linear-gradient(45deg, #1a1723, #1a1723 10px, #211c2e 10px, #211c2e 20px); color: var(--grey-text); font-size: 0.8rem; }
.product-card h3 { font-family: var(--font-heading); font-weight: 700; font-size: 1.05rem; margin-bottom: 10px; }
.product-card p { color: rgba(255,255,255,0.8); font-size: 0.88rem; margin-bottom: 14px; }
.product-card .price { font-weight: 700; color: var(--purple-light); font-size: 0.95rem; }
.product-card .price.price-pending { color: var(--grey-text); font-weight: 500; font-style: italic; }
.product-card .btn { width: 100%; text-align: center; margin-top: 6px; }
.compat-badge { position: absolute; top: 14px; right: 14px; background: rgba(147,51,234,0.9); color: white; font-size: 0.7rem; font-weight: 600; padding: 5px 12px; border-radius: var(--radius-pill); z-index: 2; }
.no-results { text-align: center; color: var(--grey-text); padding: 40px 20px; }

@media (max-width: 900px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .catalog-hero { padding: 60px 20px 40px; }
  .vs-row { flex-direction: column; }
  .vs-row select, .vs-row .btn { width: 100%; }
  .product-grid { grid-template-columns: 1fr; }
  .product-section { padding: 40px 20px 80px; }
}

/* ============================================
   Configurateur de volant 3D
   ============================================ */

.configurator-intro { background: linear-gradient(180deg, var(--black) 0%, #1c1a24 100%); padding: 70px 24px 40px; text-align: center; }
.configurator-intro h1 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.7rem); max-width: 720px; margin: 0 auto 16px; }
.configurator-intro .catalog-eyebrow { color: #9a9aa5; }

.configurator { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; background: var(--black); min-height: 640px; }

.configurator-preview { position: sticky; top: 0; height: 100vh; background: radial-gradient(circle at 50% 45%, #1e1e24, #08070c 70%); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; }
.configurator-preview img { max-width: 100%; max-height: 70%; object-fit: contain; border-radius: 12px; }
.preview-caption { color: #9a9aa5; font-size: 0.9rem; margin-top: 20px; text-align: center; }
.price-tag {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--white);
  margin-bottom: 18px;
  transition: opacity 0.2s ease;
}

.configurator-panel { padding: 60px 50px; }
.configurator-panel-scroll { display: flex; flex-direction: column; gap: 56px; }

.config-section { padding-bottom: 8px; border-radius: 14px; transition: background 0.4s ease; }
.config-section.highlight { background: rgba(255,255,255,0.05); }
.section-number {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: #2a2a32; color: #d0d0d6;
  font-weight: 700; font-size: 0.85rem;
  margin-bottom: 14px;
}
.config-section h2 { font-family: var(--font-heading); font-weight: 700; font-size: 1.5rem; margin-bottom: 12px; }

.config-send-row { display: flex; justify-content: center; padding-top: 10px; }
.config-send-row .btn { width: 100%; text-align: center; }

.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.option-card {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 18px;
  background: var(--grey-dark);
  border: 2px solid transparent;
  border-radius: 12px;
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.15s ease;
  text-align: left;
}
.option-card:hover { transform: translateY(-2px); }
.option-card.selected { border-color: #9a9aa5; background: rgba(154,154,165,0.12); }
.option-card .swatch { width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0; border: 1px solid rgba(255,255,255,0.2); }

/* Cartes d'options avec vignette photo (forme, matière) */
.option-grid-visual { grid-template-columns: repeat(3, 1fr); }
.visual-card {
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  padding: 12px;
  gap: 6px;
}
.visual-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 8px;
}
.visual-card strong { font-size: 0.92rem; }
.visual-card .option-sub { font-size: 0.78rem; }

/* Badge de supplément affiché directement sur la vignette */
.thumb-wrap { position: relative; margin-bottom: 8px; }
.thumb-wrap img { margin-bottom: 0; }
.price-badge {
  position: absolute;
  top: 8px; right: 8px;
  background: rgba(0,0,0,0.75);
  border: 1px solid rgba(255,255,255,0.25);
  color: var(--white);
  font-weight: 700;
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
}
.shape-grid { grid-template-columns: repeat(2, 1fr); }

/* Le configurateur utilise un accent gris neutre plutôt que le violet du reste du site */
.configurator .btn-purple {
  background: linear-gradient(135deg, #4a4a52 0%, #75757e 100%);
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.configurator .vin-input:focus,
.configurator select:focus { outline: 2px solid #75757e; outline-offset: 2px; }

.config-nav { display: flex; justify-content: space-between; margin-top: 40px; }

.config-summary { margin-top: 30px; background: var(--grey-dark); border-radius: 14px; padding: 24px; }
.config-summary h3 { font-family: var(--font-heading); font-size: 1.1rem; margin-bottom: 14px; }
.config-summary ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.config-summary li { color: rgba(255,255,255,0.85); font-size: 0.9rem; }
.summary-total { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 6px; padding-top: 10px; font-size: 1.05rem !important; color: var(--white) !important; }

@media (max-width: 900px) {
  .configurator { grid-template-columns: 1fr; }
  .configurator-preview { position: relative; height: 420px; }
  .configurator-panel { padding: 40px 24px 70px; }
  .option-grid { grid-template-columns: 1fr; }
}

.configurator-promo {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: linear-gradient(135deg, var(--purple-deep), var(--black));
  border: 1px solid rgba(147,51,234,0.3);
  border-radius: 18px;
  padding: 30px 34px;
  margin-bottom: 36px;
}
.configurator-promo-text h3 { font-family: var(--font-heading); font-weight: 700; font-size: 1.2rem; margin-bottom: 8px; }
.configurator-promo-text p { color: var(--grey-text); font-size: 0.9rem; max-width: 480px; }
.configurator-promo .btn { flex-shrink: 0; }
@media (max-width: 760px) {
  .configurator-promo { flex-direction: column; text-align: center; }
}

/* Étapes supplémentaires du configurateur (véhicule, style de base, VIN) */
.step-hint { color: var(--grey-text); font-size: 0.88rem; margin-bottom: 20px; }
.config-step .vs-row select {
  flex: 1; min-width: 160px;
  padding: 14px 18px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255,255,255,0.15);
  background: var(--grey-dark);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.9rem;
}
.base-style-card { flex-direction: column; align-items: flex-start; }
.option-sub { font-weight: 400; color: var(--grey-text); font-size: 0.82rem; }
.vin-label { display: block; font-weight: 600; font-size: 0.88rem; margin-bottom: 10px; }
.vin-input {
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.15);
  background: var(--grey-dark);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.95rem;
  margin-bottom: 10px;
}
.vin-input::placeholder { color: var(--grey-text); }

/* ============================================
   Boutique — Hero nouveauté + vignettes catégorie
   ============================================ */

.boutique-hero {
  background:
    linear-gradient(180deg, rgba(8,7,12,0.75) 0%, rgba(8,7,12,0.95) 100%),
    radial-gradient(circle at 30% 20%, #2a0e5c, #08070c 65%);
  padding: 100px 24px 90px;
  text-align: center;
}
.boutique-hero-inner { max-width: 780px; margin: 0 auto; }
.boutique-hero h1 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  margin: 16px 0 20px;
  line-height: 1.15;
}
.boutique-hero-cta { display: flex; justify-content: center; gap: 16px; margin-top: 34px; flex-wrap: wrap; }

.category-showcase { background: var(--black-soft); padding: 70px 24px; }
.section-title-center {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  text-align: center;
  margin-bottom: 40px;
}
.category-tiles {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.category-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 28px 16px;
  background: var(--grey-dark);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  color: var(--white);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
  text-align: center;
}
.category-tile:hover { transform: translateY(-4px); border-color: var(--purple-light); }
.category-tile .cat-icon { font-size: 1.8rem; }

@media (max-width: 900px) {
  .category-tiles { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .boutique-hero { padding: 70px 20px 60px; }
  .boutique-hero-cta { flex-direction: column; align-items: stretch; }
}

/* ============================================
   Page Volants sur-mesure
   ============================================ */

.wheel-hero { position: relative; background: var(--black); }
.wheel-hero-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.wheel-hero-grid img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1/1; opacity: 0.85; }
.wheel-hero-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(8,7,12,0.45);
}
.wheel-hero-caption {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.6rem, 4.5vw, 3rem);
  color: var(--white);
  text-align: center;
  letter-spacing: 0.04em;
  text-shadow: 0 4px 30px rgba(0,0,0,0.8);
  padding: 0 20px;
}

.wheel-create { background: linear-gradient(180deg, var(--black) 0%, #1c1a24 100%); padding: 80px 24px; text-align: center; }
.wheel-create h1 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(2rem, 4.5vw, 3rem); margin: 14px 0 18px; }
.wheel-create-cta { margin-top: 30px; }

.wheel-details { background: var(--black-soft); padding: 80px 24px; }
.detail-grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
}
.detail-card { position: relative; border-radius: 14px; overflow: hidden; }
.detail-card.large { grid-column: span 2; grid-row: span 2; }
.detail-card img { width: 100%; height: 100%; object-fit: cover; }
.detail-label {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 16px;
  background: linear-gradient(0deg, rgba(0,0,0,0.85), transparent);
  color: var(--white);
  font-weight: 600;
  font-size: 0.85rem;
}

.wheel-final-cta { background: var(--black); padding: 90px 24px; text-align: center; }
.wheel-final-cta h2 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 16px; }
.wheel-final-cta p { color: var(--grey-text); margin-bottom: 30px; }

@media (max-width: 760px) {
  .wheel-hero-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); }
  .detail-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .detail-card.large { grid-column: span 2; grid-row: span 1; }
}

.preview-note { color: #9a9aa5; font-size: 0.78rem; font-style: italic; margin-top: 8px; text-align: center; max-width: 280px; }

/* Page de sélection véhicule (marque / modèle) */
.vehicle-picker { background: var(--black); padding: 20px 24px 100px; }
.picker-hint { text-align: center; color: var(--grey-text); font-size: 0.85rem; margin-bottom: 30px; }
.brand-tiles, .model-tiles {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.brand-tile, .model-tile {
  padding: 26px 16px;
  background: var(--grey-dark);
  border: 2px solid transparent;
  border-radius: 14px;
  color: var(--white);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.15s ease;
  text-align: center;
}
.brand-tile:hover, .model-tile:hover { transform: translateY(-3px); }
.brand-tile.selected { border-color: #9a9aa5; background: rgba(154,154,165,0.12); }

@media (max-width: 900px) {
  .brand-tiles, .model-tiles { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================
   Panier
   ============================================ */

.cart-badge {
  position: absolute; top: -6px; right: -8px;
  background: var(--purple); color: white;
  font-size: 0.65rem; font-weight: 700;
  width: 17px; height: 17px; border-radius: 50%;
  display: none; align-items: center; justify-content: center;
}

.cart-section { background: var(--black); padding: 20px 24px 100px; }
.cart-item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 20px;
  background: var(--black-soft);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 14px;
}
.cart-item-info h3 { font-family: var(--font-heading); font-weight: 700; font-size: 1.05rem; margin-bottom: 6px; }
.cart-item-details { color: var(--grey-text); font-size: 0.85rem; white-space: pre-line; }
.cart-item-price { font-weight: 700; color: var(--purple-light); white-space: nowrap; }
.cart-item-remove {
  background: none; border: 1px solid rgba(255,255,255,0.15);
  color: var(--white); width: 32px; height: 32px; border-radius: 50%;
  cursor: pointer; font-size: 0.9rem;
}
.cart-item-remove:hover { border-color: var(--purple-light); color: var(--purple-light); }

.cart-total-row {
  display: flex; justify-content: space-between; align-items: center;
  max-width: var(--container); margin: 30px auto 0;
  padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 1.1rem;
}
.cart-total-row strong { font-family: var(--font-heading); font-size: 1.4rem; }

.cart-actions { display: flex; justify-content: space-between; gap: 16px; max-width: var(--container); margin: 26px auto 0; }

@media (max-width: 640px) {
  .cart-item { grid-template-columns: 1fr; text-align: left; }
  .cart-item-remove { justify-self: flex-start; }
  .cart-actions { flex-direction: column-reverse; }
}

/* ============================================
   Comptes clients
   ============================================ */

.account-section { background: var(--black); min-height: 60vh; display: flex; align-items: center; justify-content: center; padding: 60px 24px; }
.account-section-wide { display: block; min-height: auto; padding-top: 60px; }
.account-card {
  max-width: 420px; width: 100%;
  background: var(--black-soft);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 44px 36px;
}
.account-card h1 { font-family: var(--font-heading); font-weight: 800; font-size: 1.7rem; margin-bottom: 10px; text-align: center; }
.account-sub { color: var(--grey-text); text-align: center; font-size: 0.9rem; margin-bottom: 30px; }
.account-card label { display: block; font-weight: 600; font-size: 0.85rem; margin-bottom: 8px; margin-top: 18px; }
.account-card input {
  width: 100%; padding: 13px 16px;
  border-radius: 10px; border: 1px solid rgba(255,255,255,0.15);
  background: var(--grey-dark); color: var(--white); font-family: var(--font-body); font-size: 0.95rem;
}
.account-hint { color: var(--grey-text); font-size: 0.78rem; margin-top: 6px; }
.account-error { color: #ff8a8a; font-size: 0.85rem; margin-top: 16px; }
.account-success { color: #8affa0; font-size: 0.85rem; margin-top: 16px; }
.account-switch { text-align: center; margin-top: 24px; font-size: 0.88rem; color: var(--grey-text); }
.account-switch a { color: var(--purple-light); font-weight: 600; }
.account-card button { margin-top: 24px; }

.account-header-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; margin-bottom: 50px; }
.account-header-row h1 { font-family: var(--font-heading); font-weight: 800; font-size: 1.8rem; }
.section-title-left { font-family: var(--font-heading); font-weight: 700; font-size: 1.3rem; margin-bottom: 24px; }

/* ============================================
   Avant / Après — curseur de comparaison
   ============================================ */

.before-after { background: var(--black); padding: 90px 24px 100px; text-align: center; }
.before-after h2 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.6rem); letter-spacing: 0.05em; margin-bottom: 10px; }
.before-after .proof { color: var(--grey-text); margin-bottom: 40px; }

.ba-slider {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.ba-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.ba-before-wrap {
  position: absolute; inset: 0;
  overflow: hidden;
  clip-path: inset(0 50% 0 0);
}

.ba-label {
  position: absolute; top: 20px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: rgba(8,7,12,0.7);
  backdrop-filter: blur(4px);
  color: var(--white);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  z-index: 3;
  pointer-events: none;
}
.ba-label-before { left: 20px; }
.ba-label-after { right: 20px; }

.ba-handle {
  position: absolute; top: 0; bottom: 0;
  left: 50%;
  width: 44px;
  margin-left: -22px;
  display: flex; align-items: center; justify-content: center;
  z-index: 4;
  cursor: ew-resize;
}
.ba-handle::before {
  content: '';
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 2px;
  background: var(--white);
  transform: translateX(-50%);
}
.ba-handle-arrows {
  position: relative;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}

@media (max-width: 640px) {
  .ba-slider { border-radius: 14px; }
  .ba-label { font-size: 0.65rem; padding: 5px 10px; top: 12px; }
}

/* ============================================
   Dégradés violets d'ambiance en fond
   ============================================ */

body {
  position: relative;
}
body::before {
  content: '';
  position: fixed;
  top: -10%; left: -10%;
  width: 60vw; height: 60vw;
  max-width: 800px; max-height: 800px;
  background: radial-gradient(circle, rgba(147,51,234,0.28) 0%, rgba(147,51,234,0) 70%);
  pointer-events: none;
  z-index: 0;
}
body::after {
  content: '';
  position: fixed;
  top: 30%; right: -15%;
  width: 55vw; height: 55vw;
  max-width: 700px; max-height: 700px;
  background: radial-gradient(circle, rgba(199,125,255,0.22) 0%, rgba(199,125,255,0) 70%);
  pointer-events: none;
  z-index: 0;
}

.services::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 100%; height: 400px;
  background: radial-gradient(ellipse at center, rgba(199,125,255,0.18) 0%, rgba(199,125,255,0) 70%);
  pointer-events: none;
  z-index: 0;
}
.services { position: relative; overflow: hidden; }
.services > * { position: relative; z-index: 1; }

.stats { position: relative; overflow: hidden; }
.stats::before {
  content: '';
  position: absolute;
  bottom: -20%; left: 50%;
  transform: translateX(-50%);
  width: 70%; height: 300px;
  background: radial-gradient(ellipse at center, rgba(147,51,234,0.2) 0%, rgba(147,51,234,0) 70%);
  pointer-events: none;
  z-index: 0;
}
.stats > * { position: relative; z-index: 1; }

.before-after { position: relative; overflow: hidden; }
.before-after::before {
  content: '';
  position: absolute;
  top: -10%; right: -5%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(199,125,255,0.15) 0%, rgba(199,125,255,0) 70%);
  pointer-events: none;
  z-index: 0;
}
.before-after > * { position: relative; z-index: 1; }
