.ha,
  .ha * {
    box-sizing: border-box;
  }

  .ha {
    --panel-bg: #F9F9F9;
    --text: #06152D;
    --muted: rgba(6, 21, 45, 0.72);
    --line-light: rgba(255, 255, 255, 0.22);
    --line-dark: rgba(6, 21, 45, 0.12);
    --rail-w: clamp(64px, 4.6vw, 86px);
    --panel-w: 720px;
    --cta-w: 560px;
    --label-top: clamp(130px, 24vh, 260px);

    position: relative;
    min-height: 100vh;
    height: 3900px;
    color: var(--text);
    font-family: Inter, Arial, Helvetica, sans-serif;
    isolation: isolate;
  }

  .ha-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    height: 100svh;
    min-height: 620px;
    overflow: hidden;
    background: var(--bg);
  }

  .ha-stage {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .ha-step {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    width: calc(var(--rail-w) + var(--panel-w));
    will-change: transform;
    pointer-events: none;
  }

  .ha-step > * {
    pointer-events: auto;
  }

  .ha-rail {
    position: relative;
    flex: 0 0 var(--rail-w);
    width: var(--rail-w);
    height: 100%;
    background: var(--rail-color, #02193D);
    z-index: 3;
  }

  .ha-rail-label {
    position: absolute;
    top: 125px;
    left: 27%;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
    font-family: 'Plus Jakarta Sans';
}

  .ha-mark {
    position: absolute;
    left: 50%;
    bottom: clamp(28px, 5vh, 52px);
    width: 26px;
    height: 38px;
    transform: translateX(-50%);
    background-size: contain !important;
    /* background: no-repeat; */
}

.ha-mark-1 {
    background: url(https://wizzrem.britweb.fr/wp-content/uploads/2026/06/eclair.png);
}
  

  .ha-mark-2 {
    background: url(https://wizzrem.britweb.fr/wp-content/uploads/2026/06/recherche.png);
  }

  .ha-mark-3 {
    background: url(https://wizzrem.britweb.fr/wp-content/uploads/2026/06/crayon-Wizzrem.png);
  }

  .ha-mark-4 {
    background: url(https://wizzrem.britweb.fr/wp-content/uploads/2026/06/Maison-Wizzrem.png);
  }

  .ha-mark-5 {
    background: url(https://wizzrem.britweb.fr/wp-content/uploads/2026/06/Euro-Wizzrem.png);
  }

  .ha-panel {
    flex: 0 0 auto;
    width: var(--panel-w);
    height: 100%;
    overflow: hidden;
    background: var(--panel-bg);
    will-change: width, opacity;
  }

  .ha-inner {
    width: var(--panel-w);
    height: 100%;
    padding:
      clamp(90px, 14vh, 160px)
      clamp(32px, 3vw, 58px)
      clamp(70px, 10vh, 110px);
    display: flex;
    align-items: center;
    background: var(--panel-bg);
  }

  .ha-copy {
    width: 100%;
    max-width: 620px;
    margin-top: 95px;
  }

  .ha-copy h2 {
    margin: 0 0 26px;
    font-size: 32px;
    line-height: 0.95;
    font-weight: 600;
    color: var(--text);
    font-family: 'Plus Jakarta Sans';
}

  .ha-copy p {
    margin: 0;
    max-width: 600px;
    color: rgb(0 0 0);
    /* font-size: clamp(15px, 1.05vw, 18px); */
    line-height: 1.55;
    font-size: 17px;
    font-family: 'Inter';
}

  .ha-copy ul {
    margin: 34px 0 0;
    padding-left: 1.15em;
    color: rgba(6, 21, 45, 0.78);
    font-size: clamp(14px, 1vw, 17px);
    line-height: 1.65;
  }

  .ha-copy li::marker {
    color: #27549D;
  }

  .ha-visual {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: clamp(36px, 6vh, 58px);
    overflow: hidden;
    background: #EDEDED;
    border: 1px solid rgba(6, 21, 45, 0.1);
    border-radius: 15px;
  }

  .ha-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.12),
        transparent 22%,
        rgba(255, 255, 255, 0.18) 48%,
        transparent 72%
      );
    mix-blend-mode: screen;
    opacity: 0.65;
  }

  .ha-visual-1 {
  background-image: url("https://wizzrem.britweb.fr/wp-content/uploads/2026/06/Transaction-immobiliere-768x512-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border:none;
}

  .ha-visual-2 {
  background-image: url("https://wizzrem.britweb.fr/wp-content/uploads/2026/06/Transaction-immobiliere-768x512-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border:none;
  }

  .ha-visual-3 {
  background-image: url("https://wizzrem.britweb.fr/wp-content/uploads/2026/06/Transaction-immobiliere-768x512-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border:none;
  }

  .ha-visual-4 {
  background-image: url("https://wizzrem.britweb.fr/wp-content/uploads/2026/06/Transaction-immobiliere-768x512-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border:none;
  }

  .ha-visual-5 {
    background-image: url("https://wizzrem.britweb.fr/wp-content/uploads/2026/06/Transaction-immobiliere-768x512-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border:none;
  }

  .ha-cta {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--cta-w);
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    will-change: transform;
    z-index: 30;
  }

  .ha-cta-inner {
    width: 100%;
    padding: clamp(42px, 6vw, 88px);
  }

  .ha-cta h2 {
    margin: 0 0 18px;
    font-size: 65px;
    line-height: 0.78;
    font-weight: 1000;
    color: #000000;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
}
  
.ha-copy
  .ha-cta p {
    max-width: 540px;
    margin: 0 0 80px;
    color: var(--muted);
    font-size: clamp(17px, 1.3vw, 22px);
    line-height: 1.35;
  }

  .ha-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    min-width: min(320px, 100%);
    padding: 19px 28px;
    border-radius: 999px;
    background: #02193D;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -0.02em;
  }

  .ha-top-ui {
    position: absolute;
    inset: 0;
    z-index: 80;
    pointer-events: none;
  }

  .ha-top-ui span:not(.ha-orbit) {
    position: absolute;
    top: 23px;
    left: var(--x);
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
  }

  .ha-orbit {
    position: absolute;
    top: 22px;
    left: 50%;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    transform: translateX(-50%);
  }

  @media (max-width: 760px) {
    .ha {
      --rail-w: 54px;
      --label-top: 120px;
    }

    .ha-sticky {
      min-height: 640px;
    }

    .ha-inner {
      padding: 90px 24px 70px;
    }

    .ha-copy h2 {
      font-size: 25px;
    }

    .ha-copy p,
    .ha-copy ul {
      font-size: 14px;
    }

    .ha-visual {
      height: 150px;
    }

    .ha-cta-inner {
      padding: 38px 28px;
    }

    .ha-cta h2 {
      font-size: 74px;
    }

    .ha-cta p {
      margin-bottom: 44px;
      font-size: 16px;
    }
  }