/* =============================================================== */
/*               ITEMS DE FAQ - LISTE DES SERVICES                 */
/* =============================================================== */

/* Article générale */
/* ========================================= */
/*           WRAPPER SERVICES                */
/* ========================================= */

.services {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}


/* ========================================= */
/*                 TITRES                    */
/* ========================================= */

.services h1 {
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 700;
  color: #1e1e1e;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.services h2 {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 18px;
  color: #222;
  position: relative;
}

.services h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #d62d54, #ff6b8b);
  margin-top: 10px;
  border-radius: 3px;
}

.services h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 12px;
  color: #333;
}


/* ========================================= */
/*                 TEXTE                     */
/* ========================================= */

.services p {
  font-size: 17px;
  line-height: 1.9;
  color: #3a3a3a;
  margin-bottom: 20px;
}


/* ========================================= */
/*                 LISTES                    */
/* ========================================= */

.services ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.services ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 1.8;
  color: #2f3a46;
}

.services ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #d62d54, #ff6b8b);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(214,45,84,0.35);
}


/* CADRE DE ACCOMPAGNEMENT AXIUM */

.cadre-axium {

  --axium-primary: #d62d54;
  --axium-accent: #ff6b8b;

  position: relative;
  margin: 60px 0;
  padding: 45px 50px;

  background: linear-gradient(
      145deg,
      rgba(255,255,255,0.9),
      rgba(255,255,255,0.75)
  );

  border-radius: 26px;

  border: 1px solid rgba(255,255,255,0.6);

  box-shadow:
      0 20px 60px rgba(0,0,0,0.10),
      0 8px 20px rgba(0,0,0,0.06);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  transition: all 0.35s ease;
}

/*.cadre-axium:hover {
  transform: translateY(-6px);
  box-shadow:
      0 30px 70px rgba(0,0,0,0.15),
      0 12px 25px rgba(0,0,0,0.08);
}*/

/* TITRE PLUS AFFIRME */

.cadre-axium h2 {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  margin-bottom: 35px;
  position: relative;
}

.cadre-axium h2::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 8px;
  width: 6px;
  height: 70%;
  background: linear-gradient(to bottom, #d62d54, #ff6b8b);
  border-radius: 4px;
}

/* Liste plus impactante */

.cadre-axium ul {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.cadre-axium ul li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 1.8;
  color: #333;
}

/* Puce stylisée forte */
.cadre-axium ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;

  width: 18px;
  height: 18px;

  background: linear-gradient(135deg, #d62d54, #ff6b8b);
  border-radius: 50%;

  box-shadow:
      0 0 0 4px rgba(214,45,84,0.15),
      0 5px 12px rgba(214,45,84,0.35);
}
