/* ==========================================================
   24Service Tech — Homepage visual redesign
   Isolated to body.home-redesign
   Does not alter service-card internals or request logic
   ========================================================== */

body.home-redesign {
  --home-blue: #2478ff;
  --home-blue-bright: #3d8cff;
  --home-text: #f4f7fb;
  --home-muted: #9aa9bb;
  --home-line: rgba(128, 158, 194, .18);
  --home-panel: rgba(7, 16, 29, .72);
  --home-max: 1440px;

  background:
    radial-gradient(circle at 76% 9%, rgba(20, 92, 210, .17), transparent 28%),
    radial-gradient(circle at 12% 34%, rgba(27, 102, 255, .07), transparent 25%),
    #02060d;
}

body.home-redesign .page {
  background:
    linear-gradient(180deg, rgba(2, 7, 14, .88), rgba(1, 5, 11, .98));
}


/* ---------- HEADER ---------- */

body.home-redesign .topbar {
  height: 74px;
  padding: 0 clamp(20px, 3.1vw, 48px);
  gap: 18px;
  border-bottom: 1px solid transparent;
  background: rgba(2, 7, 14, .62);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  transition:
    background .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

body.home-redesign .topbar.home-header-scrolled {
  background: rgba(2, 7, 14, .9);
  border-color: rgba(126, 157, 194, .14);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .24);
}

body.home-redesign .home-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  margin-right: auto;
  color: #fff;
  line-height: 1;
  letter-spacing: -.03em;
}

body.home-redesign .home-wordmark-main {
  font-size: 17px;
  font-weight: 790;
}

body.home-redesign .home-wordmark-tech {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  color: #438dff;
}

body.home-redesign #side-menu-button {
  flex: 0 0 auto;
}

body.home-redesign #header-contact-actions {
  margin-left: 0;
}


/* ---------- HERO ---------- */

body.home-redesign .hero {
  width: min(100%, var(--home-max));
  min-height: min(790px, calc(100vh - 74px));
  margin: 0 auto;
  padding:
    clamp(72px, 8vw, 122px)
    clamp(24px, 4vw, 64px)
    96px;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
  overflow: hidden;
}

body.home-redesign .hero::before {
  background:
    radial-gradient(circle at 79% 36%, rgba(35, 117, 255, .12), transparent 26%),
    linear-gradient(
      90deg,
      rgba(2, 7, 14, .99) 0%,
      rgba(2, 7, 14, .88) 43%,
      rgba(2, 7, 14, .32) 100%
    );
}

body.home-redesign .hero::after {
  content: "";
  position: absolute;
  inset: auto 5% 0;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(102, 141, 184, .2),
      transparent
    );
}

body.home-redesign .hero-copy {
  max-width: 720px;
}

body.home-redesign .hero-company-logo {
  display: none !important;
}

body.home-redesign .eyebrow {
  margin: 0 0 28px;
  color: #6ca5ff;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .22em;
  line-height: 1.2;
}

body.home-redesign .title {
  max-width: 760px;
  margin: 0 0 30px;
  color: #f7f9fc;
  font-size: clamp(72px, 7vw, 112px);
  line-height: .84;
  font-weight: 790;
  letter-spacing: -.075em;
}

body.home-redesign .title span {
  margin-top: 12px;
  color: #347fff;
  text-shadow:
    0 0 42px rgba(42, 120, 255, .2);
}

body.home-redesign .lead {
  max-width: 610px;
  margin: 0 0 34px;
  color: #aebbc9;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.58;
  letter-spacing: -.015em;
}

body.home-redesign .primary {
  min-height: 58px;
  padding: 0 28px;
  gap: 34px;
  border: 1px solid rgba(89, 146, 255, .38);
  border-radius: 10px;
  background:
    linear-gradient(135deg, #1e6dff, #0753dc);
  font-size: 16px;
  font-weight: 720;
  box-shadow:
    0 22px 55px rgba(0, 76, 220, .25),
    inset 0 1px 0 rgba(255, 255, 255, .2);
}

body.home-redesign .home-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-height: 58px;
  margin-left: 26px;
  color: #a6b3c2;
  font-size: 14px;
  font-weight: 650;
  transition: color .2s ease;
}

body.home-redesign .home-hero-secondary:hover {
  color: #fff;
}


/* ---------- HERO TECH PANEL ---------- */

body.home-redesign .hero-art {
  height: 560px;
  position: relative;
  isolation: isolate;
}

body.home-redesign .hero-art > .grid-floor,
body.home-redesign .hero-art > .cube,
body.home-redesign .hero-art > .laptop,
body.home-redesign .hero-art > .base {
  opacity: .13;
  filter: blur(.2px);
}

body.home-redesign .home-system-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: min(560px, 94%);
  height: 450px;
  transform:
    translate(-50%, -50%)
    perspective(1200px)
    rotateY(-5deg)
    rotateX(1.5deg);
  overflow: hidden;
  border: 1px solid rgba(113, 151, 196, .31);
  border-radius: 24px;
  background:
    radial-gradient(circle at 75% 15%, rgba(36, 120, 255, .11), transparent 30%),
    linear-gradient(145deg, rgba(10, 24, 43, .96), rgba(3, 10, 19, .96));
  box-shadow:
    0 50px 120px rgba(0, 0, 0, .5),
    0 0 0 1px rgba(255, 255, 255, .025) inset,
    0 0 70px rgba(29, 108, 255, .08);
}

body.home-redesign .home-system-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(45, 114, 205, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 114, 205, .07) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image:
    linear-gradient(to bottom, #000 0, rgba(0,0,0,.45) 70%, transparent);
}

body.home-redesign .home-system-top,
body.home-redesign .home-system-footer {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8192a7;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: .16em;
}

body.home-redesign .home-system-top {
  height: 60px;
  padding: 0 25px;
  border-bottom: 1px solid rgba(106, 144, 190, .14);
}

body.home-redesign .home-system-live,
body.home-redesign .home-system-status b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #aebdce;
}

body.home-redesign .home-system-live i,
body.home-redesign .home-system-status b i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #39d886;
  box-shadow: 0 0 13px rgba(57, 216, 134, .65);
}

body.home-redesign .home-system-network {
  position: relative;
  width: 300px;
  height: 215px;
  margin: 24px auto 6px;
}

body.home-redesign .home-system-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(61, 140, 255, .72);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(42, 122, 255, .26), rgba(8, 27, 51, .92) 68%);
  color: #f4f8ff;
  font-size: 21px;
  font-weight: 780;
  box-shadow:
    0 0 35px rgba(35, 116, 255, .16);
}

body.home-redesign .home-node {
  position: absolute;
  z-index: 3;
  width: 16px;
  height: 16px;
  border: 2px solid #3280ff;
  border-radius: 50%;
  background: #061425;
  box-shadow:
    0 0 0 6px rgba(45, 123, 255, .06),
    0 0 22px rgba(45, 123, 255, .32);
}

body.home-redesign .home-node.n1 { left: 34px; top: 35px; }
body.home-redesign .home-node.n2 { right: 34px; top: 35px; }
body.home-redesign .home-node.n3 { left: 24px; bottom: 34px; }
body.home-redesign .home-node.n4 { right: 24px; bottom: 34px; }
body.home-redesign .home-node.n5 {
  left: 50%;
  top: 6px;
  transform: translateX(-50%);
}

body.home-redesign .home-wire {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 1px;
  transform-origin: left center;
  background:
    linear-gradient(
      90deg,
      rgba(37, 114, 255, .7),
      rgba(37, 114, 255, .12)
    );
}

body.home-redesign .home-wire.w1 {
  width: 134px;
  transform: rotate(-148deg);
}

body.home-redesign .home-wire.w2 {
  width: 134px;
  transform: rotate(-32deg);
}

body.home-redesign .home-wire.w3 {
  width: 145px;
  transform: rotate(143deg);
}

body.home-redesign .home-wire.w4 {
  width: 145px;
  transform: rotate(37deg);
}

body.home-redesign .home-system-status {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 0 24px;
  border: 1px solid rgba(107, 145, 191, .13);
  border-radius: 13px;
  overflow: hidden;
  background: rgba(67, 103, 148, .12);
}

body.home-redesign .home-system-status > div {
  min-height: 47px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(4, 13, 25, .86);
  color: #8292a7;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: .1em;
}

body.home-redesign .home-system-status b {
  font-size: 9px;
  font-weight: 650;
}

body.home-redesign .home-system-status b i {
  width: 5px;
  height: 5px;
}

body.home-redesign .home-system-footer {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 16px;
  color: #5e6f83;
}


/* ---------- TECH STRIP ---------- */

body.home-redesign .home-tech-strip {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(109, 146, 190, .14);
  border-bottom: 1px solid rgba(109, 146, 190, .14);
  background: rgba(5, 13, 23, .64);
}

body.home-redesign .home-tech-strip-track {
  width: max-content;
  height: 55px;
  display: flex;
  align-items: center;
  gap: 25px;
  padding-left: 24px;
  color: #718196;
  font-size: 10px;
  font-weight: 740;
  letter-spacing: .18em;
  animation: homeTicker 34s linear infinite;
}

body.home-redesign .home-tech-strip-track i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2d7eff;
  box-shadow: 0 0 12px rgba(45, 126, 255, .65);
}

@keyframes homeTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


/* ---------- SECTION HEADINGS ---------- */

body.home-redesign .home-section-head {
  width: min(calc(100% - 88px), 1352px);
  margin: 0 auto;
  padding: 110px 0 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 70px;
  align-items: end;
}

body.home-redesign .home-section-index,
body.home-redesign .home-review-kicker {
  display: block;
  margin-bottom: 20px;
  color: #438aff;
  font-size: 10px;
  font-weight: 770;
  letter-spacing: .2em;
}

body.home-redesign .home-section-head h2,
body.home-redesign .home-workflow h2,
body.home-redesign .home-final-cta h2 {
  margin: 0;
  color: #f3f6fa;
  font-size: clamp(42px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.055em;
}

body.home-redesign .home-section-head h2 span {
  color: #73849a;
}

body.home-redesign .home-section-head > p {
  margin: 0 0 5px;
  color: #8e9caf;
  font-size: 16px;
  line-height: 1.65;
}


/* ---------- SERVICES POSITION ONLY ----------
   service-card appearance intentionally untouched
   ------------------------------------------- */

body.home-redesign .services {
  margin: 0 44px;
}


/* ---------- WORKFLOW ---------- */

body.home-redesign .home-workflow {
  width: min(calc(100% - 88px), 1352px);
  margin: 110px auto 0;
  padding: 64px 0 72px;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

body.home-redesign .home-workflow-head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
  margin-bottom: 78px;
}

body.home-redesign .home-workflow h2 {
  font-size: clamp(42px, 4.6vw, 64px);
}

body.home-redesign .home-workflow-count {
  padding-bottom: 8px;
  color: #66778b;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.home-redesign .home-workflow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

body.home-redesign .home-workflow-grid::before {
  content: "";
  position: absolute;
  top: 43px;
  left: 7px;
  right: 7px;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      rgba(52, 128, 255, .9),
      rgba(52, 128, 255, .3) 40%,
      rgba(122, 150, 184, .18)
    );
}

body.home-redesign .home-work-step {
  position: relative;
  z-index: 2;
}

body.home-redesign .home-work-number {
  margin-bottom: 22px;
  color: #64758a;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .14em;
}

body.home-redesign .home-work-dot {
  width: 12px;
  height: 12px;
  margin-bottom: 32px;
  border: 2px solid #3583ff;
  border-radius: 50%;
  background: #04101f;
  box-shadow:
    0 0 0 7px #02060d,
    0 0 26px rgba(45, 126, 255, .34);
}

body.home-redesign .home-work-step h3 {
  margin: 0 0 13px;
  color: #f0f4f8;
  font-size: 20px;
  letter-spacing: -.025em;
}

body.home-redesign .home-work-step p {
  max-width: 260px;
  margin: 0;
  color: #8392a5;
  font-size: 14px;
  line-height: 1.65;
}


/* ---------- EXISTING BENEFITS — NEW LAYOUT ---------- */

body.home-redesign .review.home-review {
  width: min(calc(100% - 88px), 1352px);
  margin: 110px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  grid-template-columns: .92fr 1fr 1fr;
  gap: 14px;
}

body.home-redesign .home-review > h2 {
  grid-row: span 2;
  min-height: 510px;
  margin: 0;
  padding: 42px 34px;
  border: 1px solid rgba(92, 125, 166, .2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 95%, rgba(37, 114, 255, .16), transparent 35%),
    linear-gradient(145deg, rgba(11, 23, 39, .88), rgba(4, 11, 20, .88));
  font-size: clamp(36px, 3.5vw, 54px);
  line-height: 1.02;
  letter-spacing: -.052em;
}

body.home-redesign .home-review > h2::after {
  display: none;
}

body.home-redesign .home-review > h2 > span:last-child {
  color: #6e8095;
}

body.home-redesign .home-review .benefit {
  position: relative;
  min-height: 248px;
  padding: 34px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(92, 125, 166, .2);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(10, 21, 36, .82), rgba(4, 10, 18, .86));
  box-shadow: none;
}

body.home-redesign .home-review .benefit::before {
  content: var(--benefit-index);
  position: absolute;
  top: 20px;
  right: 26px;
  color: rgba(73, 126, 194, .14);
  font-size: 76px;
  line-height: 1;
  font-weight: 790;
  letter-spacing: -.08em;
}

body.home-redesign .home-review .benefit svg {
  position: absolute;
  top: 28px;
  left: 30px;
  width: 38px;
  height: 38px;
  color: #337fff;
}

body.home-redesign .home-review .benefit > div {
  position: relative;
  z-index: 2;
}

body.home-redesign .home-review .benefit b {
  color: #edf3fa;
  font-size: 20px;
  letter-spacing: -.025em;
}

body.home-redesign .home-review .benefit p {
  max-width: 280px;
  margin: 10px 0 0;
  color: #8999ac;
  font-size: 14px;
  line-height: 1.55;
}


/* ---------- FINAL CTA ---------- */

body.home-redesign .home-final-cta {
  width: min(calc(100% - 88px), 1352px);
  min-height: 310px;
  margin: 110px auto 60px;
  padding: 58px 60px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  border: 1px solid rgba(70, 128, 216, .26);
  border-radius: 26px;
  background:
    radial-gradient(circle at 84% 25%, rgba(39, 122, 255, .2), transparent 30%),
    linear-gradient(135deg, rgba(10, 28, 54, .95), rgba(4, 11, 21, .98));
}

body.home-redesign .home-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(55, 115, 197, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 115, 197, .055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image:
    linear-gradient(90deg, transparent, #000);
}

body.home-redesign .home-final-cta-copy,
body.home-redesign .home-final-cta-button {
  position: relative;
  z-index: 2;
}

body.home-redesign .home-final-cta h2 {
  margin-bottom: 18px;
}

body.home-redesign .home-final-cta p {
  max-width: 540px;
  margin: 0;
  color: #97a7ba;
  font-size: 17px;
  line-height: 1.6;
}

body.home-redesign .home-final-cta-button {
  min-width: 250px;
  min-height: 62px;
  padding: 0 24px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  border: 1px solid rgba(103, 159, 255, .38);
  border-radius: 11px;
  background:
    linear-gradient(135deg, #216fff, #0753dd);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 720;
  box-shadow:
    0 24px 58px rgba(8, 70, 190, .28);
  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

body.home-redesign .home-final-cta-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 30px 68px rgba(8, 70, 190, .36);
}


/* ---------- REVEAL ---------- */

body.home-redesign .home-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .7s cubic-bezier(.2,.7,.2,1),
    transform .7s cubic-bezier(.2,.7,.2,1);
}

body.home-redesign .home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1200px) {

  body.home-redesign .hero {
    min-height: 720px;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  }

  body.home-redesign .title {
    font-size: clamp(66px, 7.5vw, 92px);
  }

  body.home-redesign .home-system-panel {
    width: 470px;
    height: 420px;
  }

  body.home-redesign .home-review {
    grid-template-columns: 1fr 1fr !important;
  }

  body.home-redesign .home-review > h2 {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 310px;
  }
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 820px) {

  body.home-redesign {
    background:
      radial-gradient(circle at 45% 0%, rgba(38, 111, 236, .15), transparent 26%),
      #02060d;
  }

  body.home-redesign .page {
    padding: 0 !important;
  }

  body.home-redesign .topbar {
    height: 62px;
    padding: 0 15px;
    border-radius: 0;
  }

  body.home-redesign .home-wordmark {
    gap: 5px;
  }

  body.home-redesign .home-wordmark-main {
    font-size: 14px;
  }

  body.home-redesign .home-wordmark-tech {
    font-size: 9px;
  }

  body.home-redesign #header-contact-actions {
    gap: 4px;
  }

  body.home-redesign .hero {
    width: 100%;
    min-height: auto;
    padding: 66px 18px 46px;
    display: block;
    overflow: hidden;
  }

  body.home-redesign .hero::before {
    background:
      radial-gradient(circle at 75% 58%, rgba(36, 116, 255, .11), transparent 28%),
      linear-gradient(180deg, rgba(2,7,14,.98), rgba(2,7,14,.88));
  }

  body.home-redesign .hero-copy {
    max-width: 100%;
  }

  body.home-redesign .eyebrow {
    margin-bottom: 20px;
    font-size: 10px;
  }

  body.home-redesign .title {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: clamp(50px, 17vw, 74px);
    line-height: .86;
    letter-spacing: -.065em;
  }

  body.home-redesign .title span {
    margin-top: 9px;
  }

  body.home-redesign .lead {
    max-width: 510px;
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 1.55;
  }

  body.home-redesign .primary {
    width: 100%;
    min-height: 56px;
    justify-content: space-between;
    padding: 0 20px;
  }

  body.home-redesign .home-hero-secondary {
    width: 100%;
    min-height: 44px;
    margin: 14px 0 0;
    justify-content: center;
  }

  body.home-redesign .hero-art {
    display: block !important;
    width: 100%;
    min-height: 340px !important;
    height: 340px;
    margin-top: 24px;
    transform: none !important;
    opacity: 1 !important;
  }

  body.home-redesign .hero-art > .grid-floor,
  body.home-redesign .hero-art > .cube,
  body.home-redesign .hero-art > .laptop,
  body.home-redesign .hero-art > .base {
    display: none !important;
  }

  body.home-redesign .home-system-panel {
    top: 50%;
    left: 50%;
    width: min(100%, 420px);
    height: 322px;
    transform: translate(-50%, -50%);
    border-radius: 22px;
  }

  body.home-redesign .home-system-top {
    height: 48px;
    padding: 0 17px;
    font-size: 8px;
  }

  body.home-redesign .home-system-network {
    width: 220px;
    height: 137px;
    margin-top: 15px;
    margin-bottom: 4px;
    transform: scale(.78);
    transform-origin: center center;
  }

  body.home-redesign .home-system-status {
    margin: -7px 14px 0;
  }

  body.home-redesign .home-system-status > div {
    min-height: 38px;
    padding: 0 10px;
    font-size: 8px;
  }

  body.home-redesign .home-system-status b {
    font-size: 7px;
  }

  body.home-redesign .home-system-footer {
    left: 16px;
    right: 16px;
    bottom: 10px;
    font-size: 7px;
  }

  body.home-redesign .home-tech-strip-track {
    height: 48px;
    gap: 20px;
    font-size: 8px;
  }

  body.home-redesign .home-section-head {
    width: calc(100% - 36px);
    margin: 0 18px;
    padding: 70px 0 32px;
    display: block;
  }

  body.home-redesign .home-section-head h2,
  body.home-redesign .home-workflow h2,
  body.home-redesign .home-final-cta h2 {
    font-size: clamp(38px, 12vw, 52px);
    line-height: .98;
  }

  body.home-redesign .home-section-head > p {
    max-width: 520px;
    margin-top: 24px;
    font-size: 15px;
  }

  /*
   * Только позиционирование существующей сетки.
   * Сами карточки не меняем.
   */
  body.home-redesign .services {
    margin-left: 18px;
    margin-right: 18px;
  }

  body.home-redesign .home-workflow {
    width: calc(100% - 36px);
    margin: 72px 18px 0;
    padding: 46px 0 40px;
  }

  body.home-redesign .home-workflow-head {
    align-items: flex-start;
    margin-bottom: 52px;
  }

  body.home-redesign .home-workflow-count {
    display: none;
  }

  body.home-redesign .home-workflow-grid {
    display: block;
    padding-left: 25px;
  }

  body.home-redesign .home-workflow-grid::before {
    top: 0;
    bottom: 0;
    left: 5px;
    right: auto;
    width: 1px;
    height: auto;
    background:
      linear-gradient(
        180deg,
        #317eff,
        rgba(49, 126, 255, .3),
        rgba(122, 150, 184, .12)
      );
  }

  body.home-redesign .home-work-step {
    min-height: 155px;
    padding: 0 0 34px 17px;
  }

  body.home-redesign .home-work-number {
    margin: 0 0 7px;
  }

  body.home-redesign .home-work-dot {
    position: absolute;
    left: -42px;
    top: 2px;
    width: 11px;
    height: 11px;
    margin: 0;
    box-shadow:
      0 0 0 6px #02060d,
      0 0 22px rgba(45, 126, 255, .4);
  }

  body.home-redesign .home-work-step h3 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  body.home-redesign .home-work-step p {
    max-width: 430px;
    font-size: 14px;
  }

  body.home-redesign .review.home-review {
    width: calc(100% - 36px);
    margin: 72px 18px 0;
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  body.home-redesign .home-review > h2 {
    min-height: 310px;
    padding: 31px 25px;
    border-radius: 22px;
    font-size: clamp(36px, 11vw, 48px);
  }

  body.home-redesign .home-review .benefit {
    min-height: 210px;
    padding: 27px 24px;
    border-radius: 22px;
  }

  body.home-redesign .home-review .benefit::before {
    font-size: 65px;
  }

  body.home-redesign .home-final-cta {
    width: calc(100% - 36px);
    min-height: 380px;
    margin: 72px 18px 36px;
    padding: 32px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    border-radius: 23px;
  }

  body.home-redesign .home-final-cta p {
    margin-top: 18px;
    font-size: 15px;
  }

  body.home-redesign .home-final-cta-button {
    width: 100%;
    min-width: 0;
    min-height: 58px;
  }
}


/* ---------- SMALL MOBILE ---------- */

@media (max-width: 430px) {

  body.home-redesign .hero {
    padding-left: 15px;
    padding-right: 15px;
  }

  body.home-redesign .title {
    font-size: clamp(49px, 16.5vw, 66px);
  }

  body.home-redesign .hero-art {
    height: 305px;
    min-height: 305px !important;
  }

  body.home-redesign .home-system-panel {
    height: 296px;
  }

  body.home-redesign .home-system-network {
    transform: scale(.7);
    margin-top: 9px;
    margin-bottom: -7px;
  }

  body.home-redesign .home-section-head,
  body.home-redesign .home-workflow,
  body.home-redesign .review.home-review,
  body.home-redesign .home-final-cta {
    width: calc(100% - 28px);
    margin-left: 14px;
    margin-right: 14px;
  }

  body.home-redesign .services {
    margin-left: 14px;
    margin-right: 14px;
  }
}


/* ---------- ACCESSIBILITY ---------- */

@media (prefers-reduced-motion: reduce) {

  body.home-redesign .home-tech-strip-track {
    animation: none !important;
  }

  body.home-redesign .home-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  body.home-redesign .home-final-cta-button,
  body.home-redesign .topbar {
    transition: none !important;
  }
}

/* ==========================================================
   HOME MOBILE HERO POSITION FIX
   Reset legacy hero-art offsets
   ========================================================== */

@media (max-width: 820px) {
  body.home-redesign .hero-art {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 24px auto 0 !important;

    transform: none !important;
    overflow: hidden !important;
  }

  body.home-redesign .home-system-panel {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: 50% !important;

    width: calc(100% - 4px) !important;
    max-width: 420px !important;

    margin: 0 !important;

    transform: translate(-50%, -50%) !important;
  }
}

@media (max-width: 430px) {
  body.home-redesign .hero-art {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home-redesign .home-system-panel {
    width: calc(100% - 2px) !important;
    max-width: 100% !important;
  }
}

/* ==========================================================
   HOME INTRO / TECHNO FUTURISTIC BOOT
   ========================================================== */

.home-intro {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(27, 106, 255, .13), transparent 28%),
    #01050b;
  opacity: 1;
  visibility: visible;
  transition:
    opacity .55s ease,
    visibility .55s ease;
}

.home-intro.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.home-intro::before {
  content: "";
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(49, 126, 255, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 126, 255, .09) 1px, transparent 1px);
  background-size: 42px 42px;
  transform:
    perspective(650px)
    rotateX(64deg)
    translateY(16%);
  transform-origin: center bottom;
  animation: homeIntroGrid 1.8s cubic-bezier(.2,.7,.2,1) both;
}

.home-intro::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20%;
  height: 2px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(57, 137, 255, .95),
      transparent
    );
  box-shadow:
    0 0 18px rgba(57, 137, 255, .7),
    0 0 42px rgba(57, 137, 255, .35);
  opacity: 0;
  animation: homeIntroScan 1.15s .35s ease-out both;
}

.home-intro-inner {
  position: relative;
  z-index: 3;
  width: min(560px, calc(100% - 40px));
  text-align: center;
}

.home-intro-mark {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(12px);
  animation: homeIntroFade .5s .35s ease-out forwards;
}

.home-intro-brand {
  color: #f5f8fc;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1;
  font-weight: 790;
  letter-spacing: -.045em;
}

.home-intro-tech {
  color: #3f8bff;
  font-size: clamp(11px, 1.6vw, 15px);
  font-weight: 760;
  letter-spacing: .22em;
}

.home-intro-line {
  width: 0;
  height: 1px;
  margin: 0 auto 25px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(59, 137, 255, .95),
      transparent
    );
  box-shadow:
    0 0 18px rgba(59, 137, 255, .32);
  animation: homeIntroLine .55s .55s ease-out forwards;
}

.home-intro-state {
  margin-bottom: 20px;
  color: #71849b;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: .22em;
  opacity: 0;
  animation: homeIntroFade .38s .72s ease-out forwards;
}

.home-intro-status {
  width: min(390px, 100%);
  margin: 0 auto;
  padding: 14px 18px;
  display: grid;
  gap: 11px;
  border: 1px solid rgba(96, 140, 195, .18);
  border-radius: 12px;
  background: rgba(4, 13, 24, .65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(8px);
  animation: homeIntroFade .4s .88s ease-out forwards;
}

.home-intro-status-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7f91a6;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}

.home-intro-status-row b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #aebdcd;
  font-size: 8px;
  font-weight: 700;
}

.home-intro-status-row i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #39d989;
  box-shadow: 0 0 13px rgba(57, 217, 137, .6);
  opacity: 0;
  transform: scale(.4);
}

.home-intro-status-row:nth-child(1) i {
  animation: homeIntroDot .25s 1.02s ease-out forwards;
}

.home-intro-status-row:nth-child(2) i {
  animation: homeIntroDot .25s 1.18s ease-out forwards;
}

.home-intro-status-row:nth-child(3) i {
  animation: homeIntroDot .25s 1.34s ease-out forwards;
}

.home-intro-online {
  margin-top: 24px;
  color: #77aaff;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .25em;
  opacity: 0;
  animation: homeIntroFade .35s 1.5s ease-out forwards;
}

.home-intro-online::before {
  content: "●";
  margin-right: 9px;
  color: #39d989;
  text-shadow: 0 0 14px rgba(57, 217, 137, .7);
}

@keyframes homeIntroGrid {
  from {
    opacity: 0;
    transform:
      perspective(650px)
      rotateX(64deg)
      translateY(30%);
  }
  to {
    opacity: .75;
    transform:
      perspective(650px)
      rotateX(64deg)
      translateY(16%);
  }
}

@keyframes homeIntroScan {
  0% {
    top: -20%;
    opacity: 0;
  }

  12% {
    opacity: 1;
  }

  88% {
    opacity: .9;
  }

  100% {
    top: 115%;
    opacity: 0;
  }
}

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

@keyframes homeIntroLine {
  to {
    width: min(360px, 82%);
  }
}

@keyframes homeIntroDot {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

body.home-intro-active {
  overflow: hidden;
}


/* MOBILE INTRO */

@media (max-width: 820px) {

  .home-intro-inner {
    width: calc(100% - 34px);
  }

  .home-intro-brand {
    font-size: clamp(28px, 9vw, 40px);
  }

  .home-intro-tech {
    font-size: 9px;
  }

  .home-intro-status {
    width: min(340px, 100%);
  }

  .home-intro::before {
    background-size: 32px 32px;
  }
}


/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {

  .home-intro,
  .home-intro *,
  .home-intro::before,
  .home-intro::after {
    animation: none !important;
    transition: none !important;
  }
}

/* ==========================================================
   iOS INTRO FALLBACK
   Lightweight animation for Safari/iPhone/iPad
   ========================================================== */

.home-intro.is-ios {
  background:
    radial-gradient(circle at 50% 40%, rgba(31, 104, 240, .12), transparent 32%),
    #01050b;
}

.home-intro.is-ios::before,
.home-intro.is-ios::after {
  display: none !important;
}

.home-intro.is-ios .home-intro-inner {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.home-intro.is-ios .home-intro-mark {
  opacity: 0;
  transform: translateY(8px);
  animation: iosIntroBrand .34s .08s ease-out forwards !important;
}

.home-intro.is-ios .home-intro-line {
  width: 0;
  opacity: 1;
  animation: iosIntroLine .28s .28s ease-out forwards !important;
}

.home-intro.is-ios .home-intro-state {
  opacity: 0;
  transform: none;
  animation: iosIntroFade .25s .46s ease-out forwards !important;
}

.home-intro.is-ios .home-intro-status {
  opacity: 0;
  transform: translateY(6px);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: rgba(5, 14, 26, .92);
  animation: iosIntroPanel .28s .62s ease-out forwards !important;
}

.home-intro.is-ios .home-intro-status-row i {
  opacity: 0;
  transform: scale(.6);
}

.home-intro.is-ios .home-intro-status-row:nth-child(1) i {
  animation: iosIntroDot .18s .78s ease-out forwards !important;
}

.home-intro.is-ios .home-intro-status-row:nth-child(2) i {
  animation: iosIntroDot .18s .91s ease-out forwards !important;
}

.home-intro.is-ios .home-intro-status-row:nth-child(3) i {
  animation: iosIntroDot .18s 1.04s ease-out forwards !important;
}

.home-intro.is-ios .home-intro-online {
  opacity: 0;
  transform: none;
  animation: iosIntroFade .24s 1.14s ease-out forwards !important;
}

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

@keyframes iosIntroLine {
  to {
    width: min(320px, 78%);
  }
}

@keyframes iosIntroFade {
  to {
    opacity: 1;
  }
}

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

@keyframes iosIntroDot {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@supports (-webkit-touch-callout: none) {
  .home-intro.is-ios {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .home-intro.is-ios * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
