.elementor-3969 .elementor-element.elementor-element-2e28648{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3969 .elementor-element.elementor-element-2184fcc > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3969 .elementor-element.elementor-element-3453560{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3969 .elementor-element.elementor-element-301a419 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3969 .elementor-element.elementor-element-b3de508{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3969 .elementor-element.elementor-element-80f02c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3969 .elementor-element.elementor-element-1113797 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3969 .elementor-element.elementor-element-4ce0e8f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3969 .elementor-element.elementor-element-a42f979 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3969 .elementor-element.elementor-element-a3994c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3969 .elementor-element.elementor-element-949a86d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3969 .elementor-element.elementor-element-46286d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3969 .elementor-element.elementor-element-c818caf > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3969 .elementor-element.elementor-element-8fffa45 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3969 .elementor-element.elementor-element-6df5854{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3969 .elementor-element.elementor-element-20ab6fc > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2184fcc *//* =========================
   HERO ASSURANCE PROFESSIONNELLE
   ========================== */

.pro-hero {
  /* Layout & Spacing */
  padding: 4.5rem 0 4.8rem;
  display: flex;
  align-items: center;
  min-height: 60vh; /* Ensures the hero section has good presence */

  /* Background Layers (Top to Bottom) */
  background: 
    /* 1. Top-left blue accent glow */
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.25), transparent 50%),
    
    /* 2. Dark Tint Overlay (Adjust 0.8 to 0.9 if text is hard to read) */
    linear-gradient(rgba(11, 17, 32, 0.82), rgba(2, 6, 23, 0.85)),
    
    /* 3. The Background Image */
    url('/wp-content/uploads/2026/02/assurance-pro.webp');

  /* Image Optimization */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* Typography */
  color: #e5e7eb;
  font-family: "Kumbh Sans", sans-serif;
  text-align: center; /* Optional: centers your hero text */
}

.pro-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.pro-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.3fr);
  gap: 2.5rem;
  align-items: center;
}

/* COLONNE GAUCHE */

.pro-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: #bfdbfe;
  margin-bottom: 0.8rem;
}

.pro-hero-pill {
  padding: 0.22rem 0.7rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.16);
  color: #e5e7eb;
  font-size: 0.78rem;
}

.pro-hero-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #f9fafb;
  margin-bottom: 0.9rem;
  line-height:1.3rem;
}

.pro-hero-subtitle {
  font-size: 1rem;
  line-height: 1.7;
  color: #e5e7eb;
  max-width: 580px;
  margin-bottom: 1.1rem;
}

.pro-hero-list {
  list-style: none;
  margin: 0 0 1.6rem 0;
  padding: 0;
}

.pro-hero-list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #d1d5db;
}

.pro-hero-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #60a5fa;
}

.pro-hero-note {
  font-size: 0.82rem;
  color: #9ca3af;
}

/* FORMULAIRE */

.pro-hero-right {
  display: flex;
  justify-content: flex-end;
}

.pro-hero-card {
  background: rgba(15, 23, 42, 0.96);
  border-radius: 20px;
  padding: 1.8rem 1.6rem;
  border: 1px solid rgba(148, 163, 184, 0.6);
  max-width: 400px;
  width: 100%;
}

.pro-form-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.5rem;
  line-height:1.2rem;
}

.pro-form-intro {
  color: #d1d5db;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.pro-hero-form .wpforms-field input,
.pro-hero-form .wpforms-field select {
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.7);
  border-radius: 10px;
  color: #e5e7eb;
}

.pro-hero-form .wpforms-submit {
  background: #2563eb !important;
  color: #fff !important;
  border-radius: 999px !important;
  border: none !important;
  padding: 0.75rem 1.4rem !important;
  box-shadow: none !important; /* pas de shadow */
}

.pro-hero-smallprint {
  font-size: 0.78rem;
  color: #6b7280;
  margin-top: 0.6rem;
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .pro-hero-inner {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-301a419 *//* =========================
   SECTION ACTIVITÉS ASSURANCE PRO
   ========================== */

.pro-activities {
  padding: 4.2rem 0 4.5rem;
  background: #f9fafb;
  font-family: "Kumbh Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.pro-activities-header {
  max-width: 780px;
  margin: 0 auto 2.7rem;
  text-align: center;
}

.pro-activities-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.9rem;
}

.pro-activities-header p {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.7;
}

/* GRID */

.pro-activities-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

/* CARDS */

.pro-activity-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.9rem 1.7rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.pro-activity-card:hover {
  transform: translateY(-3px);
  border-color: #2563eb;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

/* Icône */

.pro-activity-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 99, 235, 0.08);
  font-size: 1.3rem;
  margin-bottom: 0.9rem;
}

/* Titre + texte */

.pro-activity-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
  line-height:1.2;
}

.pro-activity-card p {
  font-size: 0.93rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

/* Liste */

.pro-activity-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pro-activity-card ul li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.pro-activity-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-size: 1.1rem;
  color: #2563eb;
}

/* Responsive */

@media (max-width: 1024px) {
  .pro-activities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pro-activities-grid {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .pro-activities-header h2 {
    font-size: 1.7rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1113797 *//* =========================
   SECTION GARANTIES ASSURANCE PRO
   ========================== */

.pro-covers {
  padding: 4.3rem 0 4.6rem;
  background: #ffffff;
  font-family: "Kumbh Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.pro-covers-header {
  max-width: 780px;
  margin: 0 auto 2.7rem;
  text-align: center;
}

.pro-covers-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.9rem;
}

.pro-covers-header p {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.7;
}

/* GRID */

.pro-covers-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

/* CARDS */

.pro-cover-card {
  background: #f9fafb;
  border-radius: 18px;
  padding: 1.9rem 1.7rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.pro-cover-card:hover {
  transform: translateY(-3px);
  border-color: #2563eb;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

/* BADGES */

.pro-cover-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  margin-bottom: 0.8rem;
}

.pro-cover-badge-secondary {
  background: rgba(148, 163, 184, 0.15);
  color: #4b5563;
}

.pro-cover-badge-highlight {
  background: rgba(22, 163, 74, 0.1);
  color: #15803d;
}

/* TITRE + TEXTE */

.pro-cover-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
  line-height:1.2;
}

.pro-cover-card p {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

/* LISTE */

.pro-cover-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.7rem 0;
}

.pro-cover-card ul li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.pro-cover-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-size: 1.1rem;
  color: #2563eb;
}

/* NOTE / DISCLAIMER */

.pro-cover-note {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.5;
}

.pro-covers-disclaimer {
  max-width: 950px;
  margin: 2.2rem auto 0;
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.6;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .pro-covers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pro-covers-grid {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .pro-covers-header h2 {
    font-size: 1.7rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a42f979 *//* =========================
   SECTION "Comment ça se passe ?" – ASSURANCE PRO
   ========================== */

.pro-process {
  padding: 4.3rem 0 4.5rem;
  background: #ffffff;
  font-family: "Kumbh Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.pro-process-header {
  max-width: 780px;
  margin: 0 auto 2.7rem;
  text-align: center;
}

.pro-process-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.9rem;
}

.pro-process-header p {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.7;
}

/* GRID 3 ÉTAPES */

.pro-process-grid {
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.pro-process-card {
  background: #f9fafb;
  border-radius: 18px;
  padding: 2rem 1.7rem 1.8rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.pro-process-card:hover {
  transform: translateY(-3px);
  border-color: #2563eb;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

/* NUMÉRO ROND */

.pro-process-number {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

/* TITRE + TEXTE */

.pro-process-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.pro-process-card p {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.6;
}

/* CTA (sans shadow) */

.pro-process-cta {
  margin-top: 2.6rem;
  text-align: center;
}

.pro-process-button,
.pro-process-button:visited,
.pro-process-button:hover,
.pro-process-button:focus,
.pro-process-button:active {
  display: inline-block;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  background-color: #2563eb !important;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.97rem;
  border: none !important;
  box-shadow: none !important;      /* pas de shadow */
  text-shadow: none !important;     /* pas de halo texte */
  filter: none !important;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.pro-process-button:hover {
  background-color: #1d4ed8 !important;
  transform: translateY(-2px);
}

.pro-process-note {
  margin-top: 0.55rem;
  font-size: 0.85rem;
  color: #6b7280;
}

/* RESPONSIVE */

@media (max-width: 960px) {
  .pro-process-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    gap: 1.3rem;
  }

  .pro-process-header h2 {
    font-size: 1.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-949a86d *//* =========================
   SECTION "Pourquoi choisir Azar’Mobility ?" – ASSURANCE PRO
   ========================== */

.pro-why {
  padding: 4.2rem 0 4.6rem;
  background: #f9fafb;
  font-family: "Kumbh Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.pro-why-header {
  max-width: 780px;
  margin: 0 auto 2.7rem;
  text-align: center;
}

.pro-why-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.9rem;
}

.pro-why-header h2 span {
  color: #2563eb;
}

.pro-why-header p {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.7;
}

/* GRID */

.pro-why-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

/* CARDS */

.pro-why-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.8rem 1.6rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.pro-why-card:hover {
  transform: translateY(-3px);
  border-color: #2563eb;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

/* Icône */

.pro-why-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 99, 235, 0.08);
  font-size: 1.3rem;
  margin-bottom: 0.9rem;
}

/* Titre + texte */

.pro-why-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.45rem;
  line-height:1.2;
}

.pro-why-card p {
  font-size: 0.93rem;
  color: #4b5563;
  line-height: 1.6;
}

/* Responsive */

@media (max-width: 1024px) {
  .pro-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pro-why-grid {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .pro-why-header h2 {
    font-size: 1.7rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c818caf *//* =========================
   SECTION FAQ – ASSURANCE PRO
   ========================== */

.pro-faq {
  padding: 4.5rem 0 4.2rem;
  background: #ffffff;
  font-family: "Kumbh Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.pro-faq-header {
  max-width: 780px;
  margin: 0 auto 2.6rem;
  text-align: center;
}

.pro-faq-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.9rem;
}

.pro-faq-header p {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.7;
}

/* GRID FAQ */

.pro-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.pro-faq-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ITEM FAQ */

.pro-faq-item {
  border-radius: 16px;
  background: #f9fafb;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.pro-faq-item[open] {
  background: #ffffff;
  border-color: #2563eb;
}

/* HEADER QUESTION */

.pro-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 0.95rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
}

.pro-faq-item summary::-webkit-details-marker {
  display: none;
}

/* Icône +/x */

.pro-faq-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
  transition:
    transform 0.18s ease,
    background-color 0.18s ease,
    color 0.18s ease;
}

.pro-faq-item[open] .pro-faq-icon {
  background: #2563eb;
  color: #ffffff;
  transform: rotate(45deg); /* + visuellement transformé en x */
}

/* CONTENU RÉPONSE */

.pro-faq-content {
  padding: 0 1.2rem 1rem 1.2rem;
  border-top: 1px solid rgba(148, 163, 184, 0.3);
}

.pro-faq-content p {
  font-size: 0.93rem;
  line-height: 1.6;
  color: #4b5563;
}

/* HOVER */

.pro-faq-item summary:hover {
  background: rgba(249, 250, 251, 0.9);
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .pro-faq-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20ab6fc *//* =========================
   CTA FINALE – ASSURANCE PRO
   ========================== */

.pro-final-cta {
  padding: 4.2rem 0 4.5rem;
  background: #0b1120;
  color: #e5e7eb;
  font-family: "Kumbh Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.pro-final-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.2rem 2rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #111827 0%, #020617 100%);
  border: 1px solid rgba(148, 163, 184, 0.4);
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(0, 1.2fr);
  gap: 2.3rem;
  align-items: center;
}

/* TEXTE PRINCIPAL */

.pro-final-text h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #f9fafb;
  margin-bottom: 0.8rem;
}

.pro-final-text p {
  font-size: 1rem;
  color: #e5e7eb;
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* POINTS */

.pro-final-points {
  list-style: none;
  padding: 0;
  margin: 0 0 1.3rem 0;
}

.pro-final-points li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #d1d5db;
  margin-bottom: 0.3rem;
}

.pro-final-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-size: 0.85rem;
  color: #60a5fa;
}

/* CTA – BOUTON SANS SHADOW */

.pro-final-actions {
  margin-top: 0.3rem;
}

.pro-final-button,
.pro-final-button:visited,
.pro-final-button:hover,
.pro-final-button:focus,
.pro-final-button:active {
  display: inline-block;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  background-color: #2563eb !important;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.97rem;
  border: none !important;
  box-shadow: none !important;      /* ✅ aucun shadow */
  text-shadow: none !important;     /* ✅ aucun halo */
  filter: none !important;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.pro-final-button:hover {
  background-color: #1d4ed8 !important;
  transform: translateY(-2px);
}

.pro-final-note {
  margin-top: 0.55rem;
  font-size: 0.85rem;
  color: #9ca3af;
}

/* COLONNE DROITE */

.pro-final-side {
  display: flex;
  justify-content: flex-end;
}

.pro-final-card {
  background: rgba(15, 23, 42, 0.96);
  border-radius: 18px;
  padding: 1.7rem 1.6rem;
  border: 1px solid rgba(148, 163, 184, 0.5);
}

.pro-final-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #f9fafb;
  margin-bottom: 0.5rem;
}

.pro-final-card p {
  font-size: 0.93rem;
  line-height: 1.6;
  color: #e5e7eb;
  margin-bottom: 0.75rem;
}

.pro-final-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pro-final-card ul li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #d1d5db;
  margin-bottom: 0.25rem;
}

.pro-final-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-size: 1.1rem;
  color: #60a5fa;
}

/* RESPONSIVE */

@media (max-width: 960px) {
  .pro-final-inner {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
  }

  .pro-final-side {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .pro-final-cta {
    padding: 3.5rem 0 3.8rem;
  }

  .pro-final-text h2 {
    font-size: 1.7rem;
  }
}/* End custom CSS */