
:root {
  --orange: #f97316;
  --orange-dark: #ea6c0a;
  --dark: #111827;
  --gray: #6b7280;
  --light: #f9fafb;
  --white: #ffffff;
  --radius: 8px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', system-ui, sans-serif; color: var(--dark); background: var(--white); line-height: 1.6; }
a { color: var(--orange); text-decoration: none; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.site-header { background: var(--dark); padding: 16px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.site-header .container { display: flex; justify-content: space-between; align-items: center; }
.logo { color: var(--white); font-size: 1.5rem; font-weight: 800; }
.logo span { color: var(--orange); }
.btn-call { background: var(--orange); color: var(--white); padding: 10px 20px; border-radius: var(--radius); font-weight: 700; }
.hero { background: linear-gradient(135deg, #1f2937, #111827); color: var(--white); padding: 60px 0 50px; }
.breadcrumb { font-size: .85rem; color: #9ca3af; margin-bottom: 16px; }
.breadcrumb a { color: #d1d5db; }
.hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; margin-bottom: 12px; line-height: 1.2; }
.hero-sub { color: #d1d5db; font-size: 1.1rem; margin-bottom: 28px; }
.hero-sub strong { color: var(--orange); }
.btn-primary { display: inline-block; background: var(--orange); color: var(--white); padding: 14px 32px; border-radius: var(--radius); font-weight: 700; font-size: 1.05rem; box-shadow: 0 4px 12px rgba(249,115,22,.4); }
.btn-primary:hover { background: var(--orange-dark); }
.content-section { padding: 60px 0; }
.content-section h2 { font-size: 1.6rem; font-weight: 700; margin-bottom: 20px; }
.content-section p { color: var(--gray); margin-bottom: 16px; max-width: 750px; }
.services { padding: 60px 0; background: var(--light); }
.services h2 { font-size: 1.6rem; font-weight: 700; margin-bottom: 32px; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.service-card { background: var(--white); border-radius: var(--radius); padding: 24px; border: 1px solid #e5e7eb; }
.service-icon { font-size: 2rem; display: block; margin-bottom: 12px; }
.service-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.service-card p { color: var(--gray); font-size: .9rem; }
.info-box { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-top: 32px; }
.info-item { background: var(--light); border-radius: var(--radius); padding: 16px 20px; border-left: 4px solid var(--orange); }
.info-item strong { display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: .05em; color: var(--gray); margin-bottom: 4px; }
.faq-item { background: var(--white); border: 1px solid #e5e7eb; border-radius: var(--radius); padding: 20px; margin-bottom: 12px; }
.faq-item h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.faq-item p { color: var(--gray); font-size: .9rem; margin: 0; }
.cta-section { background: var(--orange); color: var(--white); padding: 60px 0; text-align: center; }
.cta-section h2 { font-size: 1.8rem; font-weight: 800; margin-bottom: 12px; }
.cta-section p { font-size: 1.05rem; margin-bottom: 28px; opacity: .9; }
.cta-section .btn-primary { background: var(--white); color: var(--orange); box-shadow: none; }
.site-footer { background: var(--dark); color: #9ca3af; padding: 32px 0; text-align: center; }
.site-footer p { margin-bottom: 8px; font-size: .9rem; }
.site-footer a { color: #d1d5db; }
.dep-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 40px; }
.dep-card { background: var(--white); border-radius: var(--radius); padding: 20px; border: 1px solid #e5e7eb; }
.dep-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.dep-card .dep-link { color: var(--orange); font-size: .85rem; font-weight: 600; display: block; margin-top: 12px; }
.city-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px; margin-top: 20px; }
.city-list a { color: var(--dark); font-size: .85rem; padding: 4px 0; border-bottom: 1px solid #f3f4f6; }
.city-list a:hover { color: var(--orange); }
.section-title { font-size: 1.6rem; font-weight: 700; margin-bottom: 8px; }
.section-sub { color: var(--gray); margin-bottom: 32px; }
.hp-hero { background: linear-gradient(135deg, #1f2937, #111827); color: var(--white); padding: 80px 0 70px; text-align: center; }
.hp-hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; margin-bottom: 16px; line-height: 1.15; }
.hp-hero p { font-size: 1.2rem; color: #d1d5db; max-width: 600px; margin: 0 auto 32px; }
.villes-section { padding: 60px 0; }


/* ============================================================
   PHOTOS - Fast-Depann.com
   ============================================================ */

/* Hero avec photo Paris */
.hp-hero {
  background-image: linear-gradient(rgba(17,24,39,0.75), rgba(17,24,39,0.85)),
                    url('/assets/images/depannage-auto-paris.jpg');
  background-size: cover;
  background-position: center;
}

/* Section photos galerie */
.photos-section {
  padding: 60px 0;
  background: var(--light);
}

.photos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.photo-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
  display: block;
}

.photo-card:hover img {
  transform: scale(1.04);
}

.photo-card .photo-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.7));
  color: #fff;
  padding: 24px 16px 12px;
  font-size: .85rem;
  font-weight: 600;
}

/* Photo dans les pages villes */
.ville-photo {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 24px;
  display: block;
}

/* Voisines */
.voisines-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.voisine-link {
  display: block;
  background: var(--white);
  border: 1px solid #e5e7eb;
  border-radius: var(--radius);
  padding: 10px 14px;
  color: var(--dark);
  font-size: .85rem;
  font-weight: 600;
  transition: all .15s;
}

.voisine-link:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.voisine-link span {
  display: block;
  font-size: .75rem;
  color: var(--gray);
  font-weight: 400;
}
/* ============================================
   FIX MOBILE — Section "Fast Depann depuis 2019"
   Casse la grid 2 colonnes en 1 colonne sur mobile
   ============================================ */
@media (max-width: 768px) {
  /* Cible la grid avec inline-style 1fr 1fr */
  section > .container > div[style*="1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  /* Centre les images dans cette section */
  section > .container > div[style*="1fr 1fr"] img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
}
