
:root{
  --bg:#f7f9fc;
  --surface:#ffffff;
  --surface-2:#f1f5f9;
  --text:#0f172a;
  --muted:#526072;
  --line:#e2e8f0;
  --primary:#2563eb;
  --primary-dark:#1d4ed8;
  --success:#16a34a;
  --shadow:0 24px 60px rgba(15,23,42,.08);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.65}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(1160px, calc(100% - 40px));margin:auto}
.topbar-wrap{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9)}
.topbar{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:14px 0}
.logo img{height:58px}
.nav{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.nav a{text-decoration:none;font-weight:800;color:#334155;font-size:14px}
.nav .cta-mini{background:var(--primary);color:white;padding:10px 14px;border-radius:999px}
.hero{padding:38px 0 72px;background:
linear-gradient(135deg,#ffffff 0%,#eff6ff 52%,#f8fafc 100%);
border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}
.badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}
.badge{display:inline-flex;align-items:center;gap:8px;border:1px solid #bfdbfe;background:#dbeafe;color:#1d4ed8;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:800}
h1{font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-1.8px;margin:0 0 18px}
.lead{font-size:20px;color:var(--muted);margin:0 0 28px;max-width:680px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:22px}
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;border-radius:16px;padding:15px 20px;border:1px solid transparent}
.btn-primary{background:var(--primary);color:white}
.btn-primary:hover{background:var(--primary-dark)}
.btn-secondary{background:white;color:var(--primary);border-color:var(--line)}
.trust-row{display:flex;gap:16px;flex-wrap:wrap;color:#334155;font-weight:700;font-size:14px}
.hero-visual{border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}
section{padding:64px 0}
.section-head{max-width:820px;margin-bottom:28px}
.section-head h2{font-size:clamp(30px,3vw,42px);line-height:1.1;letter-spacing:-.8px;margin:0 0 12px}
.section-head p{font-size:18px;color:var(--muted);margin:0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,.05)}
.card-body{padding:22px}
.card h3{font-size:22px;margin:0 0 8px}
.card p{color:var(--muted);margin:0 0 14px}
.card a{color:var(--primary);font-weight:900;text-decoration:none}
.split-2{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 10px 30px rgba(15,23,42,.05)}
.panel h3{font-size:24px;margin:0 0 10px}
.panel p,.panel li{color:var(--muted)}
.panel ul{margin:12px 0 0;padding-left:20px}
.symptoms{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.symptom{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);border:1px solid var(--line);padding:18px;border-radius:20px;font-weight:800;box-shadow:0 6px 16px rgba(15,23,42,.04)}
.symptom small{display:block;color:var(--muted);font-weight:700;margin-top:6px}
.local-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.local-link{display:block;text-decoration:none;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:0 10px 30px rgba(15,23,42,.05)}
.local-link strong{display:block;color:var(--primary);font-size:18px;margin-bottom:6px}
.local-link span{color:var(--muted)}
.faq{display:grid;gap:14px}
details{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:18px 20px;box-shadow:0 8px 22px rgba(15,23,42,.04)}
summary{cursor:pointer;font-weight:900;list-style:none}
summary::-webkit-details-marker{display:none}
details p{color:var(--muted);margin:14px 0 0}
.cta{background:linear-gradient(135deg,#0f172a 0%,#111827 100%);color:white;border-radius:32px;padding:36px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
.cta h2{margin:0 0 8px;color:white}
.cta p{color:#cbd5e1;margin:0}
.cta .btn{background:white;color:#0f172a}
.footer{padding:34px 0;background:#0b1220;color:white;margin-top:20px}
.footer-row{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.footer img{height:52px;filter:brightness(0) invert(1)}
.footer p{margin:0;color:#dbe2ea}
.breadcrumb{font-size:14px;font-weight:800;color:#64748b;margin-bottom:18px}
.article{background:var(--surface);border:1px solid var(--line);border-radius:28px;padding:32px;box-shadow:0 10px 30px rgba(15,23,42,.05)}
.article p,.article li{font-size:18px;color:var(--muted)}
.article h2{font-size:30px;margin:30px 0 12px}
.article ul{padding-left:20px}
.article .highlight{background:#eff6ff;border:1px solid #bfdbfe;border-radius:18px;padding:18px}
.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.chip{display:inline-flex;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:800}
@media(max-width:900px){
  .hero-grid,.split-2,.cta{grid-template-columns:1fr}
  .grid-3,.symptoms,.local-grid{grid-template-columns:1fr}
  .topbar{align-items:flex-start;flex-direction:column}
  h1{letter-spacing:-1px}
}


.local-contact{
  background:linear-gradient(135deg,#ffffff 0%,#eff6ff 100%);
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  box-shadow:0 14px 40px rgba(15,23,42,.06);
}
.local-contact-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px;
  align-items:center;
}
.contact-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.contact-card{
  background:white;
  border:1px solid var(--line);
  border-radius:22px;
  padding:20px;
}
.contact-card strong{
  display:block;
  font-size:20px;
  margin-bottom:8px;
}
.contact-card p{
  color:var(--muted);
  margin:0 0 10px;
}
.phone-number{
  font-size:26px;
  font-weight:900;
  color:var(--primary);
  text-decoration:none;
}
.local-proof{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:18px;
}
.local-proof div{
  background:white;
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px;
  font-weight:800;
}
.local-proof small{
  display:block;
  color:var(--muted);
  font-weight:700;
  margin-top:4px;
}
@media(max-width:900px){
  .local-contact-grid,.local-proof{grid-template-columns:1fr}
}


.zone-map{
  background:white;
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  box-shadow:0 14px 40px rgba(15,23,42,.06);
}
.zone-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:18px;
}
.zone-list a,.zone-list span{
  display:block;
  background:#f8fafc;
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px 14px;
  font-weight:800;
  text-decoration:none;
  color:#1e293b;
}
.zone-list small{
  display:block;
  color:var(--muted);
  font-weight:700;
}
@media(max-width:900px){
  .zone-list{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .zone-list{grid-template-columns:1fr}
}


.area-box{
  background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  box-shadow:0 14px 40px rgba(15,23,42,.06);
}
.area-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:start;
}
.area-note{
  background:#eff6ff;
  border:1px solid #bfdbfe;
  color:#1e3a8a;
  border-radius:18px;
  padding:16px;
  font-weight:800;
  margin-top:18px;
}
.area-note span{
  display:block;
  color:#475569;
  font-weight:700;
  margin-top:4px;
}
.area-cities{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.area-cities a,.area-cities span{
  display:block;
  text-decoration:none;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:13px 14px;
  font-weight:900;
  color:#1e293b;
}
.area-cities small{
  display:block;
  color:var(--muted);
  font-weight:700;
  margin-top:3px;
}
@media(max-width:900px){
  .area-grid,.area-cities{grid-template-columns:1fr}
}


.store-note{
  background:#f0fdf4;
  border:1px solid #bbf7d0;
  color:#14532d;
  border-radius:18px;
  padding:16px 18px;
  font-weight:800;
  margin:18px 0;
}
.store-note span{
  display:block;
  color:#475569;
  font-weight:700;
  margin-top:4px;
}

/* Logo Mdchips by Retrochips */
.logo img{
  height:58px;
  width:auto;
  max-width:360px;
  object-fit:contain;
}
.footer img{
  height:46px;
  max-width:320px;
  object-fit:contain;
}
@media(max-width:700px){
  .logo img{
    height:auto;
    width:100%;
    max-width:320px;
  }
  .footer img{
    height:auto;
    width:100%;
    max-width:300px;
  }
}


/* Correctif logo footer : ne pas inverser le logo JPG/PNG */
.footer img{
  filter:none !important;
  background:#ffffff;
  border-radius:12px;
  padding:6px 10px;
  height:auto;
  max-height:58px;
  max-width:360px;
}
@media(max-width:700px){
  .footer img{
    max-width:300px;
  }
}


/* V17 universe visuals */
.universe-thumb{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:20px;
  border:1px solid var(--line);
  background:#fff;
  margin-bottom:16px;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}
.hero-visual img.universe-hero{
  width:100%;
  max-width:560px;
  height:auto;
  border-radius:28px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 16px 40px rgba(15,23,42,.07);
}
.local-link span{
  line-height:1.55;
}


/* V18 photos of real consoles */
.universe-thumb{
  background:#fff;
  object-fit:cover;
}
.hero-visual img.universe-hero{
  background:#fff;
  object-fit:cover;
}


/* V19 clean final */
.card .universe-thumb{
  display:block;
  margin:0 0 16px 0;
}
.card > .universe-thumb:first-child{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-bottom:0;
  border-left:0;
  border-right:0;
  border-top:0;
}
.card .card-body .universe-thumb{
  margin-top:0;
}


/* V20 address block */
.address-block{
  margin-top:14px;
  padding:14px 16px;
  border-radius:16px;
  background:#f8fafc;
  border:1px solid var(--line);
  color:#334155;
  font-weight:800;
}
.address-block span{
  display:block;
  color:var(--muted);
  font-weight:700;
  margin-top:3px;
}
.footer .address-footer{
  display:block;
  margin-top:6px;
  color:#dbe2ea;
}


/* V21 hero identitaire */
.hero-visual img,
.hero-visual picture img{
  width:100%;
  max-width:620px;
  height:auto;
  display:block;
  object-fit:cover;
  border-radius:28px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 18px 42px rgba(15,23,42,.08);
}


/* V22 hero premium */
.hero{
  align-items:center;
}
.hero-copy{
  max-width:640px;
}
.hero-copy .hero-actions{
  margin-top:22px;
}
.hero-visual{
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-visual img,
.hero-visual picture img{
  width:100%;
  max-width:600px;
  height:auto;
  display:block;
  object-fit:cover;
  border-radius:26px;
  border:1px solid var(--line);
  background:#ffffff;
  box-shadow:0 20px 44px rgba(15,23,42,.08);
}
@media (max-width: 900px){
  .hero-visual img,
  .hero-visual picture img{
    max-width:520px;
  }
}


/* V23 final polish */
.hero-actions .btn:first-child{
  box-shadow:0 12px 28px rgba(37,99,235,.18);
}
.address-block{
  line-height:1.5;
}
.contact-card .phone-number{
  margin-top:4px;
  display:inline-block;
}
