/* ============================================================
 * DP UI Pack - 12 Tarifs (page-id-645) - V2 ADDITIF STRICT
 * /combien-coute-un-detective-prive-sur-paris-et-lile-de-france/
 * Additif : highlight strong (montants), CTA mailto/tel, h2/h3, image radius
 * Scoping : body.page-id-645 (ne touche AUCUN container)
 * ============================================================ */

/* ===== 1. Typographie h2 / h3 (additif, taille native conservée) ===== */
body.page-id-645 .page-content-wrap h2 {
  font-family: var(--dp-font-h);
  font-weight: 700;
  color: var(--dp-text-strong);
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 1.8rem 0 0.9rem;
}
body.page-id-645 .page-content-wrap h2 span,
body.page-id-645 .page-content-wrap h2 strong {
  color: inherit !important;
  font-weight: inherit !important;
}
body.page-id-645 .page-content-wrap h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 0.5rem 0 0;
  background: linear-gradient(90deg, var(--dp-primary) 0%, var(--dp-accent) 100%);
  border-radius: 2px;
}
body.page-id-645 .page-content-wrap h2[style*="text-align: center"]::after { margin-left: auto; margin-right: auto; }

body.page-id-645 .page-content-wrap h3 {
  font-family: var(--dp-font-h);
  font-weight: 700;
  color: var(--dp-primary-dark);
  margin: 1.3rem 0 0.7rem;
  line-height: 1.4;
}
body.page-id-645 .page-content-wrap h3 span,
body.page-id-645 .page-content-wrap h3 strong {
  color: inherit !important;
  font-weight: inherit !important;
}

/* ===== 2. Highlight des montants (strong dans paragraphes) ===== */
body.page-id-645 .page-content-wrap .vce-text-block-wrapper p strong,
body.page-id-645 .page-content-wrap > p strong {
  background-image: linear-gradient(180deg, transparent 60%, var(--dp-primary-soft) 60%);
  padding: 0 0.18em;
  border-radius: 2px;
  color: var(--dp-text-strong);
  font-weight: 700;
  transition: background-image var(--dp-tr-fast);
}
body.page-id-645 .page-content-wrap .vce-text-block-wrapper p strong:hover,
body.page-id-645 .page-content-wrap > p strong:hover {
  background-image: linear-gradient(180deg, transparent 50%, rgba(239, 68, 68, 0.20) 50%);
}

/* ===== 3. Paragraphes : line-height, taille native conservée ===== */
body.page-id-645 .page-content-wrap .vce-text-block-wrapper p,
body.page-id-645 .page-content-wrap > p {
  font-family: var(--dp-font);
  line-height: 1.7;
  color: var(--dp-text);
  margin: 0 0 0.85rem;
}

/* ===== 4. Images : radius doux (additif, sans toucher au container) ===== */
body.page-id-645 .page-content-wrap .vce-single-image-wrapper figure,
body.page-id-645 .page-content-wrap .vce-single-image-wrapper img {
  border-radius: var(--dp-radius);
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.page-id-645 .page-content-wrap .vce-single-image-wrapper figure {
  box-shadow: var(--dp-shadow-sm);
  background: var(--dp-bg-soft);
}
body.page-id-645 .page-content-wrap .vce-single-image-wrapper figcaption {
  font-size: 0.82rem;
  color: var(--dp-text-muted);
  text-align: center;
  padding: 0.5rem 0.7rem;
  margin: 0;
}
body.page-id-645 .page-content-wrap .wp-caption {
  border-radius: var(--dp-radius);
  overflow: hidden;
  box-shadow: var(--dp-shadow-sm);
  background: var(--dp-bg-soft);
  padding: 0.4rem;
  max-width: 100% !important;
}
body.page-id-645 .page-content-wrap .wp-caption img {
  border-radius: var(--dp-radius-sm);
  display: block;
  height: auto;
  max-width: 100%;
}
body.page-id-645 .page-content-wrap .wp-caption-text {
  font-size: 0.78rem;
  color: var(--dp-text-muted);
  text-align: center;
  padding: 0.4rem 0.3rem 0.2rem;
  margin: 0;
}

/* ===== 5. CTA mailto premium ===== */
body.page-id-645 .page-content-wrap a[href^="mailto:"] {
  display: inline-block;
  padding: 0.55rem 1.1rem;
  background: linear-gradient(135deg, var(--dp-primary) 0%, var(--dp-primary-dark) 100%);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: var(--dp-radius-pill);
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: var(--dp-shadow-red);
  border-bottom: 0 !important;
  transition: transform var(--dp-tr-fast), box-shadow var(--dp-tr-fast);
}
body.page-id-645 .page-content-wrap a[href^="mailto:"]::before {
  content: "\2709";
  margin-right: 0.4rem;
}
body.page-id-645 .page-content-wrap a[href^="mailto:"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(239, 68, 68, 0.45);
  color: #fff !important;
}

/* ===== 6. CTA tel : mise en valeur sobre ===== */
body.page-id-645 .page-content-wrap a[href^="tel:"] {
  color: var(--dp-primary-dark);
  font-weight: 700;
  text-decoration: none !important;
  border-bottom: 1px dashed var(--dp-primary);
  padding: 0 0.1em;
  transition: color var(--dp-tr-fast), border-color var(--dp-tr-fast);
}
body.page-id-645 .page-content-wrap a[href^="tel:"]:hover {
  color: var(--dp-primary);
  border-bottom-color: transparent;
}

/* ===== 7. Liens corps : hover doux (hors mailto/tel/vce) ===== */
body.page-id-645 .page-content-wrap a:not([href^="mailto:"]):not([href^="tel:"]):not([class*="vce-"]):not(.dp-btn) {
  color: var(--dp-primary-dark);
  text-decoration: none;
  border-bottom: 1px dashed rgba(220, 38, 38, 0.4);
  transition: color var(--dp-tr-fast), border-color var(--dp-tr-fast);
}
body.page-id-645 .page-content-wrap a:not([href^="mailto:"]):not([href^="tel:"]):not([class*="vce-"]):not(.dp-btn):hover {
  color: var(--dp-primary);
  border-bottom-color: var(--dp-primary);
}

/* ===== 8. Responsive (mobile uniquement, pas de touch container) ===== */
@media (max-width: 720px) {
  body.page-id-645 .page-content-wrap h2 { margin: 1.3rem 0 0.7rem; }
  body.page-id-645 .page-content-wrap a[href^="mailto:"] {
    display: inline-block;
    word-break: break-all;
    padding: 0.55rem 0.9rem;
  }
}

/* ============================================================ */
