.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(1.7rem, 4vw, 3rem);
}

.hero-copy,
.contact-hero-copy,
.about-hero-copy {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.hero-inline-trust,
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-panel,
.hero-system-stage,
.about-hero-stage,
.developer-stage {
  position: relative;
  min-height: 440px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  isolation: isolate;
}

.hero-system-stage,
.developer-stage {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 28% 24%, rgba(94, 231, 255, 0.15), transparent 24rem),
    radial-gradient(circle at 78% 70%, rgba(139, 92, 246, 0.16), transparent 24rem),
    var(--glass-bg),
    rgba(5, 9, 16, 0.72);
  box-shadow: var(--shadow-soft);
}

.developer-stage {
  min-height: clamp(360px, 38vw, 470px);
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: clamp(1rem, 2.2vw, 1.6rem);
}

.developer-stage::after {
  content: "";
  position: absolute;
  inset: 18% -8% auto auto;
  width: 38%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(94, 231, 255, 0.54), transparent);
  opacity: 0.58;
  transform: rotate(-18deg);
}

.system-canvas,
.hero-system-canvas,
.system-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-system-canvas {
  z-index: 1;
}

.system-canvas.is-rendering ~ .home-system-fallback,
.hero-system-canvas.is-rendering ~ .home-system-fallback,
.system-canvas.is-rendering ~ .system-fallback {
  opacity: 0;
}

.system-fallback {
  display: grid;
  place-items: center;
  opacity: 0.72;
}

.system-node {
  position: absolute;
  min-width: 118px;
  padding: 0.7rem 0.85rem;
  border-radius: 18px;
  text-align: center;
  color: var(--c-text);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 20, 0.68);
}

.system-node:nth-child(1) { top: 16%; left: 50%; transform: translateX(-50%); }
.system-node:nth-child(2) { top: 44%; left: 9%; }
.system-node:nth-child(3) { top: 42%; right: 8%; }
.system-node:nth-child(4) { bottom: 14%; left: 18%; }
.system-node:nth-child(5) { bottom: 13%; right: 17%; }

.system-status-card,
.hero-main-card {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  margin: auto;
}

.hero-proof-grid,
.case-preview-grid,
.results-grid,
.pricing-grid,
.contact-benefits-grid,
.about-fullstack-grid,
.comparison-grid {
  display: grid;
  gap: 1rem;
}

.process-scrolly-layout,
.problem-transform-layout,
.contact-layout,
.about-hero-grid,
.service-case-layout,
.website-case-layout {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.timeline-list,
.process-step-list,
.stack-detail,
.closing-points {
  display: grid;
  gap: 1rem;
}

.timeline-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 1rem;
}

.timeline-step {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: var(--c-cyan-2);
  background:
    linear-gradient(145deg, rgba(94, 231, 255, 0.12), rgba(139, 92, 246, 0.08)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(94, 231, 255, 0.18);
  font-weight: 900;
}

.process-device,
.service-case-stage,
.website-case-stage {
  min-height: 340px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 50% 10%, rgba(94, 231, 255, 0.1), transparent 22rem),
    rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow-soft);
}

.cta-box-strong {
  position: relative;
  overflow: hidden;
}

.cta-box-strong::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(94, 231, 255, 0.14), transparent 42%),
    linear-gradient(290deg, rgba(139, 92, 246, 0.13), transparent 48%);
  pointer-events: none;
}

.cta-box-strong > * {
  position: relative;
  z-index: 1;
}

.cta-box-strong {
  align-items: center;
}

.cta-box__copy {
  max-width: 720px;
}

.cta-box__copy h2 {
  max-width: 13.5ch;
}

.cta-box__copy p {
  max-width: 62ch;
}

.cta-box__aside {
  display: grid;
  gap: 1rem;
  align-content: center;
  justify-items: start;
  width: 100%;
}

.cta-box__route {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 440px;
  display: grid;
  gap: 0.62rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    radial-gradient(circle at 16% 12%, rgba(94, 231, 255, 0.13), transparent 8rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.025);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 54px rgba(0, 0, 0, 0.18);
}

.cta-box__route::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  bottom: 1.35rem;
  left: 2.15rem;
  width: 1px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(94, 231, 255, 0), rgba(94, 231, 255, 0.52), rgba(139, 92, 246, 0.28), rgba(98, 247, 166, 0));
  box-shadow: 0 0 18px rgba(94, 231, 255, 0.24);
}

.cta-box__step {
  position: relative;
  z-index: 1;
  min-height: 46px;
  display: grid;
  grid-template-columns: 2.8rem minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  padding: 0.62rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  color: var(--c-text-soft);
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(5, 8, 14, 0.48);
}

.cta-box__step strong {
  width: 2.05rem;
  height: 2.05rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--c-cyan-2);
  background:
    radial-gradient(circle at 50% 38%, rgba(94, 231, 255, 0.28), transparent 66%),
    rgba(94, 231, 255, 0.08);
  border: 1px solid rgba(94, 231, 255, 0.22);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.cta-box__step span {
  min-width: 0;
  overflow-wrap: break-word;
}

.legal-card section + section {
  margin-top: 1.6rem;
}

.legal-card a {
  color: var(--c-cyan-2);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

@media (min-width: 760px) {
  .cta-box-strong {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  }

  .cta-box__aside {
    justify-self: end;
  }

  .hero-proof-grid,
  .case-preview-grid,
  .results-grid,
  .pricing-grid,
  .contact-benefits-grid,
  .about-fullstack-grid,
  .comparison-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .process-scrolly-layout,
  .contact-layout,
  .about-hero-grid,
  .service-case-layout,
  .website-case-layout {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    align-items: start;
  }

  .process-scrolly-copy {
    position: sticky;
    top: calc(var(--header-h) + 2rem);
  }
}

.js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  will-change: opacity, transform;
  transition:
    opacity 520ms var(--ease-out) var(--reveal-delay, 0ms),
    transform 520ms var(--ease-out) var(--reveal-delay, 0ms);
}

.js-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-ready .home-story-step[data-reveal],
.js-ready .process-step-card[data-reveal] {
  opacity: 1;
  transform: none;
}

.home-story-step.is-pointer-active,
.process-step-card.is-pointer-active {
  background: transparent;
}

.home-hero {
  min-height: 100svh;
  display: grid;
  align-items: start;
  overflow: clip;
}

.home-hero.hero {
  padding-top: calc(var(--header-h) + clamp(0.85rem, 2.4vw, 2rem));
  padding-bottom: clamp(1.8rem, 4vw, 3.5rem);
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  inset: auto;
  z-index: -1;
  pointer-events: none;
  filter: blur(48px);
}

.home-hero::before {
  width: min(62vw, 720px);
  height: min(62vw, 720px);
  top: 9%;
  right: -12%;
  background: radial-gradient(circle, rgba(94, 231, 255, 0.16), transparent 64%);
}

.home-hero::after {
  width: min(54vw, 620px);
  height: min(54vw, 620px);
  left: -14%;
  bottom: -12%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.14), transparent 66%);
}

.home-hero__layout {
  display: grid;
  gap: clamp(1.75rem, 4vw, 4.75rem);
  align-items: start;
}

.home-hero__copy {
  display: grid;
  gap: 1.15rem;
  align-content: start;
}

.home-hero__copy h1 {
  max-width: min(100%, 15.2ch);
  font-size: clamp(2.55rem, 3.7vw, 4.45rem);
}

.home-hero__actions,
.home-funnel__panel .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-top: 1rem;
}

.home-hero__micro {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.8rem;
}

.home-hero__micro span,
.home-funnel__chips span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: var(--c-text-soft);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-hero__visual {
  height: clamp(410px, calc(100svh - var(--header-h) - 6.9rem), 620px);
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(0.75rem, 1.5vw, 1rem);
  padding: clamp(1rem, 2vw, 1.4rem);
  border-radius: clamp(26px, 4vw, 44px);
}

.home-hero__core {
  position: relative;
  --hero-system-shift: clamp(1.6rem, 5vh, 3.25rem);
  min-height: 0;
  overflow: hidden;
  border-radius: calc(clamp(26px, 4vw, 44px) - 12px);
}

.home-hero__core > .system-canvas,
.home-hero__core > .hero-system-canvas,
.home-hero__core > .home-system-fallback {
  transform: translateY(var(--hero-system-shift));
}

.home-system-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  opacity: 0.7;
  background:
    radial-gradient(circle at 50% 48%, rgba(94, 231, 255, 0.24), transparent 7.5rem),
    radial-gradient(circle at 55% 54%, rgba(139, 92, 246, 0.22), transparent 12rem),
    radial-gradient(circle at 28% 68%, rgba(163, 255, 122, 0.11), transparent 8rem);
  transition: opacity 220ms var(--ease-out);
}

.home-system-fallback::before,
.home-system-fallback::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-system-fallback::before {
  inset: 11% 12%;
  z-index: 1;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(94, 231, 255, 0.32), transparent 45% 55%, rgba(163, 255, 122, 0.28), transparent 92% 100%),
    linear-gradient(0deg, transparent 0 10%, rgba(139, 92, 246, 0.24), transparent 46% 54%, rgba(94, 231, 255, 0.24), transparent 90% 100%);
  filter: blur(0.2px);
  opacity: 0.76;
  mask-image: radial-gradient(ellipse at center, transparent 0 28%, #000 30% 45%, transparent 48% 100%);
  animation: systemOrbitSweep 14s linear infinite;
}

.home-system-fallback::after {
  inset: 18% 18%;
  z-index: 1;
  border: 1px solid rgba(94, 231, 255, 0.16);
  border-radius: 999px;
  box-shadow:
    inset 0 0 38px rgba(94, 231, 255, 0.1),
    0 0 48px rgba(139, 92, 246, 0.12);
  animation: systemRingBreathe 4.8s var(--ease-out) infinite;
}

.home-system-ring,
.home-system-trail,
.home-system-core {
  position: absolute;
  pointer-events: none;
}

.home-system-ring {
  left: 50%;
  top: 50%;
  z-index: 2;
  border-radius: 999px;
  border: 1px solid rgba(94, 231, 255, 0.18);
  transform: translate(-50%, -50%) rotate(var(--ring-rotation, 0deg));
  box-shadow: inset 0 0 40px rgba(94, 231, 255, 0.08);
}

.home-system-ring--outer {
  width: min(76%, 480px);
  aspect-ratio: 1.4;
  --ring-rotation: -18deg;
  animation: systemRingDrift 18s linear infinite;
}

.home-system-ring--inner {
  width: min(52%, 330px);
  aspect-ratio: 1.2;
  --ring-rotation: 24deg;
  border-color: rgba(139, 92, 246, 0.2);
  animation: systemRingDriftReverse 16s linear infinite;
}

.home-system-trail {
  z-index: 3;
  left: 22%;
  right: 22%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(94, 231, 255, 0.76), rgba(163, 255, 122, 0.5), transparent);
  box-shadow: 0 0 24px rgba(94, 231, 255, 0.42);
  opacity: 0.72;
}

.home-system-trail--a {
  top: 50%;
  animation: systemTrailA 5.6s var(--ease-out) infinite;
}

.home-system-trail--b {
  top: 50%;
  transform: rotate(90deg);
  animation: systemTrailB 6.4s var(--ease-out) infinite;
}

.home-system-core {
  left: 50%;
  top: 50%;
  z-index: 5;
  width: clamp(88px, 16vw, 124px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 32px;
  color: var(--c-text);
  background:
    radial-gradient(circle at 45% 32%, rgba(255, 255, 255, 0.24), transparent 30%),
    linear-gradient(145deg, rgba(94, 231, 255, 0.24), rgba(139, 92, 246, 0.16)),
    rgba(5, 9, 17, 0.82);
  border: 1px solid rgba(94, 231, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 34px rgba(94, 231, 255, 0.32),
    0 0 70px rgba(139, 92, 246, 0.18);
  transform: translate(-50%, -50%);
  animation: systemCoreFloat 5.2s var(--ease-out) infinite;
}

.home-system-core span {
  max-width: 7ch;
  font-size: 0.78rem;
  line-height: 1.05;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.home-system-node {
  position: absolute;
  z-index: 6;
  display: grid;
  place-items: center;
  min-width: 108px;
  min-height: 42px;
  padding: 0.58rem 0.75rem;
  border: 1px solid rgba(94, 231, 255, 0.18);
  border-radius: 999px;
  color: var(--c-text);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.036)),
    rgba(3, 6, 11, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 26px rgba(94, 231, 255, 0.1);
  animation: systemNodeFloat 5.6s var(--ease-out) infinite;
}

.home-system-node--main {
  color: #020409;
  background:
    linear-gradient(135deg, rgba(247, 251, 255, 0.96), rgba(94, 231, 255, 0.86));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    0 0 34px rgba(94, 231, 255, 0.28);
}

.home-system-node--main { top: 13%; left: 50%; transform: translateX(-50%); }
.home-system-node--backend { top: 43%; left: 8%; }
.home-system-node--automation { top: 43%; right: 7%; animation-delay: -1.4s; }
.home-system-node--security { bottom: 16%; left: 14%; animation-delay: -2.2s; }
.home-system-node--data { bottom: 15%; right: 14%; animation-delay: -3.1s; }

.home-hero-card {
  position: absolute;
  z-index: 2;
}

.home-hero-card--primary {
  left: clamp(1rem, 4vw, 3rem);
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(1rem, 4vw, 3rem);
  display: grid;
  gap: 0.75rem;
  max-width: min(540px, calc(100% - 2rem));
}

.home-hero-card--primary strong {
  max-width: 28ch;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.1;
}

.home-hero-card--metric,
.home-hero-card--signal {
  display: grid;
  gap: 0.15rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.032)),
    rgba(5, 9, 16, 0.72);
  box-shadow: var(--shadow-soft), 0 0 24px rgba(139, 92, 246, 0.1);
}

.home-hero-card--metric {
  top: 12%;
  right: 9%;
}

.home-hero-card--signal {
  top: 14%;
  left: 6%;
}

.home-hero-status {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.85rem;
  padding: clamp(0.9rem, 1.7vw, 1.15rem);
  border-radius: 22px;
}

.home-hero-status strong {
  display: block;
  color: var(--c-text);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.12;
}

.home-hero-status p {
  margin-top: 0.3rem;
  font-size: 0.94rem;
}

.home-hero-card--metric span,
.home-hero-card--signal span,
.home-story-step span {
  color: var(--c-cyan-2);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-signal-grid,
.home-service-grid,
.home-case-grid,
.home-tech__cards,
.comparison-grid {
  display: grid;
  gap: 1rem;
}

.home-signals {
  padding-block: clamp(2rem, 5vw, 4rem);
}

.home-signal-card {
  min-height: 180px;
}

.pricing-card {
  min-height: 320px;
  display: grid;
  gap: 0.85rem;
  align-content: start;
  padding: clamp(1.15rem, 2vw, 1.45rem);
  border-color: rgba(94, 231, 255, 0.12);
  background:
    radial-gradient(circle at 12% 0%, rgba(94, 231, 255, 0.1), transparent 9rem),
    radial-gradient(circle at 88% 100%, rgba(139, 92, 246, 0.11), transparent 10rem),
    var(--glass-bg),
    rgba(8, 12, 20, 0.74);
}

.pricing-card__top {
  display: grid;
  gap: 0.75rem;
  align-items: start;
}

.pricing-range {
  max-width: 16ch;
  color: var(--c-text);
  font-size: clamp(1.28rem, 2.2vw, 1.72rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.pricing-card .pricing-meta-pill {
  width: fit-content;
  min-height: 34px;
  padding: 0.5rem 0.72rem;
  color: var(--c-cyan-2);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background:
    linear-gradient(145deg, rgba(94, 231, 255, 0.12), rgba(139, 92, 246, 0.07)),
    rgba(255, 255, 255, 0.035);
}

.pricing-card h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}

.pricing-card p {
  color: var(--c-muted);
}

.pricing-note {
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--c-text-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.pricing-feature-list {
  margin-top: 0.25rem;
  font-size: 0.94rem;
}

.pricing-detail-button {
  width: fit-content;
  min-height: 42px;
  margin-top: 0.15rem;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(94, 231, 255, 0.2);
  border-radius: 999px;
  color: var(--c-cyan-2);
  font: inherit;
  font-weight: 850;
  background:
    linear-gradient(145deg, rgba(94, 231, 255, 0.11), rgba(139, 92, 246, 0.07)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition:
    transform 180ms var(--ease-out),
    border-color 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out);
}

.pricing-detail-button:hover,
.pricing-detail-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(94, 231, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 26px rgba(94, 231, 255, 0.14);
}

.offer-dialog {
  position: fixed;
  inset: 50% auto auto 50%;
  width: min(680px, calc(100vw - 2rem));
  max-height: min(760px, calc(100dvh - 2rem));
  margin: 0;
  padding: 0;
  border: 1px solid rgba(94, 231, 255, 0.22);
  border-radius: 28px;
  color: var(--c-text);
  transform: translate(-50%, -50%);
  overscroll-behavior: contain;
  background:
    radial-gradient(circle at 14% 0%, rgba(94, 231, 255, 0.16), transparent 14rem),
    radial-gradient(circle at 92% 100%, rgba(139, 92, 246, 0.18), transparent 15rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(5, 8, 14, 0.96);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.56),
    0 0 48px rgba(94, 231, 255, 0.12);
}

.offer-dialog::backdrop {
  background:
    radial-gradient(circle at 50% 22%, rgba(94, 231, 255, 0.16), transparent 22rem),
    rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.offer-dialog__inner {
  position: relative;
  display: grid;
  gap: 1rem;
  max-height: inherit;
  padding: clamp(1.15rem, 3vw, 1.75rem);
  overflow: auto;
  overscroll-behavior: contain;
}

.offer-dialog__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  min-width: 0;
}

.offer-dialog__head .pricing-meta-pill {
  min-width: 0;
  flex: 1 1 auto;
  text-align: center;
}

.offer-dialog__close {
  position: relative;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.045);
  cursor: pointer;
}

.offer-dialog__close::before,
.offer-dialog__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--c-text);
}

.offer-dialog__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.offer-dialog__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.offer-dialog h3 {
  max-width: 100%;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.offer-dialog__range {
  width: fit-content;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(94, 231, 255, 0.2);
  border-radius: 18px;
  color: var(--c-text);
  background: rgba(255, 255, 255, 0.055);
}

.offer-dialog__list {
  margin-top: 0;
}

.offer-dialog__footer {
  display: grid;
  gap: 1rem;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--c-text-soft);
}

@media (min-width: 720px) {
  .offer-dialog__footer {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

.home-problem__layout,
.home-transform__layout,
.home-process__layout,
.home-tech__layout,
.home-security__layout,
.home-partner__layout {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.home-problem__grid {
  display: grid;
  gap: 1rem;
}

.friction-card,
.system-card {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: grid;
  align-content: start;
  gap: 0.9rem;
}

.friction-stack,
.system-flow {
  position: absolute;
  inset-inline: clamp(1rem, 4vw, 2rem);
  bottom: clamp(1rem, 4vw, 2rem);
  min-height: 150px;
}

.friction-stack span,
.system-flow span {
  position: absolute;
  min-width: 96px;
  padding: 0.6rem 0.75rem;
  border-radius: 16px;
  text-align: center;
  color: var(--c-text-soft);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
}

.friction-stack span:nth-child(1) { left: 8%; top: 12%; transform: rotate(-7deg); }
.friction-stack span:nth-child(2) { right: 18%; top: 3%; transform: rotate(5deg); }
.friction-stack span:nth-child(3) { left: 24%; bottom: 9%; transform: rotate(8deg); }
.friction-stack span:nth-child(4) { right: 4%; bottom: 18%; transform: rotate(-5deg); }

.system-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0.75rem;
}

.system-flow span {
  position: relative;
  min-width: 0;
  transform: none;
  background:
    linear-gradient(135deg, rgba(94, 231, 255, 0.16), rgba(139, 92, 246, 0.09)),
    rgba(255, 255, 255, 0.05);
}

.system-flow span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 0.75rem);
  width: 0.75rem;
  height: 1px;
  background: rgba(94, 231, 255, 0.42);
}

.home-transform__sticky,
.home-process__intro {
  align-self: start;
}

.home-transform,
.home-process {
  --scrolly-top: calc(var(--header-h) + clamp(0.75rem, 2vh, 1.5rem));
}

.story-system {
  position: relative;
  min-height: clamp(250px, 31vh, 320px);
  margin-top: clamp(0.75rem, 1.4vh, 1.15rem);
  overflow: hidden;
  contain: paint;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 24% 28%, rgba(94, 231, 255, 0.18), transparent 10rem),
    radial-gradient(circle at 78% 70%, rgba(139, 92, 246, 0.17), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.022)),
    rgba(3, 6, 11, 0.62);
  box-shadow: var(--shadow-soft);
}

.story-system::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: 0;
  background: conic-gradient(from 90deg, transparent 0 22%, rgba(94, 231, 255, 0.13), transparent 38% 100%);
  opacity: 0.52;
  animation: storyOrbit 16s linear infinite;
}

.story-scan,
.story-energy {
  position: absolute;
  pointer-events: none;
}

.story-scan {
  inset: 0;
  width: auto;
  z-index: 1;
  background: linear-gradient(105deg, transparent 32%, rgba(94, 231, 255, 0.12), transparent 48%);
  background-size: 220% 100%;
  background-position: -120% 0;
  transform: none;
  animation: storyScan 5.8s var(--ease-out) infinite;
}

.story-energy {
  z-index: 2;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--c-cyan);
  box-shadow: 0 0 24px rgba(94, 231, 255, 0.8);
  opacity: 0.42;
}

.story-energy--a {
  top: 30%;
  left: 18%;
  animation: storyPulseA 4.8s var(--ease-out) infinite;
}

.story-energy--b {
  right: 17%;
  bottom: 25%;
  background: var(--c-lime);
  box-shadow: 0 0 24px rgba(163, 255, 122, 0.62);
  animation: storyPulseB 5.4s var(--ease-out) infinite;
}

.story-node {
  position: absolute;
  z-index: 4;
  min-width: 112px;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  text-align: center;
  color: var(--c-muted);
  background: rgba(8, 12, 20, 0.72);
  opacity: 0.32;
  transform: scale(0.94);
  transition:
    opacity 360ms var(--ease-out),
    transform 360ms var(--ease-out),
    color 360ms var(--ease-out),
    box-shadow 360ms var(--ease-out);
}

.story-node::before {
  content: "";
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.45rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 16px currentColor;
  vertical-align: 0.08em;
}

.story-node--one { top: 10%; left: 9%; }
.story-node--two { top: 12%; right: 8%; }
.story-node--three { top: 42%; left: 8%; }
.story-node--four { top: 42%; left: 50%; transform: translateX(-50%) scale(0.94); }
.story-node--five { top: 42%; right: 8%; }
.story-node--six { bottom: 12%; left: 22%; }
.story-node--seven { bottom: 12%; right: 20%; }

.story-line {
  position: absolute;
  z-index: 3;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(94, 231, 255, 0.42), transparent);
  opacity: 0.28;
  transform: scaleX(0.18);
  transform-origin: left;
  transition:
    opacity 420ms var(--ease-out),
    transform 420ms var(--ease-out);
}

.story-line--a {
  left: 20%;
  right: 20%;
  top: 30%;
}

.story-line--b {
  left: 18%;
  right: 18%;
  top: 56%;
}

.story-line--c {
  left: 28%;
  right: 28%;
  bottom: 28%;
}

.home-transform__layout[data-active-step="1"] .story-node--one,
.home-transform__layout[data-active-step="2"] .story-node--one,
.home-transform__layout[data-active-step="2"] .story-node--two,
.home-transform__layout[data-active-step="3"] .story-node--one,
.home-transform__layout[data-active-step="3"] .story-node--two,
.home-transform__layout[data-active-step="3"] .story-node--three,
.home-transform__layout[data-active-step="4"] .story-node--one,
.home-transform__layout[data-active-step="4"] .story-node--two,
.home-transform__layout[data-active-step="4"] .story-node--three,
.home-transform__layout[data-active-step="4"] .story-node--four,
.home-transform__layout[data-active-step="5"] .story-node:not(.story-node--six):not(.story-node--seven),
.home-transform__layout[data-active-step="6"] .story-node:not(.story-node--seven),
.home-transform__layout[data-active-step="7"] .story-node {
  color: var(--c-text);
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0 28px rgba(94, 231, 255, 0.12);
}

.home-transform__layout[data-active-step="2"] .story-line--a,
.home-transform__layout[data-active-step="3"] .story-line--a,
.home-transform__layout[data-active-step="4"] .story-line--a,
.home-transform__layout[data-active-step="5"] .story-line--a,
.home-transform__layout[data-active-step="6"] .story-line--a,
.home-transform__layout[data-active-step="7"] .story-line--a,
.home-transform__layout[data-active-step="4"] .story-line--b,
.home-transform__layout[data-active-step="5"] .story-line--b,
.home-transform__layout[data-active-step="6"] .story-line--b,
.home-transform__layout[data-active-step="7"] .story-line--b,
.home-transform__layout[data-active-step="6"] .story-line--c,
.home-transform__layout[data-active-step="7"] .story-line--c {
  opacity: 0.72;
  transform: scaleX(1);
}

.home-transform__layout[data-active-step="2"] .story-dashboard__bar,
.home-transform__layout[data-active-step="3"] .story-dashboard__bar,
.home-transform__layout[data-active-step="4"] .story-dashboard__bar,
.home-transform__layout[data-active-step="5"] .story-dashboard__bar,
.home-transform__layout[data-active-step="6"] .story-dashboard__bar,
.home-transform__layout[data-active-step="7"] .story-dashboard__bar,
.home-transform__layout[data-active-step="3"] .story-dashboard__pane--a,
.home-transform__layout[data-active-step="4"] .story-dashboard__pane--a,
.home-transform__layout[data-active-step="5"] .story-dashboard__pane--a,
.home-transform__layout[data-active-step="6"] .story-dashboard__pane--a,
.home-transform__layout[data-active-step="7"] .story-dashboard__pane--a,
.home-transform__layout[data-active-step="4"] .story-dashboard__pane--b,
.home-transform__layout[data-active-step="5"] .story-dashboard__pane--b,
.home-transform__layout[data-active-step="6"] .story-dashboard__pane--b,
.home-transform__layout[data-active-step="7"] .story-dashboard__pane--b,
.home-transform__layout[data-active-step="4"] .story-dashboard__flow,
.home-transform__layout[data-active-step="5"] .story-dashboard__flow,
.home-transform__layout[data-active-step="6"] .story-dashboard__flow,
.home-transform__layout[data-active-step="7"] .story-dashboard__flow,
.home-transform__layout[data-active-step="5"] .story-dashboard__badge,
.home-transform__layout[data-active-step="6"] .story-dashboard__badge,
.home-transform__layout[data-active-step="7"] .story-dashboard__badge,
.home-transform__layout[data-active-step="6"] .story-dashboard__pane--c,
.home-transform__layout[data-active-step="7"] .story-dashboard__pane--c {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 0 24px rgba(94, 231, 255, 0.12);
}

.home-transform__layout[data-active-step="4"] .story-node--four,
.home-transform__layout[data-active-step="5"] .story-node--four,
.home-transform__layout[data-active-step="6"] .story-node--four,
.home-transform__layout[data-active-step="7"] .story-node--four {
  transform: translateX(-50%) scale(1);
}

.home-story-steps {
  display: grid;
  gap: 0.55rem;
  padding-bottom: clamp(1rem, 5vh, 2.6rem);
}

.home-story-step {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-story-step__panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  display: grid;
  gap: 0.45rem;
  padding: clamp(0.9rem, 1.5vw, 1.15rem);
  border: 1px solid rgba(94, 231, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(94, 231, 255, 0.12), transparent 9rem),
    linear-gradient(135deg, rgba(94, 231, 255, 0.09), rgba(139, 92, 246, 0.075)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(8, 12, 20, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 54px rgba(0, 0, 0, 0.3);
  opacity: 1;
  transform: none;
  transition:
    opacity 420ms var(--ease-out),
    transform 420ms var(--ease-out),
    border-color 420ms var(--ease-out),
    box-shadow 420ms var(--ease-out);
}

.home-story-step__panel::before,
.process-step-card__panel::before,
.home-story-step__panel::after,
.process-step-card__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.home-story-step__panel::before,
.process-step-card__panel::before {
  z-index: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(94, 231, 255, 0.16), transparent 9rem),
    radial-gradient(circle at 86% 82%, rgba(139, 92, 246, 0.14), transparent 9rem);
  opacity: 0.72;
}

.home-story-step__panel::after,
.process-step-card__panel::after {
  z-index: 1;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 0 42px rgba(94, 231, 255, 0.035);
}

.home-story-step__panel > *,
.process-step-card__panel > * {
  position: relative;
  z-index: 2;
}

.js-ready .home-story-step__panel {
  opacity: 0.22;
  transform: translateY(6px) scale(0.98);
}

.home-transform__layout[data-active-step="1"] .home-story-step[data-story-step="1"] .home-story-step__panel,
.home-transform__layout[data-active-step="2"] .home-story-step[data-story-step="2"] .home-story-step__panel,
.home-transform__layout[data-active-step="3"] .home-story-step[data-story-step="3"] .home-story-step__panel,
.home-transform__layout[data-active-step="4"] .home-story-step[data-story-step="4"] .home-story-step__panel,
.home-transform__layout[data-active-step="5"] .home-story-step[data-story-step="5"] .home-story-step__panel,
.home-transform__layout[data-active-step="6"] .home-story-step[data-story-step="6"] .home-story-step__panel,
.home-transform__layout[data-active-step="7"] .home-story-step[data-story-step="7"] .home-story-step__panel {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(94, 231, 255, 0.34);
  box-shadow:
    0 0 0 1px rgba(94, 231, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    var(--shadow-soft),
    0 0 34px rgba(94, 231, 255, 0.16);
}

.home-transform__layout[data-active-step="1"] .home-story-step[data-story-step="1"],
.home-transform__layout[data-active-step="2"] .home-story-step[data-story-step="2"],
.home-transform__layout[data-active-step="3"] .home-story-step[data-story-step="3"],
.home-transform__layout[data-active-step="4"] .home-story-step[data-story-step="4"],
.home-transform__layout[data-active-step="5"] .home-story-step[data-story-step="5"],
.home-transform__layout[data-active-step="6"] .home-story-step[data-story-step="6"],
.home-transform__layout[data-active-step="7"] .home-story-step[data-story-step="7"] {
  z-index: 2;
}

.home-service-card {
  position: relative;
  min-height: 360px;
  display: grid;
  grid-template-rows: auto auto minmax(min-content, 1fr) auto;
  align-content: stretch;
  gap: 1rem;
  overflow: hidden;
  transition:
    transform 180ms var(--ease-out),
    border-color 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out);
}

.home-service-card::after {
  content: "";
  position: absolute;
  inset: auto 12% -36% 12%;
  height: 42%;
  border-radius: 50%;
  background: rgba(94, 231, 255, 0.22);
  filter: blur(30px);
  opacity: 0;
  transition: opacity 180ms var(--ease-out);
}

.home-service-card:hover {
  border-color: rgba(94, 231, 255, 0.28);
  box-shadow: var(--shadow-soft), 0 0 34px rgba(94, 231, 255, 0.1);
}

.home-service-card:hover::after {
  opacity: 1;
}

.home-service-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: var(--c-cyan-2);
  border: 1px solid rgba(94, 231, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(94, 231, 255, 0.14), rgba(139, 92, 246, 0.08)),
    rgba(255, 255, 255, 0.035);
}

.home-service-card__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-link-text {
  margin-top: auto;
  color: var(--c-cyan-2);
  font-weight: 850;
}

.home-process__layout {
  grid-template-areas:
    "intro"
    "visual"
    "steps";
}

.home-process__intro {
  grid-area: intro;
  display: grid;
  gap: 1rem;
}

.home-process__visual {
  grid-area: visual;
  min-height: 440px;
  overflow: hidden;
}

.home-process__steps {
  grid-area: steps;
  display: grid;
  gap: 0.65rem;
  padding-bottom: clamp(1.1rem, 6vh, 3.2rem);
}

.process-step-card {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.process-step-card__panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.8rem;
  padding: clamp(0.9rem, 1.5vw, 1.15rem);
  border: 1px solid rgba(94, 231, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 8%, rgba(94, 231, 255, 0.13), transparent 9rem),
    linear-gradient(135deg, rgba(94, 231, 255, 0.09), rgba(139, 92, 246, 0.075)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(8, 12, 20, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 54px rgba(0, 0, 0, 0.3);
  opacity: 1;
  transform: none;
  transition:
    opacity 420ms var(--ease-out),
    transform 420ms var(--ease-out),
    border-color 420ms var(--ease-out),
    box-shadow 420ms var(--ease-out);
}

.js-ready .process-step-card__panel {
  opacity: 0.22;
  transform: translateY(6px) scale(0.98);
}

.home-process__layout[data-active-step="1"] .process-step-card[data-process-step="1"] .process-step-card__panel,
.home-process__layout[data-active-step="2"] .process-step-card[data-process-step="2"] .process-step-card__panel,
.home-process__layout[data-active-step="3"] .process-step-card[data-process-step="3"] .process-step-card__panel,
.home-process__layout[data-active-step="4"] .process-step-card[data-process-step="4"] .process-step-card__panel,
.home-process__layout[data-active-step="5"] .process-step-card[data-process-step="5"] .process-step-card__panel,
.home-process__layout[data-active-step="6"] .process-step-card[data-process-step="6"] .process-step-card__panel,
.home-process__layout[data-active-step="7"] .process-step-card[data-process-step="7"] .process-step-card__panel {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(94, 231, 255, 0.34);
  box-shadow:
    0 0 0 1px rgba(94, 231, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    var(--shadow-soft),
    0 0 34px rgba(94, 231, 255, 0.16);
}

.home-process__layout[data-active-step="1"] .process-step-card[data-process-step="1"],
.home-process__layout[data-active-step="2"] .process-step-card[data-process-step="2"],
.home-process__layout[data-active-step="3"] .process-step-card[data-process-step="3"],
.home-process__layout[data-active-step="4"] .process-step-card[data-process-step="4"],
.home-process__layout[data-active-step="5"] .process-step-card[data-process-step="5"],
.home-process__layout[data-active-step="6"] .process-step-card[data-process-step="6"],
.home-process__layout[data-active-step="7"] .process-step-card[data-process-step="7"] {
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .js-ready .home-story-step__panel,
  .js-ready .process-step-card__panel {
    opacity: 1;
    transform: none;
  }

  .story-system::before,
  .story-scan,
  .story-energy,
  .case-lab-visual__orb,
  .home-system-node,
  .home-system-ring,
  .home-system-trail,
  .home-system-core,
  .process-interface::before,
  .process-interface__scan,
  .process-interface__orb,
  .process-interface__core,
  .process-interface__ring,
  .process-interface__beam,
  .process-map__pulse {
    animation: none;
  }
}

.story-dashboard {
  position: absolute;
  inset: 25% 17% 22%;
  z-index: 2;
  border-radius: 26px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.026);
  background-size: 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0.72;
}

.story-dashboard span {
  position: absolute;
  display: block;
  border-radius: 999px;
  opacity: 0.14;
  transform: translateY(8px);
  transition:
    opacity 420ms var(--ease-out),
    transform 420ms var(--ease-out),
    box-shadow 420ms var(--ease-out);
}

.story-dashboard__bar {
  top: 12%;
  left: 11%;
  right: 11%;
  height: 18px;
  background: rgba(255, 255, 255, 0.14);
}

.story-dashboard__pane {
  top: 34%;
  height: 72px;
  background: rgba(94, 231, 255, 0.16);
}

.story-dashboard__pane--a {
  left: 12%;
  width: 25%;
}

.story-dashboard__pane--b {
  right: 12%;
  width: 41%;
  background: rgba(139, 92, 246, 0.17);
}

.story-dashboard__pane--c {
  left: 16%;
  right: 16%;
  bottom: 13%;
  top: auto;
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
}

.story-dashboard__flow {
  left: 32%;
  right: 32%;
  height: 2px;
  background: rgba(94, 231, 255, 0.56);
}

.story-dashboard__flow--a { top: 58%; }
.story-dashboard__flow--b { top: 68%; }

.story-dashboard__badge {
  right: 12%;
  bottom: 13%;
  width: 34px;
  height: 34px;
  background: rgba(163, 255, 122, 0.18);
}

@keyframes storyOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes storyScan {
  0%, 18% {
    background-position: -120% 0;
    opacity: 0;
  }

  42% {
    opacity: 0.72;
  }

  78%, 100% {
    background-position: 220% 0;
    opacity: 0;
  }
}

@keyframes storyPulseA {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(230px, 78px, 0); }
}

@keyframes storyPulseB {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-210px, -86px, 0); }
}

@keyframes systemNodeFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -6px; }
}

@keyframes systemOrbitSweep {
  to { transform: rotate(360deg); }
}

@keyframes systemRingBreathe {
  0%, 100% {
    opacity: 0.56;
    transform: scale(0.98);
  }

  50% {
    opacity: 0.92;
    transform: scale(1.03);
  }
}

@keyframes systemRingDrift {
  to { transform: translate(-50%, -50%) rotate(342deg); }
}

@keyframes systemRingDriftReverse {
  to { transform: translate(-50%, -50%) rotate(-336deg); }
}

@keyframes systemTrailA {
  0%, 100% {
    opacity: 0.35;
    transform: translateY(-50%) scaleX(0.72);
  }

  50% {
    opacity: 0.9;
    transform: translateY(-50%) scaleX(1);
  }
}

@keyframes systemTrailB {
  0%, 100% {
    opacity: 0.24;
    transform: translateY(-50%) rotate(90deg) scaleX(0.62);
  }

  50% {
    opacity: 0.72;
    transform: translateY(-50%) rotate(90deg) scaleX(0.94);
  }
}

@keyframes systemCoreFloat {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, calc(-50% - 7px)) scale(1.035);
  }
}

.process-interface {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 48%, rgba(94, 231, 255, 0.17), transparent 8rem),
    radial-gradient(circle at 66% 56%, rgba(139, 92, 246, 0.2), transparent 11rem),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    rgba(3, 6, 11, 0.82);
  background-size: 100% 100%, 100% 100%, 34px 34px, 34px 34px, 100% 100%;
}

.process-interface::before,
.process-interface::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.process-interface::before {
  inset: -42%;
  z-index: 0;
  background: conic-gradient(from 210deg, transparent 0 26%, rgba(94, 231, 255, 0.18), transparent 43% 62%, rgba(163, 255, 122, 0.12), transparent 76% 100%);
  opacity: 0.78;
  animation: processOrbit 18s linear infinite;
}

.process-interface::after {
  inset: 8% 7%;
  z-index: 1;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 36%),
    radial-gradient(circle at 50% 49%, rgba(94, 231, 255, 0.13), transparent 8rem);
  border: 1px solid rgba(255, 255, 255, 0.07);
  opacity: 0.88;
}

.process-interface span {
  position: absolute;
  display: block;
  border-radius: 14px;
  opacity: 0.22;
  transform: translateY(12px);
  will-change: opacity, transform;
  transition:
    opacity 520ms var(--ease-out),
    transform 520ms var(--ease-out),
    box-shadow 520ms var(--ease-out);
}

.process-interface__scan {
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 28%, rgba(94, 231, 255, 0.19), rgba(163, 255, 122, 0.08), transparent 52%);
  animation: processScan 5.4s var(--ease-out) infinite;
}

.process-interface__orb {
  z-index: 3;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: var(--c-cyan);
  box-shadow: 0 0 24px rgba(94, 231, 255, 0.82);
}

.process-interface__orb--a {
  left: 18%;
  top: 26%;
  animation: processPulseA 4.6s var(--ease-out) infinite;
}

.process-interface__orb--b {
  right: 17%;
  bottom: 20%;
  background: var(--c-lime);
  box-shadow: 0 0 24px rgba(163, 255, 122, 0.68);
  animation: processPulseB 5s var(--ease-out) infinite;
}

.process-interface__core {
  z-index: 6;
  left: 50%;
  top: 50%;
  width: clamp(78px, 14vw, 112px);
  aspect-ratio: 1;
  border-radius: 30px;
  background:
    radial-gradient(circle at 40% 30%, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(145deg, rgba(94, 231, 255, 0.25), rgba(139, 92, 246, 0.18)),
    rgba(4, 8, 15, 0.88);
  border: 1px solid rgba(94, 231, 255, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 34px rgba(94, 231, 255, 0.28),
    0 0 70px rgba(139, 92, 246, 0.16);
  opacity: 1;
  transform: translate(-50%, -50%);
  animation: processCorePulse 4.8s var(--ease-out) infinite;
}

.process-interface__core::after {
  content: "";
  position: absolute;
  inset: 29%;
  border-radius: 999px;
  background: var(--c-cyan);
  box-shadow: 0 0 26px rgba(94, 231, 255, 0.76);
}

.process-interface__ring {
  z-index: 4;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(94, 231, 255, 0.22);
  border-radius: 999px;
  opacity: 0.78;
  transform: translate(-50%, -50%) rotate(var(--process-ring-rotation, 0deg));
}

.process-interface__ring--outer {
  width: 66%;
  aspect-ratio: 1.65;
  --process-ring-rotation: -13deg;
  animation: processRingDrift 17s linear infinite;
}

.process-interface__ring--inner {
  width: 46%;
  aspect-ratio: 1.28;
  border-color: rgba(139, 92, 246, 0.24);
  --process-ring-rotation: 24deg;
  animation: processRingDriftReverse 15s linear infinite;
}

.process-interface__beam {
  z-index: 5;
  left: 15%;
  right: 15%;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(94, 231, 255, 0.85), rgba(163, 255, 122, 0.42), transparent);
  box-shadow: 0 0 28px rgba(94, 231, 255, 0.35);
  opacity: 0.74;
  transform: translateY(-50%);
}

.process-interface__beam--a {
  animation: processBeamA 4.8s var(--ease-out) infinite;
}

.process-interface__beam--b {
  transform: translateY(-50%) rotate(90deg);
  animation: processBeamB 5.8s var(--ease-out) infinite;
}

.process-interface span.process-interface__core {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.process-interface span.process-interface__ring {
  opacity: 0.78;
  transform: translate(-50%, -50%) rotate(var(--process-ring-rotation, 0deg));
}

.process-interface span.process-interface__beam {
  opacity: 0.74;
  transform: translateY(-50%);
}

.process-interface span.process-interface__beam--b {
  transform: translateY(-50%) rotate(90deg);
}

.process-interface__phase {
  z-index: 5;
  width: 112px;
  min-height: 38px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(94, 231, 255, 0.16);
  color: var(--c-text-soft);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.028)),
    rgba(4, 8, 15, 0.78);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.process-interface__phase::after {
  content: attr(data-label);
  color: inherit;
  font-size: 0.78rem;
  font-weight: 850;
}

.process-interface__phase--analyse {
  left: 9%;
  top: 12%;
}

.process-interface__phase--struktur {
  right: 9%;
  top: 12%;
}

.process-interface__phase--dev {
  left: 10%;
  bottom: 12%;
}

.process-interface__phase--launch {
  right: 10%;
  bottom: 12%;
}

.process-interface__bar {
  z-index: 3;
  top: 14%;
  left: 23%;
  right: 23%;
  height: 30px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(94, 231, 255, 0.18), rgba(255, 255, 255, 0.08), rgba(139, 92, 246, 0.18));
}

.process-interface__nav {
  z-index: 4;
  top: 31%;
  left: 13%;
  width: 25%;
  height: 118px;
  border: 1px solid rgba(94, 231, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(94, 231, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(4, 8, 15, 0.48);
}

.process-interface__hero {
  z-index: 4;
  top: 31%;
  right: 13%;
  width: 39%;
  height: 118px;
  border: 1px solid rgba(139, 92, 246, 0.14);
  background:
    linear-gradient(135deg, rgba(94, 231, 255, 0.12), rgba(139, 92, 246, 0.2)),
    rgba(4, 8, 15, 0.5);
}

.process-interface__card {
  z-index: 3;
  bottom: 24%;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.045);
}

.process-interface__card--a {
  left: 8%;
  width: 39%;
}

.process-interface__card--b {
  right: 8%;
  width: 39%;
}

.process-interface__line {
  z-index: 6;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(94, 231, 255, 0.72), transparent);
}

.process-interface__line--a {
  left: 24%;
  right: 24%;
  top: 49%;
}

.process-interface__line--b {
  left: 42%;
  width: 16%;
  bottom: 35%;
  transform: rotate(90deg);
}

.process-interface__shield {
  z-index: 5;
  right: 36%;
  bottom: 17%;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(163, 255, 122, 0.54), transparent 28%),
    rgba(163, 255, 122, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(163, 255, 122, 0.22),
    0 0 30px rgba(163, 255, 122, 0.16);
}

.process-interface__launch {
  z-index: 4;
  left: 50%;
  bottom: 8%;
  width: 138px;
  height: 8px;
  border-radius: 999px;
  transform: translateX(-50%) translateY(12px);
  background: linear-gradient(90deg, transparent, rgba(94, 231, 255, 0.62), rgba(163, 255, 122, 0.5), transparent);
}

.home-process__layout[data-active-step="1"] .process-interface__bar,
.home-process__layout[data-active-step="2"] .process-interface__bar,
.home-process__layout[data-active-step="2"] .process-interface__nav,
.home-process__layout[data-active-step="3"] .process-interface__bar,
.home-process__layout[data-active-step="3"] .process-interface__nav,
.home-process__layout[data-active-step="3"] .process-interface__hero,
.home-process__layout[data-active-step="4"] .process-interface__bar,
.home-process__layout[data-active-step="4"] .process-interface__nav,
.home-process__layout[data-active-step="4"] .process-interface__hero,
.home-process__layout[data-active-step="4"] .process-interface__card,
.home-process__layout[data-active-step="4"] .process-interface__line,
.home-process__layout[data-active-step="5"] .process-interface span:not(.process-interface__launch):not(.process-interface__core):not(.process-interface__ring):not(.process-interface__beam),
.home-process__layout[data-active-step="6"] .process-interface span:not(.process-interface__core):not(.process-interface__ring):not(.process-interface__beam),
.home-process__layout[data-active-step="7"] .process-interface span:not(.process-interface__core):not(.process-interface__ring):not(.process-interface__beam) {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 0 28px rgba(94, 231, 255, 0.09);
}

.home-process__layout[data-active-step="1"] .process-interface__phase--analyse,
.home-process__layout[data-active-step="2"] .process-interface__phase--analyse,
.home-process__layout[data-active-step="2"] .process-interface__phase--struktur,
.home-process__layout[data-active-step="3"] .process-interface__phase:not(.process-interface__phase--launch),
.home-process__layout[data-active-step="4"] .process-interface__phase,
.home-process__layout[data-active-step="5"] .process-interface__phase,
.home-process__layout[data-active-step="6"] .process-interface__phase,
.home-process__layout[data-active-step="7"] .process-interface__phase {
  opacity: 1;
  transform: translateY(0);
  color: var(--c-text);
  border-color: rgba(94, 231, 255, 0.32);
  background:
    linear-gradient(145deg, rgba(94, 231, 255, 0.18), rgba(139, 92, 246, 0.1)),
    rgba(4, 8, 15, 0.84);
  box-shadow: 0 0 28px rgba(94, 231, 255, 0.16);
}

.home-process__layout[data-active-step="5"] .process-interface__shield,
.home-process__layout[data-active-step="6"] .process-interface__shield,
.home-process__layout[data-active-step="7"] .process-interface__shield {
  background: rgba(163, 255, 122, 0.28);
  box-shadow: 0 0 28px rgba(163, 255, 122, 0.22);
}

.home-process__layout[data-active-step="6"] .process-interface span.process-interface__launch,
.home-process__layout[data-active-step="7"] .process-interface span.process-interface__launch {
  transform: translateX(-50%);
  box-shadow: 0 0 34px rgba(94, 231, 255, 0.28);
}

@keyframes processOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes processScan {
  0%, 18% {
    opacity: 0;
    transform: translateX(-58%);
  }

  44% {
    opacity: 0.74;
  }

  78%, 100% {
    opacity: 0;
    transform: translateX(58%);
  }
}

@keyframes processPulseA {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(260px, 116px, 0); }
}

@keyframes processPulseB {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-250px, -118px, 0); }
}

@keyframes processCorePulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      0 0 34px rgba(94, 231, 255, 0.28),
      0 0 70px rgba(139, 92, 246, 0.16);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.045);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 0 46px rgba(94, 231, 255, 0.38),
      0 0 90px rgba(139, 92, 246, 0.22);
  }
}

@keyframes processRingDrift {
  to { transform: translate(-50%, -50%) rotate(347deg); }
}

@keyframes processRingDriftReverse {
  to { transform: translate(-50%, -50%) rotate(-336deg); }
}

@keyframes processBeamA {
  0%, 100% {
    opacity: 0.34;
    transform: translateY(-50%) scaleX(0.72);
  }

  50% {
    opacity: 0.92;
    transform: translateY(-50%) scaleX(1);
  }
}

@keyframes processBeamB {
  0%, 100% {
    opacity: 0.24;
    transform: translateY(-50%) rotate(90deg) scaleX(0.62);
  }

  50% {
    opacity: 0.74;
    transform: translateY(-50%) rotate(90deg) scaleX(0.92);
  }
}

.process-hero-stage {
  min-height: clamp(360px, calc(100svh - var(--header-h) - 8rem), 500px);
  display: grid;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.process-hero-stage .process-interface {
  min-height: clamp(300px, 42vw, 360px);
}

.process-hero-stage .process-interface span {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 0 28px rgba(94, 231, 255, 0.08);
}

.process-hero-stage .process-interface span.process-interface__launch {
  transform: translateX(-50%);
}

.process-hero-stage .process-interface__line--b {
  transform: rotate(90deg);
}

.process-hero-stage--map {
  padding: clamp(1rem, 2vw, 1.4rem);
}

.process-map {
  position: relative;
  min-height: clamp(300px, 38vw, 390px);
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 46%, rgba(94, 231, 255, 0.22), transparent 8rem),
    radial-gradient(circle at 82% 76%, rgba(139, 92, 246, 0.18), transparent 12rem),
    radial-gradient(circle at 14% 18%, rgba(143, 255, 102, 0.1), transparent 11rem),
    rgba(3, 6, 11, 0.78);
}

.process-map__grid,
.process-map__route,
.process-map__pulse,
.process-map__node,
.process-map__core,
.process-map__check {
  position: absolute;
}

.process-map__grid {
  inset: 0;
  opacity: 0.56;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 50% 50%, black 0 58%, transparent 82%);
}

.process-map__route {
  left: 14%;
  right: 14%;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(94, 231, 255, 0.9), rgba(143, 255, 102, 0.55), transparent);
  box-shadow: 0 0 26px rgba(94, 231, 255, 0.26);
}

.process-map__route--b {
  top: 50%;
  transform: rotate(-30deg);
  opacity: 0.58;
}

.process-map__route--a {
  transform: rotate(30deg);
  opacity: 0.7;
}

.process-map__pulse {
  left: 50%;
  top: 50%;
  width: clamp(7.2rem, 18vw, 10rem);
  height: clamp(7.2rem, 18vw, 10rem);
  border: 1px solid rgba(94, 231, 255, 0.26);
  border-radius: 28px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: linear-gradient(145deg, rgba(94, 231, 255, 0.08), rgba(139, 92, 246, 0.09));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 46px rgba(94, 231, 255, 0.14);
  animation: processMapPulse 7s var(--ease-out) infinite;
}

.process-map__core {
  left: 50%;
  top: 50%;
  width: clamp(6rem, 13vw, 7.8rem);
  height: clamp(6rem, 13vw, 7.8rem);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.2rem;
  border: 1px solid rgba(94, 231, 255, 0.28);
  border-radius: 24px;
  color: var(--c-text);
  background:
    radial-gradient(circle at 50% 40%, rgba(94, 231, 255, 0.42), transparent 38%),
    rgba(10, 15, 26, 0.88);
  box-shadow:
    0 0 50px rgba(94, 231, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translate(-50%, -50%);
}

.process-map__core strong {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.process-map__core small {
  color: var(--c-text-soft);
  font-weight: 800;
}

.process-map__node,
.process-map__check {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.52rem 0.8rem;
  border: 1px solid rgba(94, 231, 255, 0.22);
  border-radius: 999px;
  color: var(--c-text);
  font-size: 0.76rem;
  font-weight: 850;
  background:
    linear-gradient(145deg, rgba(94, 231, 255, 0.1), rgba(139, 92, 246, 0.08)),
    rgba(3, 6, 11, 0.74);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.process-map__node--brief {
  left: 8%;
  top: 16%;
}

.process-map__node--scope {
  right: 8%;
  top: 16%;
}

.process-map__node--build {
  left: 12%;
  bottom: 16%;
}

.process-map__node--launch {
  right: 12%;
  bottom: 16%;
  border-color: rgba(143, 255, 102, 0.32);
}

.process-map__check {
  left: 50%;
  width: min(42%, 230px);
  color: var(--c-text-soft);
  justify-content: flex-start;
  transform: translateX(-50%);
}

.process-map__check--risk {
  top: 8%;
}

.process-map__check--handover {
  bottom: 8%;
}

@keyframes processMapPulse {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(39deg) scale(0.96);
    opacity: 0.74;
  }

  50% {
    transform: translate(-50%, -50%) rotate(50deg) scale(1.04);
    opacity: 1;
  }
}

.home-process__layout[data-active-step="4"] .process-interface__line--b,
.home-process__layout[data-active-step="5"] .process-interface__line--b,
.home-process__layout[data-active-step="6"] .process-interface__line--b,
.home-process__layout[data-active-step="7"] .process-interface__line--b {
  transform: rotate(90deg);
}

.home-case-card {
  min-height: 420px;
  display: grid;
  gap: 0.9rem;
  overflow: hidden;
}

.projects-hero-stage {
  position: relative;
  isolation: isolate;
  min-height: clamp(330px, 36vw, 470px);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.projects-hero-stage::before {
  content: "";
  position: absolute;
  inset: 7%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 38%, rgba(94, 231, 255, 0.2), transparent 42%),
    radial-gradient(circle at 72% 66%, rgba(139, 92, 246, 0.24), transparent 48%),
    radial-gradient(circle at 46% 76%, rgba(98, 247, 166, 0.1), transparent 38%);
  filter: blur(18px);
  opacity: 0.82;
}

.case-orbit {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1.34 / 1;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(94, 231, 255, 0.18), transparent 10rem),
    rgba(3, 6, 11, 0.72);
  background-size: 32px 32px, 32px 32px, 100% 100%, 100% 100%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 70px rgba(94, 231, 255, 0.045);
}

.case-orbit__line {
  position: absolute;
  z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(94, 231, 255, 0.5), rgba(139, 92, 246, 0.36), transparent);
  box-shadow: 0 0 22px rgba(94, 231, 255, 0.18);
  opacity: 0.8;
}

.case-orbit__line--h {
  left: 16%;
  right: 16%;
  top: 50%;
  height: 1px;
}

.case-orbit__line--v {
  top: 16%;
  bottom: 16%;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(94, 231, 255, 0.48), rgba(139, 92, 246, 0.32), transparent);
}

.case-orbit__node,
.case-orbit__panel,
.case-orbit__core {
  position: absolute;
  z-index: 3;
}

.case-orbit__node {
  min-height: 38px;
  min-width: 104px;
  display: grid;
  place-items: center;
  padding: 0.55rem 0.78rem;
  border: 1px solid rgba(94, 231, 255, 0.2);
  border-radius: 999px;
  color: var(--c-text);
  background:
    linear-gradient(135deg, rgba(94, 231, 255, 0.12), rgba(139, 92, 246, 0.08)),
    rgba(5, 8, 14, 0.76);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  font-weight: 800;
  font-size: 0.82rem;
}

.case-orbit__node--top {
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
}

.case-orbit__node--left {
  left: 7%;
  top: 45%;
}

.case-orbit__node--right {
  right: 7%;
  top: 45%;
}

.case-orbit__node--bottom {
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  border-color: rgba(98, 247, 166, 0.22);
}

.case-orbit__panel {
  width: min(37%, 190px);
  display: grid;
  gap: 0.15rem;
  padding: 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(6, 9, 16, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 46px rgba(0, 0, 0, 0.26);
}

.case-orbit__panel span {
  color: var(--c-muted);
  font-size: 0.82rem;
}

.case-orbit__panel--alpha {
  left: 12%;
  top: 18%;
  animation: caseOrbitPanel 7.5s var(--ease-out) infinite;
}

.case-orbit__panel--fit {
  right: 12%;
  bottom: 17%;
  animation: caseOrbitPanel 7.5s var(--ease-out) infinite reverse;
}

.case-orbit__core {
  inset: 50% auto auto 50%;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 28px;
  border: 1px solid rgba(94, 231, 255, 0.24);
  background:
    radial-gradient(circle, rgba(94, 231, 255, 0.34), transparent 58%),
    rgba(5, 8, 14, 0.78);
  box-shadow:
    0 0 54px rgba(94, 231, 255, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  animation: caseOrbitCore 5.8s var(--ease-out) infinite;
}

.case-orbit__core span {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--accent-cyan);
  box-shadow: 0 0 28px rgba(94, 231, 255, 0.8);
}

@keyframes caseOrbitCore {
  0%, 100% {
    filter: brightness(1);
    box-shadow:
      0 0 44px rgba(94, 231, 255, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  50% {
    filter: brightness(1.12);
    box-shadow:
      0 0 70px rgba(94, 231, 255, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }
}

@keyframes caseOrbitPanel {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.featured-case-card {
  position: relative;
  min-height: 0;
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  overflow: hidden;
  border-color: rgba(94, 231, 255, 0.2);
  background:
    radial-gradient(circle at 82% 12%, rgba(94, 231, 255, 0.12), transparent 17rem),
    radial-gradient(circle at 16% 86%, rgba(139, 92, 246, 0.12), transparent 18rem),
    var(--glass-bg),
    rgba(8, 12, 20, 0.7);
}

.featured-case-card__copy {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.featured-case-card__copy h3 {
  max-width: 15ch;
  font-size: clamp(1.65rem, 3vw, 2.8rem);
  line-height: 1.04;
}

.case-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.case-chip-list span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--c-text-soft);
  background: rgba(255, 255, 255, 0.04);
}

.case-domain-link {
  width: fit-content;
  color: var(--c-cyan-2);
  font-weight: 850;
}

.featured-case-card__result {
  margin-top: auto;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.project-preview {
  position: relative;
  isolation: isolate;
  min-height: 0;
  display: grid;
  align-items: center;
}

.project-preview__glow {
  position: absolute;
  inset: 10% 4% 6%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 45%, rgba(94, 231, 255, 0.16), transparent 58%),
    radial-gradient(circle at 72% 74%, rgba(139, 92, 246, 0.18), transparent 54%);
  filter: blur(30px);
  opacity: 0.85;
}

.project-preview__frame {
  position: relative;
  min-height: 0;
  padding: clamp(0.65rem, 1.2vw, 0.95rem);
  overflow: hidden;
  border: 1px solid rgba(94, 231, 255, 0.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 20% 8%, rgba(94, 231, 255, 0.14), transparent 16rem),
    radial-gradient(circle at 88% 92%, rgba(139, 92, 246, 0.16), transparent 17rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
    rgba(3, 6, 11, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 26px 68px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(94, 231, 255, 0.1);
  transition:
    transform 220ms var(--ease-out),
    border-color 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out);
}

.project-preview__screen {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: var(--project-preview-ratio, 2 / 1);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    rgba(3, 6, 11, 0.76);
  background-size: 32px 32px;
}

.project-preview__backdrop,
.project-preview__image {
  display: block;
  pointer-events: none;
  user-select: none;
}

.project-preview__backdrop {
  position: absolute;
  inset: -8%;
  z-index: 0;
  width: 116%;
  height: 116%;
  object-fit: cover;
  filter: blur(24px) brightness(0.46) saturate(0.92);
  opacity: 0.74;
  transform: scale(1.04);
}

.project-preview__image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 18px;
  filter: brightness(0.92) contrast(1.03) saturate(0.94);
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.project-preview__zoom {
  position: absolute;
  right: clamp(0.85rem, 1.8vw, 1.15rem);
  bottom: clamp(0.85rem, 1.8vw, 1.15rem);
  z-index: 5;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.76rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--c-text);
  font: inherit;
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(3, 6, 11, 0.68);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  cursor: pointer;
  transition:
    border-color 180ms var(--ease-out),
    background 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out);
}

.project-preview__zoom:hover,
.project-preview__zoom:focus-visible {
  border-color: rgba(94, 231, 255, 0.38);
  background:
    linear-gradient(145deg, rgba(94, 231, 255, 0.18), rgba(139, 92, 246, 0.09)),
    rgba(3, 6, 11, 0.78);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.3),
    0 0 30px rgba(94, 231, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.project-preview__zoom-icon {
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.project-preview__zoom-icon::after {
  content: "";
  position: absolute;
  right: -0.34rem;
  bottom: -0.22rem;
  width: 0.45rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.project-preview__shine {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.14), transparent 48% 100%),
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.12), transparent 14rem);
  mix-blend-mode: screen;
  opacity: 0.28;
}

.project-preview__badge {
  position: absolute;
  top: clamp(1rem, 2vw, 1.35rem);
  left: clamp(1rem, 2vw, 1.35rem);
  z-index: 4;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.72rem;
  border: 1px solid rgba(94, 231, 255, 0.22);
  border-radius: 999px;
  color: var(--c-cyan-2);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background:
    linear-gradient(145deg, rgba(94, 231, 255, 0.13), rgba(139, 92, 246, 0.07)),
    rgba(3, 6, 11, 0.68);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.project-zoom-dialog {
  width: min(1180px, calc(100vw - 2rem));
  max-width: calc(100vw - 2rem);
  max-height: calc(100dvh - 2rem);
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 30px;
  color: var(--c-text);
  background: transparent;
}

.project-zoom-dialog::backdrop {
  background:
    radial-gradient(circle at 50% 35%, rgba(94, 231, 255, 0.16), transparent 26rem),
    rgba(2, 5, 10, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.project-zoom-dialog__inner {
  max-height: calc(100dvh - 2rem);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(94, 231, 255, 0.24);
  border-radius: inherit;
  background:
    radial-gradient(circle at 12% 0%, rgba(94, 231, 255, 0.14), transparent 22rem),
    radial-gradient(circle at 90% 100%, rgba(139, 92, 246, 0.18), transparent 24rem),
    rgba(5, 8, 14, 0.94);
  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.project-zoom-dialog__bar {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem 0.75rem 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--c-cyan-2);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.035);
}

.project-zoom-dialog__close {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(3, 6, 11, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition:
    border-color 180ms var(--ease-out),
    background 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out),
    transform 180ms var(--ease-out);
}

.project-zoom-dialog__close::before,
.project-zoom-dialog__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--c-text);
  opacity: 0;
  transition:
    opacity 180ms var(--ease-out),
    transform 220ms var(--ease-out);
}

.project-zoom-dialog__close::before {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(0.55);
}

.project-zoom-dialog__close::after {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(0.55);
}

.project-zoom-dialog[open] .project-zoom-dialog__close::before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
}

.project-zoom-dialog[open] .project-zoom-dialog__close::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
}

.project-zoom-dialog__close:hover,
.project-zoom-dialog__close:focus-visible {
  border-color: rgba(94, 231, 255, 0.42);
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(94, 231, 255, 0.14),
    0 0 22px rgba(94, 231, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.project-zoom-dialog__stage {
  position: relative;
  min-height: min(62dvh, 680px);
  max-height: calc(100dvh - 6rem);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(0.75rem, 1.4vw, 1.2rem);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    rgba(3, 6, 11, 0.72);
  background-size: 34px 34px;
}

.project-zoom-dialog__backdrop,
.project-zoom-dialog__image {
  display: block;
  pointer-events: none;
  user-select: none;
}

.project-zoom-dialog__backdrop {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  object-fit: cover;
  filter: blur(26px) brightness(0.38) saturate(0.98);
  opacity: 0.85;
  transform: scale(1.04);
}

.project-zoom-dialog__image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: calc(100dvh - 8rem);
  object-fit: contain;
  border-radius: 20px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(255, 255, 255, 0.12);
}

.project-preview__fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms var(--ease-out);
}

.project-preview.is-missing .project-preview__backdrop,
.project-preview.is-missing .project-preview__image {
  display: none;
}

.project-preview.is-missing .project-preview__fallback {
  opacity: 1;
}

.featured-case-card:not([data-static-preview]):hover .project-preview__frame {
  transform: translateY(-4px);
  border-color: rgba(94, 231, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 32px 80px rgba(0, 0, 0, 0.38),
    0 0 54px rgba(94, 231, 255, 0.16);
}

.project-preview--fitness .project-preview__glow,
.project-preview--hypertrophy .project-preview__glow {
  background:
    radial-gradient(circle at 44% 40%, rgba(163, 255, 122, 0.18), transparent 58%),
    radial-gradient(circle at 76% 78%, rgba(94, 231, 255, 0.12), transparent 54%);
}

.project-preview--fitness .project-preview__frame,
.project-preview--hypertrophy .project-preview__frame {
  border-color: rgba(163, 255, 122, 0.2);
}

.case-lab-visual {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    rgba(3, 6, 11, 0.56);
  background-size: 30px 30px;
}

.case-lab-visual__orb {
  position: absolute;
  inset: 18% auto auto 42%;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(94, 231, 255, 0.22), transparent 64%);
  filter: blur(2px);
  animation: caseOrb 8s var(--ease-out) infinite;
}

.case-lab-window {
  position: absolute;
  display: grid;
  gap: 0.55rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(4, 8, 15, 0.78);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28), 0 0 34px rgba(94, 231, 255, 0.08);
  transition:
    transform 240ms var(--ease-out),
    border-color 240ms var(--ease-out),
    box-shadow 240ms var(--ease-out);
}

.case-lab-window span {
  display: block;
  min-height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
}

.case-lab-window--site {
  top: 11%;
  left: 8%;
  width: 48%;
  min-height: 150px;
  transform: rotate(-2deg);
}

.case-lab-window--site span:first-child {
  width: 70%;
  background: rgba(94, 231, 255, 0.24);
}

.case-lab-window--system {
  right: 8%;
  top: 24%;
  width: 44%;
  min-height: 180px;
  transform: rotate(2deg);
}

.case-lab-window--system span:nth-child(2),
.case-lab-window--system span:nth-child(4) {
  width: 58%;
  background: rgba(163, 255, 122, 0.16);
}

.case-lab-window--mobile {
  left: 18%;
  bottom: 9%;
  width: 28%;
  min-height: 126px;
  border-radius: 24px;
}

.featured-case-card--fitness .case-lab-window--system span:nth-child(2),
.featured-case-card--fitness .case-lab-window--system span:nth-child(4),
.featured-case-card--hypertrophy .case-lab-window--system span:nth-child(2),
.featured-case-card--hypertrophy .case-lab-window--system span:nth-child(4) {
  background: rgba(196, 181, 253, 0.2);
}

.featured-case-card:not([data-static-preview]):hover .case-lab-window--site {
  transform: translateY(-5px) rotate(-3deg);
}

.featured-case-card:not([data-static-preview]):hover .case-lab-window--system {
  transform: translateY(-4px) rotate(3deg);
}

.featured-case-card:not([data-static-preview]):hover .case-lab-window--mobile {
  transform: translateY(-6px);
}

@media (min-width: 720px) {
  .featured-case-card {
    grid-column: span 3;
  }
}

@media (min-width: 1024px) {
  .featured-case-card {
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.8fr);
    align-items: stretch;
  }

  .featured-case-card__result {
    grid-column: 1 / -1;
  }
}

@keyframes caseOrb {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-34px, 24px, 0) scale(1.12); }
}

.case-system-mockup {
  position: relative;
  min-height: 190px;
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at 26% 22%, rgba(94, 231, 255, 0.12), transparent 12rem),
    rgba(3, 6, 11, 0.54);
}

.case-system-mockup span {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.mockup-top {
  top: 16px;
  left: 18px;
  right: 18px;
  height: 20px;
}

.mockup-pane {
  top: 58px;
  width: 32%;
  height: 72px;
}

.mockup-pane--wide {
  left: 18px;
  width: 48%;
  background: rgba(94, 231, 255, 0.16) !important;
}

.mockup-pane:not(.mockup-pane--wide) {
  right: 18px;
}

.mockup-line {
  left: 18px;
  right: 18px;
  bottom: 36px;
  height: 8px;
}

.mockup-line--short {
  right: 42%;
  bottom: 18px;
}

.home-tech__copy,
.home-partner__layout > div:first-child,
.home-security__layout > div:first-child {
  display: grid;
  gap: 1rem;
}

.home-tech h2,
.home-security h2,
.home-partner h2,
.contact-hero h1,
.service-hero h1 {
  font-size: clamp(2.4rem, 4.2vw, 4.25rem);
  max-width: 13ch;
}

.mini-detail-card {
  display: grid;
  gap: 0.55rem;
}

.mini-detail-card span {
  color: var(--c-muted);
}

.comparison-card {
  min-height: 190px;
  display: grid;
  gap: 0.7rem;
  align-content: start;
  padding: clamp(1rem, 1.7vw, 1.28rem);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  background: var(--glass-bg), rgba(8, 12, 20, 0.64);
  box-shadow: var(--shadow-soft);
}

.comparison-card strong {
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.2;
}

.comparison-card p {
  max-width: 36ch;
}

.comparison-card-featured {
  border-color: rgba(94, 231, 255, 0.28);
  background:
    linear-gradient(145deg, rgba(94, 231, 255, 0.13), rgba(139, 92, 246, 0.11)),
    rgba(8, 12, 20, 0.72);
  box-shadow: var(--shadow-soft), 0 0 38px rgba(94, 231, 255, 0.12);
}

.security-panel {
  display: grid;
  gap: 1rem;
}

.security-panel__top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.developer-console {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.55rem;
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  color: var(--c-cyan-2);
  background: rgba(3, 6, 11, 0.7);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.92rem;
}

.developer-console .is-muted {
  color: var(--c-muted);
}

.developer-console .is-success {
  color: var(--c-success);
}

.developer-points {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
  margin-top: 0;
}

.developer-points span {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  color: var(--c-text-soft);
  background: rgba(255, 255, 255, 0.035);
}

.contact-hero-layout {
  display: grid;
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
}

.contact-hero-panel {
  min-height: 420px;
  display: grid;
  align-content: center;
  gap: 1rem;
}

.contact-route-preview {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.contact-route-preview span {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  color: var(--c-text-soft);
  background:
    linear-gradient(135deg, rgba(94, 231, 255, 0.08), rgba(139, 92, 246, 0.05)),
    rgba(255, 255, 255, 0.035);
}

.contact-entry {
  overflow: visible;
}

.contact-intro-block {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.contact-intro-card {
  display: grid;
  gap: 0.9rem;
}

.contact-benefits-grid {
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.contact-benefits-grid .proof-card {
  min-height: auto;
  display: grid;
  gap: 0.55rem;
  align-content: start;
  padding: clamp(1rem, 1.8vw, 1.2rem);
}

.contact-form-card-premium {
  position: relative;
  overflow: hidden;
}

.contact-form-card-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 82% 12%, rgba(94, 231, 255, 0.12), transparent 20rem),
    radial-gradient(circle at 16% 92%, rgba(139, 92, 246, 0.12), transparent 18rem);
}

@media (min-width: 1024px) {
  .contact-layout {
    grid-template-columns: minmax(290px, 0.34fr) minmax(0, 0.66fr);
    align-items: start;
  }

  .contact-form-card-premium {
    align-self: start;
  }
}

.home-funnel__box {
  width: min(calc(100% - 2rem), 1040px);
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.home-funnel__box h2 {
  max-width: 12.5ch;
}

.home-funnel__panel {
  min-width: 0;
}

.home-funnel__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

@media (min-width: 720px) {
  .home-signal-grid,
  .home-service-grid,
  .home-case-grid,
  .home-tech__cards,
  .comparison-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-signal-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-problem__grid,
  .home-security__layout,
  .home-partner__layout,
  .contact-hero-layout,
  .home-funnel__box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .home-hero__layout {
    grid-template-columns: minmax(0, 0.86fr) minmax(470px, 0.96fr);
  }

  .home-transform,
  .home-process {
    min-height: 340svh;
    padding-block: 0;
  }

  .home-transform__layout {
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr);
    align-items: start;
  }

  .home-transform__layout,
  .home-process__layout {
    position: sticky;
    top: var(--header-h);
    min-height: calc(100svh - var(--header-h));
    align-content: center;
    padding-block: clamp(1.2rem, 3vh, 2rem);
  }

  .home-transform__sticky {
    position: relative;
    top: auto;
  }

  .home-transform__sticky h2,
  .home-process__intro h2 {
    font-size: clamp(2.05rem, 3.2vw, 3.35rem);
  }

  .home-transform__sticky > p,
  .home-process__intro > p {
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .home-process__intro {
    gap: 0.7rem;
  }

  .home-process__intro .btn {
    width: fit-content;
    min-height: 44px;
    padding: 0.75rem 1rem;
  }

  .home-process__layout > .home-process__visual {
    position: relative;
    top: auto;
    z-index: 1;
  }

  .home-process__layout {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    grid-template-areas:
      "intro visual"
      "steps visual";
    align-items: start;
  }

  .home-story-steps,
  .home-process__steps {
    --story-progress: 14.285%;
    --process-progress: 14.285%;
    position: relative;
    display: grid;
    grid-template: "active-step" minmax(164px, auto) / minmax(0, 1fr);
    overflow: visible;
    padding: 0 0 1.05rem;
    margin: 0;
    max-height: none;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .home-process__steps {
    grid-template: "active-step" minmax(128px, auto) / minmax(0, 1fr);
  }

  .home-story-steps::before,
  .home-story-steps::after,
  .home-process__steps::before,
  .home-process__steps::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    border-radius: 999px;
  }

  .home-story-steps::before,
  .home-process__steps::before {
    right: 0;
    background: rgba(255, 255, 255, 0.08);
  }

  .home-story-steps::after,
  .home-process__steps::after {
    width: var(--story-progress);
    background: linear-gradient(90deg, var(--c-cyan), var(--c-violet), var(--c-lime));
    box-shadow: 0 0 18px rgba(94, 231, 255, 0.34);
    transition: width 420ms var(--ease-out);
  }

  .home-process__steps::after {
    width: var(--process-progress);
  }

  .home-story-step,
  .process-step-card {
    grid-area: active-step;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.985);
    pointer-events: none;
    transition:
      opacity 360ms var(--ease-out),
      transform 360ms var(--ease-out),
      visibility 360ms var(--ease-out);
  }

  .home-story-step__panel,
  .process-step-card__panel {
    padding: 0.72rem 0.9rem;
    border-radius: 24px;
  }

  .home-story-step__panel h3,
  .process-step-card__panel h3 {
    font-size: clamp(1rem, 1.25vw, 1.16rem);
  }

  .home-story-step__panel p,
  .process-step-card__panel p {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .process-step-card__panel {
    grid-template-columns: 44px 1fr;
  }

  .process-step-card__panel .timeline-step {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .home-transform__layout[data-active-step="1"] .home-story-steps { --story-progress: 14.285%; }
  .home-transform__layout[data-active-step="2"] .home-story-steps { --story-progress: 28.57%; }
  .home-transform__layout[data-active-step="3"] .home-story-steps { --story-progress: 42.855%; }
  .home-transform__layout[data-active-step="4"] .home-story-steps { --story-progress: 57.14%; }
  .home-transform__layout[data-active-step="5"] .home-story-steps { --story-progress: 71.425%; }
  .home-transform__layout[data-active-step="6"] .home-story-steps { --story-progress: 85.71%; }
  .home-transform__layout[data-active-step="7"] .home-story-steps { --story-progress: 100%; }

  .home-process__layout[data-active-step="1"] .home-process__steps { --process-progress: 14.285%; }
  .home-process__layout[data-active-step="2"] .home-process__steps { --process-progress: 28.57%; }
  .home-process__layout[data-active-step="3"] .home-process__steps { --process-progress: 42.855%; }
  .home-process__layout[data-active-step="4"] .home-process__steps { --process-progress: 57.14%; }
  .home-process__layout[data-active-step="5"] .home-process__steps { --process-progress: 71.425%; }
  .home-process__layout[data-active-step="6"] .home-process__steps { --process-progress: 85.71%; }
  .home-process__layout[data-active-step="7"] .home-process__steps { --process-progress: 100%; }

  .home-transform__layout[data-active-step="1"] .home-story-step[data-story-step="1"],
  .home-transform__layout[data-active-step="2"] .home-story-step[data-story-step="2"],
  .home-transform__layout[data-active-step="3"] .home-story-step[data-story-step="3"],
  .home-transform__layout[data-active-step="4"] .home-story-step[data-story-step="4"],
  .home-transform__layout[data-active-step="5"] .home-story-step[data-story-step="5"],
  .home-transform__layout[data-active-step="6"] .home-story-step[data-story-step="6"],
  .home-transform__layout[data-active-step="7"] .home-story-step[data-story-step="7"],
  .home-process__layout[data-active-step="1"] .process-step-card[data-process-step="1"],
  .home-process__layout[data-active-step="2"] .process-step-card[data-process-step="2"],
  .home-process__layout[data-active-step="3"] .process-step-card[data-process-step="3"],
  .home-process__layout[data-active-step="4"] .process-step-card[data-process-step="4"],
  .home-process__layout[data-active-step="5"] .process-step-card[data-process-step="5"],
  .home-process__layout[data-active-step="6"] .process-step-card[data-process-step="6"],
  .home-process__layout[data-active-step="7"] .process-step-card[data-process-step="7"] {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    pointer-events: auto;
  }

  .home-process__visual {
    min-height: min(386px, calc(100svh - var(--header-h) - 3rem));
  }

  .home-process__visual .process-interface {
    min-height: 338px;
  }

  .home-tech__layout {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    align-items: start;
  }
}

@media (min-width: 1024px) and (max-height: 780px) {
  .home-hero__copy {
    gap: 0.8rem;
  }

  .home-hero__copy h1 {
    font-size: clamp(2.35rem, 3.35vw, 3.8rem);
  }

  .home-hero__actions {
    margin-top: 0.35rem;
  }

  .home-hero__micro {
    display: none;
  }

  .home-hero-card--primary {
    right: 1rem;
    bottom: 1rem;
    gap: 0.5rem;
    padding: 1rem;
    max-width: min(460px, calc(100% - 2rem));
  }

  .home-hero-card--primary strong {
    font-size: 1.25rem;
  }

  .home-hero-card--primary p {
    display: none;
  }
}

@media (max-width: 719px) {
  .home-hero {
    min-height: auto;
  }

  .home-hero__visual {
    height: auto;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .home-hero__copy h1 {
    max-width: min(100%, 13.2ch);
    font-size: clamp(2rem, 8vw, 2.35rem);
    line-height: 1.04;
  }

  .home-hero__core {
    --hero-system-shift: 0;
    min-height: min(340px, 62svh);
  }

  .system-canvas,
  .hero-system-canvas {
    display: none;
  }

  .system-canvas.is-rendering ~ .home-system-fallback,
  .hero-system-canvas.is-rendering ~ .home-system-fallback,
  .home-system-fallback {
    display: block;
    z-index: 2;
    opacity: 0.96 !important;
    transform: none;
  }

  .home-system-fallback::before,
  .home-system-fallback::after {
    content: "";
    position: absolute;
    height: auto;
  }

  .home-system-fallback::after {
    transform: none;
  }

  .home-hero-status {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .home-hero-status > div,
  .home-hero-status strong,
  .home-hero-status p {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .home-hero-card--metric,
  .home-hero-card--signal {
    display: none;
  }

  .home-system-node {
    min-width: 74px;
    max-width: 92px;
    min-height: 40px;
    padding: 0.52rem 0.56rem;
    font-size: 0.72rem;
    white-space: nowrap;
    animation: systemNodeFloat 5.6s var(--ease-out) infinite;
  }

  .home-system-core {
    width: 88px;
    border-radius: 26px;
  }

  .home-system-ring--outer {
    width: 82%;
  }

  .home-system-ring--inner {
    width: 58%;
  }

  .home-system-trail {
    left: 15%;
    right: 15%;
  }

  .home-system-node--main { top: 11%; left: 50%; }
  .home-system-node--backend { top: 39%; left: 6%; }
  .home-system-node--automation { top: 39%; right: 5%; }
  .home-system-node--security { bottom: 18%; left: 8%; }
  .home-system-node--data { bottom: 17%; right: 8%; }

  .friction-card,
  .system-card {
    min-height: 520px;
  }

  .pricing-card {
    min-height: auto;
    gap: 0.7rem;
    padding: 1rem;
    min-width: 0;
    max-width: 100%;
  }

  .pricing-detail-button {
    width: 100%;
    justify-content: center;
  }

  .pricing-card__top {
    gap: 0.6rem;
    min-width: 0;
  }

  .pricing-range {
    max-width: 100%;
    font-size: clamp(1.25rem, 6.4vw, 1.55rem);
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  .pricing-note {
    padding-top: 0.75rem;
    font-size: 0.9rem;
    overflow-wrap: break-word;
  }

  .offer-dialog {
    width: min(100vw - 1rem, 430px);
    max-height: calc(100dvh - 1rem);
    border-radius: 24px;
  }

  .offer-dialog__inner {
    max-height: calc(100dvh - 1rem);
    padding: 1rem;
  }

  .offer-dialog h3 {
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }

  .offer-dialog__footer .btn {
    width: 100%;
  }

  .system-flow {
    grid-template-columns: 1fr 1fr;
  }

  .system-flow span + span::before {
    display: none;
  }

  .home-transform,
  .home-process {
    min-height: 390svh;
    padding-block: 0;
  }

  .home-transform__layout,
  .home-process__layout {
    position: sticky;
    top: var(--header-h);
    grid-template-columns: minmax(0, 1fr);
    min-height: calc(100svh - var(--header-h));
    align-content: center;
    gap: clamp(0.65rem, 2svh, 1rem);
    padding-block: clamp(0.55rem, 2svh, 0.9rem);
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .section-heading,
  .home-transform__sticky,
  .home-process__intro,
  .home-story-steps,
  .home-process__steps,
  .story-system,
  .home-process__visual,
  .project-preview,
  .project-preview__frame,
  .pricing-grid {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .section-heading h2,
  .section-heading p,
  .home-transform__sticky h2,
  .home-transform__sticky p,
  .home-process__intro h2,
  .home-process__intro p,
  .home-story-step__panel,
  .process-step-card__panel,
  .pricing-card h3,
  .pricing-card p {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .story-system {
    min-height: clamp(205px, 28svh, 248px);
    margin-top: 0.7rem;
    background:
      radial-gradient(circle at 24% 28%, rgba(94, 231, 255, 0.2), transparent 10rem),
      radial-gradient(circle at 78% 70%, rgba(139, 92, 246, 0.19), transparent 12rem),
      linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
      rgba(3, 6, 11, 0.94);
  }

  .cta-box__copy h2,
  .cta-box__copy p,
  .cta-box__route {
    max-width: 100%;
  }

  .cta-box__step {
    border-radius: 18px;
  }

  .projects-hero-stage {
    min-height: clamp(280px, 72vw, 360px);
    padding: 0.7rem;
  }

  .case-orbit {
    border-radius: 24px;
  }

  .case-orbit__node {
    min-width: 78px;
    min-height: 32px;
    padding: 0.42rem 0.5rem;
    font-size: 0.68rem;
  }

  .case-orbit__panel {
    width: 38%;
    padding: 0.58rem;
    border-radius: 16px;
    font-size: 0.72rem;
  }

  .case-orbit__panel span {
    display: none;
  }

  .case-orbit__core {
    width: 64px;
    height: 64px;
    border-radius: 22px;
  }

  .case-orbit__core span {
    width: 20px;
    height: 20px;
  }

  .process-hero-stage--map {
    min-height: 0;
    padding: 0.7rem;
  }

  .process-map {
    min-height: clamp(250px, 66vw, 320px);
    border-radius: 22px;
  }

  .process-map__node,
  .process-map__check {
    min-height: 32px;
    padding: 0.42rem 0.58rem;
    font-size: 0.64rem;
  }

  .process-map__node--brief,
  .process-map__node--build {
    left: 5%;
  }

  .process-map__node--scope,
  .process-map__node--launch {
    right: 5%;
  }

  .process-map__check {
    width: min(48%, 190px);
  }

  .process-map__core {
    width: clamp(5.2rem, 23vw, 6.5rem);
    height: clamp(5.2rem, 23vw, 6.5rem);
    border-radius: 20px;
  }

  .project-preview {
    min-height: 0;
  }

  .project-preview__frame {
    min-height: 0;
    padding: 0.55rem;
    border-radius: 24px;
  }

  .project-preview__screen {
    min-height: 0;
    aspect-ratio: var(--project-preview-ratio, 2 / 1);
    border-radius: 20px;
  }

  .project-preview__image {
    border-radius: 15px;
  }

  .project-preview__backdrop {
    filter: blur(18px) brightness(0.42) saturate(0.9);
  }

  .project-preview__badge {
    top: 0.85rem;
    left: 0.85rem;
    min-height: 30px;
    padding: 0.42rem 0.58rem;
    font-size: 0.62rem;
  }

  .project-preview__zoom {
    right: 0.75rem;
    bottom: 0.75rem;
    min-height: 34px;
    padding: 0.48rem 0.62rem;
    font-size: 0.68rem;
  }

  .project-preview__zoom span:last-child {
    max-width: 8ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .project-zoom-dialog {
    width: calc(100vw - 1rem);
    max-width: calc(100vw - 1rem);
    max-height: calc(100dvh - 1rem);
    border-radius: 24px;
  }

  .project-zoom-dialog__inner {
    max-height: calc(100dvh - 1rem);
  }

  .project-zoom-dialog__bar {
    min-height: 52px;
    padding: 0.65rem 0.7rem 0.6rem 0.85rem;
    font-size: 0.68rem;
  }

  .project-zoom-dialog__close {
    width: 38px;
    height: 38px;
  }

  .project-zoom-dialog__stage {
    min-height: min(54dvh, 520px);
    max-height: calc(100dvh - 5.3rem);
    padding: 0.55rem;
  }

  .project-zoom-dialog__image {
    max-height: calc(100dvh - 6.5rem);
    border-radius: 16px;
  }

  .home-transform__sticky {
    position: relative;
    top: auto;
    z-index: 2;
    padding-bottom: 0;
    background:
      linear-gradient(180deg, rgba(3, 6, 11, 0.9), rgba(3, 6, 11, 0.72));
  }

  .home-transform__sticky h2,
  .home-process__intro h2 {
    font-size: clamp(1.85rem, 8.4vw, 2.35rem);
    line-height: 1.05;
  }

  .home-transform__sticky > p,
  .home-process__intro > p {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .home-process__layout {
    gap: clamp(0.48rem, 1.35svh, 0.72rem);
    align-content: start;
    padding-block: clamp(0.42rem, 1.4svh, 0.7rem);
  }

  .home-process__intro {
    gap: 0.5rem;
  }

  .home-process__intro .eyebrow {
    margin-bottom: 0.25rem;
  }

  .home-process__intro h2 {
    font-size: clamp(1.62rem, 7.3vw, 2.08rem);
    line-height: 1.04;
  }

  .home-process__intro > p {
    font-size: 0.88rem;
    line-height: 1.43;
  }

  .home-process__intro .btn {
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    padding: 0.62rem 0.85rem;
    justify-content: center;
    text-align: center;
  }

  .home-story-steps,
  .home-process__steps {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template: "active-step" minmax(clamp(162px, 23svh, 214px), auto) / minmax(0, 1fr);
    gap: 0;
    overflow: visible;
    padding: 0;
    margin: 0;
  }

  .home-process__steps {
    grid-template: "active-step" minmax(clamp(112px, 15svh, 148px), auto) / minmax(0, 1fr);
  }

  .home-story-step__panel,
  .process-step-card__panel {
    height: 100%;
    align-content: center;
    padding: 0.85rem;
    border-radius: 24px;
  }

  .home-story-step,
  .process-step-card {
    grid-area: active-step;
    min-height: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(16px) scale(0.985);
    pointer-events: none;
    transition:
      opacity 360ms var(--ease-out),
      transform 360ms var(--ease-out),
      visibility 360ms var(--ease-out);
  }

  .js-ready .home-story-step__panel,
  .js-ready .process-step-card__panel {
    opacity: 1;
    transform: none;
  }

  .home-transform__layout[data-active-step="1"] .home-story-step[data-story-step="1"],
  .home-transform__layout[data-active-step="2"] .home-story-step[data-story-step="2"],
  .home-transform__layout[data-active-step="3"] .home-story-step[data-story-step="3"],
  .home-transform__layout[data-active-step="4"] .home-story-step[data-story-step="4"],
  .home-transform__layout[data-active-step="5"] .home-story-step[data-story-step="5"],
  .home-transform__layout[data-active-step="6"] .home-story-step[data-story-step="6"],
  .home-transform__layout[data-active-step="7"] .home-story-step[data-story-step="7"],
  .home-process__layout[data-active-step="1"] .process-step-card[data-process-step="1"],
  .home-process__layout[data-active-step="2"] .process-step-card[data-process-step="2"],
  .home-process__layout[data-active-step="3"] .process-step-card[data-process-step="3"],
  .home-process__layout[data-active-step="4"] .process-step-card[data-process-step="4"],
  .home-process__layout[data-active-step="5"] .process-step-card[data-process-step="5"],
  .home-process__layout[data-active-step="6"] .process-step-card[data-process-step="6"],
  .home-process__layout[data-active-step="7"] .process-step-card[data-process-step="7"] {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .story-dashboard {
    inset: 24% 8% 19%;
  }

  .story-node {
    min-width: 74px;
    max-width: 92px;
    padding: 0.54rem 0.58rem;
    font-size: 0.78rem;
    }

  .case-lab-visual {
    min-height: 280px;
  }

  .home-process__visual {
    position: relative;
    top: auto;
    z-index: 2;
    min-height: clamp(168px, 21svh, 204px);
    background:
      radial-gradient(circle at 50% 18%, rgba(94, 231, 255, 0.12), transparent 16rem),
      var(--glass-bg),
      rgba(3, 6, 11, 0.94);
  }

  .process-interface {
    min-height: clamp(158px, 19svh, 190px);
    background:
      radial-gradient(circle at 50% 48%, rgba(94, 231, 255, 0.16), transparent 6rem),
      radial-gradient(circle at 70% 60%, rgba(139, 92, 246, 0.18), transparent 7rem),
      linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
      rgba(3, 6, 11, 0.82);
    background-size: 100% 100%, 100% 100%, 28px 28px, 28px 28px, 100% 100%;
  }

  .process-interface__core {
    width: 62px;
    border-radius: 22px;
  }

  .process-interface__ring--outer {
    width: 72%;
  }

  .process-interface__ring--inner {
    width: 48%;
  }

  .process-interface__beam {
    left: 13%;
    right: 13%;
  }

  .process-interface__phase {
    width: 78px;
    min-height: 32px;
    padding: 0.42rem 0.46rem;
  }

  .process-interface__phase::after {
    font-size: 0.7rem;
  }

  .process-interface__bar {
    height: 24px;
  }

  .process-interface__nav,
  .process-interface__hero {
    height: 82px;
  }

  .process-interface__card {
    height: 38px;
  }

  .process-interface__shield {
    width: 34px;
    height: 34px;
  }

  .process-interface__launch {
    width: 96px;
    height: 7px;
  }

  .home-funnel__box {
    width: min(calc(100% - 1.5rem), 390px);
    margin-inline: auto;
  }

  .home-funnel__box h2 {
    font-size: clamp(1.8rem, 8vw, 2.25rem);
  }

  .contact-benefits-grid {
    display: none;
  }

  .contact-intro-card {
    padding: 1rem;
  }

  .contact-intro-card h2 {
    font-size: clamp(1.7rem, 8vw, 2.1rem);
    line-height: 1.05;
  }

  .home-story-step,
  .home-service-card,
  .home-case-card,
  .process-step-card {
    min-height: auto;
  }

  .process-step-card__panel {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 0.62rem;
    padding: 0.66rem 0.72rem;
  }

  .process-step-card__panel .timeline-step {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .process-step-card__panel h3 {
    font-size: 1rem;
    line-height: 1.12;
  }

  .process-step-card__panel p {
    font-size: 0.84rem;
    line-height: 1.34;
  }
}

