.home-page {
  --home-white: #ffffff;
  --home-soft: #f5f9ff;
  --home-blue: #006bff;
  --home-blue-deep: #0049c7;
  --home-cyan: #00d5ff;
  --home-ink: #071426;
  --home-muted: #5f6f8c;
  --home-line: #d8e5f8;
  --home-line-strong: #b9d1f6;
  --home-silver: #eef4fb;
  --home-shadow: 0 24px 70px rgba(0, 74, 173, 0.12);
  --header-height: 72px;
  color-scheme: light;
  background: var(--home-white);
  color: var(--home-ink);
}

.home-page .page-grid {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 107, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 107, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 48%, #ffffff 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.home-page .page-grid::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--pointer-x, 72%) var(--pointer-y, 28%), rgba(0, 107, 255, 0.12), transparent 28rem);
  content: "";
  transition: background 180ms ease;
}

.home-page main {
  overflow: hidden;
}

.home-page #services,
.home-page #cases,
.home-page #about,
.home-page #contact {
  scroll-margin-top: 96px;
}

.home-page .site-header {
  top: 0;
  grid-template-columns: auto minmax(0, 1fr) auto;
  height: var(--header-height);
  padding: 0 clamp(22px, 5vw, 72px);
  border-bottom: 1px solid rgba(0, 107, 255, 0.14);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 40px rgba(0, 43, 110, 0.055);
  backdrop-filter: blur(22px);
}

.home-page.is-scrolled .site-header,
.home-page .is-scrolled .site-header {
  background: rgba(255, 255, 255, 0.96);
}

.home-page .brand {
  gap: 0;
  color: var(--home-ink);
  font-size: 22px;
  letter-spacing: 0;
}

.home-page .brand-logo {
  height: 62px;
  border-radius: 10px;
  box-shadow: none;
}

.home-page .brand-mark {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--home-blue), #2c8dff);
  box-shadow: 0 12px 28px rgba(0, 107, 255, 0.24);
}

.home-page .brand-mark::before,
.home-page .brand-mark::after {
  position: absolute;
  content: "";
}

.home-page .brand-mark::before {
  inset: 6px 12px 6px 6px;
  border-radius: 5px;
  background: #fff;
}

.home-page .brand-mark::after {
  right: -3px;
  bottom: 2px;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--home-cyan), var(--home-blue));
}

.home-page .main-nav {
  gap: clamp(24px, 3.6vw, 50px);
  color: #263957;
  font-size: 15px;
  font-weight: 700;
}

.home-page .main-nav a {
  position: relative;
  display: inline-flex;
  height: var(--header-height);
  align-items: center;
}

.home-page .main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: var(--home-blue);
  opacity: 0;
  transform: scaleX(0.36);
  transition: opacity 180ms ease, transform 180ms ease;
  content: "";
}

.home-page .main-nav a:hover,
.home-page .footer-links a:hover,
.home-page .mobile-nav a:hover {
  color: var(--home-blue);
}

.home-page .main-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-page .header-actions {
  gap: 12px;
}

.home-page .header-cta {
  min-width: 124px;
  height: 44px;
  border-radius: 8px;
  background: var(--home-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 34px rgba(0, 107, 255, 0.22);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.home-page .header-cta:hover {
  background: var(--home-blue-deep);
  transform: translateY(-1px);
  box-shadow: 0 22px 42px rgba(0, 107, 255, 0.26);
}

.home-page .menu-toggle {
  border-color: var(--home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 43, 110, 0.09);
}

.home-page .menu-toggle span {
  background: var(--home-ink);
}

.home-page .mobile-nav {
  top: var(--header-height);
  z-index: 24;
  padding: 12px 22px 18px;
  border-bottom: 1px solid var(--home-line);
  background: rgba(255, 255, 255, 0.96);
  color: var(--home-ink);
  box-shadow: 0 22px 50px rgba(0, 43, 110, 0.1);
}

.home-page .mobile-nav a {
  color: #263957;
  font-weight: 800;
}

.home-page .hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  padding: clamp(54px, 7vw, 88px) clamp(22px, 5vw, 72px) 28px;
  background:
    linear-gradient(120deg, rgba(0, 107, 255, 0.08), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.home-page .hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--pointer-x, 70%) var(--pointer-y, 32%), rgba(0, 213, 255, 0.16), transparent 22rem),
    linear-gradient(115deg, transparent 0 48%, rgba(0, 107, 255, 0.08) 49%, transparent 58%);
  content: "";
}

.home-page .hero::after {
  display: none;
}

.home-page .hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  gap: clamp(36px, 5vw, 78px);
  width: min(1480px, 100%);
  margin: 0 auto;
  align-items: center;
}

.home-page .hero-content {
  width: min(680px, 100%);
  margin: 0;
  text-align: left;
}

.home-page .eyebrow {
  margin: 0 0 20px;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.home-page .hero h1 {
  display: grid;
  gap: 4px;
  color: var(--home-ink);
  font-size: clamp(52px, 5vw, 66px);
  font-weight: 900;
  line-height: 0.98;
}

.home-page .hero h1 span {
  display: block;
  width: max-content;
  max-width: 100%;
}

.home-page .text-gradient {
  background: linear-gradient(90deg, var(--home-blue) 0%, var(--home-blue) 68%, var(--home-cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-page .hero-subtitle {
  width: min(610px, 100%);
  margin: 24px 0 0;
  color: #344763;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.78;
}

.home-page .hero-actions {
  justify-content: flex-start;
  gap: 16px;
  margin-top: 38px;
}

.home-page .btn {
  min-width: 168px;
  height: 54px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
}

.home-page .btn-primary {
  background: var(--home-blue);
  box-shadow: 0 20px 42px rgba(0, 107, 255, 0.24);
}

.home-page .btn-primary:hover {
  background: var(--home-blue-deep);
}

.home-page .btn-ghost {
  border: 1px solid var(--home-line-strong);
  background: #fff;
  color: var(--home-ink);
  box-shadow: 0 16px 38px rgba(0, 43, 110, 0.08);
}

.home-page .btn-ghost:hover {
  border-color: var(--home-blue);
  background: #f7fbff;
}

.home-page .btn svg {
  width: 18px;
  height: 18px;
}

.home-page .proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(640px, 100%);
  margin: 42px 0 0;
}

.home-page .proof-card {
  min-height: 88px;
  padding: 16px 18px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(0, 43, 110, 0.07);
  text-align: left;
  backdrop-filter: blur(12px);
}

.home-page .proof-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--home-blue);
  font-size: 12px;
  font-weight: 900;
}

.home-page .proof-card h3 {
  color: var(--home-ink);
  font-size: 17px;
}

.home-page .proof-card p {
  margin-top: 8px;
  color: var(--home-muted);
  font-size: 13px;
}

.home-page .hero-visual {
  position: relative;
  min-height: 560px;
}

.home-page .command-stage {
  position: absolute;
  inset: 8px 0 0;
  overflow: hidden;
  border: 1px solid rgba(0, 107, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(236, 246, 255, 0.58)),
    linear-gradient(90deg, rgba(0, 107, 255, 0.13) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 107, 255, 0.1) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  box-shadow: var(--home-shadow);
}

.home-page .hero-motion-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home-page .hero-light-ribbons {
  position: absolute;
  z-index: 3;
  inset: -2% -4%;
  overflow: hidden;
  pointer-events: none;
}

.home-page .hero-light-ribbons span {
  --ribbon-rotate: -10deg;
  position: absolute;
  left: 7%;
  width: 86%;
  height: 42%;
  border: 1px solid transparent;
  border-top-color: rgba(0, 107, 255, 0.44);
  border-left-color: rgba(0, 213, 255, 0.2);
  border-radius: 50%;
  filter: drop-shadow(0 0 18px rgba(0, 107, 255, 0.28));
  opacity: 0.56;
  transform: perspective(900px) rotateX(64deg) rotateZ(var(--ribbon-rotate)) translateY(10px) scaleX(0.92);
}

.home-page .hero-light-ribbons span:nth-child(1) {
  top: 20%;
}

.home-page .hero-light-ribbons span:nth-child(2) {
  --ribbon-rotate: -2deg;
  top: 36%;
  left: 1%;
  width: 98%;
  border-top-color: rgba(0, 213, 255, 0.48);
  opacity: 0.42;
}

.home-page .hero-light-ribbons span:nth-child(3) {
  --ribbon-rotate: 9deg;
  top: 54%;
  left: 11%;
  width: 76%;
  border-top-color: rgba(0, 107, 255, 0.34);
  opacity: 0.36;
}

.home-page .hero-lighthouse-core {
  position: absolute;
  z-index: 7;
  top: 126px;
  left: 56%;
  width: 210px;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: drop-shadow(0 18px 44px rgba(0, 107, 255, 0.2));
  pointer-events: none;
  translate: -50% 0;
}

.home-page .core-glow,
.home-page .core-ring,
.home-page .core-node {
  position: absolute;
  border-radius: 50%;
}

.home-page .core-glow {
  inset: 26%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.96) 0 18%, rgba(0, 213, 255, 0.5) 19% 34%, rgba(0, 107, 255, 0.18) 35% 62%, transparent 63%);
  box-shadow:
    0 0 34px rgba(0, 213, 255, 0.42),
    0 0 62px rgba(0, 107, 255, 0.24);
}

.home-page .core-ring {
  inset: 8%;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background: conic-gradient(from 120deg, transparent, rgba(0, 213, 255, 0.68), rgba(255, 255, 255, 0.94), rgba(0, 107, 255, 0.56), transparent 72%);
  -webkit-mask: radial-gradient(circle, transparent 56%, #000 57% 60%, transparent 61%);
  mask: radial-gradient(circle, transparent 56%, #000 57% 60%, transparent 61%);
}

.home-page .core-ring-b {
  inset: 18%;
  opacity: 0.82;
  -webkit-mask: radial-gradient(circle, transparent 50%, #000 51% 54%, transparent 55%);
  mask: radial-gradient(circle, transparent 50%, #000 51% 54%, transparent 55%);
}

.home-page .core-ring-c {
  inset: 2%;
  opacity: 0.5;
  -webkit-mask: radial-gradient(circle, transparent 63%, #000 64% 65%, transparent 66%);
  mask: radial-gradient(circle, transparent 63%, #000 64% 65%, transparent 66%);
}

.home-page .core-node {
  --node-rotate: 0deg;
  --node-radius: 98px;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.18),
    0 0 22px rgba(0, 213, 255, 0.72);
  transform: rotate(var(--node-rotate)) translateX(var(--node-radius));
  transform-origin: 0 0;
}

.home-page .core-node-b {
  --node-rotate: 128deg;
  --node-radius: 82px;
  background: var(--home-cyan);
}

.home-page .core-node-c {
  --node-rotate: 248deg;
  --node-radius: 108px;
  background: var(--home-blue);
}

.home-page .hero-vector-field,
.home-page .hero-motion-dots {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.home-page .hero-vector-field {
  overflow: hidden;
}

.home-page .hero-vector-field i {
  --line-rotate: 0deg;
  position: absolute;
  display: block;
  height: 1px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, rgba(0, 107, 255, 0.38), rgba(0, 213, 255, 0.78), transparent);
  transform-origin: left center;
  transform: rotate(var(--line-rotate)) scaleX(0.18);
}

.home-page .hero-vector-field i:nth-child(1) {
  top: 20%;
  left: 8%;
  width: 62%;
}

.home-page .hero-vector-field i:nth-child(2) {
  top: 46%;
  left: 22%;
  width: 70%;
}

.home-page .hero-vector-field i:nth-child(3) {
  top: 70%;
  left: 12%;
  width: 56%;
}

.home-page .hero-vector-field i:nth-child(4) {
  --line-rotate: 90deg;
  top: 32%;
  left: 58%;
  width: 36%;
}

.home-page .hero-motion-dots span {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-blue);
  box-shadow:
    0 0 0 5px rgba(0, 107, 255, 0.1),
    0 0 24px rgba(0, 107, 255, 0.58);
}

.home-page .hero-motion-dots span::after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 107, 255, 0.42), transparent);
  content: "";
  transform: translateY(-50%);
}

.home-page .hero-motion-dots span:nth-child(1) { top: 16%; left: 12%; }
.home-page .hero-motion-dots span:nth-child(2) { top: 24%; left: 42%; background: var(--home-cyan); }
.home-page .hero-motion-dots span:nth-child(3) { top: 38%; left: 18%; }
.home-page .hero-motion-dots span:nth-child(4) { top: 44%; left: 68%; background: var(--home-cyan); }
.home-page .hero-motion-dots span:nth-child(5) { top: 58%; left: 28%; }
.home-page .hero-motion-dots span:nth-child(6) { top: 72%; left: 82%; background: var(--home-cyan); }
.home-page .hero-motion-dots span:nth-child(7) { top: 78%; left: 14%; }
.home-page .hero-motion-dots span:nth-child(8) { top: 12%; left: 78%; background: var(--home-cyan); }
.home-page .hero-motion-dots span:nth-child(9) { top: 66%; left: 52%; }
.home-page .hero-motion-dots span:nth-child(10) { top: 30%; left: 86%; }
.home-page .hero-motion-dots span:nth-child(11) { top: 84%; left: 62%; background: var(--home-cyan); }
.home-page .hero-motion-dots span:nth-child(12) { top: 50%; left: 8%; }

.home-page .scan-beam {
  position: absolute;
  z-index: 6;
  top: -18%;
  bottom: -18%;
  left: -28%;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(0, 213, 255, 0.2), rgba(255, 255, 255, 0.46), rgba(0, 107, 255, 0.16), transparent);
  filter: blur(2px);
  opacity: 0.72;
  pointer-events: none;
  transform: skewX(-18deg);
}

.home-page .orbit {
  position: absolute;
  z-index: 3;
  right: 17%;
  bottom: 80px;
  width: 38%;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 107, 255, 0.14);
  border-radius: 50%;
  transform: perspective(860px) rotateX(62deg);
}

.home-page .orbit-two {
  right: 10%;
  bottom: 48px;
  width: 52%;
  border-color: rgba(0, 213, 255, 0.16);
}

.home-page .orbit span {
  position: absolute;
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-blue);
  box-shadow: 0 0 22px rgba(0, 107, 255, 0.72);
}

.home-page .orbit-two span {
  background: var(--home-cyan);
  box-shadow: 0 0 22px rgba(0, 213, 255, 0.72);
}

.home-page .data-stream {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 12px;
  opacity: 0.7;
  pointer-events: none;
}

.home-page .stream-a {
  top: 72px;
  left: 8%;
  width: 32%;
}

.home-page .stream-b {
  right: 6%;
  bottom: 130px;
  width: 24%;
}

.home-page .data-stream span {
  display: block;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, rgba(0, 107, 255, 0.6), rgba(0, 213, 255, 0.9), transparent);
  transform-origin: left;
}

.home-page .data-stream span:nth-child(2) {
  width: 72%;
}

.home-page .data-stream span:nth-child(3) {
  width: 48%;
}

.home-page .command-stage::before {
  position: absolute;
  z-index: 1;
  inset: 12% -6% auto 26%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 107, 255, 0.4), transparent);
  box-shadow:
    0 86px 0 rgba(0, 107, 255, 0.16),
    0 172px 0 rgba(0, 107, 255, 0.14),
    0 258px 0 rgba(0, 107, 255, 0.1);
  content: "";
}

.home-page .command-halo {
  position: absolute;
  z-index: 1;
  right: 8%;
  bottom: 70px;
  width: 54%;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 107, 255, 0.2);
  border-radius: 50%;
  transform: perspective(860px) rotateX(62deg);
}

.home-page .command-halo::before,
.home-page .command-halo::after {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(0, 213, 255, 0.22);
  border-radius: inherit;
  content: "";
}

.home-page .command-halo::after {
  inset: 26%;
  border-color: rgba(0, 107, 255, 0.34);
}

.home-page .command-screen {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(0, 107, 255, 0.28);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(5, 37, 95, 0.96), rgba(0, 107, 255, 0.86));
  color: #fff;
  box-shadow:
    0 30px 60px rgba(0, 76, 180, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.home-page .screen-main::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 0 42%, rgba(0, 213, 255, 0.16) 48%, transparent 56%);
  opacity: 0.42;
  pointer-events: none;
  content: "";
}

.home-page .screen-main {
  top: 84px;
  right: 12%;
  width: min(480px, 68%);
  height: 300px;
  padding: 18px;
}

.home-page .screen-top {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.home-page .screen-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
}

.home-page .ai-core {
  position: absolute;
  top: 66px;
  left: 50%;
  display: grid;
  width: 128px;
  height: 128px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  transform: translateX(-50%);
}

.home-page .ai-core::before,
.home-page .ai-core::after {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(0, 213, 255, 0.62);
  border-radius: inherit;
  content: "";
}

.home-page .ai-core::after {
  inset: -14px;
  border-style: dashed;
  opacity: 0.55;
}

.home-page .ai-core span {
  font-size: 38px;
  font-weight: 900;
}

.home-page .signal-bars {
  position: absolute;
  right: 20px;
  bottom: 28px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 70px;
}

.home-page .signal-bars i {
  display: block;
  width: 14px;
  border-radius: 3px 3px 0 0;
  background: rgba(255, 255, 255, 0.78);
}

.home-page .signal-bars i:nth-child(1) { height: 28px; }
.home-page .signal-bars i:nth-child(2) { height: 48px; }
.home-page .signal-bars i:nth-child(3) { height: 36px; }
.home-page .signal-bars i:nth-child(4) { height: 64px; }
.home-page .signal-bars i:nth-child(5) { height: 54px; }

.home-page .data-lines {
  position: absolute;
  left: 22px;
  bottom: 28px;
  display: grid;
  gap: 12px;
  width: 34%;
}

.home-page .data-lines span {
  height: 8px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.62);
}

.home-page .data-lines span:nth-child(2) { width: 74%; }
.home-page .data-lines span:nth-child(3) { width: 88%; }
.home-page .data-lines span:nth-child(4) { width: 56%; }

.home-page .screen-side {
  top: 136px;
  right: 2%;
  width: 190px;
  height: 142px;
  padding: 18px;
  background: rgba(0, 107, 255, 0.86);
}

.home-page .line-chart {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.home-page .line-chart i {
  display: block;
  width: 22px;
  border-radius: 4px 4px 0 0;
  background: rgba(255, 255, 255, 0.72);
}

.home-page .line-chart i:nth-child(1) { height: 20px; }
.home-page .line-chart i:nth-child(2) { height: 42px; }
.home-page .line-chart i:nth-child(3) { height: 34px; }
.home-page .line-chart i:nth-child(4) { height: 58px; }
.home-page .line-chart i:nth-child(5) { height: 48px; }

.home-page .screen-side p,
.home-page .screen-mini p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
}

.home-page .screen-mini {
  left: 10%;
  bottom: 92px;
  width: 180px;
  height: 112px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--home-blue);
}

.home-page .screen-mini span {
  font-size: 34px;
  font-weight: 900;
}

.home-page .screen-mini p {
  color: var(--home-muted);
}

.home-page .base-ring {
  position: absolute;
  z-index: 2;
  right: 8%;
  bottom: 52px;
  width: 54%;
  height: 80px;
  border: 1px solid rgba(0, 107, 255, 0.32);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(0, 107, 255, 0.1), rgba(255, 255, 255, 0.5));
  box-shadow: 0 22px 60px rgba(0, 107, 255, 0.18);
}

.home-page .project-rail {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  width: min(1480px, calc(100% - clamp(44px, 10vw, 144px)));
  margin: -6px auto 0;
  padding: 18px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(0, 43, 110, 0.08);
  backdrop-filter: blur(16px);
}

.home-page .rail-label {
  display: grid;
  gap: 6px;
  align-content: center;
  padding: 0 16px;
  border-right: 1px solid var(--home-line);
}

.home-page .rail-label span {
  color: var(--home-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-page .rail-label strong {
  font-size: 16px;
}

.home-page .rail-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-page .rail-links a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 12px;
  min-height: 72px;
  align-content: center;
  padding: 14px 16px;
  border: 1px solid rgba(0, 107, 255, 0.16);
  border-radius: 8px;
  background: #f8fbff;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.home-page .rail-links a:hover {
  border-color: rgba(0, 107, 255, 0.46);
  background: #fff;
  box-shadow: 0 18px 38px rgba(0, 107, 255, 0.12);
  transform: translateY(-2px);
}

.home-page .rail-links small {
  grid-column: 1 / -1;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 800;
}

.home-page .rail-links span {
  color: var(--home-ink);
  font-size: 15px;
  font-weight: 900;
}

.home-page .rail-links svg {
  width: 18px;
  height: 18px;
  color: var(--home-blue);
}

.home-page .section {
  padding: clamp(82px, 9vw, 126px) clamp(22px, 5vw, 72px);
  background: transparent;
}

.home-page .section-heading {
  width: min(840px, 100%);
  margin-bottom: 56px;
}

.home-page .section-heading h2,
.home-page .section h2 {
  color: var(--home-ink);
  font-size: clamp(42px, 4.8vw, 62px);
  font-weight: 900;
  line-height: 1.08;
}

.home-page .section-heading p,
.home-page .section-about p,
.home-page .section-contact p {
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.75;
}

.home-page .service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: min(1480px, 100%);
}

.home-page .service-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.96)),
    linear-gradient(90deg, rgba(0, 107, 255, 0.08) 1px, transparent 1px);
  background-size: auto, 36px 36px;
  box-shadow: 0 18px 52px rgba(0, 43, 110, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-page .service-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 36%, rgba(0, 107, 255, 0.08) 45%, transparent 56%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-45%);
  transition: opacity 180ms ease, transform 420ms ease;
  content: "";
}

.home-page .service-card::before {
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 3px;
  border-radius: 0 0 99px 99px;
  background: var(--home-blue);
  content: "";
}

.home-page .service-card:hover {
  border-color: rgba(0, 107, 255, 0.4);
  box-shadow: 0 26px 70px rgba(0, 75, 180, 0.14);
  transform: translateY(-4px);
}

.home-page .service-card:hover::after {
  opacity: 1;
  transform: translateX(45%);
}

.home-page .service-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 28px;
}

.home-page .service-index {
  color: #9ebbec;
  font-size: 18px;
  font-weight: 900;
}

.home-page .service-icon {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  margin: 0;
  background: var(--home-blue);
  color: #fff;
  box-shadow: 0 18px 38px rgba(0, 107, 255, 0.2);
}

.home-page .accent-orange .service-icon,
.home-page .accent-pink .service-icon,
.home-page .accent-green .service-icon,
.home-page .accent-blue .service-icon {
  background: linear-gradient(135deg, var(--home-blue), #1684ff);
}

.home-page .service-icon svg {
  width: 28px;
  height: 28px;
}

.home-page .service-card h3 {
  margin-bottom: 14px;
  color: var(--home-ink);
  font-size: 24px;
  line-height: 1.2;
}

.home-page .service-card p {
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.65;
}

.home-page .service-card ul {
  gap: 10px;
  color: #344763;
  font-size: 14px;
}

.home-page .service-card li::marker,
.home-page .accent-blue li::marker,
.home-page .accent-orange li::marker,
.home-page .accent-pink li::marker,
.home-page .accent-green li::marker {
  color: var(--home-blue);
}

.home-page .service-actions {
  gap: 10px 16px;
  margin-top: 26px;
}

.home-page .service-action {
  color: var(--home-blue);
  font-size: 14px;
}

.home-page .service-action svg {
  color: var(--home-blue);
}

.home-page .section-cases {
  background: linear-gradient(180deg, rgba(245, 249, 255, 0.7), #ffffff);
}

.home-page .case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(1480px, 100%);
}

.home-page .case-card {
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(0, 43, 110, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-page .case-card:hover {
  border-color: rgba(0, 107, 255, 0.34);
  box-shadow: 0 28px 70px rgba(0, 75, 180, 0.13);
  transform: translateY(-4px);
}

.home-page .case-card img {
  aspect-ratio: 16 / 9;
}

.home-page .case-body {
  padding: 24px;
}

.home-page .case-body h3 {
  color: var(--home-ink);
  font-size: 24px;
}

.home-page .case-copy span {
  color: var(--home-blue);
}

.home-page .case-copy p {
  color: var(--home-muted);
}

.home-page .case-stats {
  gap: 10px;
  border-top-color: var(--home-line);
}

.home-page .case-stat {
  padding: 10px;
  border-radius: 8px;
  background: var(--home-soft);
}

.home-page .case-stat strong {
  color: var(--home-blue);
  font-size: 18px;
}

.home-page .case-stat span {
  color: var(--home-muted);
}

.home-page .section-about,
.home-page .section-contact {
  padding-top: clamp(96px, 9vw, 132px);
}

.home-page .about-panel,
.home-page .contact-layout {
  width: min(1480px, 100%);
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 107, 255, 0.09), transparent 52%),
    #fff;
  box-shadow: var(--home-shadow);
}

.home-page .about-panel {
  grid-template-columns: 0.8fr 1.15fr;
  gap: clamp(34px, 5vw, 74px);
  align-items: start;
}

.home-page .about-panel h2,
.home-page .contact-layout h2 {
  max-width: 680px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.12;
  text-wrap: balance;
}

.home-page .about-metrics div {
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #f8fbff;
}

.home-page .about-metrics strong {
  color: var(--home-blue);
  font-size: 38px;
}

.home-page .about-metrics span {
  color: var(--home-muted);
}

.home-page .contact-layout {
  grid-template-columns: 1fr minmax(360px, 0.82fr);
}

.home-page .contact-card {
  gap: 14px;
}

.home-page .contact-line {
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 43, 110, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.home-page .contact-line:hover {
  border-color: rgba(0, 107, 255, 0.32);
  box-shadow: 0 18px 42px rgba(0, 107, 255, 0.12);
  transform: translateX(3px);
}

.home-page .contact-line svg {
  color: var(--home-blue);
}

.home-page .contact-line small {
  color: var(--home-muted);
}

.home-page .contact-line a,
.home-page .contact-line span {
  color: var(--home-ink);
}

.home-page .site-footer {
  grid-template-columns: 1.35fr 0.72fr 1fr;
  border-top: 1px solid var(--home-line);
  background: #f8fbff;
}

.home-page .site-footer h3,
.home-page .site-footer .brand {
  color: var(--home-ink);
}

.home-page .site-footer .brand-logo {
  height: 92px;
}

.home-page .site-footer p,
.home-page .footer-contact p,
.home-page .footer-links a {
  color: var(--home-muted);
}

.home-page .copyright {
  border-top-color: var(--home-line);
}

@media (prefers-reduced-motion: no-preference) {
  .home-page .page-grid {
    animation: home-grid-drift 18s linear infinite;
  }

  .home-page .brand-mark::after {
    animation: home-mark-pulse 2.8s ease-in-out infinite;
  }

  .home-page .scan-beam {
    animation: home-scan 5.8s ease-in-out infinite;
  }

  .home-page .hero-light-ribbons span {
    animation: home-ribbon-drift 7.2s ease-in-out infinite;
  }

  .home-page .hero-light-ribbons span:nth-child(2) {
    animation-delay: 0.7s;
    animation-duration: 8.4s;
  }

  .home-page .hero-light-ribbons span:nth-child(3) {
    animation-delay: 1.18s;
    animation-duration: 9.2s;
  }

  .home-page .hero-lighthouse-core {
    animation: home-core-breathe 3.8s ease-in-out infinite;
  }

  .home-page .core-ring-a {
    animation: home-core-spin 13s linear infinite;
  }

  .home-page .core-ring-b {
    animation: home-core-spin 9s linear reverse infinite;
  }

  .home-page .core-ring-c {
    animation: home-core-spin 18s linear infinite;
  }

  .home-page .core-node {
    animation: home-core-node 7.8s linear infinite;
  }

  .home-page .core-node-b {
    animation-duration: 10.4s;
  }

  .home-page .core-node-c {
    animation-duration: 12.2s;
    animation-direction: reverse;
  }

  .home-page .hero-vector-field i {
    animation: home-vector-line 3.4s ease-in-out infinite;
  }

  .home-page .hero-vector-field i:nth-child(2) {
    animation-delay: 0.42s;
  }

  .home-page .hero-vector-field i:nth-child(3) {
    animation-delay: 0.86s;
  }

  .home-page .hero-vector-field i:nth-child(4) {
    animation-delay: 1.18s;
  }

  .home-page .hero-motion-dots span {
    animation: home-dot-travel 5.2s ease-in-out infinite;
  }

  .home-page .hero-motion-dots span:nth-child(2n) {
    animation-delay: 0.48s;
  }

  .home-page .hero-motion-dots span:nth-child(3n) {
    animation-delay: 0.92s;
  }

  .home-page .hero-motion-dots span:nth-child(5n) {
    animation-delay: 1.36s;
  }

  .home-page .orbit-one {
    animation: home-orbit 18s linear infinite;
  }

  .home-page .orbit-two {
    animation: home-orbit 24s linear reverse infinite;
  }

  .home-page .screen-main {
    animation: home-float 5.6s ease-in-out infinite;
  }

  .home-page .screen-side {
    animation: home-float 5s ease-in-out 0.4s infinite;
  }

  .home-page .screen-mini {
    animation: home-float 4.8s ease-in-out 0.8s infinite;
  }

  .home-page .ai-core::after {
    animation: home-spin 18s linear infinite;
  }

  .home-page .base-ring {
    animation: home-pulse 3.8s ease-in-out infinite;
  }

  .home-page .signal-bars i,
  .home-page .line-chart i {
    animation: home-bars 2.8s ease-in-out infinite;
  }

  .home-page .signal-bars i:nth-child(2),
  .home-page .line-chart i:nth-child(2) {
    animation-delay: 0.18s;
  }

  .home-page .signal-bars i:nth-child(3),
  .home-page .line-chart i:nth-child(3) {
    animation-delay: 0.34s;
  }

  .home-page .signal-bars i:nth-child(4),
  .home-page .line-chart i:nth-child(4) {
    animation-delay: 0.52s;
  }

  .home-page .signal-bars i:nth-child(5),
  .home-page .line-chart i:nth-child(5) {
    animation-delay: 0.7s;
  }

  .home-page .data-stream span {
    animation: home-data-flow 2.6s ease-in-out infinite;
  }

  .home-page .data-stream span:nth-child(2) {
    animation-delay: 0.22s;
  }

  .home-page .data-stream span:nth-child(3) {
    animation-delay: 0.42s;
  }

  .home-page .reveal-ready {
    opacity: 1;
    transform: none;
    transition: opacity 640ms ease, transform 640ms ease;
    will-change: opacity, transform;
  }

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

@keyframes home-grid-drift {
  to {
    background-position: 72px 72px, 72px 72px, 0 0;
  }
}

@keyframes home-mark-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
}

@keyframes home-scan {
  0%, 18% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }
  36%, 70% {
    opacity: 0.78;
  }
  100% {
    transform: translateX(620%) skewX(-18deg);
    opacity: 0;
  }
}

@keyframes home-ribbon-drift {
  0%, 100% {
    opacity: 0.26;
    transform: perspective(900px) rotateX(64deg) rotateZ(var(--ribbon-rotate)) translateY(20px) scaleX(0.82);
  }
  44% {
    opacity: 0.78;
    transform: perspective(900px) rotateX(64deg) rotateZ(var(--ribbon-rotate)) translateY(-8px) scaleX(1.02);
  }
  72% {
    opacity: 0.46;
    transform: perspective(900px) rotateX(64deg) rotateZ(var(--ribbon-rotate)) translateY(4px) scaleX(0.94);
  }
}

@keyframes home-core-breathe {
  0%, 100% {
    opacity: 0.84;
    scale: 0.96;
  }
  50% {
    opacity: 1;
    scale: 1.04;
  }
}

@keyframes home-core-spin {
  to {
    rotate: 360deg;
  }
}

@keyframes home-core-node {
  to {
    transform: rotate(calc(var(--node-rotate) + 360deg)) translateX(var(--node-radius));
  }
}

@keyframes home-vector-line {
  0%, 100% {
    opacity: 0.18;
    transform: rotate(var(--line-rotate)) scaleX(0.18);
  }
  45% {
    opacity: 0.86;
    transform: rotate(var(--line-rotate)) scaleX(1);
  }
}

@keyframes home-dot-travel {
  0%, 100% {
    opacity: 0.36;
    translate: 0 0;
    scale: 0.86;
  }
  45% {
    opacity: 1;
    translate: 20px -8px;
    scale: 1.08;
  }
  70% {
    translate: 42px 6px;
  }
}

@keyframes home-orbit {
  to {
    rotate: 360deg;
  }
}

@keyframes home-float {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

@keyframes home-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes home-pulse {
  0%, 100% {
    opacity: 0.72;
  }
  50% {
    opacity: 1;
  }
}

@keyframes home-bars {
  0%, 100% {
    transform: scaleY(0.82);
    opacity: 0.68;
  }
  50% {
    transform: scaleY(1.08);
    opacity: 0.96;
  }
}

@keyframes home-data-flow {
  0% {
    transform: scaleX(0.2);
    opacity: 0.1;
  }
  45% {
    transform: scaleX(1);
    opacity: 0.85;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.1;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .home-page .reveal-ready {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1180px) {
  .home-page .hero-shell {
    grid-template-columns: 1fr;
  }

  .home-page .hero-content {
    width: min(820px, 100%);
    text-align: center;
    margin: 0 auto;
  }

  .home-page .hero-subtitle,
  .home-page .proof-grid {
    margin-right: auto;
    margin-left: auto;
  }

  .home-page .hero-actions {
    justify-content: center;
  }

  .home-page .hero h1 span {
    margin-right: auto;
    margin-left: auto;
  }

  .home-page .hero-visual {
    min-height: 500px;
  }

  .home-page .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .home-page .site-header {
    grid-template-columns: 1fr auto;
  }

  .home-page .project-rail {
    grid-template-columns: 1fr;
  }

  .home-page .rail-label {
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .home-page .rail-links,
  .home-page .case-grid,
  .home-page .about-panel,
  .home-page .contact-layout,
  .home-page .site-footer {
    grid-template-columns: 1fr;
  }

  .home-page .hero {
    padding-top: 64px;
  }

  .home-page .screen-main {
    right: 8%;
    width: 72%;
  }

  .home-page .hero-lighthouse-core {
    top: 118px;
    left: 54%;
    width: 190px;
  }
}

@media (max-width: 620px) {
  .home-page {
    --header-height: 64px;
  }

  .home-page .site-header {
    padding: 0 16px;
  }

  .home-page .brand {
    font-size: 19px;
  }

  .home-page .brand-logo {
    height: 50px;
  }

  .home-page .brand-mark {
    width: 26px;
    height: 26px;
  }

  .home-page .hero {
    min-height: auto;
    padding: 54px 18px 26px;
  }

  .home-page .hero h1 {
    font-size: clamp(44px, 13vw, 56px);
  }

  .home-page .hero h1 span {
    width: auto;
    max-width: 100%;
  }

  .home-page .hero-subtitle {
    font-size: 16px;
  }

  .home-page .hero-actions {
    display: grid;
  }

  .home-page .btn {
    width: 100%;
  }

  .home-page .proof-grid,
  .home-page .service-grid {
    grid-template-columns: 1fr;
  }

  .home-page .hero-visual {
    min-height: 360px;
  }

  .home-page .command-stage {
    inset: 0;
  }

  .home-page .hero-light-ribbons {
    inset: 0 -18%;
  }

  .home-page .hero-lighthouse-core {
    top: 72px;
    left: 50%;
    width: 136px;
  }

  .home-page .hero-lighthouse-core .core-node {
    --node-radius: 62px;
  }

  .home-page .screen-main {
    top: 56px;
    right: 6%;
    width: 80%;
    height: 214px;
  }

  .home-page .screen-side {
    display: none;
  }

  .home-page .screen-mini {
    left: 8%;
    bottom: 48px;
    width: 138px;
    height: 92px;
    padding: 14px;
  }

  .home-page .screen-mini span {
    font-size: 28px;
  }

  .home-page .ai-core {
    top: 52px;
    width: 94px;
    height: 94px;
  }

  .home-page .ai-core span {
    font-size: 30px;
  }

  .home-page .signal-bars,
  .home-page .data-lines {
    display: none;
  }

  .home-page .project-rail {
    width: calc(100% - 36px);
    margin-top: 16px;
  }

  .home-page .section {
    padding: 72px 18px;
  }

  .home-page .section-heading h2,
  .home-page .section h2 {
    font-size: clamp(36px, 10vw, 44px);
  }

  .home-page .section-heading {
    margin-bottom: 34px;
  }

  .home-page .service-card {
    min-height: auto;
  }

  .home-page .case-stats,
  .home-page .about-metrics {
    grid-template-columns: 1fr;
  }

  .home-page .about-panel,
  .home-page .contact-layout {
    padding: 24px;
  }
}
