/*
 * Drone Clinic : rafraichissement design global (19/07/2026, valide CEO sur
 * echantillon page Matrice). Charge par le mu-plugin dc-design-refresh.php.
 * FR et NL partagent les memes classes : rendu identique par construction.
 */

/* ============================= Pages de service ========================= */
.clinic-service-page,
.clinic-faq-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 34px 20px 60px;
  font-size: 16.5px;
  line-height: 1.75;
  color: #3b4455;
}
.clinic-service-page p.intro,
.clinic-faq-page p.intro {
  font-size: 19px;
  line-height: 1.65;
  color: #1e293b;
  padding-left: 18px;
  border-left: 4px solid #dc2626;
  margin-bottom: 28px;
}
.clinic-important {
  background: #fdf6f5;
  border: 1px solid #f3d5d0;
  border-left: 4px solid #dc2626;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 15px;
  color: #1e293b;
}
.clinic-service-page h2 {
  font-size: 26px;
  color: #1e293b;
  margin: 44px 0 14px;
  padding-bottom: 10px;
  position: relative;
}
.clinic-service-page h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  border-radius: 2px;
  background: #dc2626;
}
.clinic-service-page h3 {
  font-size: 18px;
  color: #1e293b;
  margin: 26px 0 8px;
}
.clinic-service-page a,
.clinic-faq-page a {
  color: #1e73be;
  font-weight: 600;
  text-decoration: none;
}
.clinic-service-page a:hover,
.clinic-faq-page a:hover {
  text-decoration: underline;
}
.clinic-cta {
  margin-top: 40px;
  background: #1e293b;
  border-radius: 14px;
  padding: 26px 28px;
  color: #fff;
  font-size: 17px;
}
.clinic-cta strong {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}
.clinic-cta a {
  display: inline-block;
  background: #dc2626;
  color: #fff !important;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none !important;
  margin-top: 2px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.clinic-cta a:hover {
  background: #b91c1c;
  transform: translateY(-2px);
  text-decoration: none !important;
}

/* ================================= FAQ ================================= */
.clinic-faq-page div[itemprop="mainEntity"] {
  background: #fff;
  border: 1px solid #e5e9f0;
  border-radius: 12px;
  padding: 22px 26px;
  margin-bottom: 16px;
  box-shadow: 0 1px 4px rgba(30, 41, 59, 0.05);
  transition: box-shadow 0.25s ease;
}
.clinic-faq-page div[itemprop="mainEntity"]:hover {
  box-shadow: 0 6px 18px rgba(30, 41, 59, 0.1);
}
.clinic-faq-page div[itemprop="mainEntity"] h2 {
  font-size: 19px;
  color: #1e293b;
  margin: 0 0 10px;
}
.clinic-faq-page div[itemprop="mainEntity"] p {
  margin: 0;
  font-size: 15.5px;
}

/* ============================ Pages legales ============================ */
.page-id-3 .entry-content,
.page-id-1667 .entry-content,
.page-id-3141 .entry-content,
.page-id-3142 .entry-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 30px 20px 60px;
  font-size: 15.5px;
  line-height: 1.8;
  color: #3b4455;
}
.page-id-3 .entry-content h3,
.page-id-1667 .entry-content h3,
.page-id-3141 .entry-content h3,
.page-id-3142 .entry-content h3 {
  color: #1e293b;
  margin-top: 34px;
}

/* ==================== Accueil : cartes et icones ======================= */
.faq-card {
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(30, 41, 59, 0.06);
  transition: box-shadow 0.25s ease;
}
.faq-card:hover {
  box-shadow: 0 6px 18px rgba(30, 41, 59, 0.1);
}

/* Icones SVG inline : micro-animation au survol de leur carte (equivalent
   Lordicon sans dependance externe ni JS, conforme CSP) */
#main .col .col-inner > p:first-of-type svg {
  transition: transform 0.25s ease;
}
#main .col:hover .col-inner > p:first-of-type svg {
  transform: translateY(-4px) scale(1.08);
}
#main .col:hover .col-inner > p:first-of-type svg [stroke] {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: dc-draw 0.9s ease forwards;
}
@keyframes dc-draw {
  to {
    stroke-dashoffset: 0;
  }
}

/* Boutons : leger relief au survol */
.button:hover,
.pim-sav-btn:hover {
  transform: translateY(-2px);
}
.button,
.pim-sav-btn {
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

/* ============================== Mobile ================================= */
@media (max-width: 640px) {
  .clinic-service-page,
  .clinic-faq-page {
    font-size: 15.5px;
    padding: 22px 16px 40px;
  }
  .clinic-service-page h2 {
    font-size: 22px;
  }
  .clinic-cta {
    padding: 20px;
  }
  .clinic-faq-page div[itemprop="mainEntity"] {
    padding: 18px;
  }
}

/* ======================= Accessibilite ================================= */
@media (prefers-reduced-motion: reduce) {
  .clinic-cta a,
  .button,
  .pim-sav-btn,
  #main .col .col-inner > p:first-of-type svg {
    transition: none !important;
    animation: none !important;
  }
  #main .col:hover .col-inner > p:first-of-type svg [stroke] {
    animation: none !important;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
  }
}
