/* ========================================
   K&C DESIGN — Premium Car Detailing
   Stylesheet
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&family=Inter:wght@300;400;500;600&display=swap');

/* ---- Variables ---- */
:root {
  --red:        #E00012;
  --red-light:  #FF2030;
  --red-dark:   #A80010;
  --red-glow:   rgba(224, 0, 18, 0.25);
  --black:      #080808;
  --s1:         #0F0F0F;
  --s2:         #171717;
  --s3:         #212121;
  --border:     rgba(255,255,255,0.07);
  --border-red: rgba(224,0,18,0.3);
  --white:      #FFFFFF;
  --dim:        rgba(255,255,255,0.65);
  --muted:      rgba(255,255,255,0.38);
  --fh:         'Montserrat', sans-serif;
  --fb:         'Inter', sans-serif;
  --mw:         1200px;
  --ease:       cubic-bezier(.4,0,.2,1);
}

/* ---- Reset ---- */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--fb);
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; }

/* ---- Scrollbar ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--red-dark); border-radius: 3px; }

/* ========================================
   LAYOUT
   ======================================== */
.container {
  max-width: var(--mw);
  margin: 0 auto;
  padding: 0 40px;
}
section { padding: 100px 0; }

/* ========================================
   TYPOGRAPHY COMPONENTS
   ======================================== */
.label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--red);
  font-family: var(--fh);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.label::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--red);
  flex-shrink: 0;
}
.label.centered::before, .label.centered::after {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--red);
  flex-shrink: 0;
}
.label.centered { justify-content: center; }
.label.centered::before { display: block; }

.h1 {
  font-family: var(--fh);
  font-weight: 900;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 1;
  letter-spacing: -0.03em;
}
.h2 {
  font-family: var(--fh);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.h3 {
  font-family: var(--fh);
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}
.accent { color: var(--red); }
.desc {
  color: var(--dim);
  font-size: 1.05rem;
  line-height: 1.85;
  max-width: 580px;
}

/* ========================================
   BUTTONS
   ======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 3px;
  font-family: var(--fh);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  transition: all 0.28s var(--ease);
  white-space: nowrap;
}
.btn-primary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 4px 24px var(--red-glow);
}
.btn-primary:hover {
  background: var(--red-light);
  box-shadow: 0 8px 36px rgba(224,0,18,.42);
  transform: translateY(-2px);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,.25);
}
.btn-outline:hover {
  border-color: var(--red);
  color: var(--red);
  transform: translateY(-2px);
}
.btn-white {
  background: var(--white);
  color: var(--red);
}
.btn-white:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,.25);
  color: var(--red);
}
.btn-lg { padding: 20px 52px; font-size: 0.9rem; }

/* ========================================
   ANIMATIONS
   ======================================== */
.anim {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.anim.visible { opacity: 1; transform: none; }
.anim-d1 { transition-delay: .1s; }
.anim-d2 { transition-delay: .2s; }
.anim-d3 { transition-delay: .3s; }
.anim-d4 { transition-delay: .4s; }
.anim-d5 { transition-delay: .5s; }
.anim-d6 { transition-delay: .6s; }

@keyframes bbl-rise {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  8%   { opacity: 1; }
  90%  { opacity: 0.55; }
  100% { transform: translateY(-108vh) translateX(var(--bbl-drift, 18px)); opacity: 0; }
}
@keyframes pulse-ring {
  0%,100% { box-shadow: 0 0 0 0 rgba(224,0,18,.7); }
  50%      { box-shadow: 0 0 0 8px rgba(224,0,18,0); }
}
@keyframes scroll-line {
  0%   { transform: scaleY(0); transform-origin: top; }
  49%  { transform: scaleY(1); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
@keyframes float-up {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-6px); }
}
@keyframes shimmer {
  0%   { background-position: -400px 0; }
  100% { background-position: 400px 0; }
}

/* ========================================
   NAVBAR
   ======================================== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 24px 40px;
  transition: padding .3s var(--ease), background .3s, border-color .3s;
  border-bottom: 1px solid transparent;
}
.navbar.scrolled {
  background: rgba(8,8,8,.94);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 14px 40px;
  border-bottom-color: var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--mw);
  margin: 0 auto;
}
.nav-logo { display: flex; align-items: center; }
.nav-logo img {
  height: 72px;
  filter: drop-shadow(0 0 12px rgba(224,0,18,.45));
  transition: height .3s var(--ease), filter .3s;
}
.navbar.scrolled .nav-logo img { height: 56px; }
.nav-logo img:hover { filter: drop-shadow(0 0 18px rgba(224,0,18,.7)); }
.nav-links {
  display: flex;
  gap: 38px;
  list-style: none;
  align-items: center;
}
.nav-links a {
  font-family: var(--fh);
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dim);
  position: relative;
  transition: color .25s;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 2px;
  background: var(--red);
  transition: width .3s var(--ease);
}
.nav-links a:hover,
.nav-links a.active { color: var(--white); }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
.nav-cta {
  background: var(--red) !important;
  color: var(--white) !important;
  padding: 10px 22px;
  border-radius: 3px;
  box-shadow: 0 0 20px var(--red-glow);
  letter-spacing: 0.08em !important;
  font-weight: 700 !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--red-light) !important; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--white);
  transition: all .3s;
}
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(8,8,8,.98);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--fh);
  font-weight: 800;
  font-size: clamp(1.8rem, 6vw, 2.8rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  transition: color .25s;
}
.mobile-menu a:hover { color: var(--red); }
.mobile-close {
  position: absolute;
  top: 24px; right: 32px;
  background: none;
  border: none;
  color: var(--dim);
  font-size: 2rem;
  line-height: 1;
}

/* ========================================
   HERO — INDEX
   ======================================== */
.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: var(--black);
  display: flex;
  flex-direction: column;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 80% at 80% 50%, rgba(224,0,18,.08) 0%, transparent 55%),
    radial-gradient(ellipse 40% 60% at 5% 60%, rgba(224,0,18,.04) 0%, transparent 50%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px);
  background-size: 64px 64px;
}
.hero-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.025'/%3E%3C/svg%3E");
  opacity: 0.4;
}

/* Ghost text KOCO en fond */
.hero-ghost {
  position: absolute;
  bottom: 44px;
  right: -0.08em;
  font-family: var(--fh);
  font-size: clamp(10rem, 22vw, 20rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.035);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* Layout 2 colonnes */
.hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  flex: 1;
  padding: 130px 0 80px;
  position: relative;
  z-index: 2;
}

/* — GAUCHE — */
.hero-left { position: relative; z-index: 2; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--red);
  font-family: var(--fh);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--red);
  animation: pulse-ring 2s infinite;
  flex-shrink: 0;
}

.hero-title {
  font-family: var(--fh);
  font-weight: 900;
  font-size: clamp(3rem, 5.5vw, 5rem);
  line-height: .92;
  letter-spacing: -.04em;
  margin-bottom: 24px;
}
.ht-top { display: block; color: var(--white); }
.ht-bottom {
  display: block;
  color: var(--red);
  position: relative;
}
.ht-bottom::after {
  content: '';
  position: absolute;
  bottom: -8px; left: 0;
  height: 3px; width: 100%;
  background: linear-gradient(90deg, var(--red), transparent);
  transform: scaleX(0);
  transform-origin: left;
  animation: underline-in .9s .7s var(--ease) forwards;
}
@keyframes underline-in { to { transform: scaleX(1); } }

.hero-pills {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  font-family: var(--fh);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}
.hp-sep { color: var(--red); }

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.hstat-num {
  display: block;
  font-family: var(--fh);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: var(--white);
  letter-spacing: -.03em;
}
.hstat-num sup {
  font-size: 1rem;
  color: var(--red);
  vertical-align: super;
}
.hstat-label {
  display: block;
  font-family: var(--fh);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 5px;
}
.hstat-sep {
  width: 1px; height: 36px;
  background: var(--border);
  flex-shrink: 0;
}

/* — DROITE — */
.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Anneaux rotatifs */
.hv-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(224,0,18,.14);
  pointer-events: none;
}
.hv-ring-1 {
  width: 460px; height: 460px;
  border-style: dashed;
  animation: ring-spin 26s linear infinite;
}
.hv-ring-2 {
  width: 340px; height: 340px;
  animation: ring-spin 18s linear infinite reverse;
}
@keyframes ring-spin { to { transform: rotate(360deg); } }

/* Cadre arrondi pour la photo */
.hv-frame {
  width: 300px; height: 400px;
  border-radius: 160px 160px 6px 6px;
  overflow: hidden;
  border: 1px solid var(--border-red);
  background: var(--s2);
  position: relative;
  z-index: 2;
  box-shadow: 0 0 60px rgba(224,0,18,.1), 0 40px 80px rgba(0,0,0,.5);
}
.hv-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* Badge flottant bas-gauche */
.hv-badge {
  position: absolute;
  bottom: 28px; left: -40px;
  background: rgba(15,15,15,0.92);
  border: 1px solid var(--border-red);
  border-radius: 2px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 4;
  backdrop-filter: blur(12px);
  animation: float-up 4s ease-in-out infinite;
}
.hv-badge i { color: var(--red); font-size: 1.3rem; flex-shrink: 0; }
.hv-badge strong {
  display: block;
  font-family: var(--fh);
  font-size: .9rem;
  font-weight: 800;
  color: var(--white);
}
.hv-badge span {
  display: block;
  font-family: var(--fh);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Tag localisation haut-droit */
.hv-tag {
  position: absolute;
  top: 20px; right: -20px;
  background: var(--red);
  color: var(--white);
  font-family: var(--fh);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 4;
}

/* Marquee */
.hero-marquee {
  position: relative;
  height: 44px;
  overflow: hidden;
  border-top: 1px solid var(--border);
  background: rgba(8,8,8,.7);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  z-index: 3;
  flex-shrink: 0;
}
.hero-marquee-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee-go 24s linear infinite;
  font-family: var(--fh);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-marquee-track span { padding: 0 18px; }
.mq-sep { color: var(--red) !important; padding: 0 6px !important; }
@keyframes marquee-go {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Suppression ancien scroll indicator */
.hero-scroll { display: none; }
.scroll-bar { display: none; }

/* ========================================
   BUBBLE FIELD
   ======================================== */
.bubbles-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  contain: layout style paint;
}
.bbl {
  position: absolute;
  bottom: -80px;
  border-radius: 50%;
  border: 1.5px solid rgba(224,0,18,0.35);
  background: rgba(224,0,18,0.07);
  animation: bbl-rise linear infinite;
  will-change: transform, opacity;
  opacity: 0;
}
.bbl:nth-child(1)  { left:5%;  width:48px; height:48px; animation-duration:9s;   animation-delay:0s;   --bbl-drift:12px;  }
.bbl:nth-child(2)  { left:15%; width:22px; height:22px; animation-duration:7s;   animation-delay:1.4s; --bbl-drift:-8px;  }
.bbl:nth-child(3)  { left:27%; width:60px; height:60px; animation-duration:12s;  animation-delay:0.6s; --bbl-drift:18px;  }
.bbl:nth-child(4)  { left:40%; width:20px; height:20px; animation-duration:6.5s; animation-delay:3s;   --bbl-drift:-10px; }
.bbl:nth-child(5)  { left:52%; width:44px; height:44px; animation-duration:10s;  animation-delay:1.8s; --bbl-drift:14px;  }
.bbl:nth-child(6)  { left:63%; width:28px; height:28px; animation-duration:8s;   animation-delay:0.3s; --bbl-drift:-14px; }
.bbl:nth-child(7)  { left:73%; width:56px; height:56px; animation-duration:13s;  animation-delay:2.2s; --bbl-drift:20px;  }
.bbl:nth-child(8)  { left:82%; width:18px; height:18px; animation-duration:7.5s; animation-delay:4s;   --bbl-drift:-6px;  }
.bbl:nth-child(9)  { left:90%; width:36px; height:36px; animation-duration:9.5s; animation-delay:1s;   --bbl-drift:10px;  }
.bbl:nth-child(10) { left:33%; width:26px; height:26px; animation-duration:8.5s; animation-delay:5s;   --bbl-drift:-12px; }
/* Les bulles > 10 sont masquées (page-hero en a 18 dans le HTML) */
.bbl:nth-child(n+11) { display: none; }

/* ========================================
   SECTION SEPARATOR — étoile logo
   ======================================== */
.section-sep {
  position: relative;
  padding: 0;
}
.sep-inner {
  display: flex;
  align-items: center;
  max-width: var(--mw);
  margin: 0 auto;
  padding: 0 40px;
}
.sep-line {
  flex: 1;
  height: 1px;
  background: var(--border);
  transition: background 0.6s var(--ease);
}
.sep-star {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(224,0,18,0.3);
  background: rgba(224,0,18,0.07);
  color: var(--red);
  font-size: 0.78rem;
  margin: 0 18px;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(224,0,18,0.12);
  transition: box-shadow 0.5s var(--ease), transform 0.7s var(--ease);
}
.section-sep.anim.visible .sep-star {
  box-shadow: 0 0 28px rgba(224,0,18,0.45);
  transform: rotate(72deg);
}
.section-sep.anim.visible .sep-line {
  background: rgba(224,0,18,0.18);
}

/* ========================================
   SERVICES
   ======================================== */
.services { background: var(--s1); }
.section-head {
  text-align: center;
  margin-bottom: 64px;
}
.section-head .desc { margin: 0 auto; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.svc-card {
  background: var(--s2);
  padding: 48px 36px;
  position: relative;
  overflow: hidden;
  transition: background .3s;
}
.svc-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform .35s var(--ease);
}
.svc-card:hover { background: var(--s3); }
.svc-card:hover::after { transform: scaleX(1); }
.svc-icon {
  width: 58px; height: 58px;
  background: rgba(224,0,18,.1);
  border-radius: 12px;
  display: flex;
  transition: background .3s, transform .35s var(--ease);
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 28px;
  transition: background .3s;
}
.svc-card:hover .svc-icon {
  background: rgba(224,0,18,.2);
  transform: scale(1.12) rotate(-4deg);
}
.svc-icon i { transition: filter .35s var(--ease); }
.svc-card:hover .svc-icon i { filter: drop-shadow(0 0 10px rgba(224,0,18,.75)); }
.svc-name {
  font-family: var(--fh);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 12px;
  letter-spacing: -.01em;
}
.svc-desc {
  color: var(--dim);
  font-size: .875rem;
  line-height: 1.75;
}
.svc-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-family: var(--fh);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 22px;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity .3s, transform .3s;
}
.svc-card:hover .svc-more { opacity: 1; transform: none; }

/* ========================================
   STATS BAR
   ======================================== */
.stats-bar {
  background: var(--red);
  padding: 52px 0;
  position: relative;
  overflow: hidden;
}
.stats-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 120% at 50% 50%, rgba(255,255,255,.06) 0%, transparent 60%);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.stat-item {
  text-align: center;
  padding: 16px 20px;
  border-right: 1px solid rgba(255,255,255,.2);
}
.stat-item:last-child { border: none; }
.stat-number {
  font-family: var(--fh);
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -.05em;
  display: block;
}
.stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--white);
  margin-bottom: 10px;
}
.stat-label {
  font-family: var(--fh);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .9;
  margin-top: 4px;
  line-height: 1.5;
}
.stat-label small {
  display: block;
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .04em;
  opacity: .7;
  text-transform: none;
  margin-top: 3px;
}

/* ========================================
   WHY US
   ======================================== */
.why { background: var(--black); }
.why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.why-visual {
  position: relative;
  height: 520px;
  border-radius: 2px;
  overflow: visible;
}
.why-img-wrap {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  background: var(--s2);
  position: relative;
}
.why-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(20%) contrast(1.05);
}
.why-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(224,0,18,.12) 0%, transparent 60%);
}
.why-badge {
  position: absolute;
  bottom: -20px;
  right: -24px;
  background: var(--red);
  padding: 22px 28px;
  border-radius: 2px;
  box-shadow: 0 16px 48px rgba(0,0,0,.5);
  min-width: 160px;
}
.why-badge .num {
  font-family: var(--fh);
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -.04em;
}
.why-badge .sub {
  font-family: var(--fh);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .85;
  margin-top: 4px;
}
.why-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 44px;
}
.why-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.why-item-icon {
  width: 44px; height: 44px;
  flex-shrink: 0;
  border-radius: 8px;
  background: rgba(224,0,18,.1);
  border: 1px solid var(--border-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.why-item h4 {
  font-family: var(--fh);
  font-weight: 700;
  font-size: .92rem;
  margin-bottom: 5px;
}
.why-item p {
  color: var(--dim);
  font-size: .855rem;
  line-height: 1.75;
}

/* ========================================
   BEFORE / AFTER
   ======================================== */
.ba-section { background: var(--s1); }
.ba-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.ba-slider {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  cursor: col-resize;
  user-select: none;
  aspect-ratio: 16/9;
  background: var(--s2);
}
.ba-img { position: absolute; inset: 0; }
.ba-img img { width: 100%; height: 100%; object-fit: cover; }
.ba-img.before { clip-path: inset(0 50% 0 0); }
.ba-div {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--white);
  transform: translateX(-50%);
  z-index: 10;
}
.ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 24px var(--red-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  font-size: 1.1rem;
  pointer-events: none;
}
.ba-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.ba-lbl {
  font-family: var(--fh);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--muted);
}
.ba-lbl b { color: var(--red); }
.ba-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--muted);
  background: var(--s2);
}
.ba-placeholder span { font-size: 3rem; filter: grayscale(1); }
.ba-placeholder p { font-size: .85rem; text-align: center; max-width: 280px; line-height: 1.7; }
.ba-hint {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0,0,0,0.62);
  border: 1px solid rgba(224,0,18,0.4);
  border-radius: 30px;
  padding: 7px 18px;
  font-family: var(--fh);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--white);
  z-index: 12;
  pointer-events: none;
  transition: opacity .5s var(--ease);
  animation: ba-hint-float 2.6s ease-in-out infinite;
}
.ba-hint-arrow { color: var(--red); font-size: .85rem; }
@keyframes ba-hint-float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(-4px); }
}
@keyframes ba-handle-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(224,0,18,0.6), 0 0 24px var(--red-glow); }
  70%  { box-shadow: 0 0 0 14px rgba(224,0,18,0), 0 0 24px var(--red-glow); }
  100% { box-shadow: 0 0 0 0 rgba(224,0,18,0), 0 0 24px var(--red-glow); }
}
.ba-handle-pulse { animation: ba-handle-pulse 1.2s ease-out infinite !important; }

/* ========================================
   TESTIMONIALS
   ======================================== */
.testimonials { background: var(--black); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: var(--s2);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 36px;
  position: relative;
  transition: border-color .3s, transform .3s;
}
.review-card:hover {
  border-color: var(--border-red);
  box-shadow: 0 14px 44px rgba(224,0,18,0.1);
}
.review-quote {
  position: absolute;
  top: 20px; right: 24px;
  font-size: 4rem;
  color: rgba(224,0,18,.12);
  font-family: Georgia, serif;
  line-height: 1;
}
.stars {
  color: var(--red);
  font-size: .9rem;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.review-text {
  color: var(--dim);
  font-size: .875rem;
  line-height: 1.85;
  font-style: italic;
  margin-bottom: 28px;
}
.reviewer {
  display: flex;
  align-items: center;
  gap: 14px;
}
.reviewer-av {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fh);
  font-weight: 800;
  font-size: .95rem;
  flex-shrink: 0;
}
.reviewer-name {
  font-family: var(--fh);
  font-weight: 700;
  font-size: .875rem;
}
.reviewer-car {
  color: var(--muted);
  font-size: .78rem;
  margin-top: 2px;
}

/* ========================================
   INSTAGRAM PREVIEW
   ======================================== */
.insta { background: var(--s1); }
.insta-handle {
  color: var(--red);
  font-family: var(--fh);
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
  margin-top: 6px;
}
.insta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin: 48px 0 40px;
}
.insta-item {
  aspect-ratio: 1;
  background: var(--s3);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.insta-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease);
}
.insta-ov {
  position: absolute;
  inset: 0;
  background: rgba(224,0,18,.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s;
  font-size: 1.8rem;
}
.insta-item:hover img { transform: scale(1.1); }
.insta-item:hover .insta-ov { opacity: 1; }
.insta-ph {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
  padding: 10px;
}
.insta-ph span { font-size: 1.8rem; }
.insta-cta { text-align: center; }

/* ========================================
   CTA BANNER
   ======================================== */
.cta-banner {
  background: linear-gradient(135deg, #900010 0%, var(--red) 50%, #900010 100%);
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(255,255,255,.06) 0%, transparent 50%),
    radial-gradient(circle at 85% 50%, rgba(255,255,255,.06) 0%, transparent 50%);
}
.cta-banner h2 {
  position: relative;
  font-family: var(--fh);
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3.6rem);
  letter-spacing: -.03em;
  margin-bottom: 18px;
}
.cta-banner p {
  position: relative;
  font-size: 1.1rem;
  opacity: .9;
  margin-bottom: 44px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.cta-btns {
  position: relative;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ========================================
   FOOTER
   ======================================== */
footer {
  background: var(--s1);
  border-top: 1px solid var(--border);
}
.footer-top {
  padding: 80px 0 48px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.6fr;
  gap: 56px;
}
.footer-logo img {
  height: 46px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 10px rgba(224,0,18,.4));
}
.footer-about {
  color: var(--dim);
  font-size: .875rem;
  line-height: 1.85;
  margin-bottom: 28px;
  max-width: 280px;
}
.socials {
  display: flex;
  gap: 10px;
}
.social-link {
  width: 38px; height: 38px;
  border-radius: 8px;
  background: var(--s3);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dim);
  font-size: .95rem;
  transition: all .3s;
}
.social-link:hover { background: var(--red); border-color: var(--red); color: var(--white); }
.footer-col h4 {
  font-family: var(--fh);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-links a { color: var(--dim); font-size: .875rem; transition: color .25s; }
.footer-links a:hover { color: var(--red); }
.footer-contact-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.fc-icon {
  width: 34px; height: 34px;
  flex-shrink: 0;
  background: rgba(224,0,18,.1);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
}
.fc-text { color: var(--dim); font-size: .855rem; line-height: 1.6; }
.fc-text a { color: var(--dim); transition: color .25s; }
.fc-text a:hover { color: var(--red); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom p { color: var(--muted); font-size: .78rem; }
.footer-bottom a { color: var(--red); }

/* ========================================
   PAGE HERO (sub-pages)
   ======================================== */
.page-hero {
  padding: 160px 0 80px;
  background: var(--black);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  right: -150px; top: -80px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224,0,18,.055) 0%, transparent 70%);
  pointer-events: none;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  font-family: var(--fh);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}
.breadcrumb a { color: var(--muted); transition: color .25s; }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb .sep { color: var(--border); }
.breadcrumb .cur { color: var(--red); }
.page-hero h1 {
  font-family: var(--fh);
  font-weight: 900;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  line-height: 1;
  letter-spacing: -.035em;
  margin-bottom: 22px;
}
.page-hero h1 span { color: var(--red); }
.page-hero .desc { font-size: 1.05rem; }

/* ========================================
   TARIFS PAGE
   ======================================== */
.pricing-section { background: var(--s1); }
.pricing-note {
  text-align: center;
  color: var(--dim);
  font-size: .85rem;
  margin-top: 20px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto;
}
.price-card {
  background: var(--s2);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 44px 36px;
  position: relative;
  transition: border-color .3s, box-shadow .3s, transform .3s;
}
.price-card:hover {
  border-color: var(--border-red);
  transform: translateY(-4px);
}
.price-card.featured {
  background: var(--s3);
  border-color: var(--red);
  transform: scale(1.03);
  box-shadow: 0 24px 64px rgba(224,0,18,.14);
}
.price-card.featured:hover { transform: scale(1.03) translateY(-4px); }
.price-badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: var(--white);
  padding: 4px 20px;
  border-radius: 50px;
  font-family: var(--fh);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.price-name {
  font-family: var(--fh);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -.01em;
  margin-bottom: 8px;
}
.price-tagline {
  color: var(--dim);
  font-size: .855rem;
  line-height: 1.7;
  margin-bottom: 28px;
}
.price-amount {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border);
}
.price-from {
  font-family: var(--fh);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 4px;
}
.price-num {
  font-family: var(--fh);
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -.05em;
}
.price-currency {
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: top;
  margin-top: 6px;
  display: inline-block;
  margin-right: 1px;
}
.price-vehicle {
  color: var(--muted);
  font-size: .78rem;
  font-family: var(--fh);
  display: block;
  margin-top: 6px;
}
.price-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 36px;
}
.price-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: .855rem;
  color: var(--dim);
  line-height: 1.5;
}
.pf-check { color: var(--red); flex-shrink: 0; font-size: .85rem; margin-top: 1px; }
.pf-no { color: var(--muted); flex-shrink: 0; font-size: .85rem; }
li.pf-dim { opacity: .35; }
.price-cta { width: 100%; justify-content: center; }

/* Vehicles */
.vehicles-section { background: var(--black); }
.vehicles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.vehicle-card {
  background: var(--s2);
  padding: 36px 24px;
  text-align: center;
  transition: background .3s;
  cursor: default;
}
.vehicle-card:hover { background: var(--s3); }
.vehicle-emoji {
  font-size: 2.4rem;
  margin-bottom: 14px;
  filter: grayscale(1);
  transition: filter .3s;
}
.vehicle-card:hover .vehicle-emoji { filter: none; }
.vehicle-name {
  font-family: var(--fh);
  font-weight: 700;
  font-size: .88rem;
  margin-bottom: 4px;
}
.vehicle-info { color: var(--muted); font-size: .78rem; }
.vehicle-tag {
  color: var(--red);
  font-family: var(--fh);
  font-size: .72rem;
  font-weight: 600;
  margin-top: 6px;
}

/* FAQ */
.faq-section { background: var(--s1); }
.faq-list {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.faq-item {
  background: var(--s2);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: border-color .3s;
}
.faq-item.open { border-color: var(--border-red); }
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  cursor: pointer;
  gap: 20px;
}
.faq-q h4 {
  font-family: var(--fh);
  font-weight: 600;
  font-size: .92rem;
  line-height: 1.4;
}
.faq-icon {
  width: 28px; height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(224,0,18,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: transform .3s, background .3s;
  color: var(--red);
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--red); color: var(--white); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s var(--ease);
}
.faq-a-inner {
  padding: 0 28px 24px;
  color: var(--dim);
  font-size: .875rem;
  line-height: 1.85;
}
.faq-item.open .faq-a { max-height: 300px; }

/* ========================================
   GALERIE PAGE
   ======================================== */
.galerie-section { background: var(--s1); }
.filter-bar {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.filter-btn {
  padding: 10px 24px;
  border-radius: 50px;
  font-family: var(--fh);
  font-weight: 600;
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--dim);
  transition: all .3s;
}
.filter-btn.active, .filter-btn:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.gal-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
  background: var(--s2);
}
.gal-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease);
}
.gal-item:hover img { transform: scale(1.08); }
.gal-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.82) 0%, transparent 55%);
  opacity: 0;
  transition: opacity .3s;
  display: flex;
  align-items: flex-end;
  padding: 24px;
}
.gal-item:hover .gal-ov { opacity: 1; }
.gal-info h4 {
  font-family: var(--fh);
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: 3px;
}
.gal-info p { color: var(--dim); font-size: .78rem; }
.gal-tag {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--red);
  color: var(--white);
  padding: 3px 12px;
  border-radius: 3px;
  font-family: var(--fh);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.gal-ph {
  width: 100%; height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--muted);
}
.gal-ph span { font-size: 2.4rem; filter: grayscale(1); }
.gal-ph p { font-size: .75rem; text-align: center; padding: 0 20px; line-height: 1.6; }

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.96);
  z-index: 2000;
  align-items: center;
  justify-content: center;
}
.lightbox.open { display: flex; }
.lb-img {
  max-width: 90vw;
  max-height: 88vh;
  border-radius: 2px;
  box-shadow: 0 40px 80px rgba(0,0,0,.6);
}
.lb-close {
  position: absolute;
  top: 24px; right: 32px;
  background: var(--s3);
  border: none;
  color: var(--white);
  width: 44px; height: 44px;
  border-radius: 50%;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .3s;
}
.lb-close:hover { background: var(--red); }

/* Instagram embed */
.insta-embed { background: var(--black); }
.insta-embed-wrap {
  border: 1px solid var(--border);
  border-radius: 2px;
  overflow: hidden;
  min-height: 500px;
  background: var(--s2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  gap: 20px;
}
.insta-embed-wrap span { font-size: 3rem; }
.insta-embed-wrap h3 {
  font-family: var(--fh);
  font-weight: 800;
  font-size: 1.4rem;
}
.insta-embed-wrap p {
  color: var(--dim);
  max-width: 420px;
  font-size: .9rem;
  line-height: 1.8;
}

/* ========================================
   RDV PAGE
   ======================================== */
.rdv-section { background: var(--s1); }
.rdv-layout {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 60px;
  align-items: flex-start;
}
.form-card {
  background: var(--s2);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 52px;
}
.form-card h2 {
  font-family: var(--fh);
  font-weight: 800;
  font-size: 1.9rem;
  letter-spacing: -.02em;
  margin-bottom: 8px;
}
.form-card > p {
  color: var(--dim);
  font-size: .9rem;
  line-height: 1.7;
  margin-bottom: 40px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-label {
  display: block;
  font-family: var(--fh);
  font-weight: 600;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 8px;
}
.form-label .req { color: var(--red); }
.f-input {
  width: 100%;
  background: var(--s3);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 14px 18px;
  color: var(--white);
  font-size: .88rem;
  outline: none;
  transition: border-color .3s;
  appearance: none;
  -webkit-appearance: none;
}
.f-input:focus { border-color: var(--red); }
.f-input::placeholder { color: var(--muted); }
select.f-input { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23888' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
select.f-input option { background: #212121; }
textarea.f-input { resize: vertical; min-height: 110px; }
.form-notice {
  display: flex;
  gap: 12px;
  background: rgba(224,0,18,.06);
  border: 1px solid rgba(224,0,18,.14);
  border-radius: 3px;
  padding: 14px 18px;
  font-size: .83rem;
  color: var(--dim);
  line-height: 1.7;
  margin-bottom: 24px;
}
.notice-icon { flex-shrink: 0; margin-top: 1px; }
.btn-submit { width: 100%; justify-content: center; padding: 18px; font-size: .9rem; }
.form-success {
  display: none;
  text-align: center;
  padding: 48px 20px;
}
.success-circle {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(34,197,94,.14);
  border: 1px solid rgba(34,197,94,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 24px;
}
.form-success h3 {
  font-family: var(--fh);
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.form-success p { color: var(--dim); font-size: .9rem; }

/* Sidebar */
.rdv-sidebar { display: flex; flex-direction: column; gap: 20px; }
.info-card {
  background: var(--s2);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 30px;
}
.info-card h3 {
  font-family: var(--fh);
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -.01em;
}
.ic-icon {
  width: 30px; height: 30px;
  background: rgba(224,0,18,.1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
}
.contact-rows { display: flex; flex-direction: column; gap: 14px; }
.cr-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.cr-ico {
  width: 34px; height: 34px;
  flex-shrink: 0;
  background: var(--s3);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .82rem;
}
.cr-txt strong {
  display: block;
  font-family: var(--fh);
  font-size: .78rem;
  font-weight: 600;
  margin-bottom: 2px;
}
.cr-txt p, .cr-txt a { color: var(--dim); font-size: .855rem; line-height: 1.5; }
.cr-txt a:hover { color: var(--red); }
.hours-list { display: flex; flex-direction: column; gap: 8px; }
.h-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .85rem;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.h-row:last-child { border: none; padding: 0; }
.h-row .day { color: var(--dim); }
.h-row .time { font-family: var(--fh); font-weight: 600; font-size: .8rem; }
.h-row .closed { color: var(--muted); font-weight: 400; }
.whatsapp-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #055C50, #128C7E);
  border-radius: 2px;
  padding: 24px 28px;
  color: var(--white);
  transition: all .3s;
}
.whatsapp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(7,94,84,.4);
  color: var(--white);
}
.wa-ico { font-size: 1.8rem; flex-shrink: 0; }
.whatsapp-btn h4 {
  font-family: var(--fh);
  font-weight: 700;
  font-size: .92rem;
  margin-bottom: 3px;
}
.whatsapp-btn p { font-size: .78rem; opacity: .82; }
.map-card {
  background: var(--s2);
  border: 1px solid var(--border);
  border-radius: 2px;
  overflow: hidden;
}
.map-ph {
  height: 190px;
  background: var(--s3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--muted);
}
.map-addr {
  padding: 20px 24px;
  color: var(--dim);
  font-size: .855rem;
  line-height: 1.6;
}
.map-addr strong { color: var(--white); font-family: var(--fh); font-size: .82rem; display: block; margin-bottom: 4px; }

/* ========================================
   FLOATING WHATSAPP
   ======================================== */
.float-wa {
  position: fixed;
  bottom: 32px; right: 32px;
  z-index: 900;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  box-shadow: 0 6px 24px rgba(37,211,102,.4);
  animation: float-up 3s ease-in-out infinite;
  transition: box-shadow .3s;
}
.float-wa:hover { box-shadow: 0 10px 36px rgba(37,211,102,.65); }

/* ========================================
   LOADING SCREEN
   ======================================== */
#pageLoader {
  position: fixed;
  inset: 0;
  background: var(--black);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .55s var(--ease), visibility .55s;
}
#pageLoader.fade-out { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-inner { text-align: center; }
.loader-logo {
  height: 80px; width: auto;
  margin: 0 auto 28px;
  animation: loader-breathe 1.4s ease-in-out infinite;
  filter: drop-shadow(0 0 18px rgba(224,0,18,.5));
}
@keyframes loader-breathe {
  0%,100% { transform: scale(0.96); filter: drop-shadow(0 0 10px rgba(224,0,18,.3)); }
  50%      { transform: scale(1.04); filter: drop-shadow(0 0 24px rgba(224,0,18,.7)); }
}
.loader-bar {
  width: 160px; height: 2px;
  background: rgba(255,255,255,.08);
  border-radius: 1px;
  margin: 0 auto;
  overflow: hidden;
}
.loader-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--red-dark), var(--red), var(--red-light));
  transform: scaleX(0);
  transform-origin: left;
  animation: loader-fill .9s var(--ease) forwards;
}
@keyframes loader-fill { to { transform: scaleX(1); } }

/* ========================================
   COOKIE BANNER
   ======================================== */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(15,15,15,.97);
  border-top: 1px solid var(--border);
  z-index: 490;
  transform: translateY(100%);
  transition: transform .45s var(--ease);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.cookie-banner.show { transform: translateY(0); }
.cookie-inner {
  max-width: var(--mw);
  margin: 0 auto;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.cookie-inner p {
  flex: 1;
  font-size: .82rem;
  color: var(--dim);
  line-height: 1.6;
  min-width: 180px;
}
.cookie-inner p i { color: var(--red); margin-right: 6px; }
.cookie-btns { display: flex; gap: 12px; align-items: center; flex-shrink: 0; }
.btn-sm { padding: 10px 22px !important; font-size: .77rem !important; }
.cookie-decline {
  background: none; border: none;
  color: var(--muted);
  font-size: .78rem;
  font-family: var(--fh);
  cursor: pointer;
  text-decoration: underline;
  transition: color .3s;
}
.cookie-decline:hover { color: var(--white); }

/* ========================================
   MOBILE CTA BAR
   ======================================== */
.mobile-cta-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  padding: 10px 16px 10px;
  background: rgba(8,8,8,.96);
  border-top: 1px solid var(--border-red);
  z-index: 89;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translateY(100%);
  transition: transform .4s var(--ease);
  display: none;
}
.mobile-cta-bar.show { transform: translateY(0); }
@media (max-width: 768px) {
  .mobile-cta-bar { display: block; }
  .float-wa { bottom: 76px; }
}

/* ========================================
   PROCESS — Comment ça marche
   ======================================== */
.process { background: var(--black); padding-top: 0; padding-bottom: 100px; }
.process-grid {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.process-step {
  flex: 1;
  text-align: center;
  padding: 0 28px;
}
.step-num {
  font-family: var(--fh);
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
  color: rgba(224,0,18,.1);
  letter-spacing: -.05em;
  margin-bottom: -6px;
}
.step-icon {
  width: 68px; height: 68px;
  border-radius: 50%;
  background: rgba(224,0,18,.08);
  border: 1px solid rgba(224,0,18,.22);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  color: var(--red);
  margin: 0 auto 24px;
  transition: background .3s, transform .35s var(--ease), box-shadow .35s;
}
.process-step:hover .step-icon {
  background: rgba(224,0,18,.18);
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(224,0,18,.22);
}
.process-step h3 {
  font-family: var(--fh);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 12px;
  letter-spacing: -.01em;
}
.process-step p { color: var(--dim); font-size: .855rem; line-height: 1.75; }
.process-connector {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-top: 82px;
  color: rgba(224,0,18,.4);
  font-size: .75rem;
  gap: 4px;
}
.conn-line { width: 20px; height: 1px; background: rgba(224,0,18,.2); }

/* ========================================
   PRICE SIMULATOR
   ======================================== */
.sim-section { background: var(--black); padding: 0 0 80px; }
.simulator {
  background: var(--s2);
  border: 1px solid var(--border);
  border-top: 2px solid var(--red);
  border-radius: 3px;
  padding: 52px;
  max-width: 900px;
  margin: 0 auto;
}
.sim-head {
  text-align: center;
  margin-bottom: 44px;
}
.sim-head > i { font-size: 1.8rem; color: var(--red); display: block; margin-bottom: 14px; }
.sim-head h3 {
  font-family: var(--fh);
  font-weight: 800;
  font-size: clamp(1.4rem,3vw,1.8rem);
  margin-bottom: 8px;
  letter-spacing: -.02em;
}
.sim-head p { color: var(--dim); font-size: .875rem; }
.sim-group { margin-bottom: 28px; }
.sim-group > label {
  display: block;
  font-family: var(--fh);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}
.sim-options { display: flex; gap: 10px; flex-wrap: wrap; }
.sim-opt {
  padding: 10px 20px;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: transparent;
  color: var(--dim);
  font-family: var(--fh);
  font-size: .82rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .25s var(--ease);
  display: flex;
  align-items: center;
  gap: 8px;
}
.sim-opt:hover { border-color: var(--border-red); color: var(--white); }
.sim-opt.active {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(224,0,18,.3);
}
.sim-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
  margin-top: 12px;
}
.sim-price-label {
  font-family: var(--fh);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 4px;
}
.sim-price {
  font-family: var(--fh);
  font-weight: 900;
  font-size: clamp(2.4rem,5vw,3.5rem);
  color: var(--red);
  line-height: 1;
  letter-spacing: -.05em;
  display: block;
  transition: opacity .15s, transform .15s var(--ease);
}
.sim-price.flash { opacity: .2; transform: scale(.88); }

/* ========================================
   LIGHTBOX — navigation prev/next
   ======================================== */
.lb-prev, .lb-next {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(8,8,8,.7);
  border: 1px solid rgba(255,255,255,.15);
  color: var(--white);
  font-size: .88rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .3s, border-color .3s;
  z-index: 2;
}
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
.lb-prev:hover, .lb-next:hover { background: var(--red); border-color: var(--red); }
.lb-counter {
  position: absolute;
  bottom: 20px; left: 50%;
  transform: translateX(-50%);
  font-family: var(--fh);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .15em;
  color: rgba(255,255,255,.55);
}

/* ========================================
   CUSTOM CURSOR
   ======================================== */
.cursor-dot {
  position: fixed;
  width: 8px; height: 8px;
  background: var(--red);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.08s, width 0.25s var(--ease), height 0.25s var(--ease), opacity 0.3s;
  will-change: left, top;
}
.cursor-ring {
  position: fixed;
  width: 40px; height: 40px;
  border: 1.5px solid rgba(224,0,18,0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: width 0.3s var(--ease), height 0.3s var(--ease), border-color 0.3s, opacity 0.3s;
  will-change: left, top;
}
body.c-hover .cursor-dot { transform: translate(-50%, -50%) scale(0.25); }
body.c-hover .cursor-ring { width: 56px; height: 56px; border-color: var(--red); }
@media (hover: none) { .cursor-dot, .cursor-ring { display: none !important; } }

/* ========================================
   SCROLL PROGRESS BAR
   ======================================== */
.scroll-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--red-dark), var(--red), var(--red-light));
  transform-origin: left;
  transform: scaleX(0);
  z-index: 1001;
  box-shadow: 0 0 8px rgba(224,0,18,0.5);
  pointer-events: none;
}

/* ========================================
   HERO WORD REVEAL
   ======================================== */
.wr {
  display: inline-block;
  opacity: 0;
  transform: translateY(52px);
  animation: wr-up 0.75s var(--ease) forwards;
  animation-delay: var(--d, 0s);
}
@keyframes wr-up {
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .wr { animation: none; opacity: 1; transform: none; }
}

/* ========================================
   STATS — BLUR EFFECT
   ======================================== */
[data-count].counting {
  filter: blur(5px);
  transition: filter 0.06s;
}
[data-count].done {
  filter: blur(0);
  transition: filter 0.5s var(--ease);
}

/* ========================================
   TESTIMONIALS CAROUSEL
   ======================================== */
.reviews-carousel {
  position: relative;
  overflow: hidden;
}
.reviews-empty {
  text-align: center;
  padding: 48px 20px;
  color: var(--dim);
  font-size: .95rem;
}
.reviews-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(.4,0,.2,1);
}
.reviews-track .review-card {
  flex: 0 0 calc(33.333%);
  padding: 0 12px;
  box-sizing: border-box;
}
.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 44px;
}
.c-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--dim);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  font-size: 0.8rem;
  transition: border-color .3s, color .3s, background .3s;
}
.c-btn:hover { border-color: var(--red); color: var(--red); background: rgba(224,0,18,.06); }
.c-dots { display: flex; gap: 8px; align-items: center; }
.c-dot {
  width: 8px; height: 8px;
  border-radius: 4px;
  background: var(--border);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all .35s var(--ease);
}
.c-dot.active { width: 24px; background: var(--red); }

/* ========================================
   BACK TO TOP
   ======================================== */
.back-top {
  position: fixed;
  bottom: 92px; right: 24px;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(224,0,18,0.35);
  background: rgba(8,8,8,0.88);
  color: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
  cursor: pointer;
  z-index: 97;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .35s, transform .35s, background .3s, box-shadow .3s;
  pointer-events: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.back-top.show { opacity: 1; transform: translateY(0); pointer-events: all; }
.back-top:hover { background: var(--red); color: #fff; box-shadow: 0 0 24px rgba(224,0,18,0.5); }
.back-top i { animation: star-spin 4s linear infinite; }
@keyframes star-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.back-top:hover i { animation-play-state: paused; }

/* ========================================
   CTA BANNER — bords diagonaux
   ======================================== */
.cta-banner {
  clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
  padding-top: 130px;
  padding-bottom: 130px;
  margin: -1px 0;
}

/* ========================================
   PACK BADGE — pulse
   ======================================== */
.pack-badge {
  animation: badge-glow 2.8s ease-in-out infinite;
}
@keyframes badge-glow {
  0%,100% { box-shadow: 0 0 0 0 rgba(224,0,18,0.5); }
  50%      { box-shadow: 0 0 14px 4px rgba(224,0,18,0); }
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1080px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-inner { grid-template-columns: 1fr; gap: 56px; }
  .why-visual { height: 380px; }
  .why-badge { right: 0; }
  .rdv-layout { grid-template-columns: 1fr; }
  .rdv-sidebar { order: -1; }
}
@media (max-width: 768px) {
  section { padding: 72px 0; }
  .container { padding: 0 20px; }
  .navbar, .navbar.scrolled { padding: 14px 20px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .services-grid { grid-template-columns: 1fr; gap: 2px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-track .review-card { flex: 0 0 100%; padding: 0 4px; }
  .back-top { bottom: 80px; right: 16px; }
  .process-grid { flex-direction: column; gap: 44px; }
  .process-connector { display: none; }
  .simulator { padding: 28px 20px; }
  .sim-result { flex-direction: column; align-items: flex-start; }
  .sim-result .btn { width: 100%; justify-content: center; }
  .cookie-inner { padding: 16px 20px; gap: 16px; }
  .lb-prev { left: 8px; }
  .lb-next { right: 8px; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .vehicles-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 28px 20px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  /* Hero mobile */
  .hero-layout {
    grid-template-columns: 1fr;
    padding: 110px 0 20px;
    gap: 48px;
  }
  .hero-right { order: -1; }
  .hero-visual { transform: scale(0.78); margin: -40px 0; }
  .hv-badge { left: 0; bottom: 10px; }
  .hv-tag  { right: 0; top: 10px; }
  .hero-ghost { display: none; }
  .hero-stats { gap: 18px; }
  .hstat-num { font-size: 1.5rem; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .filter-btn { padding: 8px 16px; font-size: .68rem; }
  .float-wa { bottom: 20px; right: 20px; width: 50px; height: 50px; font-size: 1.4rem; }
}

/* ========================================
   MODAL AVIS — Formulaire laisser un avis
   ======================================== */

/* Bouton CTA sous les témoignages */
.avis-cta {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 8px;
}

/* Overlay */
.avis-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  padding: 20px;
}
.avis-overlay.open {
  opacity: 1;
  pointer-events: all;
}

/* Boîte modale */
.avis-modal {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 40px 44px;
  width: 100%;
  max-width: 540px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(28px) scale(.97);
  transition: transform .3s cubic-bezier(.34,1.56,.64,1), opacity .25s;
  opacity: 0;
}
.avis-overlay.open .avis-modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Bouton fermer */
.avis-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  color: var(--fg);
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, color .2s;
}
.avis-close:hover { background: var(--red); color: #fff; }

/* En-tête modal */
.avis-header {
  margin-bottom: 28px;
  text-align: center;
}
.avis-header h3 {
  font-family: var(--fh);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--fg);
  margin: 6px 0 8px;
}
.avis-header p {
  color: var(--dim);
  font-size: .9rem;
}

/* Champs */
.avis-field {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.avis-field-label {
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--dim);
}
.avis-field-label .req { color: var(--red); }
.avis-field input,
.avis-field textarea {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--fg);
  font-family: var(--fb);
  font-size: .95rem;
  padding: 12px 16px;
  resize: vertical;
  transition: border-color .2s;
  width: 100%;
  box-sizing: border-box;
}
.avis-field input:focus,
.avis-field textarea:focus {
  outline: none;
  border-color: var(--red);
}
.avis-hint-txt {
  font-size: .78rem;
  color: var(--dim);
  display: flex;
  align-items: center;
  gap: 5px;
}
.avis-hint-txt i { color: var(--red); }

/* Notation étoiles */
.avis-stars-wrap {
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.star-rating {
  display: flex;
  gap: 6px;
}
.star-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.9rem;
  color: var(--border);
  padding: 0;
  line-height: 1;
  transition: color .15s, transform .15s;
}
.star-btn.active,
.star-btn:hover { color: #f5a623; }
.star-btn:hover { transform: scale(1.15); }

/* Bouton submit */
.avis-submit {
  width: 100%;
  margin-top: 8px;
  justify-content: center;
}

/* État succès */
.avis-success {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 20px 0;
}
.avis-success-icon {
  font-size: 3.5rem;
  color: var(--red);
  animation: float-up .5s ease forwards;
}
.avis-success h3 {
  font-family: var(--fh);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--fg);
}
.avis-success p { color: var(--dim); }

/* Scrollbar modale */
.avis-modal::-webkit-scrollbar { width: 4px; }
.avis-modal::-webkit-scrollbar-track { background: transparent; }
.avis-modal::-webkit-scrollbar-thumb { background: var(--border); border-radius: 2px; }

/* Mobile */
@media (max-width: 600px) {
  .avis-modal { padding: 28px 20px; }
  .avis-header h3 { font-size: 1.3rem; }
  .star-btn { font-size: 1.6rem; }
}
