/* =========================================================
   RESILINER - PAGE VALIDATION FINALE DU REVÊTEMENT
   Scope : classes mo-*
   ========================================================= */
/* Section générale */ .mo-coordination-section  {
  position: relative;
  overflow: hidden;
}

.mo-refined-intro  {
  background: linear-gradient(180deg, #f7fbfc 0%, #ffffff 100%) !important;
}

.mo-refined-intro::before  {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83, 143, 187, 0.16) 0%, rgba(83, 143, 187, 0) 70%);
  pointer-events: none;
}

.mo-refined-intro::after  {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 133, 143, 0.14) 0%, rgba(27, 133, 143, 0) 72%);
  pointer-events: none;
}

.mo-coordination-section > .container  {
  position: relative;
  z-index: 1;
}
/* Titres / textes */ .mo-section-title  {
  color: #04292b;
  font-weight: 800;
  line-height: 1.2;
}

.mo-hero-content p, .mo-card p, .mo-warning p, .mo-highlight p, .mo-text-block p, .mo-mini-feature p, .mo-process-step p  {
  color: #195a5e;
  line-height: 1.7;
}

.mo-hero-lead  {
  color: #195a5e;
  font-size: 1.08rem;
  line-height: 1.7;
}

.mo-card h3, .mo-warning h3, .mo-highlight h3, .mo-text-block h3, .mo-mini-feature h4, .mo-process-step h3  {
  color: #04292b;
  font-weight: 800;
  line-height: 1.3;
}
/* Badge */ .mo-kicker  {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(7, 108, 160, 0.08);
  color: #076ca0;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
/* Hero */ .mo-hero-row  {
  position: relative;
}

.mo-hero-content  {
  position: relative;
  padding: 34px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(83, 143, 187, 0.12);
  box-shadow: 0 20px 60px rgba(4, 41, 43, 0.08);
}

.mo-hero-content::after  {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 133, 143, 0.12) 0%, rgba(27, 133, 143, 0) 70%);
  pointer-events: none;
}
/* Panel hero droit */ .mo-hero-panel  {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #04292b 0%, #195a5e 52%, #076ca0 100%);
  box-shadow: 0 20px 60px rgba(4, 41, 43, 0.14);
}

.mo-hero-panel::before  {
  content: "";
  position: absolute;
  top: -110px;
  right: -110px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.mo-hero-panel::after  {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -110px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(108, 179, 175, 0.22) 0%, rgba(108, 179, 175, 0) 72%);
  pointer-events: none;
}

.mo-hero-panel-inner  {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.mo-hero-panel h3  {
  color: #ffffff;
  font-weight: 800;
}
/* Mini features */ .mo-mini-feature  {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.mo-mini-feature:hover  {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.14);
}

.mo-mini-feature-icon  {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #538fbb 0%, #6cb3af 100%);
  color: #ffffff;
  font-size: 1.05rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.mo-mini-feature h4  {
  color: #ffffff;
}

.mo-mini-feature p  {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.94rem;
}
/* Bande process */ .mo-process-band  {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(83, 143, 187, 0.12);
  box-shadow: 0 14px 40px rgba(4, 41, 43, 0.07);
}

.mo-process-step  {
  position: relative;
  height: 100%;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fbfc 0%, #ffffff 100%);
  border: 1px solid rgba(83, 143, 187, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mo-process-step:hover  {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(4, 41, 43, 0.08);
}

.mo-process-number  {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #076ca0 0%, #1b858f 100%);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(7, 108, 160, 0.22);
}
/* Cards contenu */ .mo-card, .mo-warning, .mo-highlight, .mo-text-block  {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(83, 143, 187, 0.12);
  box-shadow: 0 14px 40px rgba(4, 41, 43, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.mo-card:hover, .mo-warning:hover, .mo-highlight:hover, .mo-text-block:hover  {
  transform: translateY(-4px);
  border-color: rgba(7, 108, 160, 0.22);
  box-shadow: 0 18px 46px rgba(4, 41, 43, 0.1);
}

.mo-card::after, .mo-text-block::after  {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 133, 143, 0.1) 0%, rgba(27, 133, 143, 0) 70%);
  pointer-events: none;
}

.mo-warning  {
  background: linear-gradient(135deg, rgba(83, 143, 187, 0.08) 0%, rgba(27, 133, 143, 0.08) 100%);
}

.mo-highlight  {
  background: linear-gradient(135deg, #f8fbfc 0%, #ffffff 100%);
}

.mo-warning h3, .mo-highlight h3  {
  color: #04292b;
}

.mo-warning p, .mo-highlight p  {
  color: #195a5e;
}
/* Checklist */ .mo-list-check  {
  padding-left: 0;
  list-style: none;
}

.mo-list-check li  {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #195a5e;
  line-height: 1.6;
}

.mo-list-check li:last-child  {
  margin-bottom: 0;
}

.mo-list-check li::before  {
  content: "\f058";
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #1b858f;
}
/* Responsive */ @media (max-width: 991.98px)  {
  .mo-hero-content, .mo-hero-panel-inner  {
    padding: 28px;
  }
  .mo-process-band  {
    padding: 22px;
  }
}

@media (max-width: 767.98px)  {
  .mo-hero-content, .mo-hero-panel-inner, .mo-process-band, .mo-card, .mo-warning, .mo-highlight, .mo-text-block  {
    padding: 22px !important;
  }
  .mo-mini-feature  {
    padding: 18px;
  }
  .mo-process-step  {
    padding: 16px;
  }
  .mo-section-title  {
    font-size: 1.6rem;
  }
}

@media (max-width: 575.98px)  {
  .mo-section-title  {
    font-size: 1.5rem;
  }
  .mo-card h3, .mo-warning h3, .mo-highlight h3, .mo-text-block h3, .mo-mini-feature h4, .mo-process-step h3  {
    font-size: 1.05rem;
  }
  .mo-list-check li  {
    padding-left: 28px;
  }
}