/* Strasbourg Serrurier — feuille de style (recréée d'après strasbourg-serrurier.com.dc.html) */
:root {
  --acc: #ff6a1a;
  --acc-dark: #eb5d10;
  --ink: #0b1220;
  --r: 0px;
  --text2: #4b5563;
  --muted: #6b7280;
  --alt: #f6f7fb;
  --line: #eef0f5;
  --line2: #e5e7eb;
  --green: #22c55e;
  --star: #fbbf24;
  --acc-tint: #ffe8db;   /* accent 12 % sur blanc */
  --acc-tint10: #ffeee4; /* accent 10 % */
  --acc-tint15: #ffe1cf; /* accent 15 % */
  --acc-glow35: rgba(255, 106, 26, .35);
  --acc-glow40: rgba(255, 106, 26, .40);
  --gx: max(40px, calc((100% - 1240px) / 2 + 40px)); /* gouttière : contenu centré sur 1160px, fonds pleine largeur */
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  font-family: 'Public Sans', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
h1, h2, h3, h4 { font-family: 'Archivo', sans-serif; margin: 0; }
h2 { font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
h3, h4 { line-height: 1.25; }
.page { background: #fff; overflow-x: clip; }
body { overflow-x: hidden; }
.eyebrow { color: var(--acc); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.svg { flex: none; }

/* Boutons */
.btn { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; border-radius: var(--r); font-weight: 700; cursor: pointer; transition: background .15s, border-color .15s, filter .15s; }
.btn-acc { background: var(--acc); color: #fff; }
.btn-acc:hover { background: var(--acc-dark); }
.btn-outline { background: #fff; color: var(--ink); border: 2px solid var(--line2); }
.btn-outline:hover { border-color: #cfd3db; }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { filter: brightness(.96); }

/* Barre du haut */
.topbar { display: flex; justify-content: space-between; align-items: center; padding: 10px var(--gx); background: var(--ink); color: #fff; font-size: 13px; }
.topbar-left { display: inline-flex; align-items: center; gap: 10px; }
.topbar-right { display: inline-flex; gap: 18px; opacity: .85; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); animation: pulse 1.8s infinite; flex: none; }
.short { display: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,.6); } 70% { box-shadow: 0 0 0 10px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }

/* Navigation */
.nav { display: flex; align-items: center; gap: 32px; padding: 18px var(--gx); position: sticky; top: 0; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); z-index: 5; border-bottom: 1px solid #e8eaf1; }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; font-family: 'Archivo', sans-serif; font-weight: 800; letter-spacing: -.01em; }
.brand-name { font-size: 20px; line-height: 1; }
.brand-name em, .footer-brand em { color: var(--acc); font-style: normal; }
.nav-link { font-weight: 600; font-size: 15px; }
.nav-cta { font-size: 15px; padding: 12px 20px; gap: 8px; box-shadow: 0 6px 18px var(--acc-glow35); }

/* Héro */
.hero { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 40px; padding: 64px var(--gx) 56px; align-items: center; background: radial-gradient(1200px 500px at 20% 0%, rgba(255,106,26,.04), transparent 60%); }
.pill { display: inline-flex; align-items: center; gap: 8px; background: var(--acc-tint); color: var(--acc); font-weight: 700; font-size: 13px; padding: 8px 14px; border-radius: var(--r); }
.hero h1 { font-weight: 800; font-size: 62px; line-height: 1.02; letter-spacing: -.025em; margin: 20px 0 18px; }
.hero h1 .acc { color: var(--acc); }
.hero h1 u { text-decoration: underline; text-decoration-color: var(--acc); text-decoration-thickness: 5px; text-underline-offset: 6px; }
.hero-lead { font-size: 18px; line-height: 1.6; color: var(--text2); max-width: 50ch; margin: 0 0 28px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.btn-hero { font-family: 'Archivo', sans-serif; font-size: 19px; padding: 18px 28px; box-shadow: 0 10px 30px var(--acc-glow40); }
.btn-tarifs { font-size: 16px; padding: 16px 24px; gap: 8px; }

/* Assurances */
.insurers { padding: 14px 0 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); min-width: 0; max-width: 100%; }
.insurers-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.check { width: 22px; height: 22px; background: var(--acc); display: grid; place-items: center; flex: none; }
.insurers-head b { font-size: 14px; }
.insurers-head span:last-child { font-size: 13px; color: var(--muted); }
.marquee { overflow: hidden; width: 100%; contain: inline-size; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 28px; width: max-content; animation: marquee 40s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track li { flex: none; width: 120px; height: 44px; display: grid; place-items: center; list-style: none; }
.marquee-track ul { display: contents; }
.marquee-track img { max-width: 120px; max-height: 44px; width: auto; height: auto; object-fit: contain; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Photo héro + badges */
.hero > div { min-width: 0; }
.hero-visual { position: relative; min-width: 0; }
.hero-photo { height: 500px; border-radius: var(--r); overflow: hidden; position: relative; transform: rotate(-1.5deg); box-shadow: 0 30px 60px rgba(11,18,32,.18); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.badge { position: absolute; border-radius: 16px; display: flex; align-items: center; }
.badge-delay { left: -24px; bottom: 36px; background: #fff; padding: 14px 18px; box-shadow: 0 12px 30px rgba(11,18,32,.15); gap: 12px; }
.badge-delay .tile { width: 42px; height: 42px; border-radius: 12px; background: var(--green); display: grid; place-items: center; }
.badge-delay b { font-family: 'Archivo', sans-serif; font-size: 18px; display: block; }
.badge-delay small { font-size: 12px; color: var(--muted); }
.badge-rating { right: -16px; top: 28px; background: var(--ink); color: #fff; padding: 12px 16px; box-shadow: 0 12px 30px rgba(11,18,32,.25); gap: 10px; }
.badge-rating .stars { color: var(--star); font-size: 16px; letter-spacing: 1px; }
.badge-rating span:last-child { font-size: 13px; }

/* Chiffres */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0 var(--gx) 56px; }
.stat { background: var(--alt); border-radius: var(--r); padding: 22px 24px; }
.stat b { font-family: 'Archivo', sans-serif; font-size: 32px; display: block; color: var(--acc); }
.stat span { font-size: 14px; color: var(--text2); }

/* Services */
.services { background: var(--alt); padding: 64px var(--gx); }
.svc-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 28px; }
.svc-head h2 { font-size: 42px; margin: 8px 0 0; }
.svc-nav { display: flex; align-items: center; gap: 10px; flex: none; }
.svc-counter { font-size: 13px; color: var(--muted); margin-right: 6px; }
.round { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; border: 0; }
.round-prev { border: 2px solid var(--line2); background: #fff; color: var(--ink); }
.round-prev:hover { border-color: #cfd3db; }
.round-next { background: var(--acc); color: #fff; box-shadow: 0 6px 18px var(--acc-glow35); }
.round-next:hover { background: var(--acc-dark); }
.svc-viewport { overflow: hidden; margin: 0 -8px; padding: 4px 0 12px; }
.svc-track { display: flex; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.svc-slide { flex: 0 0 33.3333%; padding: 0 8px; }
.card { background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: 0 8px 28px rgba(11,18,32,.08); height: 100%; display: flex; flex-direction: column; }
.card-media { height: 210px; position: relative; overflow: hidden; min-width: 0; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-icon { position: absolute; left: 14px; top: 14px; width: 42px; height: 42px; border-radius: 12px; background: var(--acc); display: grid; place-items: center; box-shadow: 0 6px 16px rgba(11,18,32,.2); }
.card-price { position: absolute; right: 14px; top: 14px; background: #fff; color: var(--ink); font-weight: 700; font-size: 13px; padding: 6px 12px; border-radius: var(--r); white-space: nowrap; }
.card-body { display: flex; flex-direction: column; gap: 8px; padding: 18px 20px 20px; flex: 1; }
.card-body h3 { font-weight: 700; font-size: 20px; letter-spacing: -.01em; }
.card-body p { font-size: 14.5px; line-height: 1.55; color: var(--text2); margin: 0; flex: 1; }
.card-link { display: inline-flex; align-items: center; gap: 6px; color: var(--acc); font-weight: 700; font-size: 14px; margin-top: 4px; }
.card-link:hover { color: var(--acc-dark); }
.dots { display: flex; gap: 6px; margin-top: 16px; justify-content: center; }
.dots button { width: 10px; height: 10px; border-radius: 2px; padding: 0; border: 0; cursor: pointer; transition: width .3s; background: #d1d5db; }
.dots button.active { width: 32px; background: var(--acc); }

/* Bandeau urgence */
.urgent { margin: 0 var(--gx); transform: translateY(-32px); position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 26px 32px; background: var(--ink); color: #fff; border-radius: var(--r); box-shadow: 0 20px 50px rgba(11,18,32,.25); }
.urgent-left { display: flex; align-items: center; gap: 16px; }
.urgent .tile { width: 48px; height: 48px; border-radius: 14px; background: var(--acc); display: grid; place-items: center; flex: none; }
.urgent b { font-family: 'Archivo', sans-serif; font-size: 22px; display: block; }
.urgent small { font-size: 14px; opacity: .75; }
.btn-urgent { font-family: 'Archivo', sans-serif; font-size: 17px; padding: 16px 24px; flex: none; }

/* Étapes */
.steps { padding: 32px var(--gx) 64px; }
.steps h2 { font-size: 38px; margin: 8px 0 28px; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { border: 2px solid var(--line); border-radius: var(--r); padding: 26px; }
.step .num { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 44px; color: var(--acc); line-height: 1; }
.step h4 { font-size: 20px; margin: 12px 0 6px; }
.step p { font-size: 15px; color: var(--text2); line-height: 1.55; margin: 0; }

/* Tarifs */
.tarifs { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; padding: 64px var(--gx); background: var(--alt); align-items: center; }
.tarifs h2 { font-size: 42px; margin: 8px 0 14px; }
.tarifs-intro { font-size: 16px; color: var(--text2); line-height: 1.6; max-width: 44ch; }
.btn-price { font-family: 'Archivo', sans-serif; font-size: 16px; padding: 16px 24px; margin-top: 10px; box-shadow: 0 10px 30px var(--acc-glow35); }
.price-list { display: flex; flex-direction: column; gap: 8px; }
.price-row { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-radius: 12px; background: var(--alt); }
.price-row.first { background: var(--acc-tint10); }
.price-row span { font-weight: 600; font-size: 15px; }
.price-row b { white-space: nowrap; flex: none; margin-left: 12px; font-family: 'Archivo', sans-serif; font-size: 20px; }
.price-row.first b { color: var(--acc); }

/* Marques */
.brands { padding: 72px var(--gx); background: #fff; border-top: 1px solid var(--line); }
.brands-head { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.brands-head h2 { font-size: 40px; margin: 8px 0 12px; }
.brands-head p { font-size: 16px; color: var(--text2); line-height: 1.6; margin: 0; }
.brand-strip { display: grid; grid-template-columns: repeat(7, 1fr); border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 16px; padding: 0; list-style: none; }
.brand-strip li { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 18px 12px; }
.brand-strip li + li { border-left: 1px solid var(--line); }
.brand-logo { width: 100%; height: 48px; display: grid; place-items: center; }
.brand-logo img { max-width: 100%; max-height: 48px; width: auto; height: auto; object-fit: contain; }
.brand-strip span { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.brands-caption { text-align: center; font-size: 13px; color: var(--muted); margin: 0 0 36px; }
.types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.type { display: flex; gap: 14px; align-items: flex-start; padding: 20px; border: 2px solid var(--line); border-radius: var(--r); }
.type .tile { width: 44px; height: 44px; background: var(--acc-tint10); display: grid; place-items: center; flex: none; border-radius: var(--r); }
.type b { font-family: 'Archivo', sans-serif; font-size: 17px; display: block; margin-bottom: 4px; }
.type span { font-size: 14px; color: var(--text2); line-height: 1.5; }

/* Avis */
.reviews { padding: 64px var(--gx); background: var(--alt); }
.reviews-grid { display: grid; grid-template-columns: .9fr 2.1fr; gap: 40px; align-items: start; }
.reviews-side { position: sticky; top: 96px; }
.score { display: flex; align-items: baseline; gap: 10px; margin-top: 8px; }
.score b { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 88px; line-height: 1; letter-spacing: -.04em; }
.score span { font-size: 22px; color: var(--muted); }
.stars { display: flex; gap: 2px; }
.stars-big { margin: 8px 0 6px; }
.google-badge { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 2px solid var(--line); border-radius: var(--r); padding: 8px 14px 8px 8px; margin: 0 0 18px; }
.google-badge .g { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; flex: none; }
.google-badge .g img { width: 20px; height: 20px; }
.google-badge b { font-size: 14px; display: block; line-height: 1.2; }
.google-badge small { color: var(--muted); font-size: 12.5px; }
.btn-reviews { border: 2px solid var(--line2); border-radius: var(--r); padding: 12px 20px; font-size: 14px; gap: 8px; }
.review-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.review { background: #fff; border-radius: var(--r); padding: 24px; box-shadow: 0 8px 28px rgba(11,18,32,.07); display: flex; flex-direction: column; gap: 12px; }
.review-top { display: flex; align-items: center; gap: 2px; }
.via { margin-left: auto; font-size: 12px; color: var(--muted); font-weight: 600; }
.review p { font-size: 15.5px; line-height: 1.6; margin: 0; flex: 1; }
.author { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); }
.avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--acc-tint15); color: var(--acc); font-weight: 800; display: grid; place-items: center; font-size: 14px; flex: none; }
.author b { color: var(--ink); }

/* Zone */
.zone { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 64px var(--gx); background: #fff; align-items: center; }
.map { height: 400px; border-radius: var(--r); overflow: hidden; position: relative; min-width: 0; box-shadow: 0 20px 50px rgba(11,18,32,.12); }
.map img { width: 100%; height: 100%; object-fit: cover; }
.zone h2 { font-size: 40px; margin: 8px 0 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; padding: 0; list-style: none; }
.chips li { background: var(--alt); border: 2px solid var(--line); border-radius: var(--r); padding: 8px 14px; font-size: 14px; font-weight: 600; }
.zone-note { font-size: 14px; color: var(--muted); margin: 0 0 18px; }
.btn-zone { padding: 14px 22px; font-size: 15px; gap: 8px; }

/* FAQ */
.faq { padding: 64px var(--gx) 88px; background: var(--alt); }
.faq h2 { font-size: 38px; margin: 8px 0 24px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.qa { background: #fff; border-radius: var(--r); padding: 22px 24px; border: 2px solid var(--line); }
.qa h4 { font-size: 18px; margin: 0 0 6px; }
.qa p { font-size: 14.5px; color: var(--text2); line-height: 1.55; margin: 0; }

/* Contact */
.contact { margin: 0 var(--gx) 40px; padding: 56px 48px; border-radius: calc(var(--r) * 1.4); background: linear-gradient(135deg, var(--acc), #b95522); color: #fff; display: grid; grid-template-columns: 1.3fr 1fr; gap: 32px; align-items: center; box-shadow: 0 30px 70px var(--acc-glow35); }
.contact h2 { font-size: 52px; letter-spacing: -.03em; line-height: 1.02; margin: 0 0 12px; }
.contact p { font-size: 17px; opacity: .9; margin: 0 0 24px; max-width: 48ch; }
.contact-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-contact { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 20px; padding: 18px 28px; }
.btn-ghost { border: 2px solid rgba(255,255,255,.6); color: #fff; font-size: 15px; padding: 16px 24px; }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.glass { background: rgba(255,255,255,.14); border-radius: var(--r); padding: 22px 24px; font-size: 15px; line-height: 1.7; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.glass b { font-family: 'Archivo', sans-serif; font-size: 17px; display: block; margin-bottom: 6px; }
.glass a:hover { text-decoration: underline; }

/* Pied de page */
.footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; padding: 24px var(--gx) 32px; font-size: 13px; color: var(--muted); border-top: 1px solid var(--line); }
.footer-brand { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 16px; color: var(--ink); }
.footer-links { display: flex; gap: 20px; }
.footer-links a:hover { color: var(--ink); }

/* Mobile */
@media (max-width: 760px) {
  :root { --gx: 20px; }
  .topbar-right { display: none; }
  .long { display: none; }
  .short { display: inline; }
  .topbar { padding: 10px 16px; font-size: 12px; white-space: nowrap; overflow: hidden; }
  .nav-link { display: none; }
  .nav { padding: 12px 16px; gap: 12px; }
  .nav-cta { padding: 10px 14px; font-size: 14px; }
  .brand-name { font-size: 17px; }
  .hero { grid-template-columns: minmax(0,1fr); padding: 32px var(--gx) 24px; gap: 28px; }
  .hero h1 { font-size: 40px; }
  .hero-lead { font-size: 16px; }
  .hero-photo { height: 300px; transform: none; }
  .badge-delay { left: 12px; bottom: 12px; }
  .badge-rating { right: 12px; top: 12px; }
  .stats { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; padding: 0 var(--gx) 40px; }
  .services, .tarifs, .zone, .steps, .brands, .reviews, .faq { padding: 40px var(--gx); }
  .tarifs, .zone, .grid3, .types, .reviews-grid, .review-cards, .faq-grid { grid-template-columns: minmax(0,1fr); gap: 20px; }
  h2 { font-size: 30px !important; }
  .svc-head { flex-direction: column; align-items: flex-start; }
  .svc-slide { flex: 0 0 100%; }
  .urgent { margin: 0 var(--gx); transform: translateY(-20px); flex-direction: column; align-items: flex-start; padding: 22px; }
  .urgent-left { min-width: 0; }
  .svc-head > div { min-width: 0; }
  .reviews-side { position: static; }
  .brand-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .brand-strip li + li { border-left: 0; }
  .brand-strip li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .brand-strip li:nth-child(even) { border-left: 1px solid var(--line); }
  .brand-strip li:nth-child(7) { display: none; } /* mobile : 6 marques, grille 3×2 */
  .map { height: 260px; }
  .contact { grid-template-columns: minmax(0,1fr); margin: 0 var(--gx) 24px; padding: 32px 24px; }
  .contact h2 { font-size: 36px; }
  .contact .btn { font-size: 16px; padding: 14px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .svc-track { transition: none; }
  .dot { animation: none; }
}
