:root {
  --bg: #070b1d;
  --bg-soft: #10162d;
  --surface: rgba(16, 22, 45, 0.72);
  --surface-strong: rgba(24, 28, 44, 0.92);
  --line: rgba(132, 160, 255, 0.28);
  --line-strong: rgba(132, 160, 255, 0.48);
  --text: #fffff9;
  --muted: rgba(255, 255, 249, 0.72);
  --primary: #4267fe;
  --primary-soft: rgba(66, 103, 254, 0.18);
  --shadow: 0 24px 80px rgba(7, 11, 29, 0.45);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1180px, calc(100vw - 40px));
  --section-shell: 48px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 15% 20%, rgba(66, 103, 254, 0.18), transparent 22%),
    radial-gradient(circle at 85% 18%, rgba(66, 103, 254, 0.14), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(66, 103, 254, 0.18), transparent 28%),
    linear-gradient(180deg, #060918 0%, #090d20 45%, #0b1024 100%);
  color: var(--text);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.ambient {
  position: fixed;
  inset: auto;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
  animation: pulse 10s ease-in-out infinite;
}

.ambient--left {
  top: 12rem;
  left: -10rem;
  background: rgba(66, 103, 254, 0.55);
}

.ambient--right {
  right: -12rem;
  bottom: 8rem;
  background: rgba(120, 140, 255, 0.35);
  animation-delay: -4s;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 8, 20, 0.62);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 18;
}

.nav-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.container {
  width: var(--container);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section-shell {
  padding-left: 0;
}

.header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  z-index: 20;
}

.brand img {
  width: 180px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: var(--muted);
}

.nav a {
  transition: color 0.25s ease;
}

.nav a:hover {
  color: var(--text);
}

.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(132, 160, 255, 0.35);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  position: relative;
  z-index: 21;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle.is-active span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle.is-active span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(135deg, #5f7cff 0%, #4267fe 55%, #6f8bff 100%);
  box-shadow: 0 18px 40px rgba(66, 103, 254, 0.35);
}

.button--secondary,
.button--ghost {
  border-color: rgba(132, 160, 255, 0.35);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(14px);
}

.button--full {
  width: 100%;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: min(760px, calc(100vh - 96px));
  padding: 24px 0 12px;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(132, 160, 255, 0.18);
  border-radius: 40px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 72%, rgba(92, 120, 255, 0.28), transparent 34%),
    linear-gradient(180deg, rgba(8, 12, 28, 0.9), rgba(7, 10, 24, 0.98));
}

.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(132, 160, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 160, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 92%);
}

.hero__noise {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.03), transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.45;
}

.hero__beam {
  position: absolute;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(132, 160, 255, 0.55), transparent);
  opacity: 0.7;
}

.hero__beam--one {
  top: 28%;
  right: 8%;
  transform: rotate(-18deg);
  animation: beamMove 8s ease-in-out infinite;
}

.hero__beam--two {
  bottom: 22%;
  left: 6%;
  transform: rotate(14deg);
  animation: beamMove 10s ease-in-out infinite reverse;
}

.hero__glow,
.hero__ring {
  position: absolute;
  border-radius: 50%;
}

.hero__glow {
  filter: blur(70px);
  opacity: 0.55;
}

.hero__glow--one {
  width: 320px;
  height: 320px;
  top: 12%;
  right: 14%;
  background: rgba(66, 103, 254, 0.42);
  animation: drift 12s ease-in-out infinite;
}

.hero__glow--two {
  width: 260px;
  height: 260px;
  bottom: 10%;
  left: 12%;
  background: rgba(120, 140, 255, 0.22);
  animation: drift 14s ease-in-out infinite reverse;
}

.hero__ring {
  border: 1px solid rgba(132, 160, 255, 0.14);
}

.hero__ring--one {
  width: 720px;
  height: 720px;
  right: -220px;
  top: -260px;
  animation: spin 28s linear infinite;
}

.hero__ring--two {
  width: 520px;
  height: 520px;
  left: -160px;
  bottom: -260px;
  animation: spinReverse 24s linear infinite;
}

.hero__content,
.hero__visual {
  position: relative;
  z-index: 1;
}

.hero__content {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 88px 32px 110px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #9fb4ff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.contact-hub__intro h2,
.proof-copy h2,
.lead-form h3 {
  margin: 0;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero h1 {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(2.6rem, 4.8vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.hero__lead,
.section-heading p,
.about-showcase__main p,
.metric-card span,
.solutions-feature p,
.solution-line p,
.benefit-spotlight p,
.benefit-chip p,
.case-panel p,
.process-step p,
.proof-copy p,
.proof-list p,
.contact-hub__intro p,
.footer p,
.contact-links a,
.lead-form__intro {
  color: var(--muted);
}

.hero__headline {
  display: grid;
  gap: 14px;
  justify-items: center;
  max-width: 980px;
}

.hero__kicker {
  margin: 0;
  color: #dbe3ff;
  font-size: clamp(0.98rem, 1.8vw, 1.2rem);
  line-height: 1.45;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
}


.hero__arc {
  position: absolute;
  left: 50%;
  bottom: -34%;
  transform: translateX(-50%);
  border-radius: 50%;
  pointer-events: none;
}

.hero__arc--outer {
  width: 132%;
  height: 72%;
  border: 1px solid rgba(132, 160, 255, 0.42);
  background: radial-gradient(circle at 50% 0%, rgba(66, 103, 254, 0.08), transparent 62%);
  box-shadow: 0 -24px 80px rgba(66, 103, 254, 0.18);
}

.hero__arc--inner {
  width: 118%;
  height: 62%;
  border: 1px solid rgba(132, 160, 255, 0.22);
  background: radial-gradient(circle at 50% 0%, rgba(132, 160, 255, 0.12), transparent 68%);
}

.hero-orb,
.hero-eye,
.hero-smiley {
  position: absolute;
  pointer-events: none;
}

.hero-orb {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.72), rgba(132, 160, 255, 0.18) 42%, rgba(66, 103, 254, 0.08) 68%, transparent 72%);
  filter: blur(1px);
  box-shadow: inset -18px -18px 36px rgba(66, 103, 254, 0.18), 0 24px 60px rgba(66, 103, 254, 0.18);
  animation: orbFloat 10s ease-in-out infinite;
}

.hero-orb--left {
  top: 14%;
  left: 8%;
}

.hero-orb--right {
  right: 10%;
  bottom: 18%;
  width: 110px;
  height: 110px;
  animation-delay: -4s;
}

.hero-eye {
  top: 18%;
  right: 18%;
  width: 180px;
  height: 96px;
  border-radius: 999px;
  border: 1px solid rgba(132, 160, 255, 0.24);
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.18), rgba(66, 103, 254, 0.08) 58%, transparent 72%);
  box-shadow: inset 0 0 24px rgba(132, 160, 255, 0.12), 0 18px 40px rgba(7, 11, 29, 0.24);
  animation: eyeBlink 8s ease-in-out infinite;
}

.hero-eye__iris {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at 35% 35%, #ffffff, #8ea7ff 28%, #4267fe 58%, #0b1024 100%);
  box-shadow: 0 0 24px rgba(66, 103, 254, 0.35);
  animation: irisMove 7s ease-in-out infinite;
}

.hero-smiley {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid rgba(132, 160, 255, 0.22);
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.42), rgba(132, 160, 255, 0.16) 48%, rgba(66, 103, 254, 0.08) 72%);
  box-shadow: inset -12px -12px 24px rgba(66, 103, 254, 0.14), 0 18px 40px rgba(7, 11, 29, 0.24);
}

.hero-smiley::before,
.hero-smiley::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
}

.hero-smiley::before {
  left: 24px;
}

.hero-smiley::after {
  right: 24px;
}

.hero-smiley--one {
  left: 18%;
  bottom: 18%;
  animation: smileFloat 9s ease-in-out infinite;
}

.hero-smiley--two {
  right: 14%;
  top: 34%;
  width: 62px;
  height: 62px;
  opacity: 0.82;
  animation: smileFloat 11s ease-in-out infinite reverse;
}

.glass-card {
  background: linear-gradient(180deg, rgba(18, 25, 49, 0.88), rgba(10, 14, 31, 0.82));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.trust {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  align-items: stretch;
  margin-top: 28px;
}

.trust__intro,
.section-heading,
.contact-hub__intro,
.proof-copy,
.lead-form {
  padding-left: 0;
}

.trust__intro {
  display: grid;
  gap: 18px;
  align-content: center;
}

.trust__intro h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.trust__lead {
  margin: 0;
  max-width: 46ch;
  color: var(--muted);
  line-height: 1.75;
}

.trust__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px;
  border-radius: var(--radius-lg);
}

.trust__summary span {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(132, 160, 255, 0.18);
  color: #dbe3ff;
  font-weight: 700;
}

.trust-showcase {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.trust-showcase__main {
  position: relative;
  overflow: hidden;
  padding: 34px;
  min-height: 320px;
  border-radius: var(--radius-xl);
}

.trust-showcase__main::before {
  content: "";
  position: absolute;
  inset: auto -10% -35% auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(66, 103, 254, 0.28), transparent 70%);
}

.trust-showcase__label {
  margin: 0 0 18px;
  color: #9fb4ff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-showcase__main h3 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.trust-showcase__main p:last-child {
  max-width: 46ch;
  margin: 18px 0 0;
  line-height: 1.7;
  color: var(--muted);
}

.trust-showcase__side {
  display: grid;
  gap: 18px;
}

.section {
  padding: 110px 0 0;
}

.section-heading {
  display: grid;
  gap: 18px;
  max-width: 920px;
  margin-bottom: 34px;
}

.section-heading__main {
  display: grid;
  gap: 10px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.section-heading__subline {
  margin: 0;
  max-width: 52ch;
  padding-left: 22px;
  border-left: 1px solid rgba(132, 160, 255, 0.22);
  line-height: 1.7;
}

.section-heading--split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: end;
}

.section-heading--split p {
  margin: 0;
  line-height: 1.7;
}

.about-showcase {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.about-showcase__main,
.metric-card,
.solutions-feature,
.case-panel,
.contact-hub,
.proof-list,
.process-path {
  border-radius: var(--radius-xl);
}

.about-showcase__main {
  position: relative;
  overflow: hidden;
  padding: 34px;
  min-height: 320px;
}

.about-showcase__main::before {
  content: "";
  position: absolute;
  inset: auto -10% -35% auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(66, 103, 254, 0.28), transparent 70%);
}

.about-showcase__label {
  margin: 0 0 18px;
  color: #9fb4ff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-showcase__main h3,
.solutions-feature h3,
.solution-line h3,
.benefit-spotlight h3,
.benefit-chip h3,
.case-panel h3,
.process-step h3,
.proof-list h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.about-showcase__main h3 {
  max-width: 11ch;
  font-size: clamp(2rem, 4vw, 3rem);
}

.about-showcase__main p:last-child {
  max-width: 48ch;
  margin: 18px 0 0;
  line-height: 1.7;
}

.about-showcase__side {
  display: grid;
  gap: 18px;
}

.metric-card {
  padding: 24px;
}

.metric-card strong {
  display: block;
  margin-bottom: 10px;
  color: #dbe3ff;
  font-size: 1.5rem;
}

.solutions-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: start;
}

.solutions-feature {
  position: relative;
  overflow: hidden;
  padding: 30px;
  min-height: 640px;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.solutions-feature__progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.solutions-feature__progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background: linear-gradient(90deg, #8ea7ff, #4267fe);
  transform: scaleX(1);
}

.solutions-feature__top {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: start;
  gap: 18px;
  margin-bottom: 22px;
}

.solutions-feature__heading {
  display: grid;
  gap: 8px;
}

.solutions-feature__eyebrow {
  margin: 0;
  color: #9fb4ff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.solutions-feature__lead {
  margin: 0;
  max-width: 54ch;
  color: #eef2ff;
  font-size: 1.02rem;
  line-height: 1.75;
}

.solutions-feature__story {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(132, 160, 255, 0.14);
}

.solutions-feature__story-copy {
  display: grid;
  gap: 10px;
}

.solutions-feature__label {
  margin: 0;
  color: #9fb4ff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.solutions-feature__text {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.solutions-feature__result {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(132, 160, 255, 0.1);
}

.solutions-feature__result span {
  color: rgba(159, 180, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.solutions-feature__result strong {
  color: rgba(238, 242, 255, 0.88);
  font-weight: 600;
  line-height: 1.5;
}

.solutions-feature__index,
.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--primary-soft);
  color: #a9bbff;
  font-weight: 800;
}

.solutions-stack {
  display: grid;
  gap: 12px;
}

.solutions-feature.is-animated {
  background: linear-gradient(180deg, rgba(24, 34, 68, 0.96), rgba(10, 14, 31, 0.88));
  border-color: rgba(132, 160, 255, 0.34);
  box-shadow: 0 28px 80px rgba(66, 103, 254, 0.18);
}

.solution-line {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid rgba(132, 160, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-line:hover,
.solution-line:focus-visible,
.solution-line.is-active {
  background: rgba(66, 103, 254, 0.08);
  border-color: rgba(132, 160, 255, 0.28);
  box-shadow: 0 18px 40px rgba(7, 11, 29, 0.24);
  outline: none;
}

.solution-line span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(66, 103, 254, 0.12);
  color: #9fb4ff;
  font-weight: 800;
  font-size: 1rem;
}

.solution-line div {
  display: grid;
  gap: 6px;
}

.solution-line h3 {
  margin: 0;
  line-height: 1.15;
}

.solution-line.is-active span,
.solution-line.is-active h3 {
  color: #eef2ff;
}

.solution-line p,
.solutions-feature p,
.benefit-spotlight p,
.benefit-chip p,
.case-panel p,
.process-step p,
.proof-list p {
  margin: 12px 0 0;
  line-height: 1.65;
}

.solution-line p {
  display: block;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.benefits-rail {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.benefit-spotlight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border-radius: var(--radius-xl);
}

.benefit-spotlight__tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(66, 103, 254, 0.14);
  color: #a9bbff;
  font-size: 0.88rem;
  font-weight: 700;
}

.benefit-chip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border: 1px solid rgba(132, 160, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.benefit-chip:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  background: rgba(66, 103, 254, 0.08);
}

.cases-marquee {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.case-panel {
  padding: 26px;
  min-height: 220px;
}

.case-panel__icon {
  position: relative;
  display: inline-block;
  width: 84px;
  height: 84px;
  margin-bottom: 18px;
  border-radius: 24px;
  border: 1px solid rgba(132, 160, 255, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(66, 103, 254, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 36px rgba(7, 11, 29, 0.24);
  overflow: hidden;
}

.case-panel__base,
.case-panel__shape {
  position: absolute;
  display: block;
}

.case-panel__base {
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(132, 160, 255, 0.12), rgba(132, 160, 255, 0.32), rgba(132, 160, 255, 0.12));
}

.case-panel__shape {
  background: linear-gradient(180deg, rgba(244, 247, 255, 0.98), rgba(132, 160, 255, 0.58));
  box-shadow: 0 0 12px rgba(132, 160, 255, 0.18);
}

.case-panel__icon--office .case-panel__shape--a {
  left: 16px;
  bottom: 22px;
  width: 18px;
  height: 34px;
  border-radius: 8px 8px 4px 4px;
}

.case-panel__icon--office .case-panel__shape--b {
  left: 36px;
  bottom: 22px;
  width: 14px;
  height: 46px;
  border-radius: 8px 8px 4px 4px;
}

.case-panel__icon--office .case-panel__shape--c {
  left: 54px;
  bottom: 22px;
  width: 12px;
  height: 28px;
  border-radius: 7px 7px 4px 4px;
}

.case-panel__icon--tower .case-panel__shape--a {
  left: 18px;
  bottom: 22px;
  width: 14px;
  height: 30px;
  border-radius: 8px 8px 4px 4px;
}

.case-panel__icon--tower .case-panel__shape--b {
  left: 36px;
  bottom: 22px;
  width: 18px;
  height: 50px;
  border-radius: 10px 10px 4px 4px;
}

.case-panel__icon--tower .case-panel__shape--c {
  left: 58px;
  bottom: 22px;
  width: 8px;
  height: 38px;
  border-radius: 6px 6px 4px 4px;
}

.case-panel__icon--warehouse .case-panel__shape--a {
  left: 16px;
  bottom: 24px;
  width: 52px;
  height: 24px;
  border-radius: 6px;
}

.case-panel__icon--warehouse .case-panel__shape--b {
  left: 22px;
  bottom: 48px;
  width: 40px;
  height: 14px;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.case-panel__icon--warehouse .case-panel__shape--c {
  left: 38px;
  bottom: 28px;
  width: 10px;
  height: 14px;
  border-radius: 3px;
  background: rgba(66, 103, 254, 0.35);
}

.case-panel__icon--factory .case-panel__shape--a {
  left: 14px;
  bottom: 24px;
  width: 46px;
  height: 22px;
  border-radius: 6px;
}

.case-panel__icon--factory .case-panel__shape--b {
  left: 18px;
  bottom: 46px;
  width: 34px;
  height: 16px;
  clip-path: polygon(0 100%, 18% 40%, 36% 100%, 54% 40%, 72% 100%, 100% 100%, 100% 0, 0 0);
}

.case-panel__icon--factory .case-panel__shape--c {
  right: 16px;
  bottom: 24px;
  width: 10px;
  height: 38px;
  border-radius: 6px 6px 4px 4px;
}

.process-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 28px 24px 24px;
  overflow: hidden;
}

.process-path__progress {
  display: none;
}

.process-path__progress span {
  display: none;
}

.process-step {
  position: relative;
  padding: 24px 20px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  z-index: 1;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.process-step::after {
  display: none;
}

.process-step:last-child::after {
  display: none;
}

.process-step.is-active {
  background: rgba(66, 103, 254, 0.1);
  border-color: rgba(132, 160, 255, 0.34);
  box-shadow: 0 24px 60px rgba(66, 103, 254, 0.14);
  transform: translateY(-6px);
}

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

.proof-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: center;
}

.proof-copy p {
  margin: 18px 0 0;
  max-width: 48ch;
  line-height: 1.7;
}

.proof-list {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.proof-list article {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(132, 160, 255, 0.14);
}

.proof-list article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.section--cta {
  padding-top: 96px;
}

.contact-hub {
  display: grid;
  grid-template-columns: 0.95fr 1px 1.05fr;
  gap: 24px;
  align-items: center;
  padding: 28px;
}

.contact-hub__intro h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  white-space: nowrap;
}

.contact-hub__marker {
  position: relative;
  display: inline-block;
  padding: 0 0.18em;
  color: #eef2ff;
  z-index: 0;
}

.contact-hub__marker::before,
.contact-hub__marker::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact-hub__marker::before {
  inset: -0.16em -0.22em -0.08em;
  border: 2px solid rgba(159, 180, 255, 0.92);
  border-radius: 58% 42% 55% 45% / 46% 58% 42% 54%;
  transform: rotate(-4deg);
  opacity: 0.95;
  z-index: -1;
}

.contact-hub__marker::after {
  inset: -0.1em -0.18em -0.12em;
  border: 2px solid rgba(159, 180, 255, 0.42);
  border-radius: 46% 54% 48% 52% / 58% 42% 56% 44%;
  transform: rotate(2deg);
  z-index: -2;
}

.contact-hub__intro p {
  max-width: 40ch;
  margin: 14px 0 0;
  line-height: 1.6;
}

.contact-hub__visual {
  position: relative;
  min-height: 180px;
  margin-top: 28px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(66, 103, 254, 0.18), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(132, 160, 255, 0.14);
}

.contact-hub__logo-wrap {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  transform: translate(-50%, -50%);
  background: rgba(10, 14, 31, 0.72);
  border: 1px solid rgba(132, 160, 255, 0.18);
  box-shadow: 0 18px 40px rgba(7, 11, 29, 0.28);
}

.contact-hub__logo-wrap img {
  width: 54px;
  opacity: 0.95;
  transform-origin: center;
  animation: logoWink 6s ease-in-out infinite;
}

.contact-hub__orbit,
.contact-hub__pulse {
  position: absolute;
  border-radius: 50%;
}

.contact-hub__orbit {
  inset: 50% auto auto 50%;
  border: 1px solid rgba(132, 160, 255, 0.18);
  transform: translate(-50%, -50%);
}

.contact-hub__orbit--one {
  width: 180px;
  height: 180px;
  animation: spin 18s linear infinite;
}

.contact-hub__orbit--two {
  width: 250px;
  height: 250px;
  border-style: dashed;
  border-color: rgba(132, 160, 255, 0.12);
  animation: spinReverse 24s linear infinite;
}

.contact-hub__pulse {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(66, 103, 254, 0.22), transparent 70%);
}

.contact-hub__pulse--one {
  width: 140px;
  height: 140px;
  animation: haloPulse 4.8s ease-in-out infinite;
}

.contact-hub__pulse--two {
  width: 220px;
  height: 220px;
  opacity: 0.55;
  animation: haloPulse 6.2s ease-in-out infinite reverse;
}

.contact-hub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.contact-chip {
  position: relative;
  overflow: hidden;
}

.contact-chip::after {
  content: "";
  position: absolute;
  inset: auto auto -40% -10%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 70%);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.contact-chip:hover::after,
.contact-chip:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.contact-chip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, background 0.25s ease;
}

.contact-chip:hover .contact-chip__icon,
.contact-chip:focus-visible .contact-chip__icon {
  transform: translate(2px, -2px);
  background: rgba(255, 255, 255, 0.16);
}

.contact-hub__divider {
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(132, 160, 255, 0.35), transparent);
}

.contact-links {
  display: none;
}

.contact-links--inline {
  display: none;
}

.contact-links a {
  width: fit-content;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.contact-link {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(132, 160, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.contact-link--copyable {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-link__main {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.contact-link:hover,
.contact-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(132, 160, 255, 0.34);
  background: rgba(66, 103, 254, 0.08);
  outline: none;
}

.contact-link__copy {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(132, 160, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: #eef2ff;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.contact-link__copy:hover,
.contact-link__copy:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(132, 160, 255, 0.4);
  background: rgba(66, 103, 254, 0.12);
  outline: none;
}

.contact-link__label {
  color: #9fb4ff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-link__value {
  color: #eef2ff;
  font-weight: 700;
}

.contact-links a:hover,
.footer__contacts a:hover {
  color: #9fb4ff;
}

.lead-form {
  display: grid;
  gap: 16px;
}

.lead-form--compact {
  padding: 0;
}

.lead-form__intro {
  margin: -4px 0 4px;
  line-height: 1.6;
}

.lead-form__hint {
  margin: -2px 0 2px;
  color: #9fb4ff;
  font-size: 0.92rem;
  line-height: 1.5;
}

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

.lead-form__field--full {
  grid-column: 1 / -1;
}

.lead-form label {
  display: grid;
  gap: 10px;
}

.lead-form span {
  font-size: 0.95rem;
  color: #dbe3ff;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(132, 160, 255, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 16px 18px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: rgba(132, 160, 255, 0.7);
  box-shadow: 0 0 0 4px rgba(66, 103, 254, 0.14);
  transform: translateY(-1px);
}

.lead-form__success {
  min-height: 24px;
  margin: 0;
  color: #9fd7b2;
}

.lead-form__success[data-state='error'] {
  color: #ff8f8f;
}

.lead-form__submit:disabled {
  cursor: wait;
  opacity: 0.72;
  box-shadow: none;
}

.lead-form__submit {
  min-height: 58px;
  box-shadow: 0 22px 48px rgba(66, 103, 254, 0.42);
}

.success-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 40;
}

.success-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.success-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 20, 0.52);
  backdrop-filter: blur(14px);
}

.success-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  padding: 32px;
  border-radius: 28px;
  text-align: center;
  transform: translateY(18px) scale(0.96);
  transition: transform 0.3s ease;
}

.success-modal.is-visible .success-modal__dialog {
  transform: translateY(0) scale(1);
}

.success-modal__dialog h3 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}

.success-modal__text {
  margin: 14px 0 24px;
  color: var(--muted);
  line-height: 1.6;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 80px 0 40px;
}

.footer__brand img {
  width: 180px;
  margin-bottom: 18px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

.magnetic-card {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  will-change: transform;
}

.magnetic-card:hover {
  border-color: var(--line-strong);
  box-shadow: 0 28px 90px rgba(7, 11, 29, 0.55);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes orbFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -18px, 0) scale(1.04);
  }
}

@keyframes eyeBlink {
  0%,
  44%,
  100% {
    transform: scaleY(1);
  }
  46% {
    transform: scaleY(0.08);
  }
  48% {
    transform: scaleY(1);
  }
}

@keyframes logoWink {
  0%,
  84%,
  100% {
    transform: scaleY(1);
    opacity: 0.95;
  }
  87% {
    transform: scaleY(0.14) scaleX(1.04);
    opacity: 0.88;
  }
  90% {
    transform: scaleY(1);
    opacity: 0.95;
  }
}

@keyframes irisMove {
  0%,
  100% {
    transform: translate(-50%, -50%) translateX(-10px);
  }
  50% {
    transform: translate(-50%, -50%) translateX(12px);
  }
}

@keyframes smileFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -14px, 0) rotate(8deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinReverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(18px, -24px, 0);
  }
}

@keyframes haloPulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes pulseRing {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.9;
  }
}

@keyframes sparkOrbit {
  0% {
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  50% {
    transform: translate3d(18px, -12px, 0) scale(1.2);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(0.9);
  }
}

@keyframes beamMove {
  0%,
  100% {
    opacity: 0.35;
    transform: translateX(0) rotate(-18deg);
  }
  50% {
    opacity: 0.9;
    transform: translateX(18px) rotate(-18deg);
  }
}

@media (max-width: 1180px) {
  :root {
    --section-shell: 36px;
  }

  .hero,
  .about-showcase,
  .solutions-layout,
  .proof-layout,
  .section-heading--split,
  .contact-hub,
  .trust,
  .trust-showcase {
    grid-template-columns: 1fr;
  }

  .trust {
    gap: 24px;
  }

  .trust__intro {
    max-width: none;
    padding-top: 0;
  }

  .benefits-rail,
  .cases-marquee,
  .process-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
  }

  .hero__content {
    padding: 56px 28px 72px;
  }

  .hero h1 {
    font-size: clamp(4rem, 12vw, 7rem);
  }

  .contact-hub__divider {
    display: none;
  }
}

@media (max-width: 860px) {
  :root {
    --section-shell: 22px;
  }

  .container {
    width: min(100vw - 28px, 100%);
  }

  .header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .header__cta {
    display: none;
  }

  .nav {
    position: fixed;
    top: 88px;
    left: 14px;
    right: 14px;
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(10, 14, 31, 0.98);
    border: 1px solid rgba(132, 160, 255, 0.18);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 20;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero {
    padding-top: 12px;
  }

  .hero__backdrop {
    border-radius: 28px;
  }

  .hero__ring,
  .hero__arc,
  .hero-orb,
  .hero-eye,
  .hero-smiley,
  .hero__beam {
    display: none;
  }

  .hero__glow--one {
    width: 220px;
    height: 220px;
    top: 8%;
    right: -6%;
  }

  .hero__glow--two {
    width: 180px;
    height: 180px;
    left: -4%;
    bottom: 8%;
  }

  .hero__content {
    padding: 42px 20px 64px;
  }

  .hero h1 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .hero__lead--wide {
    max-width: 30ch;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__note {
    width: 100%;
    text-align: center;
  }

  .section {
    padding-top: 84px;
  }

  .benefits-rail,
  .cases-marquee,
  .process-path,
  .lead-form__grid {
    grid-template-columns: 1fr;
  }

  .process-path__line {
    left: 50%;
    right: auto;
    top: 28px;
    bottom: 28px;
    width: 6px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(66, 103, 254, 0.18), rgba(66, 103, 254, 0.85), rgba(66, 103, 254, 0.18));
  }

  .process-path__line::before,
  .process-path__line::after {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }

  .process-path__line::before {
    top: 0;
  }

  .process-path__line::after {
    top: auto;
    bottom: 0;
  }

  .process-step {
    padding-left: 84px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__contacts {
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .brand img {
    width: 138px;
  }

  .hero {
    padding-top: 8px;
  }

  .hero__backdrop {
    border-radius: 24px;
  }

  .hero__grid {
    background-size: 28px 28px;
  }

  .hero__glow--one {
    width: 160px;
    height: 160px;
    top: 10%;
    right: -10%;
    filter: blur(48px);
  }

  .hero__glow--two {
    width: 140px;
    height: 140px;
    left: -8%;
    bottom: 10%;
    filter: blur(42px);
  }

  .hero__content {
    padding: 34px 16px 54px;
  }

  .hero__headline {
    max-width: 100%;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.6rem, 18vw, 4rem);
    line-height: 0.94;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .hero__kicker {
    font-size: 0.95rem;
  }

  .hero__lead--wide {
    max-width: 100%;
    font-size: 1rem;
  }

  .hero__note {
    font-size: 0.92rem;
    padding: 12px 16px;
  }

  .trust__intro h2 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .trust__summary {
    padding: 18px;
  }

  .trust__summary span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .trust-showcase__main,
  .trust-showcase__side .metric-card {
    padding: 22px;
    border-radius: 24px;
  }

  .trust-showcase__main {
    min-height: auto;
  }

  .trust-showcase__main h3 {
    max-width: none;
    font-size: clamp(1.8rem, 9vw, 2.4rem);
  }

  .about-showcase__main,
  .metric-card,
  .solutions-feature,
  .case-panel,
  .contact-hub,
  .proof-list,
  .process-path {
    padding: 22px;
    border-radius: 24px;
  }

  .about-showcase__main h3,
  .section-heading h2,
  .proof-copy h2,
  .lead-form h3 {
    font-size: clamp(1.8rem, 9vw, 2.4rem);
  }

  .contact-hub__intro h2 {
    white-space: normal;
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .contact-hub__marker::before {
    inset: -0.04em -0.12em 0;
  }

  .contact-hub__visual {
    min-height: 150px;
  }

  .contact-hub__orbit--one {
    width: 150px;
    height: 150px;
  }

  .contact-hub__orbit--two {
    width: 210px;
    height: 210px;
  }

  .solution-line {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-hub__actions,
  .contact-links--inline {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-hub__actions .button,
  .contact-links--inline a {
    width: 100%;
    justify-content: center;
  }

  .lead-form input,
  .lead-form textarea {
    padding: 14px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
