/**
 * legacy-acf.css
 * Visual compatibility layer for historical WordPressCreation ACF content.
 * This file changes presentation only. It does not alter content, fields, SEO
 * metadata, URLs, or headings.
 */

.wpc-legacy-acf {
  --legacy-section-py: clamp(4rem, 7vw, 6rem);
  --legacy-card-pad: clamp(1.35rem, 2vw, 1.75rem);
  --hero-blue: rgba(88, 132, 255, 1);
  --hero-blue-soft: rgba(88, 132, 255, 0.14);
  --hero-blue-line: rgba(88, 132, 255, 0.28);
  --hero-panel-dark: rgba(12, 16, 24, 0.95);
  --hero-panel-light: rgba(22, 28, 42, 0.95);
}

.wpc-legacy-acf.method-v1 {
  background:
    radial-gradient(760px 360px at 72% 4%, rgba(88, 132, 255, 0.10), transparent 64%),
    linear-gradient(180deg, rgba(7, 10, 16, 0.98), var(--c-bg));
}

.wpc-legacy-acf.method-v1 .satellite-section {
  padding-top: clamp(4.75rem, 7vw, 7rem);
  padding-bottom: clamp(4.75rem, 7vw, 7rem);
}

.wpc-legacy-acf .method-hero {
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
  border-bottom: 1px solid var(--c-border);
}

.wpc-legacy-acf .method-hero::before {
  opacity: 0.42;
}

.wpc-legacy-acf .method-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 52rem);
  justify-content: center;
  gap: 0;
  align-items: center;
}

.wpc-legacy-acf .method-hero__content {
  max-width: 52rem;
  text-align: center;
}

.wpc-legacy-acf .method-hero__eyebrow {
  margin-bottom: var(--s-5);
}

.wpc-legacy-acf .method-hero__title {
  margin: 0;
  color: var(--c-text-strong);
  font-size: clamp(2.9rem, 5vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.wpc-legacy-acf .method-hero__intro {
  max-width: 42rem;
  margin: var(--s-6) auto 0;
  color: var(--c-text-muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.75;
}

.wpc-legacy-acf .method-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--s-3);
  margin-top: var(--s-7);
}

.wpc-legacy-acf .method-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
  margin-top: var(--s-6);
}

.wpc-legacy-acf .method-hero__badges li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--c-border);
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, 0.03);
  color: var(--c-text);
  font-size: 0.86rem;
}

.wpc-legacy-acf .method-hero__badges li::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--c-accent);
  box-shadow: 0 0 18px rgba(88, 132, 255, 0.55);
}

.wpc-legacy-acf .method-hero__visual {
  position: relative;
  width: 100%;
  max-width: 38rem;
  min-height: clamp(26rem, 34vw, 31rem);
  justify-self: end;
  padding: clamp(1.1rem, 2vw, 1.65rem);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  background:
    radial-gradient(420px 240px at 50% 8%, rgba(88, 132, 255, 0.11), transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    var(--c-surface);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.wpc-legacy-acf .method-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 4.25rem 4.25rem;
  mask-image: radial-gradient(circle at 50% 42%, #000 0 38%, transparent 72%);
  pointer-events: none;
}

.wpc-legacy-acf .method-hero__visual-label {
  position: relative;
  z-index: 1;
  margin: 0 0 var(--s-5);
  color: var(--c-accent-hover);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.wpc-legacy-acf .method-workflow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(7rem, 0.75fr) minmax(12rem, 1fr) minmax(7rem, 0.75fr);
  gap: clamp(0.8rem, 1.8vw, 1.35rem);
  align-items: center;
}

.wpc-legacy-acf .method-workflow::before,
.wpc-legacy-acf .method-workflow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28%;
  height: 1px;
  border-top: 1px dashed rgba(88, 132, 255, 0.24);
  pointer-events: none;
}

.wpc-legacy-acf .method-workflow::before {
  left: 15%;
}

.wpc-legacy-acf .method-workflow::after {
  right: 15%;
}

.wpc-legacy-acf .method-workflow__satellites {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.wpc-legacy-acf .method-workflow__satellite {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 6.5rem;
  padding: var(--s-3);
  border: 1px solid rgba(88, 132, 255, 0.24);
  border-radius: var(--r-md);
  background: rgba(7, 11, 18, 0.72);
  text-align: center;
}

.wpc-legacy-acf .method-workflow__satellite span {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: var(--s-3);
  border: 1px solid rgba(88, 132, 255, 0.38);
  border-radius: 999px;
  background: rgba(88, 132, 255, 0.10);
  color: var(--c-accent-hover);
}

.wpc-legacy-acf .method-workflow__satellite svg {
  width: 1.05rem;
  height: 1.05rem;
}

.wpc-legacy-acf .method-workflow__satellite strong {
  color: var(--c-text-strong);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wpc-legacy-acf .method-workflow__satellite em {
  display: block;
  margin-top: 0.18rem;
  color: var(--c-text-muted);
  font-size: 0.73rem;
  font-style: normal;
}

.wpc-legacy-acf .method-workflow__steps {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(88, 132, 255, 0.25);
  border-radius: var(--r-md);
  background: rgba(10, 14, 22, 0.86);
  box-shadow: var(--shadow-glow);
  overflow: hidden;
}

.wpc-legacy-acf .method-workflow__steps::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--c-accent), transparent);
}

.wpc-legacy-acf .method-workflow__steps li {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  gap: var(--s-2);
  align-items: center;
  min-height: 4.25rem;
  padding: var(--s-3);
  border-bottom: 1px solid var(--c-border);
}

.wpc-legacy-acf .method-workflow__steps li:last-child {
  border-bottom: 0;
}

.wpc-legacy-acf .method-workflow__steps span {
  color: var(--c-accent-hover);
  font-family: var(--font-mono);
  font-size: 1.12rem;
  font-weight: 700;
}

.wpc-legacy-acf .method-workflow__steps strong {
  color: var(--c-text-strong);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wpc-legacy-acf .method-proof {
  border-bottom: 1px solid var(--c-border);
}

.wpc-legacy-acf .method-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--s-4);
}

.wpc-legacy-acf .method-proof__card {
  min-height: 15rem;
}

.wpc-legacy-acf .method-timeline {
  display: grid;
  grid-template-columns: minmax(15rem, 0.6fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: start;
}

.wpc-legacy-acf .method-timeline__intro {
  position: sticky;
  top: 7rem;
}

.wpc-legacy-acf .method-timeline__steps {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpc-legacy-acf .method-timeline__steps::before {
  content: "";
  position: absolute;
  top: 1.75rem;
  bottom: 1.75rem;
  left: 8.2rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(88, 132, 255, 0.65), transparent);
}

.wpc-legacy-acf .method-timeline__step {
  position: relative;
  display: grid;
  grid-template-columns: 4rem 4.5rem minmax(0, 1fr);
  gap: var(--s-5);
  align-items: start;
  padding: 0 0 clamp(1.4rem, 3vw, 2rem);
}

.wpc-legacy-acf .method-timeline__step:last-child {
  padding-bottom: 0;
}

.wpc-legacy-acf .method-timeline__number {
  padding-top: 0.75rem;
  color: var(--c-accent-hover);
  font-family: var(--font-mono);
  font-size: 0.9rem;
  font-weight: 700;
}

.wpc-legacy-acf .method-timeline__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid rgba(88, 132, 255, 0.34);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, rgba(88, 132, 255, 0.24), transparent 70%),
    var(--c-surface);
  color: var(--c-accent-hover);
  box-shadow: 0 0 0 0.45rem rgba(88, 132, 255, 0.035);
}

.wpc-legacy-acf .method-timeline__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.wpc-legacy-acf .method-timeline__copy {
  padding: 0.45rem 0 0;
}

.wpc-legacy-acf .method-timeline__copy h3 {
  margin: 0 0 var(--s-3);
  color: var(--c-text-strong);
  font-size: 1.12rem;
}

.wpc-legacy-acf .method-timeline__copy p {
  max-width: 46rem;
  margin: 0;
  color: var(--c-text-muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

.wpc-legacy-acf .method-realisations {
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
}

.wpc-legacy-acf .method-v1__mesh {
  padding-top: clamp(2.25rem, 4vw, 3rem);
  padding-bottom: clamp(2.25rem, 4vw, 3rem);
}

.wpc-legacy-acf .method-final-cta {
  background-color: var(--c-surface);
}

.wpc-legacy-acf .method-final-cta .final-cta__title {
  max-width: 52rem;
  margin-right: auto;
  margin-left: auto;
}

.wpc-legacy-acf .method-final-cta .final-cta__actions {
  margin-bottom: 0;
}

@media (max-width: 1120px) {
  .wpc-legacy-acf .method-hero__grid,
  .wpc-legacy-acf .method-timeline {
    grid-template-columns: 1fr;
  }

  .wpc-legacy-acf .method-hero__content {
    max-width: 50rem;
  }

  .wpc-legacy-acf .method-hero__title {
    font-size: 3.4rem;
  }

  .wpc-legacy-acf .method-hero__visual {
    justify-self: start;
  }

  .wpc-legacy-acf .method-timeline__intro {
    position: static;
  }

  .wpc-legacy-acf .method-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .wpc-legacy-acf .method-hero__visual {
    min-height: auto;
  }

  .wpc-legacy-acf .method-workflow {
    grid-template-columns: 1fr;
  }

  .wpc-legacy-acf .method-workflow::before,
  .wpc-legacy-acf .method-workflow::after {
    display: none;
  }

  .wpc-legacy-acf .method-workflow__satellites {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpc-legacy-acf .method-timeline__steps::before {
    left: 5.65rem;
  }

  .wpc-legacy-acf .method-timeline__step {
    grid-template-columns: 3rem 3.5rem minmax(0, 1fr);
    gap: var(--s-3);
  }

}

@media (max-width: 620px) {
  .wpc-legacy-acf .method-hero__title {
    font-size: 2.45rem;
  }

  .wpc-legacy-acf .method-hero__actions,
  .wpc-legacy-acf .method-hero__actions .btn,
  .wpc-legacy-acf .method-final-cta .btn {
    width: 100%;
  }

  .wpc-legacy-acf .method-hero__actions,
  .wpc-legacy-acf .method-final-cta .final-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wpc-legacy-acf .method-proof__grid,
  .wpc-legacy-acf .method-workflow__satellites {
    grid-template-columns: 1fr;
  }

  .wpc-legacy-acf .method-timeline__steps::before {
    display: none;
  }

  .wpc-legacy-acf .method-timeline__step {
    grid-template-columns: 1fr;
    padding-bottom: var(--s-6);
  }

  .wpc-legacy-acf .method-timeline__number {
    padding-top: 0;
  }
}

.wpc-legacy-acf.satellite {
  overflow: visible;
}

.wpc-legacy-acf .satellite-section {
  padding-top: var(--legacy-section-py);
  padding-bottom: var(--legacy-section-py);
}

.wpc-legacy-acf .satellite-section--hero {
  position: relative;
  padding-top: clamp(2.75rem, 5vw, 4.25rem);
  padding-bottom: clamp(3rem, 4.5vw, 4rem);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(88, 132, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(88, 132, 255, 0.045) 1px, transparent 1px);
  background-size: 4rem 4rem;
}

.wpc-legacy-acf .satellite-section--hero::before,
.wpc-legacy-acf .satellite-section--hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.wpc-legacy-acf .satellite-section--hero::before {
  background:
    radial-gradient(circle, rgba(88, 132, 255, 0.18) 1px, transparent 1.5px) 0 0 / 5.5rem 5.5rem,
    linear-gradient(120deg, transparent 0 39%, rgba(88, 132, 255, 0.08) 39.2% 39.5%, transparent 39.8% 100%);
  opacity: 0.34;
}

.wpc-legacy-acf .satellite-section--hero::after {
  background:
    linear-gradient(180deg, rgba(6, 9, 14, 0) 0%, rgba(6, 9, 14, 0.62) 100%),
    linear-gradient(90deg, rgba(6, 9, 14, 0.42), transparent 36%, transparent 64%, rgba(6, 9, 14, 0.42));
}

.wpc-legacy-acf .satellite-section--hero > .container {
  position: relative;
  z-index: 1;
}

.wpc-legacy-acf .hero-local {
  max-width: none;
  text-align: left;
}

.wpc-legacy-acf .hero-local__title {
  max-width: 860px;
  margin-bottom: 0;
  font-size: clamp(2.35rem, 3.9vw, 4.35rem);
  line-height: 1;
  text-wrap: balance;
}

.wpc-legacy-acf .hero-local--premium {
  display: grid;
  gap: var(--s-6);
}

.wpc-legacy-acf .hero-local__breadcrumbs {
  color: var(--c-text-subtle);
  font-size: 0.875rem;
}

.wpc-legacy-acf .hero-local__body {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(2.5rem, 5.5vw, 5rem);
  align-items: center;
}

.wpc-legacy-acf .hero-local__content {
  max-width: 880px;
  text-align: left;
}

.wpc-legacy-acf .hero-local__subtitle {
  max-width: 680px;
  margin-top: var(--s-4);
  color: var(--c-text-muted);
  font-size: 1.1875rem;
  line-height: 1.7;
}

.wpc-legacy-acf .hero-local__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
  margin: var(--s-5) 0 0;
  padding: 0;
  list-style: none;
}

.wpc-legacy-acf .hero-local__benefits li {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  background-color: var(--c-surface-2);
  color: var(--c-text);
  font-size: 0.9375rem;
  line-height: 1.35;
  transition: border-color 220ms ease, background-color 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.wpc-legacy-acf .hero-local__benefits li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.55rem;
  border-radius: 50%;
  background-color: var(--c-accent);
}

.wpc-legacy-acf .hero-local__benefits li:hover {
  transform: translateY(-1px);
  border-color: var(--c-accent-line);
  background-color: var(--c-surface);
  color: var(--c-text-strong);
  box-shadow: 0 0 0 1px rgba(91, 141, 239, 0.08);
}

.wpc-legacy-acf .hero-local__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
  margin-top: var(--s-5);
}

.wpc-legacy-acf .hero-local__actions .btn {
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.wpc-legacy-acf .hero-local__actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(91, 141, 239, 0.18);
}

.wpc-legacy-acf .hero-local__panel {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid var(--c-accent-line);
  border-radius: var(--r-lg);
  background:
    linear-gradient(180deg, rgba(91, 141, 239, 0.12), rgba(91, 141, 239, 0.03)),
    var(--c-surface);
}

.wpc-legacy-acf .hero-local__panel-label {
  display: block;
  margin-bottom: var(--s-4);
  color: var(--c-accent-hover);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wpc-legacy-acf .hero-local__panel strong {
  display: block;
  color: var(--c-text-strong);
  font-size: 1.35rem;
  line-height: 1.35;
  text-wrap: balance;
}

.wpc-legacy-acf .hero-local__panel p {
  margin: var(--s-4) 0 0;
  color: var(--c-text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.wpc-legacy-acf .hero-system {
  position: relative;
  isolation: isolate;
  min-width: 0;
  padding: clamp(1.15rem, 2vw, 1.65rem);
  border: 1px solid rgba(88, 132, 255, 0.24);
  border-radius: calc(var(--r-lg) + 0.25rem);
  background:
    linear-gradient(90deg, rgba(88, 132, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(88, 132, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 24, 38, 0.94), rgba(7, 10, 16, 0.96));
  background-size: 3rem 3rem, 3rem 3rem, auto;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 0 1px rgba(88, 132, 255, 0.08);
  overflow: hidden;
}

.wpc-legacy-acf .hero-system::before,
.wpc-legacy-acf .hero-system::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.wpc-legacy-acf .hero-system::before {
  background:
    radial-gradient(circle, rgba(88, 132, 255, 0.22) 1px, transparent 1.5px) 1rem 1rem / 4.5rem 4.5rem,
    linear-gradient(135deg, transparent 0 26%, rgba(88, 132, 255, 0.10) 26.2% 26.45%, transparent 26.7% 100%),
    linear-gradient(45deg, transparent 0 72%, rgba(88, 132, 255, 0.08) 72.1% 72.35%, transparent 72.6% 100%);
  opacity: 0.52;
}

.wpc-legacy-acf .hero-system::after {
  border: 1px solid rgba(255, 255, 255, 0.035);
  border-radius: inherit;
  box-shadow: inset 0 0 55px rgba(88, 132, 255, 0.08);
}

.wpc-legacy-acf .hero-workflow__header {
  position: relative;
  margin-bottom: clamp(1rem, 1.8vw, 1.35rem);
  text-align: center;
}

.wpc-legacy-acf .hero-workflow__header span,
.wpc-legacy-acf .hero-workflow__number,
.wpc-legacy-acf .hero-workflow__footer {
  color: var(--c-accent-hover);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.wpc-legacy-acf .hero-workflow__header strong {
  display: block;
  max-width: 620px;
  margin: var(--s-2) auto 0;
  color: var(--c-text-strong);
  font-size: clamp(0.96rem, 1.25vw, 1.08rem);
  font-weight: 500;
  line-height: 1.45;
  text-wrap: balance;
}

.wpc-legacy-acf .hero-workflow__map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(8.2rem, 0.76fr) minmax(17rem, 1.38fr) minmax(8.2rem, 0.76fr);
  gap: clamp(0.85rem, 1.7vw, 1.25rem);
  align-items: center;
}

.wpc-legacy-acf .hero-workflow__map::before,
.wpc-legacy-acf .hero-workflow__map::after {
  content: "";
  position: absolute;
  top: 14%;
  bottom: 14%;
  width: 1px;
  background:
    linear-gradient(180deg, transparent, rgba(88, 132, 255, 0.22), rgba(88, 132, 255, 0.58), rgba(88, 132, 255, 0.22), transparent);
  box-shadow: 0 0 18px rgba(88, 132, 255, 0.18);
  transform-origin: top;
  animation: heroLineIn 1100ms ease both;
}

.wpc-legacy-acf .hero-workflow__map::before {
  left: 25%;
}

.wpc-legacy-acf .hero-workflow__map::after {
  right: 25%;
  animation-delay: 120ms;
}

.wpc-legacy-acf .hero-workflow__side {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(0.95rem, 1.6vw, 1.15rem);
}

.wpc-legacy-acf .hero-workflow__satellite,
.wpc-legacy-acf .hero-workflow__step {
  position: relative;
  border: 1px solid rgba(88, 132, 255, 0.18);
  border-radius: calc(var(--r-md) + 0.15rem);
  background:
    linear-gradient(180deg, var(--hero-panel-light), var(--hero-panel-dark));
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: transform 260ms ease, border-color 260ms ease, background-color 260ms ease, box-shadow 260ms ease;
}

.wpc-legacy-acf .hero-workflow__satellite {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-3);
  align-items: center;
  justify-content: center;
  min-height: 7.1rem;
  padding: var(--s-4);
  color: var(--c-text);
  text-align: center;
}

.wpc-legacy-acf .hero-workflow__satellite::before {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(0.8rem, 1.4vw, 1.35rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(88, 132, 255, 0), rgba(88, 132, 255, 0.58));
  box-shadow: 0 0 16px rgba(88, 132, 255, 0.18);
}

.wpc-legacy-acf .hero-workflow__side--left .hero-workflow__satellite::before {
  right: calc(clamp(0.8rem, 1.4vw, 1.35rem) * -1);
}

.wpc-legacy-acf .hero-workflow__side--right .hero-workflow__satellite::before {
  left: calc(clamp(0.8rem, 1.4vw, 1.35rem) * -1);
  transform: rotate(180deg);
}

.wpc-legacy-acf .hero-workflow__satellite::after,
.wpc-legacy-acf .hero-workflow__step::after {
  content: "";
  position: absolute;
  width: 0.55rem;
  height: 0.55rem;
  border: 1px solid rgba(177, 202, 255, 0.42);
  border-radius: 50%;
  background: rgba(88, 132, 255, 0.86);
  box-shadow:
    0 0 0 0 rgba(88, 132, 255, 0.32),
    0 0 18px rgba(88, 132, 255, 0.22);
  animation: heroNodePulse 5200ms ease-in-out infinite;
}

.wpc-legacy-acf .hero-workflow__side--left .hero-workflow__satellite::after {
  top: 50%;
  right: -0.25rem;
  transform: translateY(-50%);
}

.wpc-legacy-acf .hero-workflow__side--right .hero-workflow__satellite::after {
  top: 50%;
  left: -0.25rem;
  transform: translateY(-50%);
}

.wpc-legacy-acf .hero-workflow__steps {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.62rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpc-legacy-acf .hero-workflow__steps::before {
  content: "";
  position: absolute;
  top: 2.25rem;
  bottom: 2.25rem;
  left: 2.45rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(88, 132, 255, 0.16), rgba(88, 132, 255, 0.62), rgba(88, 132, 255, 0.16));
  box-shadow: 0 0 18px rgba(88, 132, 255, 0.18);
  transform-origin: top;
  animation: heroLineIn 1300ms ease 180ms both;
}

.wpc-legacy-acf .hero-workflow__step {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: var(--s-4);
  align-items: center;
  min-height: 4.55rem;
  padding: 0.7rem var(--s-4);
  animation: heroFadeUp 780ms ease both;
}

.wpc-legacy-acf .hero-workflow__step:nth-child(2) {
  animation-delay: 80ms;
}

.wpc-legacy-acf .hero-workflow__step:nth-child(3) {
  animation-delay: 160ms;
}

.wpc-legacy-acf .hero-workflow__step:nth-child(4) {
  animation-delay: 240ms;
}

.wpc-legacy-acf .hero-workflow__step:nth-child(5) {
  animation-delay: 320ms;
}

.wpc-legacy-acf .hero-workflow__step::after {
  top: 50%;
  left: 2.45rem;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.wpc-legacy-acf .hero-workflow__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto;
  border: 1px solid rgba(88, 132, 255, 0.25);
  border-radius: 50%;
  background: rgba(24, 32, 48, 0.85);
  color: rgba(150, 184, 255, 0.96);
  box-shadow:
    0 0 0 1px rgba(88, 132, 255, 0.10),
    0 0 24px rgba(88, 132, 255, 0.12);
}

.wpc-legacy-acf .hero-workflow__step .hero-workflow__icon {
  margin: 0;
}

.wpc-legacy-acf .hero-workflow__svg {
  width: 1.32rem;
  height: 1.32rem;
}

.wpc-legacy-acf .hero-workflow__number {
  display: inline-block;
  margin-bottom: 0.12rem;
  letter-spacing: 0;
}

.wpc-legacy-acf .hero-workflow__copy {
  min-width: 0;
}

.wpc-legacy-acf .hero-workflow__copy strong,
.wpc-legacy-acf .hero-workflow__copy em {
  display: block;
}

.wpc-legacy-acf .hero-workflow__copy strong {
  color: var(--c-text-strong);
  font-size: 0.9rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.wpc-legacy-acf .hero-workflow__copy em {
  margin-top: 0.18rem;
  color: var(--c-text-muted);
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.4;
}

.wpc-legacy-acf .hero-workflow__satellite-copy,
.wpc-legacy-acf .hero-workflow__satellite-copy strong,
.wpc-legacy-acf .hero-workflow__satellite-copy em {
  display: block;
}

.wpc-legacy-acf .hero-workflow__satellite-copy strong {
  color: var(--c-text-strong);
  font-size: 0.78rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.wpc-legacy-acf .hero-workflow__satellite-copy em {
  margin-top: 0.2rem;
  color: var(--c-text-muted);
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1.35;
}

.wpc-legacy-acf .hero-workflow__satellite:hover,
.wpc-legacy-acf .hero-workflow__step:hover {
  transform: translateY(-2px);
  border-color: rgba(88, 132, 255, 0.42);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(88, 132, 255, 0.12),
    0 0 32px rgba(88, 132, 255, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.wpc-legacy-acf .hero-workflow__satellite:hover .hero-workflow__icon,
.wpc-legacy-acf .hero-workflow__step:hover .hero-workflow__icon {
  border-color: rgba(130, 166, 255, 0.55);
  color: rgba(190, 210, 255, 1);
  box-shadow:
    0 0 0 1px rgba(88, 132, 255, 0.16),
    0 0 28px rgba(88, 132, 255, 0.20);
}

.wpc-legacy-acf .hero-workflow__footer {
  position: relative;
  margin: clamp(1.25rem, 2vw, 1.7rem) auto 0;
  text-align: center;
  text-transform: none;
}

.wpc-legacy-acf .hero-workflow__footer::before,
.wpc-legacy-acf .hero-workflow__footer::after {
  content: "";
  display: inline-block;
  width: min(8vw, 5rem);
  height: 1px;
  margin: 0 var(--s-4) 0.25rem;
  background: linear-gradient(90deg, transparent, rgba(91, 141, 239, 0.42));
}

.wpc-legacy-acf .hero-workflow__footer::after {
  background: linear-gradient(90deg, rgba(91, 141, 239, 0.42), transparent);
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(0.55rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroLineIn {
  from {
    opacity: 0;
    transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes heroNodePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(91, 141, 239, 0.34);
  }

  60% {
    box-shadow: 0 0 0 0.55rem rgba(91, 141, 239, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(91, 141, 239, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wpc-legacy-acf .hero-workflow__map::before,
  .wpc-legacy-acf .hero-workflow__map::after,
  .wpc-legacy-acf .hero-workflow__steps::before,
  .wpc-legacy-acf .hero-workflow__step,
  .wpc-legacy-acf .hero-workflow__satellite::after,
  .wpc-legacy-acf .hero-workflow__step::after {
    animation: none;
  }
}

.wpc-legacy-acf .hero-v5 {
  padding-top: clamp(4.6rem, 6vw, 6.6rem);
  padding-bottom: clamp(1.75rem, 2.8vw, 2.75rem);
  background:
    radial-gradient(circle at 0% 82%, rgba(38, 91, 255, 0.34), transparent 22rem),
    radial-gradient(circle at 78% 20%, rgba(88, 132, 255, 0.13), transparent 24rem),
    linear-gradient(90deg, rgba(88, 132, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(88, 132, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 10, 16, 0.98), rgba(5, 8, 13, 0.98));
  background-size: auto, auto, 4.4rem 4.4rem, 4.4rem 4.4rem, auto;
}

.wpc-legacy-acf .hero-v5 > .container {
  width: min(calc(100% - clamp(2rem, 5vw, 4.5rem)), 1500px);
  max-width: 1500px;
}

.wpc-legacy-acf .hero-v5::before {
  background:
    radial-gradient(circle, rgba(88, 132, 255, 0.16) 1px, transparent 1.5px) 0 0 / 6rem 6rem,
    linear-gradient(135deg, transparent 0 58%, rgba(88, 132, 255, 0.075) 58.1% 58.3%, transparent 58.45% 100%);
  opacity: 0.34;
}

.wpc-legacy-acf .hero-v5::after {
  background:
    linear-gradient(180deg, rgba(5, 8, 13, 0.1), rgba(5, 8, 13, 0.58)),
    linear-gradient(90deg, rgba(5, 8, 13, 0.42), transparent 35%, transparent 64%, rgba(5, 8, 13, 0.38));
}

.wpc-legacy-acf .hero-v5__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.02fr);
  gap: clamp(2.5rem, 4vw, 4.5rem);
  align-items: center;
  min-height: clamp(28.5rem, 38vw, 34.5rem);
}

.wpc-legacy-acf .hero-v5__content {
  max-width: none;
}

.wpc-legacy-acf .hero-v5__breadcrumbs {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  color: var(--c-text-subtle);
  font-size: 0.86rem;
}

.wpc-legacy-acf .hero-v5__location {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin: 0 0 var(--s-4);
  color: rgba(112, 157, 255, 0.95);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.wpc-legacy-acf .hero-v5__location .hero-workflow__svg {
  width: 0.95rem;
  height: 0.95rem;
}

.wpc-legacy-acf .hero-v5__title {
  max-width: 620px;
  margin: 0;
  color: rgba(112, 157, 255, 0.92);
  font-family: var(--font-mono);
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
  text-wrap: balance;
}

.wpc-legacy-acf .hero-v5__title--seo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wpc-legacy-acf .hero-v5__headline {
  max-width: 760px;
  margin: var(--s-3) 0 0;
  color: var(--c-text-strong);
  font-size: clamp(2.5rem, 3.35vw, 3.6rem);
  font-weight: 800;
  line-height: 1.04;
  text-wrap: pretty;
}

.wpc-legacy-acf .hero-v5__headline::after {
  content: ".";
  color: var(--hero-blue);
}

.wpc-legacy-acf .hero-v5__subtitle {
  max-width: 680px;
  margin: var(--s-3) 0 0;
  color: rgba(221, 229, 242, 0.82);
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.54;
}

.wpc-legacy-acf .hero-v5__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-4);
  margin-top: clamp(1.1rem, 1.7vw, 1.45rem);
}

.wpc-legacy-acf .hero-v5__actions .btn {
  min-height: 3.5rem;
  padding-right: 1.45rem;
  padding-left: 1.45rem;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease, background-color 240ms ease;
}

.wpc-legacy-acf .hero-v5__actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(88, 132, 255, 0.18);
}

.wpc-legacy-acf .hero-v5__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem clamp(0.9rem, 1.6vw, 1.35rem);
  max-width: 720px;
  margin: clamp(1rem, 1.8vw, 1.35rem) 0 0;
  padding: 0;
  list-style: none;
}

.wpc-legacy-acf .hero-v5__proof {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  color: rgba(221, 229, 242, 0.78);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
}

.wpc-legacy-acf .hero-v5__proof-dot {
  flex: 0 0 auto;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background-color: var(--hero-blue);
  box-shadow: 0 0 0 0.25rem rgba(88, 132, 255, 0.12);
}

.wpc-legacy-acf .hero-v5__method {
  position: relative;
  min-width: 0;
  animation: heroFadeUp 840ms ease both;
}

.wpc-legacy-acf .hero-v5__method-head {
  max-width: 420px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
}

.wpc-legacy-acf .hero-v5__method-head span,
.wpc-legacy-acf .hero-v5__step-number {
  display: block;
  color: rgba(112, 157, 255, 0.98);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.wpc-legacy-acf .hero-v5__method-head strong {
  display: block;
  margin-top: var(--s-2);
  color: var(--c-text-strong);
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  line-height: 1.35;
}

.wpc-legacy-acf .hero-v5__workflow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(8.8rem, 0.56fr) minmax(12.5rem, 0.55fr) minmax(8.8rem, 0.56fr);
  gap: clamp(1.85rem, 3.4vw, 3.5rem);
  align-items: center;
  min-height: clamp(22rem, 33vw, 28rem);
}

.wpc-legacy-acf .hero-v5__workflow--no-satellites {
  grid-template-columns: minmax(8.8rem, 0.56fr) minmax(12.5rem, 0.55fr) minmax(8.8rem, 0.56fr);
}

.wpc-legacy-acf .hero-v5__workflow--no-satellites .hero-v5__steps {
  grid-column: 2;
}

.wpc-legacy-acf .hero-v5__workflow--no-satellites::before,
.wpc-legacy-acf .hero-v5__workflow--no-satellites::after {
  display: none;
}

.wpc-legacy-acf .hero-v5__workflow::before,
.wpc-legacy-acf .hero-v5__workflow::after {
  content: "";
  position: absolute;
  top: 49%;
  bottom: auto;
  z-index: 0;
  width: clamp(8rem, 14vw, 13rem);
  height: 1px;
  border-top: 1px solid rgba(88, 132, 255, 0.18);
  filter: drop-shadow(0 0 14px rgba(88, 132, 255, 0.16));
  animation: heroLineIn 1400ms ease both;
}

.wpc-legacy-acf .hero-v5__workflow::before {
  left: 14%;
}

.wpc-legacy-acf .hero-v5__workflow::after {
  right: 14%;
}

.wpc-legacy-acf .hero-v5__steps {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: stretch;
  gap: clamp(1.2rem, 2.35vw, 1.9rem);
  width: min(100%, 14.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpc-legacy-acf .hero-v5__steps::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  bottom: 0.75rem;
  left: 2.1rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(88, 132, 255, 0.82) 18%, rgba(88, 132, 255, 0.82) 82%, transparent);
  box-shadow: 0 0 26px rgba(88, 132, 255, 0.26);
}

.wpc-legacy-acf .hero-v5__steps::after {
  content: "";
  position: absolute;
  top: 0.72rem;
  bottom: 0.72rem;
  left: 1.75rem;
  width: 0.7rem;
  background:
    radial-gradient(circle, rgba(163, 194, 255, 1) 0 2px, rgba(88, 132, 255, 0.25) 3px, transparent 7px) center top / 0.7rem 25% repeat-y;
  animation: heroPulse 5200ms ease-in-out infinite;
}

.wpc-legacy-acf .hero-v5__step {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 4.2rem minmax(0, 1fr);
  gap: 0.2rem;
  align-items: center;
  width: 100%;
  min-height: clamp(3.45rem, 4.5vw, 4.2rem);
  padding: 0.25rem 0.7rem 0.25rem 0;
  border: 1px solid rgba(118, 153, 225, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(88, 132, 255, 0.05), rgba(9, 14, 23, 0.24) 46%, transparent 100%);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.18),
    0 0 24px rgba(88, 132, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease, background-color 240ms ease;
}

.wpc-legacy-acf .hero-v5__step:hover {
  transform: translateY(-2px);
  border-color: rgba(88, 132, 255, 0.26);
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.25),
    0 0 32px rgba(88, 132, 255, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.wpc-legacy-acf .hero-v5__step > .hero-v5__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.25rem, 4.35vw, 3.85rem);
  height: clamp(3.25rem, 4.35vw, 3.85rem);
  border: 1px solid rgba(118, 153, 225, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 20%, rgba(88, 132, 255, 0.18), transparent 58%),
    rgba(9, 14, 23, 0.86);
  color: rgba(142, 178, 255, 0.98);
  font-size: clamp(0.95rem, 1.25vw, 1.18rem);
  letter-spacing: 0;
  line-height: 1;
  box-shadow:
    0 0 0 1px rgba(88, 132, 255, 0.06),
    0 0 24px rgba(88, 132, 255, 0.10);
}

.wpc-legacy-acf .hero-v5__step-label {
  display: block;
  color: rgba(244, 247, 252, 0.94);
  font-size: clamp(0.9rem, 1.05vw, 1rem);
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: normal;
  word-break: normal;
}

.wpc-legacy-acf .hero-v5__step-icon,
.wpc-legacy-acf .hero-v5__satellite-icon,
.wpc-legacy-acf .hero-v5__trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(88, 132, 255, 0.36);
  border-radius: 50%;
  background: rgba(14, 22, 36, 0.82);
  color: rgba(136, 174, 255, 0.98);
  box-shadow:
    0 0 0 1px rgba(88, 132, 255, 0.10),
    0 0 26px rgba(88, 132, 255, 0.14);
}

.wpc-legacy-acf .hero-v5__step-icon {
  width: 3.1rem;
  height: 3.1rem;
}

.wpc-legacy-acf .hero-v5__step-icon .hero-workflow__svg {
  width: 1.25rem;
  height: 1.25rem;
}

.wpc-legacy-acf .hero-v5__step-copy,
.wpc-legacy-acf .hero-v5__step-copy strong,
.wpc-legacy-acf .hero-v5__step-copy em {
  display: none;
}

.wpc-legacy-acf .hero-v5__step-copy strong {
  margin-top: 0.2rem;
  color: var(--c-text-strong);
  font-size: 0.96rem;
  line-height: 1.25;
}

.wpc-legacy-acf .hero-v5__step-copy em {
  margin-top: 0.28rem;
  color: rgba(221, 229, 242, 0.7);
  font-size: 0.84rem;
  font-style: normal;
  line-height: 1.35;
}


.wpc-legacy-acf .hero-v5__satellites {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(0.9rem, 1.6vw, 1.15rem);
  align-content: center;
}

.wpc-legacy-acf .hero-v5__satellites::before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 0;
  width: clamp(3rem, 5vw, 5.25rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(88, 132, 255, 0), rgba(88, 132, 255, 0.58), rgba(88, 132, 255, 0));
}

.wpc-legacy-acf .hero-v5__satellites--left::before {
  right: calc(clamp(3rem, 5vw, 5.25rem) * -1);
}

.wpc-legacy-acf .hero-v5__satellites--right::before {
  left: calc(clamp(3rem, 5vw, 5.25rem) * -1);
}

.wpc-legacy-acf .hero-v5__satellites .hero-v5__satellite::before {
  display: none;
}
.wpc-legacy-acf .hero-v5__satellite {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--s-3);
  align-content: center;
  min-height: 7.8rem;
  padding: clamp(1rem, 1.8vw, 1.35rem);
  border: 1px solid rgba(118, 153, 225, 0.16);
  border-radius: var(--r-md);
  background:
    linear-gradient(180deg, rgba(17, 24, 38, 0.62), rgba(8, 12, 19, 0.76));
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
  text-align: center;
}

.wpc-legacy-acf .hero-v5__satellite::before {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(3rem, 5vw, 5.25rem);
  height: 1px;
  border-top: 1px solid rgba(88, 132, 255, 0.22);
}

.wpc-legacy-acf .hero-v5__satellite--left::before {
  right: calc(clamp(3rem, 5vw, 5.25rem) * -1);
}

.wpc-legacy-acf .hero-v5__satellite--right::before {
  left: calc(clamp(3rem, 5vw, 5.25rem) * -1);
}

.wpc-legacy-acf .hero-v5__satellite-icon {
  width: 2.85rem;
  height: 2.85rem;
  margin: 0 auto;
}

.wpc-legacy-acf .hero-v5__satellite-icon .hero-workflow__svg {
  width: 1.18rem;
  height: 1.18rem;
}

.wpc-legacy-acf .hero-v5__satellite strong,
.wpc-legacy-acf .hero-v5__satellite em {
  display: block;
}

.wpc-legacy-acf .hero-v5__satellite strong {
  color: var(--c-text-strong);
  font-size: 0.9rem;
  line-height: 1.28;
}

.wpc-legacy-acf .hero-v5__satellite em {
  color: rgba(221, 229, 242, 0.66);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.4;
}

.wpc-legacy-acf .hero-v5__trust {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: clamp(1.35rem, 2.4vw, 1.9rem) 0 0;
  padding: clamp(0.85rem, 1.3vw, 1.1rem);
  border: 1px solid rgba(118, 153, 225, 0.22);
  border-radius: var(--r-lg);
  background:
    linear-gradient(180deg, rgba(17, 24, 38, 0.78), rgba(7, 11, 18, 0.9));
  box-shadow:
    0 22px 64px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  list-style: none;
}

.wpc-legacy-acf .hero-v5__trust li {
  display: grid;
  grid-template-columns: 2.8rem minmax(0, 1fr);
  gap: var(--s-3);
  align-items: center;
  min-height: 4.8rem;
  padding: 0.25rem clamp(0.75rem, 1.2vw, 1rem);
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.wpc-legacy-acf .hero-v5__trust li:first-child {
  border-left: 0;
}

.wpc-legacy-acf .hero-v5__trust-icon {
  width: 2.55rem;
  height: 2.55rem;
}

.wpc-legacy-acf .hero-v5__trust-icon .hero-workflow__svg {
  width: 1.2rem;
  height: 1.2rem;
}

.wpc-legacy-acf .hero-v5__trust strong,
.wpc-legacy-acf .hero-v5__trust em {
  display: block;
}

.wpc-legacy-acf .hero-v5__trust strong {
  color: var(--c-text-strong);
  font-size: 0.78rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.wpc-legacy-acf .hero-v5__trust em {
  margin-top: 0.28rem;
  color: rgba(221, 229, 242, 0.66);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.4;
}

@media (max-width: 1180px) {
  .wpc-legacy-acf .hero-v5 > .container {
    width: min(calc(100% - clamp(2rem, 6vw, 4rem)), 1000px);
  }

  .wpc-legacy-acf .hero-v5__grid {
    grid-template-columns: 1fr;
    gap: clamp(2.75rem, 5.5vw, 4rem);
    min-height: 0;
  }

  .wpc-legacy-acf .hero-v5__content,
  .wpc-legacy-acf .hero-v5__method {
    max-width: 900px;
  }

  .wpc-legacy-acf .hero-v5__method-head {
    margin-right: 0;
    margin-left: 0;
  }

  .wpc-legacy-acf .hero-v5__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wpc-legacy-acf .hero-v5__trust li:nth-child(4) {
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .wpc-legacy-acf .hero-v5 {
    padding-top: 4.75rem;
    padding-bottom: 2rem;
    background-size: auto, auto, 3.5rem 3.5rem, 3.5rem 3.5rem, auto;
  }

  .wpc-legacy-acf .hero-v5__grid {
    min-height: 0;
    gap: 3rem;
  }

  .wpc-legacy-acf .hero-v5__breadcrumbs {
    margin-bottom: 2rem;
  }

  .wpc-legacy-acf .hero-v5__title {
    font-size: 0.76rem;
  }

  .wpc-legacy-acf .hero-v5__headline {
    font-size: clamp(2.45rem, 12.2vw, 3.5rem);
  }

  .wpc-legacy-acf .hero-v5__subtitle {
    font-size: 1.03rem;
  }

  .wpc-legacy-acf .hero-v5__actions,
  .wpc-legacy-acf .hero-v5__actions .btn {
    width: 100%;
  }

  .wpc-legacy-acf .hero-v5__proofs {
    gap: 0.7rem 1rem;
  }

  .wpc-legacy-acf .hero-v5__proof {
    font-size: 0.86rem;
  }

  .wpc-legacy-acf .hero-v5__workflow {
  grid-template-columns: 1fr;
  display: flex;
  width: 100%;
  flex-direction: column;
  }

  .wpc-legacy-acf .hero-v5__workflow::before,
  .wpc-legacy-acf .hero-v5__workflow::after,
  .wpc-legacy-acf .hero-v5__satellites::before,
  .wpc-legacy-acf .hero-v5__satellite::before {
    display: none;
  }
  .wpc-legacy-acf .hero-v5__satellite {
    min-height: 0;
    width: 50%;
  }
  .wpc-legacy-acf .hero-v5__satellites--left {
  order: 3;
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.wpc-legacy-acf .hero-v5__steps {
  order: 1;
  width: min(100%, 15rem);
  margin-right: auto;
  margin-left: auto;
}

.wpc-legacy-acf .hero-v5__satellites--right {
  order: 2;
  display: flex;
  width: 100%;
  justify-content: space-around;
}

  .wpc-legacy-acf .hero-v5__step {
    grid-template-columns: 3.8rem minmax(0, 1fr);
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0.2rem 0.65rem 0.2rem 0;
  }

  .wpc-legacy-acf .hero-v5__step > .hero-v5__step-number {
    width: 3.25rem;
    height: 3.25rem;
  }

  .wpc-legacy-acf .hero-v5__steps::before,
  .wpc-legacy-acf .hero-v5__steps::after {
    left: 1.63rem;
  }

  .wpc-legacy-acf .hero-v5__trust {
    grid-template-columns: 1fr;
    padding: 0.75rem;
  }

  .wpc-legacy-acf .hero-v5__trust li,
  .wpc-legacy-acf .hero-v5__trust li:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-left: 0;
  }

  .wpc-legacy-acf .hero-v5__trust li:first-child {
    border-top: 0;
  }
}

.wpc-legacy-acf .service-proof {
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
  background-color: var(--c-surface-2);
}

.wpc-legacy-acf .service-proof__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpc-legacy-acf .service-proof__item {
  min-height: 5rem;
  padding: var(--s-5) var(--s-4);
  border-left: 1px solid var(--c-border);
  color: var(--c-text);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
}

.wpc-legacy-acf .service-anchor-nav {
  position: sticky;
  top: 76px;
  z-index: 90;
  padding: clamp(1.1rem, 2.2vw, 1.6rem) 0;
  border-top: 1px solid rgba(88, 132, 255, 0.1);
  border-bottom: 1px solid rgba(88, 132, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(12, 18, 30, 0.88), rgba(8, 12, 20, 0.92)),
    rgba(255, 255, 255, 0.015);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
}

.wpc-legacy-acf .service-anchor-nav__inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  padding: 0.35rem;
  border: 1px solid rgba(88, 132, 255, 0.16);
  border-radius: var(--r-md);
  background: rgba(10, 15, 24, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 10px 28px rgba(0, 0, 0, 0.16);
  scrollbar-width: none;
}

.wpc-legacy-acf .service-anchor-nav__inner::-webkit-scrollbar {
  display: none;
}

.wpc-legacy-acf .service-anchor-nav__inner a {
  position: relative;
  flex: 0 0 auto;
  padding: 0.72rem 0.95rem;
  color: rgba(221, 229, 242, 0.72);
  font-size: 0.88rem;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 220ms ease, background-color 220ms ease;
}

.wpc-legacy-acf .service-anchor-nav__inner a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.wpc-legacy-acf .service-anchor-nav__inner a:hover {
  color: var(--c-text-strong);
  background-color: rgba(88, 132, 255, 0.08);
}

.wpc-legacy-acf .service-anchor-nav__inner a.is-active,
.wpc-legacy-acf .service-anchor-nav__inner a[aria-current="true"] {
  color: var(--hero-blue);
  background-color: rgba(88, 132, 255, 0.11);
  box-shadow:
    inset 0 0 0 1px rgba(88, 132, 255, 0.22),
    0 0 18px rgba(88, 132, 255, 0.08);
}

.wpc-legacy-acf .service-proof__item:last-child {
  border-right: 1px solid var(--c-border);
}

.wpc-legacy-acf .satellite-section--trust-strip {
  padding-top: clamp(2.5rem, 4vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.wpc-legacy-acf .service-person {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--c-accent-line);
  border-radius: var(--r-lg);
  background:
    linear-gradient(180deg, rgba(91, 141, 239, 0.08), rgba(91, 141, 239, 0.02)),
    var(--c-surface);
}

.wpc-legacy-acf .service-person__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpc-legacy-acf .service-person__media .problem-card__image,
.wpc-legacy-acf .service-person__avatar {
  width: min(100%, 220px);
  aspect-ratio: 1;
  border: 1px solid var(--c-border);
  border-radius: 50%;
  object-fit: cover;
  background-color: var(--c-surface-2);
}

.wpc-legacy-acf .service-person__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-accent-hover);
  font-family: var(--font-mono);
  font-size: 2.25rem;
  font-weight: 700;
}

.wpc-legacy-acf .service-person__name {
  margin: 0;
  color: var(--c-text-strong);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.18;
}

.wpc-legacy-acf .service-person__role {
  margin: var(--s-3) 0 0;
  color: var(--c-text);
  font-size: 1.05rem;
  line-height: 1.45;
}

.wpc-legacy-acf .service-person__facts {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
  margin: var(--s-5) 0;
  padding: 0;
  list-style: none;
}

.wpc-legacy-acf .service-person__facts li {
  position: relative;
  padding: 0.45rem 0.7rem;
  padding-left: 1.55rem;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  background-color: var(--c-surface-2);
  color: var(--c-text);
  font-size: 0.9rem;
  line-height: 1.35;
}

.wpc-legacy-acf .service-person__facts li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.7rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background-color: var(--c-accent);
  transform: translateY(-50%);
}

.wpc-legacy-acf .service-person__text {
  max-width: 720px;
  margin: 0;
  color: var(--c-text-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.wpc-legacy-acf .satellite-section--differentiators {
  padding-top: clamp(3rem, 5vw, 4rem);
  padding-bottom: clamp(3rem, 5vw, 4rem);
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
  background-color: rgba(255, 255, 255, 0.012);
}

.wpc-legacy-acf .service-differentiators {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  background-color: var(--c-border);
  overflow: hidden;
}

.wpc-legacy-acf .service-differentiator {
  min-height: 12rem;
  padding: clamp(1.25rem, 2.4vw, 1.9rem);
  background-color: var(--c-surface);
}

.wpc-legacy-acf .service-differentiator h3 {
  margin: 0 0 var(--s-3);
  color: var(--c-text-strong);
  font-size: 1.05rem;
  line-height: 1.35;
}

.wpc-legacy-acf .service-differentiator p {
  margin: 0;
  color: var(--c-text-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.wpc-legacy-acf .section-header {
  max-width: 780px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.wpc-legacy-acf .section-header__eyebrow {
  display: inline-flex;
  margin-bottom: var(--s-3);
  color: var(--c-accent-hover);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wpc-legacy-acf .section-header__title {
  max-width: 760px;
  text-wrap: balance;
}

.wpc-legacy-acf .section-header__title span {
  color: var(--c-accent-hover);
}

.wpc-legacy-acf .context-local {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 5vw, 4rem);
}

.wpc-legacy-acf .context-local__text {
  max-width: 760px;
  color: var(--c-text-muted);
  font-size: clamp(1rem, 1.15vw, 1.0625rem);
  line-height: 1.78;
}

.wpc-legacy-acf .context-local__text p + p,
.wpc-legacy-acf .problem-card__text p + p,
.wpc-legacy-acf .case-block__text p + p {
  margin-top: 0.85rem;
}

.wpc-legacy-acf .problems-grid {
  align-items: stretch;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.wpc-legacy-acf .problem-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: var(--s-4);
  min-height: 0;
  padding: clamp(1.35rem, 2.2vw, 1.9rem);
  background:
    linear-gradient(180deg, rgba(22, 28, 42, 0.82), rgba(12, 16, 24, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 12px 30px rgba(0, 0, 0, 0.18);
  transition: border-color 200ms ease, transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.wpc-legacy-acf .problem-card:hover {
  transform: translateY(-2px);
  border-color: var(--c-accent-line);
  background-color: var(--c-surface);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 16px 34px rgba(0, 0, 0, 0.24),
    0 0 26px rgba(88, 132, 255, 0.08);
}

.wpc-legacy-acf .problem-card__num {
  margin-bottom: 0;
  color: var(--c-accent-hover);
  font-size: 0.8125rem;
  font-weight: 700;
}

.wpc-legacy-acf .problem-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(88, 132, 255, 0.3);
  border-radius: 50%;
  background: rgba(24, 32, 48, 0.72);
  color: rgba(150, 184, 255, 0.96);
  box-shadow:
    0 0 0 1px rgba(88, 132, 255, 0.08),
    0 0 20px rgba(88, 132, 255, 0.1);
}

.wpc-legacy-acf .problem-card__icon .hero-icon,
.wpc-legacy-acf .problem-card__icon .hero-workflow__svg {
  width: 1rem;
  height: 1rem;
}

.wpc-legacy-acf .problem-card > .problem-card__image {
  display: none;
}

.wpc-legacy-acf .problem-card__title {
  margin-bottom: 0;
  color: var(--c-text-strong);
  font-size: 1.2rem;
  line-height: 1.35;
  text-wrap: balance;
}

.wpc-legacy-acf .problem-card__text {
  color: var(--c-text-muted);
  font-size: 0.95rem;
  line-height: 1.68;
}

.wpc-legacy-acf .problem-card__text p,
.wpc-legacy-acf .context-local__text p,
.wpc-legacy-acf .case-block__text p,
.wpc-legacy-acf .method-step__desc p {
  margin-bottom: 0;
}

.wpc-legacy-acf.wordpress-pillar .wordpress-pillar__narrow-section .container--narrow {
  max-width: min(100% - 2rem, 980px);
}

.wpc-legacy-acf.wordpress-pillar .wordpress-pillar__narrow-section .context-local {
  display: grid;
  grid-template-columns: minmax(22rem, 0.34fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(10rem, 3vw, 2rem);
}

.wpc-legacy-acf.wordpress-pillar .wordpress-pillar__narrow-section .section-header {
  max-width: none;
  margin-bottom: 0;
}

.wpc-legacy-acf.wordpress-pillar .wordpress-pillar__narrow-section .section__eyebrow {
  margin: 0 0 var(--s-3);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--c-accent-hover);
  line-height: 1.4;
}

.wpc-legacy-acf.wordpress-pillar .wordpress-pillar__narrow-section .section-header__title {
  max-width: none;
}

.wpc-legacy-acf.wordpress-pillar .wordpress-pillar__narrow-section .context-local__text {
  max-width: none;
  padding-top: calc(0.78rem * 1.4 + var(--s-3));
}

.wpc-legacy-acf.wordpress-pillar .wordpress-pillar__narrow-section .context-local__text a {
  color: #fff;
}

.wpc-legacy-acf.wordpress-pillar .wordpress-pillar__narrow-section .context-local__text a:hover, .wpc-legacy-acf.wordpress-pillar .wordpress-pillar__narrow-section .context-local__text a:focus {
  color: var(--c-accent-hover);
}


.wpc-legacy-acf.wordpress-pillar .wordpress-pillar__keyword {
  color: var(--c-accent-hover);
}

@media (max-width: 760px) {
  .wpc-legacy-acf.wordpress-pillar .wordpress-pillar__narrow-section .context-local {
    grid-template-columns: 1fr;
    gap: var(--s-2);
  }

  .wpc-legacy-acf.wordpress-pillar .wordpress-pillar__narrow-section .context-local__text {
    padding-top: 0;
  }
}

.wpc-legacy-acf .case-block {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding: clamp(1.75rem, 4vw, 3rem);
  border-color: var(--c-accent-line);
  background:
    linear-gradient(180deg, rgba(91, 141, 239, 0.08), rgba(91, 141, 239, 0.02)),
    var(--c-surface);
}

.wpc-legacy-acf blockquote.case-block {
  position: relative;
}

.wpc-legacy-acf blockquote.case-block::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 3rem;
  height: 2px;
  background-color: var(--c-accent);
}

.wpc-legacy-acf blockquote.case-block .case-block__text {
  padding-top: 1.5rem;
  color: var(--c-text);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.7;
}

.wpc-legacy-acf .satellite-section--method-v2 {
  background-color: var(--c-bg);
}

.wpc-legacy-acf .service-method {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  background-color: var(--c-border);
  list-style: none;
  overflow: hidden;
}

.wpc-legacy-acf .service-method__actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.wpc-legacy-acf .service-method__step {
  min-height: 13rem;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  background-color: var(--c-surface);
}

.wpc-legacy-acf .service-method__num {
  display: inline-flex;
  margin-bottom: var(--s-5);
  color: var(--c-accent-hover);
  font-family: var(--font-mono);
  font-size: 0.875rem;
  font-weight: 700;
}

.wpc-legacy-acf .service-method__title {
  margin: 0 0 var(--s-3);
  color: var(--c-text-strong);
  font-size: 1.15rem;
  line-height: 1.3;
}

.wpc-legacy-acf .service-method__text {
  margin: 0;
  color: var(--c-text-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
}

.wpc-legacy-acf .service-works {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.wpc-legacy-acf .service-work {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(88, 132, 255, 0.14);
  border-radius: var(--r-lg);
  background:
    radial-gradient(circle at 18% 0%, rgba(88, 132, 255, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(22, 28, 42, 0.76), rgba(12, 16, 24, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 14px 34px rgba(0, 0, 0, 0.18);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.wpc-legacy-acf .service-work:hover {
  transform: translateY(-2px);
  border-color: rgba(88, 132, 255, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 38px rgba(0, 0, 0, 0.24),
    0 0 28px rgba(88, 132, 255, 0.08);
}

.wpc-legacy-acf .service-work:has(.service-work__title:only-child),
.wpc-legacy-acf .service-work:has(.service-work__placeholder) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
    var(--c-surface);
}

.wpc-legacy-acf .service-work__media {
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 50% 0%, rgba(88, 132, 255, 0.14), transparent 58%),
    var(--c-surface-2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.wpc-legacy-acf .service-work__media .problem-card__image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  padding: clamp(1rem, 2.4vw, 1.6rem);
  transition: transform 220ms ease, opacity 220ms ease;
}

.wpc-legacy-acf .service-work:hover .service-work__media .problem-card__image {
  transform: scale(1.025);
  opacity: 0.96;
}

.wpc-legacy-acf .service-work__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(91, 141, 239, 0.08), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 24px);
}

.wpc-legacy-acf .service-work__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--s-5);
  min-height: 10.5rem;
  padding: clamp(1.2rem, 2vw, 1.55rem);
}

.wpc-legacy-acf .service-work:not(:has(.service-work__media)) .service-work__body {
  min-height: 13rem;
}

.wpc-legacy-acf .service-work__content {
  display: grid;
  gap: var(--s-3);
}

.wpc-legacy-acf .service-work__title {
  margin: 0;
  color: var(--c-text-strong);
  font-size: clamp(1.16rem, 1.35vw, 1.35rem);
  line-height: 1.22;
  text-wrap: balance;
}

.wpc-legacy-acf .service-work__type,
.wpc-legacy-acf .service-work__meta {
  margin: 0;
  color: var(--hero-blue);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wpc-legacy-acf .service-work__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: var(--s-1) 0 0;
  padding: 0;
  list-style: none;
}

.wpc-legacy-acf .service-work__badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.35rem 0.58rem;
  border: 1px solid rgba(88, 132, 255, 0.18);
  border-radius: 999px;
  background-color: rgba(88, 132, 255, 0.07);
  color: rgba(221, 229, 242, 0.82);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
}

.wpc-legacy-acf .service-work__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: fit-content;
  min-height: 2.45rem;
  margin-top: auto;
  padding: 0.62rem 0.85rem;
  border: 1px solid rgba(88, 132, 255, 0.2);
  border-radius: var(--r-sm);
  background-color: rgba(255, 255, 255, 0.025);
  color: var(--c-text-strong);
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.wpc-legacy-acf .service-work__link:hover {
  transform: translateY(-1px);
  border-color: rgba(88, 132, 255, 0.42);
  background-color: rgba(88, 132, 255, 0.1);
  color: var(--hero-blue);
}

.wpc-legacy-acf .service-works--count-1 {
  grid-template-columns: minmax(0, 0.66fr);
}

.wpc-legacy-acf .service-works--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpc-legacy-acf .service-works-empty {
  max-width: 860px;
  padding: clamp(1.75rem, 4vw, 3rem);
  border: 1px solid var(--c-accent-line);
  border-radius: var(--r-lg);
  background:
    linear-gradient(180deg, rgba(91, 141, 239, 0.08), rgba(91, 141, 239, 0.02)),
    var(--c-surface);
}

.wpc-legacy-acf .service-works-empty__title {
  max-width: 680px;
  margin: 0 0 var(--s-4);
  color: var(--c-text-strong);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.18;
  text-wrap: balance;
}

.wpc-legacy-acf .service-works-empty p {
  max-width: 680px;
  margin: 0 0 var(--s-5);
  color: var(--c-text-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.wpc-legacy-acf .service-case-studies {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.wpc-legacy-acf .service-case-study {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  background-color: var(--c-border);
  overflow: hidden;
}

.wpc-legacy-acf .service-case-study__item {
  min-height: 10rem;
  padding: clamp(1.25rem, 2.2vw, 1.75rem);
  background-color: var(--c-surface);
}

.wpc-legacy-acf .service-case-study__item span {
  display: inline-flex;
  margin-bottom: var(--s-4);
  color: var(--c-accent-hover);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wpc-legacy-acf .service-case-study__item p {
  margin: 0;
  color: var(--c-text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.wpc-legacy-acf .satellite-section--service-reviews {
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.wpc-legacy-acf .service-reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.wpc-legacy-acf .service-reviews--count-1 {
  grid-template-columns: minmax(0, 0.72fr);
}

.wpc-legacy-acf .service-reviews--slider {
  display: flex;
  gap: 0;
  padding-bottom: 0.35rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.wpc-legacy-acf .service-reviews--slider::-webkit-scrollbar {
  display: none;
}

.wpc-legacy-acf .service-reviews--slider .service-review {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
}

.wpc-legacy-acf .service-reviews-nav {
  display: flex;
  gap: 0.6rem;
  justify-content: flex-end;
  margin-bottom: 1.1rem;
}

.wpc-legacy-acf .service-reviews-nav__button {
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid var(--c-accent-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--c-text-strong);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.wpc-legacy-acf .service-reviews-nav__button:hover,
.wpc-legacy-acf .service-reviews-nav__button:focus-visible {
  border-color: rgba(88, 132, 255, 0.58);
  background: rgba(88, 132, 255, 0.08);
  transform: translateY(-1px);
}

.wpc-legacy-acf .service-reviews-dots {
  display: flex;
  gap: 0.55rem;
  justify-content: center;
  margin-top: 1.35rem;
}

.wpc-legacy-acf .service-reviews-dots__button {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.wpc-legacy-acf .service-reviews-dots__button:hover,
.wpc-legacy-acf .service-reviews-dots__button:focus-visible,
.wpc-legacy-acf .service-reviews-dots__button.is-active {
  background: var(--c-accent);
  transform: scale(1.18);
}

.wpc-legacy-acf .service-review {
  padding: clamp(1.25rem, 2.2vw, 1.75rem);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018)),
    var(--c-surface);
}

.wpc-legacy-acf .service-review__rating {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.9rem;
  color: var(--c-accent-hover);
  font-family: var(--font-mono);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.wpc-legacy-acf .service-review__quote {
  margin: 0;
  color: var(--c-text);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.75;
}

.wpc-legacy-acf .service-review__quote p {
  margin: 0;
}

.wpc-legacy-acf .service-review__quote p + p {
  margin-top: 0.75rem;
}

.wpc-legacy-acf .service-review__footer {
  display: grid;
  gap: 0.24rem;
  margin-top: var(--s-5);
}

.wpc-legacy-acf .service-review__footer strong,
.wpc-legacy-acf .service-review__footer span,
.wpc-legacy-acf .service-review__footer a {
  display: block;
}

.wpc-legacy-acf .service-review__footer strong {
  color: var(--c-text-strong);
  font-size: 1rem;
}

.wpc-legacy-acf .service-review__footer span {
  color: var(--c-text-muted);
  font-size: 0.86rem;
}

.wpc-legacy-acf .service-review__footer a {
  margin-top: 0.35rem;
  color: var(--c-accent-hover);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.wpc-legacy-acf .service-testimonials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.wpc-legacy-acf .service-testimonial {
  padding: clamp(1.35rem, 2.5vw, 2rem);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  background-color: var(--c-surface);
}

.wpc-legacy-acf .service-testimonial__author {
  display: flex;
  gap: var(--s-4);
  align-items: center;
  margin-bottom: var(--s-5);
}

.wpc-legacy-acf .service-testimonial__photo .problem-card__image {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
}

.wpc-legacy-acf .service-testimonial__author strong,
.wpc-legacy-acf .service-testimonial__author span {
  display: block;
}

.wpc-legacy-acf .service-testimonial__author strong {
  color: var(--c-text-strong);
  font-size: 1rem;
}

.wpc-legacy-acf .service-testimonial__author span {
  margin-top: 0.2rem;
  color: var(--c-text-muted);
  font-size: 0.875rem;
}

.wpc-legacy-acf .service-testimonial blockquote {
  margin: 0;
  color: var(--c-text);
  font-size: 1rem;
  line-height: 1.7;
}

.wpc-legacy-acf .service-contact-cta {
  text-align: center;
}

.wpc-legacy-acf .service-contact-cta .case-block__text {
  max-width: 680px;
  margin: var(--s-4) auto 0;
}

.wpc-legacy-acf .service-contact-cta .btn {
  margin-top: var(--s-5);
}

.wpc-legacy-acf .service-mid-cta,
.wpc-legacy-acf .service-final-cta {
  position: relative;
  padding: clamp(2rem, 5vw, 3.5rem);
  border: 1px solid var(--c-accent-line);
  border-radius: var(--r-lg);
  background:
    linear-gradient(180deg, rgba(91, 141, 239, 0.11), rgba(91, 141, 239, 0.025)),
    var(--c-surface);
  text-align: center;
}

.wpc-legacy-acf .service-mid-cta__eyebrow {
  display: inline-flex;
  margin-bottom: var(--s-3);
  color: var(--c-accent-hover);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wpc-legacy-acf .service-mid-cta__title,
.wpc-legacy-acf .service-final-cta__title {
  max-width: 720px;
  margin: 0 auto var(--s-4);
  color: var(--c-text-strong);
  font-size: 2rem;
  line-height: 1.18;
  text-wrap: balance;
}

.wpc-legacy-acf .service-mid-cta__text,
.wpc-legacy-acf .service-final-cta__text {
  max-width: 640px;
  margin: 0 auto var(--s-4);
  color: var(--c-text-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.wpc-legacy-acf .service-final-cta__reassurance {
  display: inline-flex;
  margin: 0 auto var(--s-6);
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  background-color: var(--c-surface-2);
  color: var(--c-text);
  font-size: 0.9rem;
  line-height: 1.4;
}

.wpc-legacy-acf .service-final-cta__topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--s-3);
  margin: 0 auto var(--s-5);
  padding: 0;
  list-style: none;
}

.wpc-legacy-acf .service-final-cta__topics li {
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  background-color: var(--c-surface-2);
  color: var(--c-text);
  font-size: 0.9rem;
  line-height: 1.35;
}

.wpc-legacy-acf .service-guarantees {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  background-color: var(--c-surface);
}

.wpc-legacy-acf .service-guarantees__title {
  margin: 0;
  color: var(--c-text-strong);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.2;
  text-wrap: balance;
}

.wpc-legacy-acf .service-guarantees__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--s-3);
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpc-legacy-acf .service-guarantees__list li,
.wpc-legacy-acf .contact-reassurance p {
  position: relative;
  padding-left: 1.35rem;
  color: var(--c-text);
  font-size: 0.95rem;
  line-height: 1.55;
}

.wpc-legacy-acf .service-guarantees__list li::before,
.wpc-legacy-acf .contact-reassurance p::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: var(--c-accent);
}

.wpc-legacy-acf .contact-reassurance {
  margin-top: var(--s-6);
  padding: var(--s-5);
  border: 1px solid var(--c-accent-line);
  border-radius: var(--r-md);
  background-color: var(--c-surface-2);
}

.wpc-legacy-acf .contact-reassurance p {
  margin: 0;
}

.wpc-legacy-acf .contact-reassurance p + p {
  margin-top: var(--s-3);
}

.wpc-legacy-acf .mesh {
  gap: clamp(1rem, 2vw, 1.5rem);
}

.wpc-legacy-acf .mesh-block {
  padding: clamp(1.25rem, 2vw, 1.75rem);
}

.wpc-legacy-acf .mesh-block__label {
  color: var(--c-accent-hover);
  font-size: 0.78rem;
  line-height: 1.4;
}

.wpc-legacy-acf .mesh-block__list {
  gap: var(--s-3);
  color: var(--c-text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.wpc-legacy-acf .mesh-block__list ul,
.wpc-legacy-acf .mesh-block__list ol {
  margin: 0;
  padding-left: 1.1rem;
}

.wpc-legacy-acf .mesh-block__list li + li {
  margin-top: 0.45rem;
}

.wpc-legacy-acf .service-profiles-section .context-local__text {
  max-width: 850px;
}

.wpc-legacy-acf .service-profile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(1.75rem, 3vw, 2.6rem);
}

.wpc-legacy-acf .service-profile-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: var(--s-4);
  min-width: 0;
  padding: clamp(1.25rem, 2vw, 1.8rem);
  overflow: hidden;
  border: 1px solid rgba(88, 132, 255, 0.14);
  border-radius: var(--r-md);
  background:
    radial-gradient(circle at 18% 0%, rgba(88, 132, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(22, 28, 42, 0.78), rgba(12, 16, 24, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 14px 34px rgba(0, 0, 0, 0.18);
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.wpc-legacy-acf .service-profile-card:hover {
  transform: translateY(-2px);
  border-color: rgba(88, 132, 255, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 38px rgba(0, 0, 0, 0.24),
    0 0 28px rgba(88, 132, 255, 0.08);
}

.wpc-legacy-acf .service-profile-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-3);
}

.wpc-legacy-acf .service-profile-card__num {
  color: var(--c-accent-hover);
  font-size: 0.8rem;
  font-weight: 700;
}

.wpc-legacy-acf .service-profile-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(88, 132, 255, 0.3);
  border-radius: 50%;
  background: rgba(24, 32, 48, 0.72);
  color: rgba(150, 184, 255, 0.96);
  box-shadow:
    0 0 0 1px rgba(88, 132, 255, 0.08),
    0 0 20px rgba(88, 132, 255, 0.1);
}

.wpc-legacy-acf .service-profile-card__icon .hero-workflow__svg {
  width: 1rem;
  height: 1rem;
}

.wpc-legacy-acf .service-profile-card__title {
  margin: 0;
  color: var(--c-text-strong);
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  line-height: 1.28;
  text-wrap: balance;
}

.wpc-legacy-acf .service-profile-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpc-legacy-acf .service-profile-card__list li {
  display: inline-flex;
  min-width: 0;
  padding: 0.4rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--c-text-muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.wpc-legacy-acf .service-expertise-section .context-local__text {
  max-width: 900px;
}

.wpc-legacy-acf .service-expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(1.75rem, 3vw, 2.6rem);
}

.wpc-legacy-acf .service-expertise-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: var(--s-4);
  min-width: 0;
  padding: clamp(1.25rem, 2vw, 1.8rem);
  overflow: hidden;
  border: 1px solid rgba(88, 132, 255, 0.14);
  border-radius: var(--r-md);
  background:
    radial-gradient(circle at 18% 0%, rgba(88, 132, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(22, 28, 42, 0.78), rgba(12, 16, 24, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 14px 34px rgba(0, 0, 0, 0.18);
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.wpc-legacy-acf .service-expertise-card:hover {
  transform: translateY(-2px);
  border-color: rgba(88, 132, 255, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 38px rgba(0, 0, 0, 0.24),
    0 0 28px rgba(88, 132, 255, 0.08);
}

.wpc-legacy-acf .service-expertise-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-3);
}

.wpc-legacy-acf .service-expertise-card__num {
  color: var(--c-accent-hover);
  font-size: 0.8rem;
  font-weight: 700;
}

.wpc-legacy-acf .service-expertise-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(88, 132, 255, 0.3);
  border-radius: 50%;
  background: rgba(24, 32, 48, 0.72);
  color: rgba(150, 184, 255, 0.96);
  box-shadow:
    0 0 0 1px rgba(88, 132, 255, 0.08),
    0 0 20px rgba(88, 132, 255, 0.1);
}

.wpc-legacy-acf .service-expertise-card__icon .hero-workflow__svg {
  width: 1rem;
  height: 1rem;
}

.wpc-legacy-acf .service-expertise-card__title {
  margin: 0;
  color: var(--c-text-strong);
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  line-height: 1.28;
  text-wrap: balance;
}

.wpc-legacy-acf .service-expertise-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpc-legacy-acf .service-expertise-card__list li {
  display: inline-flex;
  min-width: 0;
  padding: 0.4rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--c-text-muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.wpc-legacy-acf .method-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.wpc-legacy-acf .method-step {
  min-width: 0;
  padding: clamp(1.25rem, 2vw, 1.65rem);
}

.wpc-legacy-acf .method-step__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: var(--s-4);
  border: 1px solid var(--c-accent-line);
  border-radius: var(--r-sm);
  background-color: var(--c-accent-soft);
}

.wpc-legacy-acf .method-step__desc {
  color: var(--c-text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.wpc-legacy-acf .faq-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(0.85rem, 1.5vw, 1.15rem);
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.wpc-legacy-acf .faq-item {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(88, 132, 255, 0.14);
  border-radius: var(--r-lg);
  background:
    radial-gradient(circle at 18% 0%, rgba(88, 132, 255, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(22, 28, 42, 0.76), rgba(12, 16, 24, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 14px 34px rgba(0, 0, 0, 0.16);
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.wpc-legacy-acf .faq-item:hover {
  transform: translateY(-1px);
  border-color: rgba(88, 132, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 38px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(88, 132, 255, 0.06);
}

.wpc-legacy-acf .faq-item[open] {
  border-color: rgba(88, 132, 255, 0.38);
  background:
    radial-gradient(circle at 18% 0%, rgba(88, 132, 255, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(22, 28, 42, 0.9), rgba(12, 16, 24, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 42px rgba(0, 0, 0, 0.24),
    0 0 32px rgba(88, 132, 255, 0.1);
}

.wpc-legacy-acf .faq-item__question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-5);
  margin-bottom: 0;
  padding: clamp(1.15rem, 2vw, 1.45rem) clamp(1.15rem, 2.6vw, 1.75rem);
  cursor: pointer;
  color: var(--c-text-strong);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
  text-wrap: balance;
  transition: color 200ms ease, background-color 200ms ease;
}

.wpc-legacy-acf .faq-item__question:hover,
.wpc-legacy-acf .faq-item[open] .faq-item__question {
  color: var(--c-text-strong);
  background-color: rgba(88, 132, 255, 0.035);
}

.wpc-legacy-acf .faq-item__question::-webkit-details-marker {
  display: none;
}

.wpc-legacy-acf .faq-item__question::after {
  content: "+";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(88, 132, 255, 0.22);
  border-radius: 999px;
  background-color: rgba(88, 132, 255, 0.07);
  color: var(--hero-blue);
  font-family: var(--font-mono);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 18px rgba(88, 132, 255, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.wpc-legacy-acf .faq-item[open] .faq-item__question::after {
  content: "-";
  transform: rotate(180deg);
  border-color: rgba(88, 132, 255, 0.42);
  background-color: rgba(88, 132, 255, 0.13);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 24px rgba(88, 132, 255, 0.12);
}

.wpc-legacy-acf .faq-item__answer {
  padding: 0 clamp(1.15rem, 2.6vw, 1.75rem) clamp(1.25rem, 2.4vw, 1.65rem);
  color: var(--c-text-muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

.wpc-legacy-acf .faq-item__answer > * {
  max-width: 820px;
}

.wpc-legacy-acf .faq-item__answer p {
  margin-top: 0;
}

.wpc-legacy-acf .faq-item__answer p:last-child,
.wpc-legacy-acf .faq-item__answer ul:last-child,
.wpc-legacy-acf .faq-item__answer ol:last-child {
  margin-bottom: 0;
}

.wpc-legacy-acf .mesh-block__link {
  min-height: 4.25rem;
  padding: var(--s-4);
  border-top: 0;
  border-radius: var(--r-md);
  background-color: var(--c-surface-2);
}

.wpc-legacy-acf .mesh-block__link span:first-child {
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .wpc-legacy-acf .hero-local__body {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .wpc-legacy-acf .hero-local__panel,
  .wpc-legacy-acf .hero-system {
    width: 100%;
    max-width: 860px;
  }

  .wpc-legacy-acf .hero-workflow__map {
    grid-template-columns: minmax(7.5rem, 0.7fr) minmax(16rem, 1.35fr) minmax(7.5rem, 0.7fr);
  }

  .wpc-legacy-acf .service-proof__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wpc-legacy-acf .context-local {
    grid-template-columns: 1fr;
  }

  .wpc-legacy-acf .section-header {
    margin-bottom: var(--s-6);
  }


.service-anchor-nav {
  display: none;
}

  .wpc-legacy-acf .service-method,
  .wpc-legacy-acf .service-differentiators,
  .wpc-legacy-acf .service-works,
  .wpc-legacy-acf .service-case-study,
  .wpc-legacy-acf .service-reviews,
  .wpc-legacy-acf .service-testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpc-legacy-acf .service-person,
  .wpc-legacy-acf .service-guarantees {
    grid-template-columns: 1fr;
  }

  .wpc-legacy-acf .service-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpc-legacy-acf .service-expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .wpc-legacy-acf {
    --legacy-section-py: 3.5rem;
  }

  .wpc-legacy-acf .service-anchor-nav {
    position: static;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .wpc-legacy-acf .satellite-section--hero {
    padding-top: 4rem;
    padding-bottom: 3.75rem;
  }

  .wpc-legacy-acf .hero-local__title {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .wpc-legacy-acf .hero-local__subtitle {
    font-size: 1.0625rem;
  }

  .wpc-legacy-acf .hero-system {
    padding: var(--s-5);
    background-size: 2.6rem 2.6rem, 2.6rem 2.6rem, auto;
  }

  .wpc-legacy-acf .hero-workflow__map {
    grid-template-columns: 1fr;
    gap: var(--s-4);
  }

  .wpc-legacy-acf .hero-workflow__map::before,
  .wpc-legacy-acf .hero-workflow__map::after {
    display: none;
  }

  .wpc-legacy-acf .hero-workflow__side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpc-legacy-acf .hero-workflow__side::before,
  .wpc-legacy-acf .hero-workflow__side::after,
  .wpc-legacy-acf .hero-workflow__satellite::before {
    display: none;
  }

  .wpc-legacy-acf .hero-workflow__side--left {
    order: 1;
  }

  .wpc-legacy-acf .hero-workflow__steps {
    order: 2;
  }

  .wpc-legacy-acf .hero-workflow__side--right {
    order: 3;
  }

  .wpc-legacy-acf .hero-workflow__satellite {
    min-height: 7.15rem;
  }

  .wpc-legacy-acf .hero-workflow__side--left .hero-workflow__satellite::after,
  .wpc-legacy-acf .hero-workflow__side--right .hero-workflow__satellite::after {
    top: auto;
    right: auto;
    bottom: -0.25rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .wpc-legacy-acf .hero-workflow__step {
    min-height: 4.65rem;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: var(--s-3);
  }

  .wpc-legacy-acf .hero-workflow__steps::before {
    left: 2.15rem;
  }

  .wpc-legacy-acf .hero-workflow__step::after {
    left: 2.15rem;
  }

  .wpc-legacy-acf .hero-workflow__icon {
    width: 3rem;
    height: 3rem;
  }

  .wpc-legacy-acf .hero-workflow__svg {
    width: 1.18rem;
    height: 1.18rem;
  }

  .wpc-legacy-acf .hero-workflow__footer::before,
  .wpc-legacy-acf .hero-workflow__footer::after {
    width: 2.2rem;
    margin-right: var(--s-3);
    margin-left: var(--s-3);
  }

  .wpc-legacy-acf .hero-local__actions,
  .wpc-legacy-acf .hero-local__actions .btn,
  .wpc-legacy-acf .service-mid-cta .btn,
  .wpc-legacy-acf .service-final-cta .btn {
    width: 100%;
  }

  .wpc-legacy-acf .hero-local__actions {
    align-items: stretch;
  }

  .wpc-legacy-acf .hero-local__benefits,
  .wpc-legacy-acf .service-final-cta__topics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wpc-legacy-acf .service-proof__list,
  .wpc-legacy-acf .service-profile-grid,
  .wpc-legacy-acf .service-expertise-grid,
  .wpc-legacy-acf .service-method,
  .wpc-legacy-acf .service-differentiators,
  .wpc-legacy-acf .service-works,
  .wpc-legacy-acf .service-case-study,
  .wpc-legacy-acf .service-reviews,
  .wpc-legacy-acf .service-testimonials,
  .wpc-legacy-acf .service-guarantees__list {
    grid-template-columns: 1fr;
  }

  .wpc-legacy-acf .service-proof__item {
    min-height: 0;
    border-right: 1px solid var(--c-border);
  }

  .wpc-legacy-acf .problem-card {
    gap: var(--s-3);
  }

  .wpc-legacy-acf .problem-card__image {
    max-height: 220px;
  }

  .wpc-legacy-acf .service-method__step {
    min-height: 0;
  }

  .wpc-legacy-acf .service-differentiator {
    min-height: 0;
  }

  .wpc-legacy-acf .service-works-empty {
    padding: var(--s-6) var(--s-5);
  }

  .wpc-legacy-acf .service-person__media {
    justify-content: flex-start;
  }

  .wpc-legacy-acf .service-person__media .problem-card__image,
  .wpc-legacy-acf .service-person__avatar {
    width: 8rem;
  }

  .wpc-legacy-acf .service-mid-cta__title,
  .wpc-legacy-acf .service-final-cta__title {
    font-size: 1.55rem;
  }

  .wpc-legacy-acf .faq-item__question,
  .wpc-legacy-acf .faq-item__answer {
    padding-right: var(--s-5);
    padding-left: var(--s-5);
  }

  .wpc-legacy-acf .mesh:has(.mesh-block:nth-child(2):last-child) {
    grid-template-columns: 1fr;
    max-width: none;
  }
}
