.legacy-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 88px;
}

.process-section {
  padding-block: clamp(96px, 11vw, 160px);
}

.process-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
  margin-bottom: clamp(46px, 7vw, 84px);
}

.process-heading h2 {
  max-width: 900px;
  margin: 0;
  color: var(--foreground);
  font-size: clamp(3rem, 6.3vw, 6.5rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.process-step {
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgb(29 29 31 / 7%);
  border-radius: var(--radius-large);
  background: var(--surface);
  box-shadow: 0 10px 34px rgb(29 29 31 / 5%);
}

.process-step > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 64px;
  border-radius: 50%;
  color: var(--accent);
  background: var(--accent-soft);
  font-size: 0.72rem;
  font-weight: 650;
}

.process-step h3 {
  margin: 0 0 14px;
  color: var(--foreground);
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

@media (width <= 960px) {
  .process-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-step {
    min-height: 230px;
  }

  .process-step > span {
    margin-bottom: 42px;
  }
}

@media (width <= 960px) and (width > 600px) {
  .mobile-dock {
    z-index: 45;
    position: fixed;
    bottom: 14px;
    left: 50%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    width: min(430px, calc(100% - 32px));
    min-height: 66px;
    padding: 7px;
    transform: translateX(-50%);
    border: 1px solid rgb(255 255 255 / 76%);
    border-radius: 23px;
    background: rgb(246 246 248 / 86%);
    box-shadow: 0 16px 46px rgb(29 29 31 / 20%);
    backdrop-filter: blur(26px) saturate(180%);
  }

  .mobile-dock a,
  .mobile-dock button {
    display: flex;
    min-width: 0;
    min-height: 52px;
    padding: 5px 3px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: 0;
    border-radius: 17px;
    color: var(--muted);
    background: transparent;
  }

  .mobile-dock span {
    color: var(--foreground);
    font-size: 1.08rem;
    line-height: 1;
  }

  .mobile-dock small {
    font-size: 0.57rem;
    font-weight: 600;
    letter-spacing: 0.01em;
  }

  .mobile-dock .mobile-contact {
    color: #fff;
    background: var(--accent);
  }

  .mobile-dock .mobile-contact span {
    color: #fff;
  }
}

@media (width <= 600px) {
  .process-section {
    width: calc(100% - 32px);
    padding-block: 82px;
  }

  .process-heading h2 {
    font-size: clamp(2.8rem, 13vw, 3.8rem);
  }

  .process-grid {
    display: flex;
    width: calc(100% + 32px);
    margin-inline: -16px;
    padding: 0 16px 18px;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .process-grid::-webkit-scrollbar {
    display: none;
  }

  .process-step {
    flex: 0 0 min(85vw, 370px);
    min-height: 260px;
    padding: 26px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    border-radius: 24px;
  }

  .process-step > span {
    margin-bottom: 44px;
  }

  .mobile-dock small {
    font-size: 0.53rem;
  }
}

/* Client journey sections — v11 */
.audiences-section { padding-block: clamp(104px, 12vw, 170px); }
.audiences-heading { max-width: 990px; margin-bottom: clamp(50px, 7vw, 88px); }
.audiences-heading h2,
.benefits-heading h2,
.faq-heading h2 {
  margin: 0;
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.065em;
}
.audiences-heading h2 { color: var(--foreground); font-size: clamp(3.1rem, 6.3vw, 6.6rem); }
.audiences-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.audience-card {
  min-height: 320px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(29,29,31,.07);
  border-radius: var(--radius-large);
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(247,245,255,.9));
  box-shadow: 0 12px 38px rgba(29,29,31,.055);
}
.audience-card > span,
.benefit-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: .7rem;
  font-weight: 650;
}
.audience-card h3,
.benefit-card h3 { margin: auto 0 14px; font-size: clamp(1.4rem, 1.8vw, 2rem); font-weight: 600; line-height: 1.05; letter-spacing: -.04em; }
.audience-card p,
.benefit-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.62; }

.benefits-section {
  padding-block: clamp(108px, 13vw, 180px);
  overflow: hidden;
  background: radial-gradient(circle at 80% 12%, rgba(125,92,255,.28), transparent 34%), linear-gradient(145deg, #222225, #151517);
  color: white;
}
.benefits-inner { display: grid; grid-template-columns: minmax(340px, .8fr) minmax(560px, 1.2fr); gap: clamp(42px, 7vw, 105px); align-items: start; }
.benefits-heading { position: sticky; top: 110px; }
.benefits-heading .section-kicker { color: #b8a7ff; }
.benefits-heading h2 { max-width: 590px; color: white; font-size: clamp(3rem, 5vw, 5.6rem); }
.benefits-heading > p:not(.section-kicker),
.faq-heading > p:not(.section-kicker) { max-width: 510px; margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: 1rem; line-height: 1.7; }
.benefits-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.benefit-card {
  min-height: 280px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 28px;
  background: rgba(255,255,255,.065);
  box-shadow: inset 0 1px rgba(255,255,255,.07);
  backdrop-filter: blur(16px);
}
.benefit-icon { width: 44px; height: 44px; background: rgba(166,141,255,.16); color: #b8a7ff; font-size: 1rem; }
.benefit-card h3 { color: white; font-size: clamp(1.5rem, 2vw, 2.1rem); }
.benefit-card p { color: rgba(255,255,255,.62); }
.benefits-proof { grid-column: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.1); }
.benefits-proof span { padding: 15px 10px; background: rgba(17,17,19,.82); color: rgba(255,255,255,.72); font-size: .68rem; font-weight: 600; text-align: center; }

.faq-section { padding-block: clamp(108px, 12vw, 180px); display: grid; grid-template-columns: minmax(320px, .8fr) minmax(520px, 1.2fr); gap: clamp(48px, 8vw, 130px); align-items: start; }
.faq-heading { position: sticky; top: 110px; }
.faq-heading h2 { color: var(--foreground); font-size: clamp(3.2rem, 5.6vw, 6rem); }
.faq-heading > p:not(.section-kicker) { max-width: 430px; color: var(--muted); }
.faq-list { border-top: 1px solid rgba(29,29,31,.14); }
.faq-list details { border-bottom: 1px solid rgba(29,29,31,.14); }
.faq-list summary { min-height: 94px; padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--foreground); font-size: clamp(1.18rem, 1.7vw, 1.6rem); font-weight: 560; line-height: 1.25; letter-spacing: -.025em; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-size: 1.25rem; transition: transform 220ms ease, background 220ms ease, color 220ms ease; }
.faq-list details[open] summary span { background: var(--accent); color: white; transform: rotate(45deg); }
.faq-list details > p { max-width: 650px; margin: -5px 54px 28px 0; color: var(--muted); font-size: .98rem; line-height: 1.72; }

@media (width <= 960px) {
  .audiences-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits-inner,
  .faq-section { grid-template-columns: 1fr; }
  .benefits-heading,
  .faq-heading { position: static; }
  .benefits-proof { grid-column: 1; }
}

@media (width <= 600px) {
  .audiences-section { width: calc(100% - 32px); padding-block: 82px; overflow: hidden; }
  .audiences-heading { margin-bottom: 34px; }
  .audiences-heading h2,
  .faq-heading h2 { font-size: clamp(2.8rem, 13vw, 3.8rem); }
  .audiences-grid { width: calc(100% + 32px); margin-inline: -16px; padding: 0 16px 18px; display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: pan-x; }
  .audiences-grid::-webkit-scrollbar { display: none; }
  .audience-card { flex: 0 0 min(85vw, 370px); min-height: 285px; padding: 26px; border-radius: 24px; scroll-snap-align: center; }
  .audience-card h3 { font-size: 1.72rem; }
  .benefits-section { padding-block: 86px; }
  .benefits-inner { width: calc(100% - 32px); gap: 42px; }
  .benefits-heading h2 { font-size: clamp(2.85rem, 13.5vw, 4rem); }
  .benefits-heading > p:not(.section-kicker) { margin-top: 22px; font-size: .95rem; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 235px; padding: 25px; border-radius: 24px; }
  .benefits-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); border-radius: 22px; }
  .faq-section { width: calc(100% - 32px); padding-block: 82px; gap: 42px; }
  .faq-heading > p:not(.section-kicker) { margin-top: 22px; font-size: .95rem; }
  .faq-list summary { min-height: 82px; padding-block: 22px; font-size: 1.12rem; }
  .faq-list details > p { margin-right: 0; font-size: .92rem; }
}
