:root {
  color-scheme: dark;
  --bg: #070a0c;
  --bg-soft: #0b1013;
  --panel: #10171a;
  --panel-light: #151e21;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --text: #f5f7f6;
  --muted: #9aa9a8;
  --orange: #ff6b3d;
  --cyan: #22cfe5;
  --green: #2ef29a;
  --button-bg: var(--cyan);
  --button-hover: var(--green);
  --button-ink: #041012;
  --danger: #ff8672;
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 24px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }

html { overflow-x: clip; overflow-y: scroll; scroll-behavior: smooth; scrollbar-gutter: stable; }
html.intro-running { overflow-x: clip; overflow-y: scroll; }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 12% 16%, rgba(34, 207, 229, .08), transparent 26%),
    radial-gradient(circle at 88% 26%, rgba(255, 107, 61, .07), transparent 25%),
    linear-gradient(180deg, #070a0c 0%, #081013 50%, #070a0c 100%);
}

::selection { background: var(--cyan); color: #031013; }

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 1100;
  padding: 10px 16px;
  background: var(--text);
  color: var(--bg);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.network-canvas {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: .42;
  pointer-events: none;
}

/* Intro */
.loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #020405;
  transition: opacity .38s cubic-bezier(.645, .045, .355, 1), visibility .38s;
  animation: loader-failsafe .8s 15s forwards;
}

.loader.is-exiting { opacity: 0; visibility: hidden; pointer-events: none; }
.loader__canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .65; }
.loader__scan {
  position: absolute;
  inset: -20%;
  background: linear-gradient(180deg, transparent 44%, rgba(34,207,229,.08) 49%, rgba(34,207,229,.22) 50%, rgba(34,207,229,.08) 51%, transparent 56%);
  transform: translateY(-45%);
  animation: loader-scan 2.1s var(--ease) forwards;
}

.loader__core {
  position: absolute;
  width: clamp(210px, 27vw, 390px);
  aspect-ratio: 1;
  opacity: .9;
}

.loader__core::before,
.loader__core::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 1px;
  height: 46vw;
  max-height: 600px;
  background: linear-gradient(transparent, rgba(255,255,255,.15), transparent);
  transform: translate(-50%, -50%);
}
.loader__core::after { transform: translate(-50%, -50%) rotate(90deg); }

.loader__orbit { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.loader__orbit--one { border-top-color: var(--orange); animation: orbit 2.8s linear infinite; }
.loader__orbit--two { inset: 12%; border-right-color: var(--cyan); animation: orbit 2s linear reverse infinite; }
.loader__orbit--three { inset: 25%; border-bottom-color: var(--green); animation: orbit 1.5s linear infinite; }
.loader__pulse { position: absolute; inset: 38%; border: 1px solid var(--cyan); border-radius: 50%; animation: pulse 1.3s var(--ease) infinite; }
.loader__node { position: absolute; width: 9px; height: 9px; border-radius: 50%; box-shadow: 0 0 24px currentColor; }
.loader__node--a { top: 7%; left: 44%; color: var(--orange); background: currentColor; animation: node-flicker 1.1s infinite; }
.loader__node--b { top: 61%; right: 7%; color: var(--cyan); background: currentColor; animation: node-flicker 1.45s .2s infinite; }
.loader__node--c { bottom: 8%; left: 25%; color: var(--green); background: currentColor; animation: node-flicker 1.25s .4s infinite; }

.loader__brand {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: min(560px, 78vw);
  transform: translateY(4px);
}
.loader__brand img {
  width: min(300px, 58vw);
  filter: drop-shadow(0 0 34px rgba(34,207,229,.12));
  clip-path: inset(0 100% 0 0);
  animation: logo-reveal 1.15s .35s var(--ease) forwards;
}
.loader__brand p {
  margin: -18px 0 0;
  color: var(--muted);
  font-family: Consolas, "Cascadia Code", monospace;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.loader__brand p::before { content: "> "; color: var(--green); }
.loader__rail {
  --loader-progress: 0%;
  --loader-progress-duration: 360ms;
  position: absolute;
  left: 50%;
  bottom: 12vh;
  width: min(390px, 66vw);
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.13);
  transform: translateX(-50%);
  clip-path: inset(0 calc(100% - var(--loader-progress)) 0 0);
  transition: clip-path var(--loader-progress-duration) linear;
  will-change: clip-path;
}
.loader__rail span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--orange), var(--cyan), var(--green)); }
.loader.is-morphing .loader__core,
.loader.is-morphing .loader__brand img { opacity: 0; }
.loader.is-morphing .loader__brand p,
.loader.is-morphing .loader__rail { opacity: 0; transition: opacity .18s ease; }
.intro-morph {
  position: fixed !important;
  inset: 0 auto auto 0 !important;
  z-index: 1102;
  max-width: none !important;
  margin: 0 !important;
  pointer-events: none;
  transform-origin: 0 0;
  transition: transform .45s var(--ease), opacity .45s ease;
  will-change: transform, opacity;
}
.intro-morph--logo { object-fit: contain; filter: drop-shadow(0 0 34px rgba(34,207,229,.2)); }
.intro-morph--core { z-index: 1101; opacity: .9; }
.intro-morph--core::before,
.intro-morph--core::after { opacity: 0; }
.intro-morphing .site-header .brand { opacity: 0; }

@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes pulse { 0%, 100% { transform: scale(.6); opacity: 0; } 42% { opacity: 1; } 80% { transform: scale(1.4); opacity: 0; } }
@keyframes node-flicker { 0%, 100% { opacity: .32; } 50% { opacity: 1; transform: scale(1.4); } }
@keyframes logo-reveal { to { clip-path: inset(0); } }
@keyframes loader-scan { to { transform: translateY(45%); } }
@keyframes loader-failsafe { to { opacity: 0; visibility: hidden; pointer-events: none; } }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, transform .35s ease;
}
.site-header.is-scrolled { background: rgba(6,10,12,.82); border-color: var(--line); backdrop-filter: blur(18px); }
.site-header__inner { min-height: 82px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 28px; }
.brand { position: relative; display: block; width: 178px; height: 72px; overflow: hidden; transition: opacity .22s ease; }
.brand img { position: absolute; width: 210px; max-width: none; left: -16px; top: -15px; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); }
.site-nav a { position: relative; padding: 28px 0 24px; color: #b7c2c1; font-size: 13px; font-weight: 600; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 1px; background: var(--cyan); transition: right .3s var(--ease); }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--text); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 40px; padding: 0 16px; border: 1px solid var(--button-bg); background: var(--button-bg); color: var(--button-ink); box-shadow: 0 10px 28px rgba(34,207,229,.14); font-size: 12px; font-weight: 700; letter-spacing: .02em; transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s var(--ease); }
.header-cta:hover, .header-cta:focus-visible { border-color: var(--button-hover); background: var(--button-hover); color: var(--button-ink); box-shadow: 0 13px 32px rgba(46,242,154,.2); transform: translateY(-2px); }
.header-cta__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); animation: status-pulse 2s infinite; transition: background .25s ease, box-shadow .25s ease; }
.header-cta:hover .header-cta__dot,
.header-cta:focus-visible .header-cta__dot { background: var(--button-bg); box-shadow: 0 0 13px var(--button-bg); animation: none; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.language-switcher { display: flex; align-items: center; gap: 5px; padding: 4px; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; background: rgba(5,8,10,.58); backdrop-filter: blur(12px); }
.language-switcher a { position: relative; display: grid; place-items: center; width: 37px; height: 30px; border-radius: 999px; opacity: .48; transition: opacity .25s ease, background .25s ease, transform .25s ease; }
.language-switcher a:hover, .language-switcher a:focus-visible { opacity: 1; background: rgba(34,207,229,.08); transform: translateY(-1px); }
.language-switcher a[aria-current="page"] { opacity: 1; background: rgba(34,207,229,.13); box-shadow: inset 0 0 0 1px rgba(34,207,229,.18); }
.language-switcher img { width: 25px; height: 17px; filter: saturate(.9); }
.command-trigger { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 0 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.025); color: #aebbb9; font: 700 9px/1 Consolas,monospace; letter-spacing: .05em; cursor: pointer; transition: .25s ease; }
.command-trigger:hover, .command-trigger:focus-visible { border-color: var(--cyan); color: var(--cyan); background: rgba(34,207,229,.08); }
.command-trigger kbd { padding: 4px 6px; border: 1px solid rgba(255,255,255,.13); border-radius: 5px; background: #0b1012; color: #e3ecea; font: inherit; }
.menu-toggle { display: none; }
@keyframes status-pulse { 50% { opacity: .35; box-shadow: 0 0 4px var(--green); } }

/* Shared */
.section { padding: clamp(96px, 11vw, 160px) 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: #aab7b6; font-family: Consolas, "Cascadia Code", monospace; font-size: 11px; font-weight: 600; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: linear-gradient(90deg, var(--orange), var(--cyan)); }
h1, h2, h3, p { text-wrap: pretty; }
h2 { margin: 0; font-size: clamp(42px, 5.6vw, 78px); font-weight: 590; letter-spacing: -.055em; line-height: .98; }
h2 em { color: var(--muted); font-style: normal; font-weight: 430; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .56fr); gap: 70px; align-items: end; margin-bottom: 64px; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 30px; min-height: 54px; padding: 0 23px; border: 1px solid var(--button-bg); border-radius: 2px; background: var(--button-bg); color: var(--button-ink); box-shadow: 0 12px 32px rgba(34,207,229,.14); font-size: 13px; font-weight: 700; transition: transform .25s var(--ease), color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover, .button:focus-visible { border-color: var(--button-hover); background: var(--button-hover); color: var(--button-ink); box-shadow: 0 15px 38px rgba(46,242,154,.2); transform: translateY(-3px); }
.button--primary,
.button--ghost,
.button--light { border-color: var(--button-bg); background: var(--button-bg); color: var(--button-ink); }
.button--primary:hover,
.button--primary:focus-visible,
.button--ghost:hover,
.button--ghost:focus-visible,
.button--light:hover,
.button--light:focus-visible { border-color: var(--button-hover); background: var(--button-hover); color: var(--button-ink); }

.scroll-to-top {
  position: fixed;
  right: clamp(16px, 2.3vw, 26px);
  bottom: clamp(18px, 2.5vh, 30px);
  z-index: 1200;
  width: 48px;
  height: 48px;
  border: 1px solid var(--button-bg);
  border-radius: 999px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 34%, rgba(34, 207, 229, .24), transparent 58%),
    rgba(7, 12, 15, .96);
  color: var(--cyan);
  box-shadow:
    0 0 0 1px rgba(34, 207, 229, .08) inset,
    0 0 22px rgba(34, 207, 229, .3),
    0 16px 38px rgba(0, 0, 0, .42);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px) scale(0.96);
  isolation: isolate;
  transition: opacity .26s var(--ease), visibility .26s var(--ease), transform .26s var(--ease), background .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease;
}

.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.scroll-to-top__icon {
  display: block;
  width: 22px;
  height: 22px;
  overflow: visible;
  filter: drop-shadow(0 0 5px currentColor);
}

.scroll-to-top__icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scroll-to-top__signal {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border: 1px solid rgba(34, 207, 229, .65);
  border-radius: inherit;
  animation: scroll-top-signal 2.4s ease-out infinite;
}

.scroll-to-top__tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  width: max-content;
  max-width: 180px;
  padding: 8px 10px;
  border: 1px solid rgba(34, 207, 229, .35);
  border-radius: 2px;
  background: rgba(7, 12, 15, .97);
  color: var(--cyan);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35), 0 0 16px rgba(34, 207, 229, .12);
  font-family: Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translate(7px, -50%);
  transition: opacity .2s ease, visibility .2s ease, transform .2s var(--ease);
  pointer-events: none;
}

.scroll-to-top__tooltip::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(34, 207, 229, .35);
  border-right: 1px solid rgba(34, 207, 229, .35);
  background: rgba(7, 12, 15, .97);
  transform: translate(-4px, -50%) rotate(45deg);
}

.scroll-to-top:hover,
.scroll-to-top:focus-visible {
  border-color: var(--button-hover);
  background:
    radial-gradient(circle at 50% 34%, rgba(46, 242, 154, .34), transparent 60%),
    rgba(7, 16, 13, .98);
  color: var(--button-hover);
  box-shadow:
    0 0 0 1px rgba(46, 242, 154, .1) inset,
    0 0 28px rgba(46, 242, 154, .38),
    0 18px 42px rgba(0, 0, 0, .44);
  transform: translateY(0) scale(1.05);
}

.scroll-to-top:hover .scroll-to-top__signal,
.scroll-to-top:focus-visible .scroll-to-top__signal {
  border-color: rgba(46, 242, 154, .72);
}

.scroll-to-top:hover .scroll-to-top__tooltip,
.scroll-to-top:focus-visible .scroll-to-top__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}

@keyframes scroll-top-signal {
  0%, 30% { opacity: .82; transform: scale(1); }
  75%, 100% { opacity: 0; transform: scale(1.42); }
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 48px, 0);
  transition:
    opacity 1s ease-in-out,
    transform 1s ease-in-out;
  transition-delay: calc(var(--reveal-delay, 0) * 110ms);
  will-change: opacity, transform;
}
[data-reveal="left"] { transform: translate3d(-180px, 0, 0); }
[data-reveal="right"] { transform: translate3d(180px, 0, 0); }
[data-reveal="zoom"] { transform: scale(.72); transform-origin: center; }
[data-reveal].is-visible { opacity: 1; transform: none; }
.hero [data-reveal] {
  transition-duration: .35s;
  transition-delay: calc(var(--reveal-delay, 0) * 50ms);
}
#services [data-reveal] {
  transition-duration: 1.7s;
  transition-delay: calc(var(--reveal-delay, 0) * 170ms);
}
#fastvps [data-reveal] {
  transition-duration: 1.85s;
  transition-delay: calc(var(--reveal-delay, 0) * 170ms);
}
[data-reveal-delay="1"] { --reveal-delay: 1; }
[data-reveal-delay="2"] { --reveal-delay: 2; }
[data-reveal-delay="3"] { --reveal-delay: 3; }
[data-reveal-delay="4"] { --reveal-delay: 4; }

/* Hero */
.hero { position: relative; min-height: 100svh; padding: 145px 0 36px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; left: 5vw; right: 5vw; top: 81px; bottom: 0; border-inline: 1px solid rgba(255,255,255,.035); pointer-events: none; }
.hero__halo { position: absolute; width: 62vw; height: 62vw; max-width: 940px; max-height: 940px; right: -20vw; top: -17vw; border-radius: 50%; background: radial-gradient(circle, rgba(34,207,229,.12), rgba(46,242,154,.025) 38%, transparent 67%); filter: blur(20px); }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(400px, .73fr); gap: clamp(40px, 8vw, 110px); align-items: center; }
.hero__content h1 { margin: 0; font-size: clamp(58px, 7.7vw, 108px); font-weight: 600; letter-spacing: -.07em; line-height: .87; }
.hero__content h1 span { color: #84908f; font-weight: 400; }
.hero__lead { max-width: 680px; margin: 38px 0 0; color: #b2bfbd; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.hero__tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 36px 0 0; padding: 0; list-style: none; }
.hero__tags li { padding: 7px 11px; border: 1px solid var(--line); border-radius: 100px; color: #859493; font-family: Consolas, monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.hero-console { position: relative; min-height: 520px; padding: 20px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(18,26,29,.88), rgba(5,9,11,.64)); box-shadow: 0 40px 100px rgba(0,0,0,.35); backdrop-filter: blur(12px); }
.hero-console::before { content: ""; position: absolute; inset: -1px; background: linear-gradient(130deg, rgba(255,107,61,.4), transparent 18%, transparent 75%, rgba(34,207,229,.4)); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; padding: 1px; pointer-events: none; }
.hero-console__topbar { display: flex; justify-content: space-between; align-items: center; padding-bottom: 17px; border-bottom: 1px solid var(--line); color: #7e8d8b; font-family: Consolas, monospace; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hero-console__topbar span { display: flex; align-items: center; gap: 8px; }
.hero-console__topbar i { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 10px var(--orange); }
.hero-console__topbar span:last-child { color: var(--green); }
.hero-console__topbar .hero-console__sync { gap: 6px; }
.hero-console__topbar .hero-console__sync > i { width: 5px; height: 5px; background: var(--green); box-shadow: 0 0 10px var(--green); animation: status-pulse 2s infinite; }
.hero-console__sync time { min-width: 54px; color: #677674; font: inherit; letter-spacing: .08em; }
.hero-console__visual { position: relative; height: 330px; margin: 22px 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 34px 34px; overflow: hidden; }
.core-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transform: translate(-50%, -50%); }
.core-ring--outer { width: 240px; height: 240px; border-top-color: var(--orange); animation: orbit-centered 16s linear infinite; }
.core-ring--middle { width: 164px; height: 164px; border-right-color: var(--cyan); border-style: dashed; animation: orbit-centered 11s linear reverse infinite; }
.core-ring--inner { width: 92px; height: 92px; border-bottom-color: var(--green); animation: orbit-centered 7s linear infinite; }
.core-center { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 96px; height: 54px; border: 0; background: transparent; transform: translate(-50%, -50%); overflow: visible; }
.core-center img { width: 96px; max-width: none; height: 48px; mix-blend-mode: screen; filter: drop-shadow(0 0 8px rgba(34,207,229,.12)); }
.core-line { position: absolute; left: 50%; top: 50%; width: 170px; height: 1px; background: linear-gradient(90deg, rgba(34,207,229,.7), transparent); transform-origin: left center; }
.core-line--one { transform: rotate(18deg); }
.core-line--two { transform: rotate(143deg); background: linear-gradient(90deg, rgba(255,107,61,.7), transparent); }
.core-line--three { transform: rotate(252deg); background: linear-gradient(90deg, rgba(46,242,154,.7), transparent); }
.core-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; }
.core-dot--one { left: 85%; top: 58%; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); }
.core-dot--two { left: 18%; top: 27%; background: var(--orange); box-shadow: 0 0 20px var(--orange); }
.core-dot--three { left: 33%; top: 87%; background: var(--green); box-shadow: 0 0 20px var(--green); }
.hero-console__metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-console__metrics > div { padding: 19px 12px 0; border-right: 1px solid var(--line); }
.hero-console__metrics > div:first-child { padding-left: 0; }
.hero-console__metrics > div:last-child { border: 0; }
.hero-console__metrics span, .hero-console__metrics strong { display: block; }
.hero-console__metrics span { color: #657573; font-family: Consolas, monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.hero-console__metrics strong { margin-top: 5px; color: #dce6e4; font-size: 10px; font-weight: 600; }
.hero-console__live-count { position: relative; display: flex; align-items: baseline; gap: 6px; min-height: 30px; margin-top: 11px; padding-left: 10px; color: #dce6e4; font-family: Consolas, monospace; }
.hero-console__live-count::before { content: ""; position: absolute; left: 0; top: 9px; width: 4px; height: 4px; border-radius: 50%; background: #657573; box-shadow: 0 0 8px transparent; transition: background .25s ease, box-shadow .25s ease; }
.hero-console__live-count b { min-width: 1.3ch; color: var(--cyan); font-size: 20px; font-weight: 600; line-height: 1; font-variant-numeric: tabular-nums; transition: opacity .2s ease, transform .2s ease; }
.hero-console__live-count span { display: inline; color: #8c9a98; font-size: 8px; letter-spacing: .08em; }
.hero-console__live-count[data-state="live"]::before { background: var(--green); box-shadow: 0 0 9px rgba(46,242,154,.75); }
.hero-console__live-count[data-state="stale"]::before { background: var(--orange); box-shadow: 0 0 9px rgba(255,107,61,.55); }
.hero-console__live-count[data-state="unavailable"] { opacity: .62; }
.hero-console__live-count.is-value-changed::before { animation: metric-signal .95s var(--ease); }
.hero-console__live-count.is-value-changed b { animation: metric-count .95s var(--ease); }
@keyframes orbit-centered { from { transform: translate(-50%,-50%) rotate(0); } to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes metric-count {
  0% { color: #fff; text-shadow: 0 0 0 transparent; transform: translateY(5px) scale(.92); }
  36% { color: var(--cyan); text-shadow: 0 0 18px rgba(34,207,229,.78); transform: translateY(0) scale(1.14); }
  100% { color: var(--cyan); text-shadow: 0 0 0 transparent; transform: none; }
}
@keyframes metric-signal {
  0%, 100% { transform: scale(1); }
  40% { background: #fff; box-shadow: 0 0 0 8px rgba(46,242,154,0), 0 0 18px var(--green); transform: scale(1.7); }
}

.hero__foot { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: clamp(50px, 8vh, 100px); color: #596765; font-family: Consolas, monospace; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.hero__foot i { width: 3px; height: 3px; border-radius: 50%; background: var(--cyan); }

/* Services */
.services { position: relative; border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(13,19,22,.72), rgba(7,10,12,.4)); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card {
  --card-rx: 0deg;
  --card-ry: 0deg;
  --card-glow-x: 50%;
  --card-glow-y: 50%;
  position: relative;
  min-height: 450px;
  padding: 31px 31px 84px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
  transform-style: preserve-3d;
  transition: background .35s ease, transform .42s var(--ease), box-shadow .35s ease;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: radial-gradient(280px circle at var(--card-glow-x) var(--card-glow-y), rgba(34,207,229,.16), rgba(46,242,154,.045) 34%, transparent 70%);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
.service-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -100px; bottom: -100px; border: 1px solid var(--cyan); border-radius: 50%; opacity: 0; transition: opacity .35s ease, transform .5s var(--ease); }
.service-card:hover { z-index: 2; background: rgba(255,255,255,.035); transform: translateY(-5px); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.service-card.is-pointer-active { transform: perspective(950px) rotateX(var(--card-rx)) rotateY(var(--card-ry)) translate3d(0,-6px,0); transition-duration: .12s; }
.service-card.is-pointer-active::before { opacity: 1; }
.service-card:hover::after { opacity: .25; transform: scale(1.6); }
.service-card > :not(a) { position: relative; z-index: 1; }
.service-card--wide { grid-column: span 2; }
.service-card--full { grid-column: 1 / -1; }
.service-card--accent { background: linear-gradient(145deg, rgba(34,207,229,.07), transparent 72%); }
.service-card__icon { display: grid; place-items: center; width: 51px; height: 51px; margin-bottom: 58px; border: 1px solid var(--line-strong); color: var(--cyan); }
.service-card__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card:nth-child(1) .service-card__icon, .service-card:nth-child(4) .service-card__icon { color: var(--orange); }
.service-card:nth-child(6) .service-card__icon { color: var(--green); }
.service-card--print .service-card__icon { color: var(--orange); }
.service-card--telephony .service-card__icon { color: var(--cyan); }
.service-card--alarm .service-card__icon { color: var(--orange); }
.service-card--camera .service-card__icon { color: var(--green); }
.service-card--software .service-card__icon { color: var(--cyan); }
.service-card--custom-pc .service-card__icon { color: var(--orange); }
.service-card--repair .service-card__icon { color: var(--cyan); }
.service-card--equipment .service-card__icon { color: var(--green); }
.service-card--cybersecurity .service-card__icon { color: var(--cyan); }
.service-card--data-recovery .service-card__icon { color: var(--orange); }
.service-card--wifi .service-card__icon { color: var(--green); }
.service-card--server-sales .service-card__icon { color: var(--orange); }
.service-card--server-deployment .service-card__icon { color: var(--cyan); }
.service-card--cluster .service-card__icon { color: var(--green); }
.service-card--ai-machine .service-card__icon { color: var(--green); }
.service-card--eshop .service-card__icon { color: var(--orange); }
.service-card--website-maintenance .service-card__icon { color: var(--green); }
.service-card--remote-support .service-card__icon { color: var(--green); }
.service-card--mobile-apps .service-card__icon { color: var(--cyan); }
.service-card--local-ai .service-card__icon { color: var(--orange); }
.service-card h3 { max-width: 420px; margin: 0 0 17px; font-size: 24px; font-weight: 560; letter-spacing: -.035em; line-height: 1.12; }
.service-card p { max-width: 590px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 24px 0 0; padding: 0; list-style: none; color: #798684; font-family: Consolas, monospace; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.service-card li::before { content: "+"; margin-right: 5px; color: var(--green); }
.service-card > a { position: absolute; inset: 0; z-index: 4; display: flex; gap: 10px; align-items: flex-end; padding: 0 31px 31px; color: #dce5e3; font-size: 12px; font-weight: 700; cursor: pointer; transition: color .2s ease, gap .25s var(--ease), outline-color .2s ease; }
.service-card > a span { color: var(--cyan); }
.service-card > a:hover, .service-card > a:focus-visible { gap: 16px; color: var(--cyan); }
.service-card > a:focus-visible { outline: 2px solid var(--cyan); outline-offset: -4px; }

/* Partners */
.partners { position: relative; overflow: hidden; border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(7,10,12,.2), rgba(13,19,22,.72)); }
.partners::before { content: ""; position: absolute; width: 620px; height: 620px; left: -330px; top: 80px; border: 1px solid rgba(34,207,229,.09); border-radius: 50%; box-shadow: 0 0 0 90px rgba(34,207,229,.025), 0 0 0 180px rgba(46,242,154,.015); pointer-events: none; }
.partner-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.partner-card { --partner-accent: var(--cyan); position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 145px; padding: 24px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); transition: background .3s ease, transform .35s var(--ease), box-shadow .3s ease; }
.partner-card:nth-child(3n+2) { --partner-accent: var(--green); }
.partner-card:nth-child(3n) { --partner-accent: var(--orange); }
.partner-card::before { content: ""; position: absolute; width: 6px; height: 6px; right: 22px; top: 22px; border-radius: 50%; background: var(--partner-accent); box-shadow: 0 0 13px var(--partner-accent); }
.partner-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -80px; bottom: -80px; border: 1px solid var(--partner-accent); border-radius: 50%; opacity: 0; transition: opacity .3s ease, transform .45s var(--ease); }
.partner-card:hover { z-index: 1; background: rgba(255,255,255,.035); box-shadow: inset 0 0 0 1px rgba(255,255,255,.035); transform: translateY(-4px); }
.partner-card:hover::after { opacity: .2; transform: scale(1.55); }
.partner-card strong { max-width: calc(100% - 22px); color: #edf4f3; font-size: clamp(18px, 1.7vw, 24px); font-weight: 590; letter-spacing: -.035em; line-height: 1.05; }
.partner-card strong i { color: #879694; font-size: .62em; font-style: normal; font-weight: 500; letter-spacing: 0; }
.partner-card > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 30px; }
.partner-card span, .partner-card small { font-family: Consolas, "Cascadia Code", monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.partner-card span { color: var(--partner-accent); font-weight: 700; }
.partner-card small { color: #63706f; text-align: right; }

.partner-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--partner-accent);
  background: color-mix(in srgb, var(--partner-accent) 12%, transparent);
  color: var(--partner-accent);
  text-transform: uppercase;
}

.partner-card .partner-status {
  font-size: 10px;
}

.partner-status--certified {
  --partner-accent: var(--cyan);
}

.partner-status--certified-partner {
  --partner-accent: var(--green);
}

.partner-status--supported {
  --partner-accent: var(--orange);
}

.partner-status + small {
  margin-left: auto;
}
#partners [data-reveal] { transition-duration: 1.6s; transition-delay: calc(var(--reveal-delay, 0) * 160ms); }

/* Statement */
.statement { position: relative; padding: clamp(110px, 14vw, 200px) 0; overflow: hidden; border-block: 1px solid var(--line); }
.statement__track { position: absolute; left: 0; right: 0; top: 50%; display: flex; gap: 45px; color: transparent; font-size: clamp(90px, 15vw, 210px); font-weight: 800; letter-spacing: -.06em; line-height: .8; white-space: nowrap; -webkit-text-stroke: 1px rgba(255,255,255,.035); transform: translateY(-50%); animation: marquee 32s linear infinite; }
.statement__inner { position: relative; z-index: 1; }
.statement blockquote { max-width: 980px; margin: 0; font-size: clamp(38px, 5.4vw, 72px); font-weight: 480; letter-spacing: -.052em; line-height: 1.08; }
.statement blockquote em { color: var(--cyan); font-style: normal; }
@keyframes marquee { to { transform: translate(-50%, -50%); } }

/* Proactive operations */
.operations { position: relative; overflow: hidden; background: linear-gradient(180deg, rgba(34,207,229,.025), transparent 32%); }
.operations::before { content: ""; position: absolute; width: 560px; height: 560px; right: -270px; top: 12%; border: 1px solid rgba(34,207,229,.09); border-radius: 50%; box-shadow: 0 0 0 90px rgba(34,207,229,.018), 0 0 0 180px rgba(46,242,154,.012); pointer-events: none; }
.operations-grid { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; margin-top: 56px; }
.operations-card { position: relative; grid-column: span 5; min-height: 195px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(9,13,15,.78); }
.operations-card::after { content: ""; position: absolute; inset: auto 30px 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(34,207,229,.45), transparent); opacity: 0; transition: opacity .35s ease; }
.operations-card:hover::after { opacity: 1; }
.operations-card--lead { grid-column: span 7; grid-row: span 3; display: flex; flex-direction: column; justify-content: center; min-height: 620px; padding: clamp(36px, 5vw, 70px); background: radial-gradient(circle at 12% 8%, rgba(34,207,229,.1), transparent 36%), linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.operations-card__label { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--cyan); font-family: Consolas, "Cascadia Code", monospace; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.operations-card__label span { width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px rgba(34,207,229,.55); }
.operations-card h3 { margin: 18px 0 12px; font-size: 25px; font-weight: 560; letter-spacing: -.035em; line-height: 1.2; }
.operations-card--lead h3 { max-width: 760px; margin: 0; font-size: clamp(32px, 4vw, 54px); line-height: 1.08; }
.operations-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.operations-card--lead > p:not(.operations-card__label) { max-width: 680px; margin-top: 28px; font-size: 16px; }
.operations-card > .section-bullet { display: block; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(46,242,154,.42); }
.operations-card__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }

/* Approach */
.approach__grid { display: grid; grid-template-columns: minmax(340px, .8fr) minmax(0, 1fr); gap: clamp(70px, 10vw, 150px); align-items: start; }
.approach__intro { position: sticky; top: 140px; }
.approach__intro h2 { font-size: clamp(46px, 5vw, 70px); }
.approach__intro > p:last-child { max-width: 540px; margin: 34px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 25px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.process-list li > .section-bullet { width: 9px; height: 9px; margin-top: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px rgba(34,207,229,.55); }
.process-list h3 { margin: 0 0 10px; font-size: 24px; font-weight: 560; letter-spacing: -.03em; }
.process-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

/* FastVPS */
.fastvps { padding-top: 35px; }
.fastvps__panel { position: relative; display: grid; grid-template-columns: 1fr .85fr; gap: 80px; padding: clamp(45px, 7vw, 88px); overflow: hidden; border: 1px solid rgba(30,232,240,.22); border-radius: var(--radius); background: linear-gradient(135deg, #071225 0%, #08285a 48%, #0757b5 100%); color: #eef6ff; box-shadow: 0 36px 100px rgba(0,55,145,.22); }
.fastvps__panel::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent, black); }
.fastvps__glow { position: absolute; width: 420px; height: 420px; right: -150px; top: -170px; border: 1px solid rgba(30,232,240,.3); border-radius: 50%; box-shadow: 0 0 0 70px rgba(11,118,255,.12), 0 0 0 140px rgba(30,232,240,.055); }
.fastvps__copy, .fastvps__features { position: relative; z-index: 1; }
.fastvps__copy { display: block; align-self: stretch; min-width: 0; padding: 14px; margin: -14px; border-radius: calc(var(--radius) - 8px); color: inherit; cursor: pointer; transition: background .3s ease, box-shadow .3s ease, transform .35s var(--ease); }
.fastvps__copy:hover { background: rgba(30,232,240,.07); box-shadow: inset 0 0 0 1px rgba(30,232,240,.2); transform: translateY(-3px); }
.fastvps__copy:focus-visible { outline: 2px solid #1ee8f0; outline-offset: 5px; background: rgba(30,232,240,.07); }
.fastvps .eyebrow { color: #9fdcf5; }
.fastvps .eyebrow > span { background: linear-gradient(90deg, #0b76ff, #1ee8f0); }
.fastvps__logo { width: min(300px, 72%); margin: -42px 0 -24px; filter: drop-shadow(0 10px 28px rgba(0,0,0,.2)); }
.fastvps h2 { max-width: 650px; font-size: clamp(36px, 4.3vw, 60px); }
.fastvps__copy > p:not(.eyebrow) { max-width: 660px; margin: 30px 0; color: #c4d7ec; line-height: 1.8; }
.fastvps__features { border-top: 1px solid rgba(255,255,255,.2); }
.fastvps__feature { position: relative; display: grid; grid-template-columns: 43px 1fr; gap: 15px; padding: 24px 34px 24px 10px; margin-inline: -10px; border-bottom: 1px solid rgba(255,255,255,.2); color: inherit; transition: background .25s ease, transform .3s var(--ease), box-shadow .25s ease; }
.fastvps__feature::after { content: "↗"; position: absolute; right: 10px; top: 24px; color: rgba(255,255,255,.45); font-size: 13px; transition: color .25s ease, transform .3s var(--ease); }
.fastvps__feature:hover { background: rgba(30,232,240,.075); box-shadow: inset 3px 0 0 #1ee8f0; transform: translateX(5px); }
.fastvps__feature:hover::after { color: #1ee8f0; transform: translate(2px,-2px); }
.fastvps__feature:focus-visible { outline: 2px solid #1ee8f0; outline-offset: 2px; background: rgba(30,232,240,.075); }
.fastvps__feature > .section-bullet { width: 8px; height: 8px; margin-top: 7px; border-radius: 50%; background: #1ee8f0; box-shadow: 0 0 13px rgba(30,232,240,.6); }
.fastvps__features h3 { margin: 0 0 5px; font-size: 18px; }
.fastvps__features p { margin: 0; color: #b8cce3; font-size: 13px; line-height: 1.55; }

/* Contact */
.contact { position: relative; }
.contact::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 17% 45%, rgba(255,107,61,.06), transparent 30%); pointer-events: none; }
.contact__grid { position: relative; display: grid; grid-template-columns: minmax(320px, .75fr) minmax(540px, 1fr); gap: clamp(55px, 9vw, 130px); align-items: start; }
.contact__intro { position: sticky; top: 130px; }
.contact__intro h2 { font-size: clamp(46px, 5.3vw, 72px); }
.contact__intro > p:not(.eyebrow):not(.contact__availability) { max-width: 520px; margin: 34px 0 0; color: var(--muted); line-height: 1.8; }
.contact__direct { margin-top: 52px; border-top: 1px solid var(--line); }
.contact__direct a { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); transition: color .2s ease; }
.contact__direct a:hover { color: var(--cyan); }
.contact__direct span { color: #71807e; font-family: Consolas, monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.contact__direct strong { font-size: 14px; font-weight: 600; }
.contact__availability { display: flex; align-items: center; gap: 9px; margin: 24px 0 0; color: #73817f; font-size: 11px; }
.contact__availability i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }

.contact-form { position: relative; padding: clamp(28px, 4vw, 52px); border: 1px solid var(--line-strong); background: rgba(13,19,22,.8); box-shadow: 0 30px 80px rgba(0,0,0,.26); }
.contact-form__head { display: flex; justify-content: space-between; padding-bottom: 25px; margin-bottom: 31px; border-bottom: 1px solid var(--line); font-family: Consolas, monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-form__secure { display: flex; align-items: center; gap: 8px; color: #6f7e7c; }
.contact-form__secure i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-form label { display: block; margin-bottom: 20px; }
.contact-form label > span:first-child { display: block; margin-bottom: 8px; color: #8e9a98; font-size: 11px; font-weight: 650; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: 0; background: #090e10; color: var(--text); transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { height: 49px; padding: 0 14px; }
.contact-form textarea { min-height: 145px; padding: 14px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #4d5a58; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(34,207,229,.08); }
.contact-form input:user-invalid, .contact-form textarea:user-invalid, .contact-form select:user-invalid { border-color: var(--danger); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-row--bottom { align-items: center; }
.challenge-field__input { display: grid !important; grid-template-columns: 95px 1fr; gap: 8px; align-items: center; margin: 0 !important; }
.challenge-field__input strong { display: grid; place-items: center; height: 49px; border: 1px solid var(--line); background: rgba(34,207,229,.05); color: var(--cyan); font-family: Consolas, monospace; font-size: 13px; }
.privacy-check { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 23px !important; }
.privacy-check input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--cyan); }
.privacy-check span { margin: 0 !important; color: #75827f !important; font-size: 10px !important; line-height: 1.5; }
.contact-form__submit { width: 100%; border-color: var(--button-bg); background: var(--button-bg); color: var(--button-ink); box-shadow: 0 12px 32px rgba(34,207,229,.14); cursor: pointer; }
.contact-form__submit:hover, .contact-form__submit:focus-visible { border-color: var(--button-hover); background: var(--button-hover); color: var(--button-ink); box-shadow: 0 15px 38px rgba(46,242,154,.2); }
.contact-form__submit:disabled { opacity: .6; cursor: wait; transform: none; }
.form-status { min-height: 23px; margin: 15px 0 0; color: var(--muted); font-size: 12px; }
.form-status.is-success { color: var(--green); }
.form-status.is-error { color: var(--danger); }

/* Footer */
.site-footer { border-top: 1px solid var(--line); background: #050708; }
.site-footer__main { display: grid; grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, .72fr)); gap: clamp(34px, 5vw, 78px); padding-block: clamp(62px, 8vw, 104px); }
.site-footer__brand { display: flex; flex-direction: column; align-items: flex-start; }
.brand--footer { width: 180px; }
.site-footer__brand > p { max-width: 410px; margin: 28px 0 26px; color: #7d8988; font-size: 14px; line-height: 1.75; }
.site-footer__call { display: inline-flex; align-items: center; gap: 10px; color: #dbe4e2; font-size: 13px; font-weight: 700; }
.site-footer__call .section-bullet { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(46,242,154,.45); }
.site-footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.site-footer__column h3 { margin: 2px 0 12px; color: #edf4f2; font-family: Consolas, "Cascadia Code", monospace; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.site-footer__column > a:not(.button) { color: #7d8988; font-size: 12px; line-height: 1.45; transition: color .2s ease, transform .2s ease; }
.site-footer__column > a:not(.button):hover, .site-footer__column > a:not(.button):focus-visible { color: var(--cyan); transform: translateX(3px); }
.site-footer__contact > a:first-of-type { color: #dbe4e2; font-size: 14px; font-weight: 700; }
.site-footer__contact > a span { color: var(--cyan); }
.site-footer__contact p { margin: 6px 0 4px; color: #687573; font-size: 12px; line-height: 1.65; }
.site-footer__cta { min-height: 43px; margin-top: 8px; padding: 0 18px; font-size: 10px; }
.site-footer__bottom { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding-block: 22px; border-top: 1px solid var(--line); color: #52605e; font-family: Consolas, monospace; font-size: 9px; letter-spacing: .04em; }
.site-footer__bottom > span:nth-child(2) { text-align: center; }
.site-footer__legal { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.site-footer__legal button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; letter-spacing: inherit; cursor: pointer; }
.site-footer__bottom a:hover, .site-footer__legal button:hover, .site-footer__legal button:focus-visible { color: var(--cyan); }

/* Cookie consent */
.cookie-banner { position: fixed; z-index: 1050; left: 50%; bottom: 22px; width: min(1120px, calc(100% - 32px)); padding: 24px; border: 1px solid rgba(34,207,229,.25); border-radius: 20px; background: rgba(7,10,12,.97); box-shadow: 0 28px 90px rgba(0,0,0,.58), inset 0 1px 0 rgba(255,255,255,.035); backdrop-filter: blur(18px); transform: translateX(-50%); }
.cookie-banner__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; }
.cookie-banner__copy h2 { margin: 0 0 9px; font-size: 20px; font-weight: 620; letter-spacing: -.025em; }
.cookie-banner__copy p { max-width: 720px; margin: 0; color: #8c9997; font-size: 12px; line-height: 1.65; }
.cookie-banner__actions, .cookie-preferences__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.cookie-button { min-height: 43px; padding: 0 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-family: inherit; font-size: 10px; font-weight: 800; letter-spacing: .03em; cursor: pointer; transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.cookie-button:hover, .cookie-button:focus-visible { transform: translateY(-2px); }
.cookie-button--decision { border-color: var(--cyan); background: var(--cyan); color: #041012; box-shadow: 0 10px 24px rgba(34,207,229,.16); }
.cookie-button--decision:hover, .cookie-button--decision:focus-visible { border-color: var(--green); background: var(--green); color: #04100b; box-shadow: 0 12px 28px rgba(46,242,154,.2); }
.cookie-button--outline { background: transparent; color: #e2ebe9; }
.cookie-button--outline:hover, .cookie-button--outline:focus-visible { border-color: var(--cyan); background: rgba(34,207,229,.08); color: var(--cyan); }
.cookie-modal { position: fixed; z-index: 1300; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.7); backdrop-filter: blur(9px); }
.cookie-banner[hidden], .cookie-modal[hidden] { display: none !important; }
.cookie-preferences { width: min(680px, 100%); max-height: min(760px, calc(100dvh - 40px)); padding: clamp(24px, 4vw, 42px); overflow: auto; border: 1px solid rgba(34,207,229,.24); border-radius: 24px; background: #090d0f; box-shadow: 0 32px 110px rgba(0,0,0,.7); }
.cookie-preferences__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.cookie-preferences__head h2 { margin: 0; font-size: clamp(25px, 4vw, 36px); letter-spacing: -.04em; }
.cookie-preferences__head button { flex: 0 0 auto; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: #cbd5d3; font-size: 20px; cursor: pointer; }
.cookie-preferences__intro { margin: 18px 0 28px; color: #84918f; font-size: 13px; line-height: 1.7; }
.cookie-category { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; padding: 21px 0; border-top: 1px solid var(--line); }
.cookie-category h3 { margin: 0 0 7px; font-size: 16px; }
.cookie-category p { margin: 0; color: #74817f; font-size: 12px; line-height: 1.65; }
.cookie-category__state { align-self: start; color: var(--green); font-family: Consolas, monospace; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cookie-switch { position: relative; align-self: start; display: inline-flex; width: 48px; height: 26px; }
.cookie-switch input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.cookie-switch span { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: #171d1f; cursor: pointer; transition: background .25s ease, border-color .25s ease; }
.cookie-switch span::after { content: ""; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; border-radius: 50%; background: #7f8a89; transition: transform .25s var(--ease), background .25s ease; }
.cookie-switch input:checked + span { border-color: var(--cyan); background: rgba(34,207,229,.18); }
.cookie-switch input:checked + span::after { background: var(--cyan); transform: translateX(22px); }
.cookie-switch input:focus-visible + span { outline: 2px solid var(--green); outline-offset: 3px; }
.cookie-preferences__note { margin: 4px 0 24px; padding: 14px 16px; border-left: 2px solid var(--cyan); background: rgba(34,207,229,.045); color: #81908e; font-size: 11px; line-height: 1.65; }
.cookie-modal-open { overflow: hidden; }

/* Scroll data spine */
.data-spine {
  --spine-progress: 0;
  position: fixed;
  z-index: 72;
  left: max(4px, calc((100vw - var(--shell)) / 2 - 94px));
  top: 50%;
  width: 92px;
  height: min(58vh, 510px);
  pointer-events: none;
  transform: translateY(-50%);
}
.data-spine__track,
.data-spine__progress { position: absolute; left: 4px; top: 0; width: 1px; height: 100%; transform-origin: top; }
.data-spine__track { background: rgba(255,255,255,.11); }
.data-spine__progress { background: linear-gradient(180deg, var(--orange), var(--cyan) 52%, var(--green)); box-shadow: 0 0 12px rgba(34,207,229,.45); transform: scaleY(var(--spine-progress)); }
.data-spine ol { position: absolute; inset: 0 auto 0 0; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 0; list-style: none; }
.data-spine li { position: relative; display: flex; align-items: center; min-height: 10px; }
.data-spine li > i { position: relative; z-index: 1; width: 9px; height: 9px; border: 1px solid #4e5d5b; border-radius: 50%; background: #070a0c; transform: scale(.62); transition: border-color .3s ease, background .3s ease, box-shadow .3s ease, transform .35s var(--ease); }
.data-spine li > span { position: absolute; left: 17px; width: max-content; color: #71807e; font-family: Consolas, monospace; font-size: 8px; letter-spacing: .1em; opacity: 0; text-transform: uppercase; transform: translateX(-5px); transition: opacity .25s ease, color .25s ease, transform .35s var(--ease); }
.data-spine li.is-active > i { border-color: var(--cyan); background: var(--cyan); box-shadow: 0 0 0 4px rgba(34,207,229,.08), 0 0 15px rgba(34,207,229,.75); transform: scale(1); }
.data-spine li.is-active > span { color: #b7c5c3; opacity: 1; transform: none; }
.section.is-data-active .section-heading .eyebrow > span,
.section.is-data-active .approach__intro .eyebrow > span,
.section.is-data-active .contact__intro .eyebrow > span { box-shadow: 0 0 13px rgba(34,207,229,.46); }

@media (min-width: 821px) and (max-width: 1399px) {
  .data-spine { left: 0; width: 20px; }
  .data-spine li > span {
    left: 4px;
    top: 50%;
    width: max-content;
    white-space: nowrap;
    writing-mode: vertical-rl;
    transform: translateY(-50%) rotate(180deg);
  }
  .data-spine li.is-active > span { transform: translateY(-50%) rotate(180deg); }
}

/* Service route transition */
.service-route-leaving { overflow: hidden; }
.service-route-transition {
  position: fixed;
  inset: 0;
  z-index: 2000;
  overflow: hidden;
  border: 1px solid rgba(34,207,229,.3);
  border-radius: 20px;
  background: #081013;
  color: var(--text);
  transform: translate3d(var(--route-x), var(--route-y), 0) scale(var(--route-scale-x), var(--route-scale-y));
  transform-origin: 0 0;
  transition: transform .78s var(--ease), border-radius .78s var(--ease), border-color .4s ease;
  will-change: transform;
}
.service-route-transition.is-expanded { border-color: rgba(34,207,229,.12); border-radius: 0; transform: none; }
.service-route-transition__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 48px 48px; opacity: 0; transition: opacity .4s ease .28s; }
.service-route-transition__grid::after { content: ""; position: absolute; width: min(70vw, 900px); aspect-ratio: 1; right: -20%; top: -35%; border-radius: 50%; background: radial-gradient(circle, rgba(34,207,229,.14), rgba(46,242,154,.025) 42%, transparent 70%); filter: blur(18px); }
.service-route-transition.is-expanded .service-route-transition__grid { opacity: 1; }
.service-route-transition__content { position: absolute; left: 50%; top: 50%; display: grid; justify-items: center; width: min(760px, calc(100% - 40px)); text-align: center; opacity: 0; transform: translate(-50%,-42%); transition: opacity .34s ease .34s, transform .55s var(--ease) .26s; }
.service-route-transition.is-expanded .service-route-transition__content { opacity: 1; transform: translate(-50%,-50%); }
.service-route-transition__eyebrow { display: flex; align-items: center; gap: 10px; color: #82918f; font-family: Consolas, monospace; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.service-route-transition__eyebrow > i { width: 22px; height: 1px; background: linear-gradient(90deg, var(--orange), var(--cyan)); }
.service-route-transition__icon { display: grid; place-items: center; width: 68px; height: 68px; margin: 32px 0 24px; border: 1px solid rgba(34,207,229,.32); color: var(--cyan); box-shadow: 0 0 36px rgba(34,207,229,.08); }
.service-route-transition__icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-route-transition h2 { max-width: 760px; font-size: clamp(42px, 7vw, 90px); }
.service-route-transition__status { display: flex; align-items: center; gap: 11px; margin-top: 34px; color: #83918f; font-family: Consolas, monospace; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.service-route-transition__status i { width: 42px; height: 1px; overflow: hidden; background: linear-gradient(90deg, var(--cyan), var(--green), transparent); animation: route-signal .8s linear infinite; transform-origin: left; }
@keyframes route-signal { 0% { transform: scaleX(.12); opacity: .45; } 70%, 100% { transform: scaleX(1); opacity: 1; } }

@media (max-width: 1500px) {
  .command-trigger { display: none; }
}

@media (max-width: 1040px) {
  :root { --shell: min(100% - 36px, 920px); }
  .site-header__inner { grid-template-columns: 175px 1fr auto; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 12px; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__content { max-width: 800px; }
  .hero-console { width: min(620px, 100%); min-height: 480px; justify-self: end; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .section-heading > p { max-width: 600px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-card--wide { grid-column: span 1; }
  .fastvps__panel { grid-template-columns: 1fr; gap: 50px; }
  .contact__grid { grid-template-columns: 1fr; }
  .contact__intro { position: static; }
  .contact__direct { max-width: 560px; }
}

@media (max-width: 820px) {
  .data-spine { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto auto; min-height: 72px; }
  .header-actions { gap: 6px; }
  .language-switcher { padding: 3px; }
  .language-switcher a { width: 34px; height: 28px; }
  .language-switcher img { width: 22px; height: 15px; }
  .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 3; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; color: white; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { position: absolute; width: 19px; height: 1px; background: currentColor; transition: transform .3s var(--ease); }
  .menu-toggle span:first-child { transform: translateY(-4px); }
  .menu-toggle span:nth-child(2) { transform: translateY(4px); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: rotate(-45deg); }
  .site-nav { position: fixed; inset: 0 0 auto; display: flex; flex-direction: column; justify-content: center; justify-self: stretch; align-self: start; align-items: flex-start; width: 100%; height: 100vh; height: 100dvh; gap: 0; padding: 100px 9vw; background: rgba(5,8,10,.985); transform: translateX(101%); transition: transform .45s var(--ease); }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { width: 100%; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: clamp(26px, 8vw, 48px); font-weight: 500; letter-spacing: -.04em; }
  .site-nav a::after { display: none; }
  .approach__grid { grid-template-columns: 1fr; }
  .approach__intro { position: static; }
  .operations-card--lead, .operations-card { grid-column: 1 / -1; grid-row: auto; min-height: auto; }
  .operations-card--lead { padding-block: 55px; }
  .site-footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__bottom { grid-template-columns: 1fr; gap: 12px; }
  .site-footer__bottom > span:nth-child(2) { text-align: left; }
  .site-footer__legal { justify-content: flex-start; }
  .cookie-banner__inner { grid-template-columns: 1fr; gap: 20px; }
  .cookie-banner__actions { justify-content: flex-start; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); --radius: 16px; }
  .section { padding: 88px 0; }
  .brand { width: 159px; }
  .brand img { width: 190px; top: -11px; }
  .hero { padding-top: 120px; }
  .hero__content h1 { font-size: clamp(49px, 16vw, 70px); line-height: .92; }
  .hero__lead { margin-top: 28px; font-size: 16px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero-console { min-height: 445px; padding: 15px; }
  .hero-console__visual { height: 295px; }
  .core-ring--outer { width: 215px; height: 215px; }
  .hero-console__metrics > div { padding-inline: 7px; }
  .hero-console__metrics strong { font-size: 8px; }
  .hero-console__live-count { gap: 4px; padding-left: 8px; }
  .hero-console__live-count b { font-size: 17px; }
  .hero-console__live-count span { font-size: 7px; }
  .hero__foot { display: grid; grid-template-columns: 1fr 5px 1fr; text-align: center; }
  .hero__foot span:last-child, .hero__foot i:nth-last-child(2) { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { min-height: 430px; padding: 25px 25px 78px; }
  .service-card > a { inset: 0; padding: 0 25px 25px; }
  .partner-card { min-height: 132px; padding: 20px; }
  .statement blockquote { font-size: 39px; }
  .fastvps__panel { width: calc(100% - 20px); padding: 35px 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .contact__direct a { flex-direction: column; gap: 4px; }
  .operations-grid { margin-top: 34px; }
  .operations-card, .operations-card--lead { padding: 28px 22px; }
  .operations-card__actions { align-items: stretch; flex-direction: column; }
  .operations-card__actions .button { width: 100%; }
  .site-footer__main { grid-template-columns: 1fr; }
  .site-footer__brand { grid-column: auto; }
  .site-footer__legal { align-items: flex-start; flex-direction: column; gap: 10px; }
  .header-actions .header-cta { display: none; }
  .language-switcher a { width: 31px; }
  .cookie-banner { bottom: 10px; width: calc(100% - 20px); padding: 18px; border-radius: 16px; }
  .cookie-banner__actions, .cookie-preferences__actions { display: grid; grid-template-columns: 1fr; }
  .cookie-button { width: 100%; }
  .scroll-to-top {
    width: 40px;
    height: 40px;
    right: 13px;
    bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  }
  .scroll-to-top__icon { width: 18px; height: 18px; }
  .scroll-to-top__tooltip { display: none; }
  .cookie-category { gap: 14px; }
  .loader__brand p { margin-top: -12px; font-size: 9px; }
  .service-route-transition__icon { width: 58px; height: 58px; margin-block: 24px 18px; }
  .service-route-transition__status { margin-top: 26px; }
  [data-reveal="left"] { transform: translate3d(-46px, 0, 0); }
  [data-reveal="right"] { transform: translate3d(46px, 0, 0); }
  [data-reveal="zoom"] { transform: scale(.88); }
}

@media (max-width: 460px) {
  .partner-grid { grid-template-columns: 1fr; }
}

[data-loader-status] {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 3em;
  margin-inline: auto;
  text-align: center;
  line-height: 1.35;
  transition: opacity .085s ease, transform .085s ease;
}
[data-loader-status].is-changing {
  opacity: 0;
  transform: translateY(7px);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .loader { animation: loader-failsafe .01ms .5s forwards; }
  [data-reveal] { opacity: 1; transform: none; }
  .data-spine__progress { transition: none; }
  .service-card.is-pointer-active { transform: none; }
}

/* The loader hands the remaining service sequence to a compact hero ticker. */
.hero-service-ticker {
  --ticker-progress: 0%;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px 16px;
  width: min(520px, 100%);
  margin: 24px 0 0 auto;
  padding: 13px 15px 11px;
  overflow: hidden;
  border: 1px solid rgba(34,207,229,.14);
  border-radius: 13px;
  background: rgba(8,13,15,.66);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .45s ease, transform .55s var(--ease), border-color .35s ease;
}
.hero-service-ticker::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg,rgba(34,207,229,.035),transparent 38%,rgba(46,242,154,.025));
}
.hero-service-ticker.is-active { opacity: 1; transform: none; }
.hero-service-ticker__label,
.hero-service-ticker__count {
  position: relative;
  z-index: 1;
  color: #71817e;
  font: 700 8px/1 Consolas,"Cascadia Code",monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-service-ticker__label { display: inline-flex; align-items: center; gap: 7px; }
.hero-service-ticker__label i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px rgba(34,207,229,.7);
}
.hero-service-ticker__current {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  color: #d6e2df;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: opacity .17s ease, transform .17s ease;
}
.hero-service-ticker.is-changing .hero-service-ticker__current { opacity: 0; transform: translateY(5px); }
.hero-service-ticker__count { color: var(--cyan); text-align: right; }
.hero-service-ticker__rail {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  height: 2px;
  overflow: hidden;
  background: rgba(255,255,255,.07);
}
.hero-service-ticker__rail i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,var(--orange),var(--cyan),var(--green));
  clip-path: inset(0 calc(100% - var(--ticker-progress)) 0 0);
  transition: clip-path 1.15s linear;
}
.hero-service-ticker.is-complete { border-color: rgba(46,242,154,.2); }
.hero-service-ticker.is-complete .hero-service-ticker__label i { background: var(--green); box-shadow: 0 0 10px rgba(46,242,154,.65); }

@media (max-width: 560px) {
  .hero-service-ticker { grid-template-columns: 1fr auto; gap: 9px 12px; margin-top: 20px; padding: 13px; }
  .hero-service-ticker__current { grid-column: 1 / -1; grid-row: 2; font-size: 10px; }
  .hero-service-ticker__rail { grid-row: 3; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-service-ticker,
  .hero-service-ticker__current,
  .hero-service-ticker__rail i { transition: none; }
}


