<style>
    /* Conteneur principal : Grille responsive */
    .services-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 20px;
        padding: 20px 0;
        margin: 0 auto;
        max-width: 1200px;
        font-family: 'Arial', sans-serif; /* Ou votre police habituelle */
    }

    /* Style de chaque carte */
    .clientservice-item {
        background-color: #ffffff;
        padding: 25px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05); /* Ombre légère */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: 1px solid #f0f0f0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
.brand-intro-leatherbody,
.brand-infos-leatherbody {
  max-width: 940px;
  margin: 2.5rem auto;
  padding: 2rem 2.4rem;
  border-radius: 18px;
  background: #111111;
  color: #f4f4f4;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.8;
  font-size: 0.97rem;
  position: relative;
  overflow: hidden;
}

/* Accent rouge/bordeaux cuir */
.brand-intro-leatherbody::before,
.brand-infos-leatherbody::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16%;
  bottom: 16%;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8c1f2f, #d04c3c);
}

.brand-intro-leatherbody h1,
.brand-infos-leatherbody h2 {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #ffffff;
}

.brand-intro-leatherbody h1::after,
.brand-infos-leatherbody h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d04c3c, rgba(208, 76, 60, 0.3));
}

.brand-intro-leatherbody p,
.brand-infos-leatherbody p {
  margin: 0 0 0.9rem 0;
  color: #e0e0e0;
}

.brand-intro-leatherbody p:last-of-type,
.brand-infos-leatherbody p:last-of-type {
  margin-top: 1.2rem;
  font-style: italic;
}

.brand-intro-leatherbody strong,
.brand-infos-leatherbody strong {
  color: #ff6b5c;
  font-weight: 600;
}

    /* Effet au survol de la souris */
    .clientservice-item:hover {
        transform: translateY(-5px); /* Remonte légèrement */
        box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    }

    /* Gestion des Titres */
    .clientservice-item h4 {
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 15px 0;
        font-weight: 700;
        color: #333;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

/* Bloc d'intro Nussen */
.nussen-intro {
  max-width: 900px;
  margin: 2rem auto;
  line-height: 1.7;
  font-size: 0.98rem;
}

.nussen-intro h1 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}

.nussen-intro h2 {
  font-size: 1.4rem;
  margin: 1.6rem 0 0.8rem;
}

.nussen-intro p {
  margin-bottom: 1rem;
  color: #444;
}

.nussen-intro ul {
  margin: 0 0 1.2rem 1.2rem;
  padding-left: 0;
}

.nussen-intro li {
  margin-bottom: 0.4rem;
}

/* --------- Variables (optionnelles) --------- */
/* Tu peux ajuster la couleur principale ici */
:root {
  --nussen-accent: #b2467a;       /* prune Nussen */
  --nussen-accent-soft: #f9edf3;  /* fond très léger */
  --nussen-text-main: #333333;
  --nussen-text-soft: #555555;
}

/* --------- Bloc commun intro + infos --------- */

.nussen-intro,
.nussen-infos {
  max-width: 940px;
  margin: 2.5rem auto;
  padding: 2rem 2.4rem;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(178, 70, 122, 0.08); /* léger rappel prune */
  line-height: 1.8;
  font-size: 0.97rem;
  color: var(--nussen-text-soft);
  position: relative;
  overflow: hidden;
}

/* Liseré coloré à gauche, subtil */
.nussen-intro::before,
.nussen-infos::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14%;
  bottom: 14%;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(178, 70, 122, 0.9),
    rgba(178, 70, 122, 0.35)
  );
  opacity: 0.9;
}

/* Léger voile de fond rosé très doux */
.nussen-intro::after,
.nussen-infos::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(178, 70, 122, 0.09),
    transparent 55%
  );
  pointer-events: none;
  z-index: 0;
}

/* On remet le contenu au-dessus des pseudo-éléments */
.nussen-intro > *,
.nussen-infos > * {
  position: relative;
  z-index: 1;
}

/* --------- Titres --------- */

.nussen-intro h1,
.nussen-infos h2 {
  font-family: inherit;
  color: var(--nussen-text-main);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
}

/* Taille spécifique */
.nussen-intro h1 {
  font-size: 1.9rem;
}

.nussen-infos h2 {
  font-size: 1.4rem;
}

/* Soulignement “capsule” sous les titres */
.nussen-intro h1::after,
.nussen-infos h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 62px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--nussen-accent),
    rgba(178, 70, 122, 0.3)
  );
}

/* --------- Paragraphes --------- */

.nussen-intro p,
.nussen-infos p {
  margin: 0 0 0.9rem 0;
  color: var(--nussen-text-soft);
}

/* Dernier paragraphe légèrement mis en avant */
.nussen-intro p:last-of-type,
.nussen-infos p:last-of-type {
  margin-top: 1.2rem;
  font-style: italic;
  color: var(--nussen-text-main);
}

/* Mots en gras */
.nussen-intro strong,
.nussen-infos strong {
  font-weight: 600;
  color: var(--nussen-accent);
}

/* --------- Version responsive --------- */

@media (max-width: 768px) {
  .nussen-intro,
  .nussen-infos {
    margin: 1.6rem 1rem;
    padding: 1.5rem 1.4rem;
    border-radius: 14px;
  }

  .nussen-intro::before,
  .nussen-infos::before {
    top: 10%;
    bottom: 10%;
  }

  .nussen-intro h1 {
    font-size: 1.5rem;
  }

  .nussen-infos h2 {
    font-size: 1.25rem;
  }

  .nussen-intro p,
  .nussen-infos p {
    font-size: 0.95rem;
  }
}


</style>