/* Boîte commune au carrousel du hero */

#carousel-2.hero-carousel {
  height: 350px;
}

#carousel-2 .carousel-inner, #carousel-2 .carousel-item {
  height: 100%;
}

/* Fond neutre pour images transparentes & lettres noires */

#carousel-2 .carousel-item {
  /*background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));*/
  border-radius: 1rem;
  overflow: hidden;
}

/* Image centrée et contenue */

#carousel-2 .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Icônes de navigation Bootstrap */

#carousel-2 .carousel-control-prev-icon, #carousel-2 .carousel-control-next-icon {
  filter: invert(1) opacity(.8);
}

/* Petits points indicateurs plus visibles sur fond sombre */

#carousel-2 .carousel-indicators [data-bs-target] {
  background-color: #fff;
  opacity: .5;
}

#carousel-2 .carousel-indicators .active {
  opacity: 1;
}

.section-usecases.py-md-6 {
}

.section-usecases {
  background: #f4efff;
}

.text-gradient {
  background: linear-gradient(90deg,#0ea5e9 0%, #22d3ee 50%, #14b8a6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.usecase-card {
  border-radius: 1.25rem;
}

.usecase-card .card-body {
  padding: 2rem;
}

.icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 1rem;
  background: #eef2f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.icon-wrap svg {
  width: 36px;
  height: 36px;
  stroke: #0f2942;
  opacity: .9;
}

/* Puces turquoises */

.usecase-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.25rem;
}

.usecase-list li {
  position: relative;
  padding-left: 1.25rem;
  margin: .4rem 0;
}

.usecase-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #06b6d4;
}

/* Bouton doux lilas */

.btn-soft {
  background: #f4edff;
  border: 1px solid #e8ddff;
  color: #2b2b2b;
}

.btn-soft:hover {
  background: #efe6ff;
  border-color: #e1d6ff;
}

.section-usecases {
  background: #f4efff;
}

.text-gradient {
  background: linear-gradient(90deg,#0ea5e9 0%, #22d3ee 50%, #14b8a6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.usecase-card {
  border-radius: 1.25rem;
}

.usecase-card .card-body {
  padding: 2rem;
}

.icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 1rem;
  background: #eef2f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.icon-wrap svg {
  width: 36px;
  height: 36px;
  stroke: #0f2942;
  opacity: .9;
}

/* Puces turquoises */

.usecase-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.25rem;
}

.usecase-list li {
  position: relative;
  padding-left: 1.25rem;
  margin: .4rem 0;
}

.usecase-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #06b6d4;
}

/* Bouton doux lilas */

.btn-soft {
  background: #f4edff;
  border: 1px solid #e8ddff;
  color: #2b2b2b;
}

.btn-soft:hover {
  background: #efe6ff;
  border-color: #e1d6ff;
}

.section-usecases {
  background: #f4efff;
}

.text-gradient {
  background: linear-gradient(90deg,#0ea5e9 0%, #22d3ee 50%, #14b8a6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.usecase-card {
  border-radius: 1.25rem;
}

.usecase-card .card-body {
  padding: 2rem;
}

.icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 1rem;
  background: #eef2f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.icon-wrap svg {
  width: 36px;
  height: 36px;
  stroke: #0f2942;
  opacity: .9;
}

/* Puces turquoises */

.usecase-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.25rem;
}

.usecase-list li {
  position: relative;
  padding-left: 1.25rem;
  margin: .4rem 0;
}

.usecase-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #06b6d4;
}

/* Bouton doux lilas */

.btn-soft {
  background: #f4edff;
  border: 1px solid #e8ddff;
  color: #2b2b2b;
}

.btn-soft:hover {
  background: #efe6ff;
  border-color: #e1d6ff;
}

/* --- HOW / Stepper --- */

.section-how {
  background: #f4efff;
}

/* même fond que la section usages */

.how-card {
  background: #fff;
  border: 1px solid #e9eef5;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(15,23,42,.06);
}

.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2rem;
  padding: 1.25rem 0;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #0ea5e9 0%, #22d3ee 50%, #14b8a6 100%);
  opacity: .25;
  border-radius: 999px;
}

.step-badge {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(180deg,#0f5bd7 0%, #073da8 100%);
  box-shadow: 0 6px 18px rgba(7,61,168,.25);
}

.how-step {
  padding: 1.25rem 1.25rem;
  border-bottom: 1px solid #eef2f7;
}

.how-step:last-child {
  border-bottom: 0;
}

.how-step h3 {
  font-size: 1.1rem;
  margin: 0 0 .25rem;
}

.how-step p {
  margin: 0;
  color: #5b6b7c;
}

/* proche text-body-secondary */

.cta-soft {
  background: #f6f2ff;
  border: 1px solid #e8ddff;
  border-radius: 1rem;
  text-align: center;
}

/* --- HOW / Stepper (version alignée) --- */

.section-how {
  background: #f4efff;
}

.how-card {
  background: #fff;
  border: 1px solid #e9eef5;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(15,23,42,.06);
}

/* Colonne verticale (ligne) derrière les pastilles */

.how-steps {
  --badge: 42px;
  --line-x: calc(var(--badge)/2 + 10px);
  position: relative;
}

.how-steps::before {
  content: "";
  position: absolute;
  left: var(--line-x);
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg,#0ea5e9 0%, #22d3ee 50%, #14b8a6 100%);
  opacity: .25;
  border-radius: 999px;
}

/* Une étape = une ligne grid : pastille + contenu */

.how-step {
  display: grid;
  grid-template-columns: var(--badge) 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
  border-top: 1px solid #eef2f7;
}

.how-step:first-child {
  border-top: 0;
}

.step-badge {
  width: var(--badge);
  height: var(--badge);
  border-radius: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  z-index: 1;
  background: linear-gradient(180deg,#0f5bd7 0%, #073da8 100%);
  box-shadow: 0 6px 18px rgba(7,61,168,.25);
  margin-left: 10px;
}

.how-step h3 {
  font-size: 1.1rem;
  margin: 0 0 .25rem;
}

.how-step p {
  margin: 0;
  color: #5b6b7c;
}

/* Mobile : un peu plus compact */

@media (max-width: 576px) {
  .how-steps {
    --badge: 38px;
    --line-x: calc(var(--badge)/2 + 8px);
  }
}

.press-item {
  border-left: 4px solid var(--accent, #0ea5e9);
  padding-left: 1rem;
}

.press-meta {
  font-size: .9rem;
  color: #6c757d;
}

