@import url("https://fonts.googleapis.com/css2?family=Revalia&family=Source+Code+Pro:wght@300..700&display=swap");

/* Cette page immersive remplace temporairement la navigation Divi habituelle. */
body.page-template-page-leangoline-home #top-header,
body.page-template-page-leangoline-home #main-header {
  display: none !important;
}

body.page-template-page-leangoline-home #page-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.lgl-home {
  --lgl-night: #111e50;
  --lgl-deep: #081640;
  --lgl-blue: #2d4488;
  --lgl-blue2: #2B65F3;
  --lgl-electric: #2b65f3;
  --lgl-pale: #d1dce5;
  --lgl-green: #d7e067;
  --lgl-white: #f8fbff;
  --lgl-muted: rgba(209, 220, 229, 0.72);
  --lgl-border: rgba(209, 220, 229, 0.16);
  position: relative;
  overflow: clip;
  background: var(--lgl-night);
  color: var(--lgl-white);
  font-family: "Source Code Pro", monospace;
  isolation: isolate;
}

.lgl-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.lgl-home *,
.lgl-home *::before,
.lgl-home *::after {
  box-sizing: border-box;
}

.lgl-home :where(h1, h2, p) {
  margin-top: 0;
}

.lgl-home :where(a) {
  color: inherit;
}

.lgl-home :where(svg) {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.lgl-intro {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: clamp(36px, 6vw, 88px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 75% 25%, rgba(73, 125, 255, 0.42), transparent 34%),
    radial-gradient(circle at 15% 80%, rgba(215, 224, 103, 0.18), transparent 32%),
    linear-gradient(145deg, #102765 0%, #17265d 48%, #294890 100%);
}

.lgl-intro::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 22%;
  background: linear-gradient(to bottom, transparent, var(--lgl-night));
  content: "";
  pointer-events: none;
}

.lgl-intro__ambient,
.lgl-intro__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lgl-intro__grid {
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(209, 220, 229, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(209, 220, 229, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 92%);
}

.lgl-orbit {
  position: absolute;
  border: 1px solid rgba(209, 220, 229, 0.12);
  border-radius: 50%;
}

.lgl-orbit--one {
  top: -30vw;
  right: -18vw;
  width: 72vw;
  height: 72vw;
}

.lgl-orbit--two {
  bottom: -25vw;
  left: -24vw;
  width: 62vw;
  height: 62vw;
  border-color: rgba(215, 224, 103, 0.13);
}

.lgl-intro__content {
  position: relative;
  z-index: 3;
  width: min(1120px, 100%);
  padding-bottom: 68px;
}

.lgl-intro__logo {
  display: block;
  width: min(430px, 76vw);
  height: auto;
  margin: 0 auto clamp(14px, 2vh, 22px);
  filter: drop-shadow(0 18px 44px rgba(3, 13, 55, 0.38));
}

.lgl-intro__slogan {
  margin: 0 auto clamp(30px, 5vh, 58px);
  color: var(--lgl-green);
  font-family: "Revalia", sans-serif;
  font-weight: 400;
  font-size: clamp(0.95rem, 1.6vw, 1.35rem);
  letter-spacing: 0.06em;
  text-align: center;
  text-shadow: 0 0 20px rgba(215, 224, 103, 0.18);
}

.lgl-window-comparison {
  --lgl-comparison-position: 50%;
  position: relative;
  width: min(900px, 100%);
  margin: 0 auto;
  perspective: 1400px;
}

.lgl-window {
  position: relative;
  width: 100%;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(209, 220, 229, 0.24);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(18, 35, 92, 0.86), rgba(3, 13, 55, 0.92));
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.lgl-window--first {
  position: absolute;
  inset: 0;
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--lgl-comparison-position)) 0 0);
}

.lgl-window--second {
  z-index: 1;
  border-color: rgba(215, 224, 103, 0.4);
}

.lgl-intro.is-ready .lgl-window-comparison {
  animation: lgl-comparison-open 0.9s 0.15s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.lgl-window-comparison__handle {
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: var(--lgl-comparison-position);
  z-index: 3;
  width: 3px;
  background: var(--lgl-green);
  box-shadow: 0 0 22px rgba(215, 224, 103, 0.7);
  transform: translateX(-50%);
  pointer-events: none;
}

.lgl-window-comparison__handle span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(215, 224, 103, 0.74);
  border-radius: 50%;
  background: var(--lgl-green);
  color: var(--lgl-deep);
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: 0 12px 36px rgba(3, 13, 55, 0.42);
  transform: translate(-50%, -50%);
}

.lgl-window-comparison__range {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.lgl-window-comparison:focus-within .lgl-window-comparison__handle span {
  outline: 3px solid var(--lgl-white);
  outline-offset: 5px;
}

.lgl-window__bar {
  display: flex;
  align-items: center;
  min-height: 46px;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(209, 220, 229, 0.13);
  background: rgba(255, 255, 255, 0.035);
}

.lgl-window__bar > span:not(.lgl-window__label) {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lgl-pale);
  opacity: 0.32;
}

.lgl-window__bar > span:nth-child(3) {
  background: var(--lgl-green);
  opacity: 1;
  box-shadow: 0 0 15px rgba(215, 224, 103, 0.55);
}

.lgl-window__label {
  margin-left: auto;
  color: rgba(209, 220, 229, 0.55);
  font-size: 0.69rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lgl-window__body {
  display: flex;
  min-height: 274px;
  align-items: center;
  padding: clamp(26px, 4vw, 52px);
}

.lgl-window__body p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--lgl-white);
  font-size: clamp(1.1rem, 2.2vw, 1.72rem);
  font-weight: 400;
  line-height: 1.48;
  text-wrap: balance;
}

.lgl-window--second .lgl-window__body p {
  width: min(560px, 75%);
  font-family: "Revalia", sans-serif;
  font-size: clamp(1.25rem, 2.8vw, 2rem);
  color: var(--lgl-green);
  text-align: right;
}

.lgl-window--second .lgl-window__body {
  justify-content: flex-end;
}

.lgl-intro__continue {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--lgl-pale);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.lgl-intro__continue svg {
  width: 24px;
  height: 24px;
  color: var(--lgl-green);
  animation: lgl-arrow-pulse 1.8s ease-in-out infinite;
}

.lgl-story {
  position: relative;
  padding: clamp(70px, 9vw, 120px) clamp(20px, 5vw, 76px) clamp(90px, 11vw, 150px);
  background:
    radial-gradient(circle at 50% 16%, rgba(63, 94, 177, 0.44), transparent 28%),
    linear-gradient(180deg, var(--lgl-night), #0c1745 75%, var(--lgl-deep));
}

.lgl-story::before {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image: radial-gradient(rgba(209, 220, 229, 0.6) 0.7px, transparent 0.7px);
  background-size: 28px 28px;
  content: "";
  pointer-events: none;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}

.lgl-eyebrow {
  margin-bottom: 22px;
  color: var(--lgl-green);
  font-size: clamp(0.68rem, 1vw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.lgl-contact h2 {
  color: var(--lgl-white);
  font-family: "Revalia", sans-serif;
  font-weight: 400;
}

.lgl-timeline {
  position: relative;
  z-index: 2;
  width: min(1380px, 100%);
  margin: 0 auto;
}

.lgl-timeline__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  transform: translateX(-50%);
}

.lgl-timeline__track,
.lgl-timeline__progress {
  position: absolute;
  inset: 0;
  border-radius: 999px;
}

.lgl-timeline__track {
  background: rgba(209, 220, 229, 0.11);
  box-shadow: 0 0 0 1px rgba(209, 220, 229, 0.04);
}

.lgl-timeline__progress {
  bottom: auto;
  height: 0;
  background: linear-gradient(180deg, var(--lgl-electric), var(--lgl-green));
  box-shadow: 0 0 20px rgba(43, 101, 243, 0.55), 0 0 34px rgba(215, 224, 103, 0.24);
  will-change: height;
}

.lgl-step {
  position: relative;
  display: grid;
  min-height: 800px;
  grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr);
  grid-template-rows: 520px;
  align-content: start;
  align-items: center;
}

.lgl-step__marker {
  position: relative;
  z-index: 3;
  display: flex;
  width: 86px;
  height: 62px;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid rgba(209, 220, 229, 0.28);
  border-radius: 999px;
  background: #0b1748;
  color: var(--lgl-pale);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
  transition: color 0.45s ease, border-color 0.45s ease, background-color 0.45s ease, box-shadow 0.45s ease, transform 0.45s ease;
}

.lgl-step__marker::before {
  position: absolute;
  inset: -9px;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  transition: border-color 0.45s ease, transform 0.45s ease;
}

.lgl-step__marker svg {
  width: 23px;
  height: 23px;
}

.lgl-step__marker svg + svg {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid currentColor;
}

.lgl-step.is-active .lgl-step__marker {
  border-color: var(--lgl-green);
  background: var(--lgl-green);
  color: var(--lgl-deep);
  box-shadow: 0 0 0 8px rgba(215, 224, 103, 0.08), 0 0 42px rgba(215, 224, 103, 0.34);
  transform: scale(1.06);
}

.lgl-step.is-active .lgl-step__marker::before {
  border-color: rgba(215, 224, 103, 0.23);
  transform: scale(1.08);
}

.lgl-card {
  position: relative;
  width: min(560px, 100%);
  height: 100%;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid var(--lgl-border);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(45, 68, 136, 0.25), rgba(3, 13, 55, 0.62)),
    rgba(9, 10, 46, 0.66);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(15px);
  transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

.lgl-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 10% 10%, rgba(43, 101, 243, 0.16), transparent 38%);
  content: "";
  pointer-events: none;
}

.lgl-card--left {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  margin-right: clamp(20px, 4vw, 62px);
  translate: none;
}

.lgl-card--right {
  grid-column: 3;
  grid-row: 1;
  justify-self: start;
  margin-left: clamp(20px, 4vw, 62px);
  translate: 0 260px;
}

.lgl-step.is-active .lgl-card {
  border-color: rgba(215, 224, 103, 0.28);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3), 0 0 54px rgba(43, 101, 243, 0.09);
}

.lgl-card__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: var(--lgl-green);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lgl-card__meta span:first-child {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(215, 224, 103, 0.34);
  border-radius: 50%;
}

.lgl-card__meta h2 {
  position: relative;
  margin: 0;
  padding: 0;
  color: var(--lgl-white);
  font-family: "Revalia", sans-serif;
  font-size: clamp(1.05rem, 1.65vw, 1.45rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: none;
}

.lgl-product {
  font-style: italic;
  color: var(--lgl-blue2);
  font-weight: 700;
  text-shadow: 0 0 20px rgba(215, 224, 103, 0.18);
}

.lgl-personne{
  color: var(--lgl-green);
  font-weight: 700;
  text-shadow: 0 0 20px rgba(215, 224, 103, 0.18);
}

.lgl-card p {
  position: relative;
  margin-bottom: 14px;
  color: rgba(248, 251, 255, 0.78);
  font-size: clamp(0.88rem, 1.15vw, 1rem);
  line-height: 1.75;
}

.lgl-card p:last-of-type {
  margin-bottom: 0;
}

.lgl-card--link {
  display: block;
  text-decoration: none;
}

.lgl-card--link:hover,
.lgl-card--link:focus-visible {
  border-color: var(--lgl-green);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34), 0 0 56px rgba(215, 224, 103, 0.15);
  transform: translateY(-5px);
}

.lgl-card--link:focus-visible,
.lgl-button:focus-visible,
.lgl-intro__continue:focus-visible {
  outline: 3px solid var(--lgl-green);
  outline-offset: 5px;
}

.lgl-card__action {
  position: relative;
  display: inline-flex;
  gap: 10px;
  margin-top: 28px;
  color: var(--lgl-green);
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lgl-motion .lgl-reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(48px) scale(0.985);
  transition: opacity 0.8s ease, filter 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.lgl-motion .lgl-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.lgl-motion .lgl-card--left.lgl-reveal {
  transform: translateX(-44px) scale(0.985);
}

.lgl-motion .lgl-card--right.lgl-reveal {
  transform: translateX(44px) scale(0.985);
}

.lgl-motion .lgl-step .lgl-card.lgl-reveal.is-visible {
  transform: translateX(0) scale(1);
}

.lgl-contact {
  position: relative;
  display: grid;
  min-height: 82vh;
  min-height: 82svh;
  place-items: center;
  overflow: hidden;
  padding: 100px 24px;
  background:
    linear-gradient(rgba(3, 13, 55, 0.76), rgba(3, 13, 55, 0.88)),
    radial-gradient(circle at center, var(--lgl-blue), var(--lgl-deep) 62%);
  text-align: center;
}

.lgl-contact::before,
.lgl-contact::after {
  position: absolute;
  width: min(65vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(209, 220, 229, 0.12);
  border-radius: 50%;
  content: "";
}

.lgl-contact::before {
  transform: scale(0.72);
}

.lgl-contact::after {
  transform: scale(1.12);
}

.lgl-contact__glow {
  position: absolute;
  width: min(50vw, 580px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(43, 101, 243, 0.22);
  filter: blur(80px);
}

.lgl-contact__content {
  position: relative;
  z-index: 2;
}

.lgl-contact h2 {
  margin-bottom: 42px;
  font-size: clamp(4rem, 14vw, 11rem);
  line-height: 0.9;
  text-shadow: 0 0 80px rgba(43, 101, 243, 0.3);
}

.lgl-button {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 16px 28px;
  border: 1px solid var(--lgl-green);
  border-radius: 999px;
  background: var(--lgl-green);
  color: var(--lgl-deep);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 18px 55px rgba(215, 224, 103, 0.16);
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.lgl-card p.detail{
 font-size:10px;
 font-style: italic;
}

.lgl-button svg {
  width: 22px;
  height: 22px;
}

.lgl-button:hover {
  background: transparent;
  color: var(--lgl-green);
  box-shadow: 0 18px 60px rgba(215, 224, 103, 0.24);
  transform: translateY(-3px);
}

@keyframes lgl-comparison-open {
  from {
    opacity: 0;
    transform: translate3d(0, 38px, -140px) rotateX(5deg) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateX(0) scale(1);
  }
}

@keyframes lgl-arrow-pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

@media (max-width: 900px) {
  .lgl-window {
    width: 100%;
  }

  .lgl-timeline__line {
    left: 34px;
    transform: none;
  }

  .lgl-step {
    min-height: auto;
    grid-template-columns: 68px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    padding: 48px 0;
  }

  .lgl-step__marker {
    width: 62px;
    height: 48px;
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }

  .lgl-step__marker svg {
    width: 19px;
    height: 19px;
  }

  .lgl-card--left,
  .lgl-card--right {
    height: auto;
    grid-column: 2;
    justify-self: stretch;
    margin: 0 0 0 22px;
    translate: none;
  }

  .lgl-card--left {
    grid-row: 1;
  }

  .lgl-card--right {
    grid-row: 2;
    margin-top: 24px;
  }
}

@media (max-width: 620px) {
  .lgl-intro {
    padding-inline: 16px;
  }

  .lgl-intro__logo {
    margin-bottom: 24px;
  }

  .lgl-window {
    width: 100%;
    border-radius: 16px;
  }

  .lgl-window-comparison__handle span {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
  }

  .lgl-window__bar {
    min-height: 40px;
    padding-inline: 14px;
  }

  .lgl-window__label {
    font-size: 0.58rem;
  }

  .lgl-window__body {
    min-height: 230px;
    padding: 24px 20px;
  }

  .lgl-window__body p {
    font-size: 1rem;
    line-height: 1.55;
  }

  .lgl-window--second .lgl-window__body p {
    font-size: 1.2rem;
  }

  .lgl-intro__continue {
    right: auto;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
  }

  .lgl-story {
    padding-inline: 14px;
  }

  .lgl-timeline__line {
    left: 25px;
  }

  .lgl-step {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 34px 0;
  }

  .lgl-step__marker {
    width: 48px;
    height: 42px;
  }

  .lgl-step__marker svg {
    width: 16px;
    height: 16px;
  }

  .lgl-card--left,
  .lgl-card--right {
    margin-left: 12px;
  }

  .lgl-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .lgl-card__meta {
    align-items: center;
    gap: 10px;
    letter-spacing: 0.09em;
  }

  .lgl-card__meta span:first-child {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
  }

  .lgl-card__meta h2 {
    font-size: 1.05rem;
  }

  .lgl-card p {
    font-size: 0.83rem;
    line-height: 1.65;
  }

  .lgl-contact {
    min-height: 72vh;
  }

}

@media (prefers-reduced-motion: reduce) {
  .lgl-home *,
  .lgl-home *::before,
  .lgl-home *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .lgl-motion .lgl-reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

