/* Reuse dark baseline from service pages */
@import url("./theme-dark-panneaux-solaires.css");

/* Improve readability of hero intro paragraph */
body.theme-dark .hero-section .hero-content .text-para-2{
  color:#e7eef0 !important;
}

/* Match "Decouvrir notre page Suivi et bilan" button colors to header CTA */
body.theme-dark .process-section a.link-anime.v1.round-border-full{
  background:#07bc4c !important;
  border-color:#07bc4c !important;
  color:#ffffff !important;
}

body.theme-dark .process-section a.link-anime.v1.round-border-full i{
  background:#ffffff !important;
  color:#8a949c !important;
}

body.theme-dark .process-section a.link-anime.v1.round-border-full:hover{
  background:#07bc4c !important;
  border-color:#07bc4c !important;
}

/* Match CTA "Demandez votre devis gratuit" button to header CTA colors */
body.theme-dark .cta-section .cta-buttons a.btn-anime.v2.round-border-full{
  background:#07bc4c !important;
  border-color:#07bc4c !important;
  color:#ffffff !important;
}

body.theme-dark .cta-section .cta-buttons a.btn-anime.v2.round-border-full i{
  background:#ffffff !important;
  color:#8a949c !important;
}

body.theme-dark .cta-section .cta-buttons a.btn-anime.v2.round-border-full:hover{
  background:#07bc4c !important;
  border-color:#07bc4c !important;
}

/* CTA phone numbers in fluo green like header button */
body.theme-dark .cta-section .cta-buttons .contact-info .phone-number,
body.theme-dark .cta-section .cta-buttons .contact-info .phone-number .text-2{
  color:#07bc4c !important;
}

/* Mention tarif préférentiel (discret, lisible) */
.maintenance-tarif-notice{
  font-size:0.9375rem;
  line-height:1.55;
  font-style:italic;
  color:rgba(44,52,58,0.82);
  max-width:38rem;
  padding:0.55rem 0.85rem 0.55rem 0.95rem;
  border-left:3px solid rgba(7,188,76,0.55);
  background:rgba(7,188,76,0.07);
  border-radius:0 6px 6px 0;
}

body.theme-dark .hero-section .maintenance-tarif-notice{
  color:rgba(231,238,240,0.9);
  background:rgba(7,188,76,0.14);
  border-left-color:rgba(7,188,76,0.75);
}

body.theme-dark .cta-section .maintenance-tarif-notice--cta{
  color:rgba(44,52,58,0.78);
  background:rgba(7,188,76,0.08);
  border-left-color:rgba(7,188,76,0.6);
}

