/* Accueil — parcours client & projets */

/* --- Parcours --- */
.kt-home-process {
  padding: 88px 0 80px;
  background:
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(0, 174, 1, 0.05), transparent 58%),
    linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.kt-home-process__head {
  max-width: 640px;
  margin: 0 auto 52px;
  text-align: center;
}

.kt-home-process__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--kt-green, #00ae01);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.kt-home-process__eyebrow::before,
.kt-home-process__eyebrow::after {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--kt-green, #00ae01);
  border-radius: 2px;
}

.kt-home-process__title {
  margin: 0 0 14px;
  color: var(--kt-header-bg, #1e2b50) !important;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.65rem, 3.8vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.kt-home-process__lead {
  margin: 0;
  color: #5a6472;
  font-size: 1.02rem;
  line-height: 1.65;
}

.kt-home-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}

.kt-home-process__step {
  position: relative;
  margin: 0;
}

.kt-home-process__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 22px 24px;
  border: 1px solid rgba(30, 43, 80, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(30, 43, 80, 0.04);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.kt-home-process__card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 174, 1, 0.3);
  box-shadow: 0 16px 40px rgba(0, 24, 180, 0.1);
  color: inherit;
}

.kt-home-process__line {
  position: absolute;
  top: 42px;
  right: -20px;
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 174, 1, 0.45), rgba(0, 24, 180, 0.2));
  z-index: 1;
}

.kt-home-process__step:last-child .kt-home-process__line {
  display: none;
}

.kt-home-process__num {
  display: block;
  margin-bottom: 14px;
  color: var(--kt-blue, #0018b4);
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
}

.kt-home-process__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(0, 174, 1, 0.1);
}

.kt-home-process__icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.kt-home-process__card-title {
  margin: 0 0 10px;
  color: var(--kt-header-bg, #1e2b50) !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}

.kt-home-process__card-text {
  flex: 1;
  margin: 0 0 16px;
  color: #5a6472;
  font-size: 14px;
  line-height: 1.55;
}

.kt-home-process__card-link {
  color: var(--kt-green, #00ae01);
  font-size: 13px;
  font-weight: 600;
}

.kt-home-process__cta {
  text-align: center;
}

.kt-home-process__btn {
  background: var(--kt-green, #00ae01) !important;
  border-color: var(--kt-green, #00ae01) !important;
}

/* --- Projets --- */
.kt-home-projects {
  padding: 88px 0 96px;
  background: var(--kt-header-bg, #1e2b50);
  color: #fff;
}

.kt-home-projects__head {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.kt-home-projects__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--kt-cyan, #4fdafb);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.kt-home-projects__title {
  margin: 0 0 14px;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.65rem, 3.8vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.kt-home-projects__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.65;
}

.kt-home-projects__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 44px;
}

.kt-home-project {
  padding: 28px 28px 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.kt-home-project:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 174, 1, 0.45);
  background: rgba(255, 255, 255, 0.07);
}

.kt-home-project__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.kt-home-project__num {
  color: rgba(255, 255, 255, 0.25);
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.kt-home-project__brands {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.kt-home-project__brand {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 174, 1, 0.15);
  color: #b8f5b8;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.kt-home-project__title {
  margin: 0 0 10px;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
}

.kt-home-project__desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.kt-home-projects__footer {
  padding: 36px 40px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.15);
  text-align: center;
}

.kt-home-projects__note {
  margin: 0 auto 22px;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.6;
}

.kt-home-projects__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.kt-home-projects__btn-primary {
  background: var(--kt-green, #00ae01) !important;
  border-color: var(--kt-green, #00ae01) !important;
}

.kt-home-projects__btn-ghost {
  border-color: rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
  background: transparent !important;
}

.kt-home-projects__btn-ghost:hover {
  border-color: var(--kt-cyan, #4fdafb) !important;
  color: var(--kt-cyan, #4fdafb) !important;
  background: transparent !important;
}

/* --- Responsive --- */
@media (max-width: 1199px) {
  .kt-home-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kt-home-process__line {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .kt-home-process,
  .kt-home-projects {
    padding: 64px 0;
  }
}

@media (max-width: 767px) {
  .kt-home-process__steps,
  .kt-home-projects__grid {
    grid-template-columns: 1fr;
  }

  .kt-home-process__head,
  .kt-home-projects__head {
    margin-bottom: 36px;
  }

  .kt-home-projects__footer {
    padding: 28px 22px;
  }

  .kt-home-projects__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .kt-home-projects__actions .btn-default {
    width: 100%;
    text-align: center;
  }

  .kt-home-process__btn {
    display: flex;
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .kt-home-process,
  .kt-home-projects {
    padding: 52px 0;
  }

  .kt-home-process__card {
    padding: 22px 18px 20px;
  }

  .kt-home-project {
    padding: 22px 20px;
  }

  .kt-home-project__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .kt-home-project__brands {
    justify-content: flex-start;
  }
}
