/* ============================================================
   DEPT.CSS — Styles pages département lead gen
   ============================================================ */

/* HERO DEPT */
.dept-hero {
  background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 50%, #0ea5e9 100%);
  color: white;
  padding: 3rem 0 2.5rem;
}
.dept-hero .breadcrumb { margin-bottom: 1.2rem; }
.dept-hero .breadcrumb a, .dept-hero .breadcrumb span { color: rgba(255,255,255,0.75); font-size:.85rem; }
.dept-hero .breadcrumb a:hover { color: white; }
.dept-hero h1 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 900; margin: 0 0 .9rem; line-height: 1.2; }
.dept-hero-sub { font-size: 1.05rem; opacity: .9; max-width: 640px; margin: 0 0 1.8rem; line-height: 1.6; }
.dept-hero-cta { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; margin-bottom: 2rem; }
.dept-hero-trust { font-size: .82rem; opacity: .8; }

.dept-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .8rem;
  margin-top: .5rem;
}
@media (max-width: 640px) { .dept-stats { grid-template-columns: repeat(2, 1fr); } }
.ds-item {
  background: rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: .9rem .7rem;
  text-align: center;
}
.ds-val { display: block; font-size: 1.4rem; font-weight: 800; line-height: 1; }
.ds-label { display: block; font-size: .72rem; opacity: .8; margin-top: .3rem; }

/* BTN DEPT */
.btn-dept-primary {
  display: inline-block;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
  font-weight: 800;
  font-size: 1rem;
  padding: .85rem 1.8rem;
  border-radius: 10px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 4px 14px rgba(245,158,11,.35);
}
.btn-dept-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(245,158,11,.45); }

/* HOW STEPS */
.dept-how { padding: 3.5rem 0; background: #f8fafc; }
.dept-how h2 { text-align: center; font-size: 1.6rem; font-weight: 800; margin-bottom: 2rem; color: #0f172a; }
.how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 0; }
@media (max-width: 700px) { .how-steps { grid-template-columns: 1fr; } }
.how-step {
  background: white;
  border-radius: 14px;
  padding: 1.6rem;
  border: 1px solid #e2e8f0;
  text-align: center;
}
.hs-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, #0369a1, #0ea5e9);
  color: white; font-weight: 900; font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
}
.how-step h3 { font-size: 1rem; font-weight: 700; margin: 0 0 .5rem; color: #0f172a; }
.how-step p { font-size: .88rem; color: #64748b; margin: 0; line-height: 1.55; }

/* PRIX LOCAUX */
.dept-prices { padding: 3.5rem 0; }
.dept-prices h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: .9rem; color: #0f172a; }
.dept-prices > .container > p { color: #475569; margin-bottom: 1.2rem; max-width: 700px; }

/* LOCAL GRID */
.dept-local { padding: 3.5rem 0; background: #f8fafc; }
.dept-local h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: 1.8rem; color: #0f172a; }
.local-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
@media (max-width: 900px) { .local-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .local-grid { grid-template-columns: 1fr; } }
.local-card {
  background: white;
  border-radius: 14px;
  padding: 1.4rem;
  border: 1px solid #e2e8f0;
}
.lc-icon { font-size: 1.8rem; margin-bottom: .7rem; }
.local-card h3 { font-size: .95rem; font-weight: 700; margin: 0 0 .5rem; color: #0f172a; }
.local-card p { font-size: .85rem; color: #475569; margin: 0; line-height: 1.55; }

/* CTA CENTRAL */
.dept-cta-section { padding: 3rem 0; background: linear-gradient(135deg, #0369a1, #0ea5e9); }
.dept-cta-box { text-align: center; color: white; max-width: 620px; margin: 0 auto; }
.dept-cta-box h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: .8rem; }
.dept-cta-box p { opacity: .9; margin-bottom: 1.4rem; font-size: 1rem; }
.dept-cta-trust { font-size: .8rem; opacity: .75; margin-top: .9rem; }

/* FAQ */
.dept-faq { padding: 3.5rem 0; }
.dept-faq h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: 1.8rem; color: #0f172a; }

/* PRICE TABLE (réutilisé depuis blog.css mais aussi dispo ici pour les pages dept) */
.price-table { width: 100%; border-collapse: collapse; margin: 1rem 0; border-radius: 10px; overflow: hidden; }
.price-table thead tr { background: #0369a1; color: white; }
.price-table th, .price-table td { padding: .75rem 1rem; text-align: left; font-size: .88rem; border-bottom: 1px solid #e2e8f0; }
.price-table tbody tr:hover { background: #f0f9ff; }
.price-table tbody tr:last-child td { border-bottom: none; }
.price-bold { font-weight: 700; color: #0369a1; }

/* INFO/WARN BOXES */
.info-box { background: #eff6ff; border-left: 4px solid #0ea5e9; border-radius: 0 10px 10px 0; padding: 1rem 1.2rem; margin: 1.2rem 0; }
.info-box p { margin: 0; font-size: .88rem; color: #1e40af; line-height: 1.55; }
.warn-box { background: #fffbeb; border-left: 4px solid #f59e0b; border-radius: 0 10px 10px 0; padding: 1rem 1.2rem; margin: 1.2rem 0; }
.warn-box p { margin: 0; font-size: .88rem; color: #92400e; line-height: 1.55; }

/* FAQ BLOCK */
.faq-block { display: flex; flex-direction: column; gap: 1rem; }
.faq-item { background: #f8fafc; border-radius: 12px; padding: 1.2rem 1.4rem; border: 1px solid #e2e8f0; }
.faq-item h3 { font-size: .95rem; font-weight: 700; margin: 0 0 .5rem; color: #0f172a; }
.faq-item p { margin: 0; font-size: .88rem; color: #475569; line-height: 1.6; }

/* RELATED SECTION */
.related-section { padding: 3rem 0; background: #f8fafc; }
.related-section h2 { font-size: 1.4rem; font-weight: 800; margin-bottom: 1.5rem; color: #0f172a; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
@media (max-width: 700px) { .related-grid { grid-template-columns: 1fr; } }
.related-card { background: white; border-radius: 12px; overflow: hidden; border: 1px solid #e2e8f0; display: flex; flex-direction: column; }
.rc-img { height: 80px; display: flex; align-items: center; justify-content: center; font-size: 2rem; }
.rc-body { padding: 1rem; flex: 1; }
.rc-body h3 { font-size: .88rem; font-weight: 700; margin: 0 0 .4rem; }
.rc-body h3 a { color: #0f172a; text-decoration: none; }
.rc-body h3 a:hover { color: #0369a1; }
.rc-body p { font-size: .82rem; color: #64748b; margin: 0; line-height: 1.5; }
