:root {
  color-scheme: dark;
  --bg: #050605;
  --surface: #0c100e;
  --surface-2: #151a17;
  --paper: #f7f4ed;
  --paper-2: #ebe6da;
  --ink: #f6f4ee;
  --ink-dark: #171717;
  --muted: #a8aaa3;
  --green: #a8ff6a;
  --blue: #6d8dff;
  --pink: #ff7aa8;
  --orange: #ffb35c;
  --line: rgba(247, 244, 237, 0.14);
  --line-strong: rgba(247, 244, 237, 0.24);
  --glass: rgba(247, 244, 237, 0.075);
  --spotlight: rgba(168, 255, 106, 0.16);
  --radius: 24px;
  --header-h: 78px;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 70% 10%, rgba(168, 255, 106, 0.11), transparent 30rem),
    radial-gradient(circle at 8% 28%, rgba(109, 141, 255, 0.08), transparent 26rem),
    linear-gradient(180deg, #050605 0%, #0b1210 42%, #060706 100%);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

body.is-loading,
body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

::selection {
  background: var(--green);
  color: var(--ink-dark);
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 24px;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 38%, rgba(168, 255, 106, 0.14), transparent 18rem),
    #050605;
  transition: opacity 0.6s var(--ease), visibility 0.6s var(--ease);
}

.preloader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader__glyph {
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  width: min(42vw, 360px);
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 45%, rgba(168, 255, 106, 0.24), transparent 42%),
    var(--surface);
  color: var(--paper);
  font-size: clamp(8rem, 20vw, 18rem);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.45);
}

.preloader__bar {
  width: min(860px, 74vw);
  height: 8px;
  overflow: hidden;
  justify-self: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.preloader__bar span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--blue), var(--pink));
  transition: width 0.2s linear;
}

.preloader__meta {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 18px;
  align-items: end;
  color: rgba(247, 244, 237, 0.56);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.preloader__meta span:first-child {
  color: var(--paper);
  font-family: Inter, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 0.85;
}

.preloader__meta strong {
  color: var(--green);
  font-family: Inter, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
}

.ambient-grid,
.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.ambient-grid {
  z-index: -3;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.page-noise {
  z-index: -1;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.2) 0 1px, transparent 1.5px);
  background-size: 18px 18px;
}

.cursor,
.cursor-dot {
  position: fixed;
  z-index: 300;
  pointer-events: none;
  border-radius: 999px;
  transform: translate3d(-50%, -50%, 0);
}

.cursor {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(168, 255, 106, 0.7);
  mix-blend-mode: difference;
  transition: width 0.25s var(--ease), height 0.25s var(--ease), border-color 0.25s var(--ease);
}

.cursor-dot {
  width: 5px;
  height: 5px;
  background: var(--green);
}

body.cursor-active .cursor {
  width: 64px;
  height: 64px;
  border-color: var(--pink);
}

.site-header {
  position: fixed;
  top: 14px;
  left: 22px;
  right: 22px;
  z-index: 80;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: var(--header-h);
  overflow: hidden;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 6, 5, 0.78);
  backdrop-filter: blur(22px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  transition: min-height 0.25s var(--ease), background 0.25s var(--ease), top 0.25s var(--ease);
}

.site-header::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, transparent 0 18%, rgba(247, 244, 237, 0.12) 26%, transparent 38% 100%);
  content: "";
  opacity: 0.65;
  transform: translateX(calc((var(--scroll, 0) * 80%) - 54%));
  pointer-events: none;
}

.site-header > * {
  position: relative;
  z-index: 1;
}

.site-header.is-compact {
  top: 10px;
  min-height: 66px;
  background: rgba(5, 6, 5, 0.9);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-width: 190px;
}

.brand__mark,
.doc-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--paper);
  color: var(--ink-dark);
  font-weight: 900;
}

.brand__text {
  display: grid;
  gap: 2px;
}

.brand__text strong {
  color: var(--paper);
  font-size: 1rem;
  font-weight: 900;
}

.brand__text small {
  color: var(--muted);
  font-size: 0.72rem;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.site-nav a,
.menu-button,
.button,
.menu-close,
.service-panel__tabs button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(247, 244, 237, 0.06);
  transition:
    transform 0.25s var(--ease),
    background 0.25s var(--ease),
    border-color 0.25s var(--ease),
    color 0.25s var(--ease);
}

.site-nav a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 14px 20px;
  color: rgba(247, 244, 237, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
}

.site-nav img {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.site-nav a:hover,
.menu-button:hover,
.button:hover,
.menu-close:hover,
.service-panel__tabs button:hover {
  border-color: rgba(168, 255, 106, 0.56);
  background: rgba(168, 255, 106, 0.12);
  color: var(--paper);
}

.menu-button {
  display: inline-grid;
  grid-template-columns: auto 18px;
  gap: 10px;
  align-items: center;
  padding: 13px 18px;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 900;
}

.menu-button i,
.menu-button i::before,
.menu-button i::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
}

.menu-button i {
  position: relative;
}

.menu-button i::before,
.menu-button i::after {
  position: absolute;
  left: 0;
}

.menu-button i::before { top: -6px; }
.menu-button i::after { top: 6px; }

.scroll-progress {
  position: fixed;
  left: 42px;
  right: 42px;
  top: 6px;
  z-index: 90;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(247, 244, 237, 0.08);
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--blue), var(--pink));
}

.section-rail {
  position: fixed;
  top: 50%;
  right: 24px;
  z-index: 70;
  display: grid;
  gap: 10px;
  padding: 12px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 6, 5, 0.56);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  transform: translateY(-50%);
}

.section-rail a {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(247, 244, 237, 0.3);
  border-radius: 999px;
  background: rgba(247, 244, 237, 0.16);
  transition:
    height 0.24s var(--ease),
    background 0.24s var(--ease),
    border-color 0.24s var(--ease),
    transform 0.24s var(--ease);
}

.section-rail a::before {
  position: absolute;
  top: 50%;
  right: 18px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(12, 16, 14, 0.9);
  color: var(--paper);
  content: attr(aria-label);
  font-size: 0.72rem;
  font-weight: 900;
  opacity: 0;
  transform: translate(8px, -50%);
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
  pointer-events: none;
}

.section-rail a:hover::before,
.section-rail a.is-active::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.section-rail a.is-active {
  height: 34px;
  border-color: rgba(168, 255, 106, 0.62);
  background: linear-gradient(180deg, var(--green), var(--blue), var(--pink));
  transform: scaleX(1.18);
}

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 150;
  visibility: hidden;
  opacity: 0;
  background: rgba(5, 6, 5, 0.96);
  transition: opacity 0.38s var(--ease), visibility 0.38s var(--ease);
}

.menu-overlay.is-open {
  visibility: visible;
  opacity: 1;
}

.menu-overlay__inner {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  padding: 28px;
  background:
    radial-gradient(circle at 80% 15%, rgba(168, 255, 106, 0.12), transparent 28rem),
    radial-gradient(circle at 15% 60%, rgba(109, 141, 255, 0.1), transparent 28rem);
}

.menu-overlay__top,
.menu-overlay__note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.menu-close {
  width: 44px;
  height: 44px;
  cursor: pointer;
  font-size: 1.25rem;
}

.menu-overlay__links {
  display: grid;
  align-content: center;
  gap: 8px;
}

.menu-overlay__links a {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  min-height: 84px;
  border-bottom: 1px solid var(--line);
  color: var(--paper);
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  font-weight: 900;
  line-height: 1;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.42s var(--ease), transform 0.42s var(--ease), color 0.22s var(--ease);
}

.menu-overlay.is-open .menu-overlay__links a {
  opacity: 1;
  transform: translateY(0);
}

.menu-overlay__links a:hover {
  color: var(--green);
}

.menu-overlay__links span {
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.9rem;
}

.section {
  position: relative;
  padding: 116px 7vw;
  scroll-margin-top: 104px;
}

.section::before {
  position: absolute;
  top: 0;
  left: 7vw;
  right: 7vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 244, 237, 0.18), transparent);
  content: "";
  opacity: 0.7;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
  gap: 48px;
  align-items: center;
  min-height: 100vh;
  padding-top: 138px;
  overflow: hidden;
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 890px;
}

.eyebrow,
.section__label {
  color: var(--green);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero__title,
.section-title {
  margin: 0;
  color: var(--paper);
  font-size: clamp(3.5rem, 7.4vw, 7.2rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
}

.section-title {
  max-width: 980px;
  font-size: clamp(3rem, 5.8vw, 6.2rem);
}

.section-title--wide {
  max-width: 1120px;
}

.hero__title span {
  display: inline-block;
  padding: 0.02em 0.14em 0.08em;
  margin-right: 0.08em;
  border-radius: 18px;
  color: var(--ink-dark);
  background: var(--green);
  transform: rotate(-1.5deg);
}

.hero__lead,
.section-copy,
.apps__lead,
.contact__panel p {
  max-width: 740px;
  color: rgba(247, 244, 237, 0.66);
  font-size: 1.13rem;
  line-height: 1.66;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero__status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero__status span {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(247, 244, 237, 0.055);
  color: rgba(247, 244, 237, 0.74);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero__status i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(168, 255, 106, 0.1);
  animation: statusPulse 1.8s ease-in-out infinite;
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 900;
}

.button--primary {
  border-color: rgba(168, 255, 106, 0.65);
  background: var(--green);
  color: var(--ink-dark);
}

.button--primary:hover {
  background: var(--paper);
  color: var(--ink-dark);
}

.button--ghost {
  color: var(--paper);
}

.hero__workspace {
  position: relative;
  min-height: 650px;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.25s var(--ease);
}

.workspace-card,
.stat-card,
.knowledge-board,
.service,
.service-panel__screen,
.deal-lab,
.contact__panel {
  position: relative;
  isolation: isolate;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.workspace-card::after,
.stat-card::after,
.knowledge-board::after,
.service::after,
.service-panel__screen::after,
.deal-lab::after,
.career-card::after,
.contact__panel::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background:
    radial-gradient(260px circle at var(--mx, 50%) var(--my, 0%), var(--spotlight), transparent 48%);
  content: "";
  opacity: 0;
  transition: opacity 0.28s var(--ease);
  pointer-events: none;
}

.workspace-card:hover::after,
.stat-card:hover::after,
.knowledge-board:hover::after,
.service:hover::after,
.service-panel__screen:hover::after,
.deal-lab:hover::after,
.career-card:hover::after,
.contact__panel:hover::after {
  opacity: 1;
}

@media (hover: hover) {
  .stat-card,
  .service,
  .career-card,
  .countries span,
  .app-tile {
    transition:
      transform 0.28s var(--ease),
      border-color 0.28s var(--ease),
      background 0.28s var(--ease),
      box-shadow 0.28s var(--ease);
  }

  .stat-card:hover,
  .service:hover,
  .career-card:hover {
    border-color: rgba(168, 255, 106, 0.34);
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.3);
    transform: translateY(-6px);
  }

  .countries span:hover,
  .app-tile:hover {
    transform: translateY(-5px) scale(1.02);
  }
}

.workspace-card--main {
  position: absolute;
  inset: 56px 16px auto 8px;
  min-height: 455px;
  overflow: hidden;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(247, 244, 237, 0.94), rgba(235, 230, 218, 0.9)),
    var(--paper);
  color: var(--ink-dark);
  transform: rotateY(-9deg) rotateX(5deg);
}

.workspace-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgba(23, 23, 23, 0.62);
  font-weight: 800;
}

.workspace-card__preview {
  position: absolute;
  top: 74px;
  right: 22px;
  z-index: 0;
  width: 245px;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(23, 23, 23, 0.16);
  transform: rotate(2.5deg);
}

.workspace-card__hero {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin: 34px 0 26px;
}

.workspace-card__hero strong {
  display: block;
  font-size: clamp(3.3rem, 6vw, 5.5rem);
  font-weight: 900;
  line-height: 0.9;
}

.workspace-card__hero p {
  max-width: 430px;
  color: rgba(23, 23, 23, 0.64);
  line-height: 1.5;
}

.workspace-table {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 16px;
  background: #fffdf7;
}

.workspace-table > * {
  min-height: 48px;
  padding: 14px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
  color: rgba(23, 23, 23, 0.72);
  font-style: normal;
}

.workspace-table span {
  color: rgba(23, 23, 23, 0.45);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.workspace-table strong {
  color: var(--ink-dark);
}

.workspace-card--side {
  position: absolute;
  right: 0;
  bottom: 64px;
  width: 230px;
  padding: 18px;
  color: var(--paper);
  background:
    radial-gradient(circle at 22% 20%, rgba(168, 255, 106, 0.28), transparent 12rem),
    rgba(12, 16, 14, 0.9);
  transform: rotateY(10deg) translateZ(90px);
}

.workspace-card--side strong {
  display: block;
  margin-top: 16px;
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 0.9;
}

.workspace-card--side span {
  color: var(--muted);
  font-weight: 800;
}

.mini-chart {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  align-items: end;
  height: 104px;
}

.mini-chart i {
  display: block;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--green), var(--blue));
  animation: barPulse 1.8s ease-in-out infinite alternate;
}

.mini-chart i:nth-child(1) { height: 28%; }
.mini-chart i:nth-child(2) { height: 48%; animation-delay: 0.1s; }
.mini-chart i:nth-child(3) { height: 82%; animation-delay: 0.2s; }
.mini-chart i:nth-child(4) { height: 62%; animation-delay: 0.3s; }
.mini-chart i:nth-child(5) { height: 38%; animation-delay: 0.4s; }

.floating-apps {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-dock {
  position: absolute;
  left: 34px;
  bottom: 14px;
  z-index: 4;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 6, 5, 0.66);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  transform: rotateY(-5deg) translateZ(80px);
}

.hero-dock img {
  width: 34px;
  height: 34px;
  border-radius: 12px;
}

.hero-dock span {
  padding: 0 4px;
  color: var(--paper);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.app-icon {
  position: absolute;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  color: var(--ink-dark);
  font-size: 0.84rem;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  animation: floatIcon 5s ease-in-out infinite;
}

.floating-apps .app-icon:nth-child(1) { left: 4%; bottom: 30%; }
.floating-apps .app-icon:nth-child(2) { right: 7%; top: 12%; animation-delay: 0.4s; }
.floating-apps .app-icon:nth-child(3) { right: 28%; bottom: 2%; animation-delay: 0.8s; }
.floating-apps .app-icon:nth-child(4) { left: 20%; top: 3%; animation-delay: 1.2s; }

.icon-ai { background: linear-gradient(135deg, var(--paper), var(--blue)); }
.icon-zip { background: linear-gradient(135deg, #88a0ff, #f4f4f4); }
.icon-scan { background: linear-gradient(135deg, #17191b, #eff2ee); }
.icon-play { background: radial-gradient(circle, #fff 0 15%, transparent 16%), linear-gradient(135deg, var(--pink), #7b62ff); }

.hero__ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  display: flex;
  gap: 10px;
  overflow: hidden;
  color: rgba(247, 244, 237, 0.54);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  text-transform: uppercase;
  white-space: nowrap;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.hero__ticker span {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(247, 244, 237, 0.05);
  animation: ticker 20s linear infinite;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 34px;
}

.stat-card {
  position: relative;
  display: grid;
  min-height: 310px;
  overflow: hidden;
  padding: 28px;
}

.stat-card::before {
  position: absolute;
  inset: auto 24px 24px auto;
  width: 82px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue), var(--pink));
  content: "";
  opacity: 0.82;
}

.stat-card strong {
  align-self: end;
  color: var(--paper);
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 0.88;
}

.stat-card strong::after {
  content: "+";
}

.stat-card span {
  color: var(--paper);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.stat-card__visual {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 165px;
  height: 165px;
  opacity: 0.95;
}

.stat-card__visual--radar {
  border: 2px solid rgba(168, 255, 106, 0.72);
  border-radius: 36px;
  background:
    radial-gradient(circle, transparent 0 18%, rgba(168, 255, 106, 0.72) 18.5% 19.5%, transparent 20% 33%, rgba(168, 255, 106, 0.72) 33.5% 34.5%, transparent 35%),
    linear-gradient(90deg, transparent 49%, rgba(168, 255, 106, 0.7) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(168, 255, 106, 0.7) 50%, transparent 51%);
}

.stat-card__visual--stack {
  background:
    radial-gradient(ellipse at center, transparent 0 44%, var(--pink) 45% 47%, transparent 48%),
    radial-gradient(ellipse at center, transparent 0 31%, var(--pink) 32% 34%, transparent 35%),
    radial-gradient(ellipse at center, transparent 0 18%, var(--pink) 19% 21%, transparent 22%);
  animation: rotateFlat 12s linear infinite;
}

.stat-card__visual--globe {
  border: 2px solid var(--blue);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, transparent 0 33%, var(--blue) 34% 35%, transparent 36%),
    linear-gradient(90deg, transparent 49%, var(--blue) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, var(--blue) 50%, transparent 51%);
}

.stat-card__visual--globe::before,
.stat-card__visual--globe::after {
  position: absolute;
  inset: 0 42px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  content: "";
}

.stat-card__visual--globe::after {
  inset: 0 66px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.72fr);
  gap: 60px;
  align-items: start;
}

.split--top {
  align-items: start;
}

.section__label {
  margin-bottom: 20px;
}

.section-copy p {
  margin: 0 0 20px;
}

.knowledge-board {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 18px;
  margin-top: 64px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(247, 244, 237, 0.94), rgba(235, 230, 218, 0.92)),
    var(--paper);
  color: var(--ink-dark);
}

.kb-sidebar {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 430px;
  padding: 18px;
  border-right: 1px solid rgba(23, 23, 23, 0.1);
}

.kb-sidebar span {
  margin-bottom: 10px;
  color: rgba(23, 23, 23, 0.45);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.kb-sidebar a {
  padding: 10px 12px;
  border-radius: 10px;
  color: rgba(23, 23, 23, 0.68);
  font-weight: 800;
}

.kb-sidebar a:hover {
  background: rgba(23, 23, 23, 0.06);
}

.kb-doc {
  padding: 22px;
}

.kb-toolbar {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.09);
}

.kb-toolbar span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(23, 23, 23, 0.16);
}

.kb-toolbar span:nth-child(1) { background: #ff7aa8; }
.kb-toolbar span:nth-child(2) { background: #ffb35c; }
.kb-toolbar span:nth-child(3) { background: #a8ff6a; }

.kb-toolbar strong {
  margin-left: auto;
  color: rgba(23, 23, 23, 0.46);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.kb-doc__title {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 26px;
}

.kb-doc__title h3 {
  margin: 0;
  font-size: 2.2rem;
}

.kb-visual {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 22px;
}

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

.kb-grid article,
.service {
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.54);
}

.kb-grid span,
.service span {
  color: rgba(23, 23, 23, 0.42);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
}

.kb-grid h4,
.service h3,
.deal-lab h3 {
  margin: 34px 0 14px;
  color: inherit;
  font-size: 1.45rem;
  line-height: 1.08;
}

.kb-grid p,
.service p,
.deal-lab p {
  margin: 0;
  color: rgba(23, 23, 23, 0.62);
  line-height: 1.55;
}

.apps {
  overflow: hidden;
}

.apps__lead {
  margin-top: 22px;
}

.apps-showcase {
  position: relative;
  width: min(920px, 100%);
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(247, 244, 237, 0.06);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.apps-showcase::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(247, 244, 237, 0.16) 42%, transparent 50% 100%);
  content: "";
  animation: panelShine 6s var(--ease) infinite;
  pointer-events: none;
}

.apps-showcase img {
  width: 100%;
}

.app-marquee {
  display: grid;
  gap: 18px;
  width: 116vw;
  margin: 52px -12vw 0;
  transform: rotate(-1.5deg);
}

.app-marquee__row {
  display: flex;
  gap: 14px;
  min-width: max-content;
  animation: appMarquee 30s linear infinite;
}

.app-marquee__row--reverse {
  animation-direction: reverse;
  animation-duration: 36s;
  transform: translateX(-10%);
}

.app-tile {
  position: relative;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(247, 244, 237, 0.18);
  border-radius: 22px;
  color: var(--ink-dark);
  font-weight: 900;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.app-tile::before,
.app-tile::after {
  position: absolute;
  content: "";
}

.tile-ai { background: linear-gradient(135deg, #f4f4f4, var(--blue)); font-size: 1.6rem; }
.tile-play { background: radial-gradient(circle at 50%, #fff 0 16%, transparent 17%), linear-gradient(135deg, #ff3d74, #6034ff); }
.tile-note { background: linear-gradient(135deg, #eaf4ff, #67b0ff); }
.tile-note::before { width: 45px; height: 54px; border-radius: 8px; background: repeating-linear-gradient(180deg, #fff 0 8px, #bed2ff 9px 11px); }
.tile-scan { background: #dce6e0; }
.tile-scan::before { width: 52px; height: 52px; border: 4px solid #333; border-radius: 8px; }
.tile-scan::after { width: 52px; height: 2px; background: var(--pink); animation: scanMoveSmall 2.2s linear infinite; }
.tile-zip { background: linear-gradient(135deg, #7b93ff, #f1f1f1); font-size: 1rem; }
.tile-radio { background: linear-gradient(135deg, #7947ff, #ff5cb6); }
.tile-radio::before { width: 44px; height: 32px; border-radius: 10px; background: #0c1110; }
.tile-radio::after { width: 18px; height: 18px; border: 3px solid var(--green); border-radius: 50%; }
.tile-clean { background: linear-gradient(135deg, #ffffff, #7a9aff); }
.tile-clean::before { width: 34px; height: 48px; border-radius: 50% 50% 55% 55%; background: #eef0f6; }
.tile-chat { background: linear-gradient(135deg, #80ffd4, #3273ff); }
.tile-chat::before { width: 48px; height: 36px; border-radius: 18px; background: #fff; }
.tile-plane { background: linear-gradient(135deg, #def8ff, #4a72ff); }
.tile-plane::before { width: 54px; height: 16px; background: #fff; transform: skewX(-24deg) rotate(-18deg); }
.tile-photo { background: linear-gradient(135deg, #171b20, #8c6bff, #ffd76a); }
.tile-photo::before { width: 42px; height: 42px; border-radius: 50%; background: radial-gradient(circle, #fff 0 22%, #111 23% 42%, transparent 43%); }
.tile-calendar { background: linear-gradient(135deg, #f85d4d, #ffd76a); }
.tile-calendar::before { width: 48px; height: 50px; border-radius: 8px; background: #fff; }
.tile-calendar::after { width: 38px; height: 5px; background: var(--pink); top: 29px; }
.tile-rec { background: #fff; color: #d82b42; font-size: 0.95rem; }
.tile-rec::before { width: 14px; height: 14px; left: 18px; border-radius: 50%; background: #d82b42; }
.tile-link { background: linear-gradient(135deg, #61ffe0, #f5f5f5); }
.tile-link::before { width: 46px; height: 24px; border: 5px solid #0d1815; border-radius: 999px; transform: rotate(-30deg); }
.tile-health { background: linear-gradient(135deg, #102020, #a8ff6a); }
.tile-health::before { width: 44px; height: 12px; background: #fff; }
.tile-health::after { width: 12px; height: 44px; background: #fff; }
.tile-brush { background: linear-gradient(135deg, #fff, #ff7aa8); }
.tile-brush::before { width: 16px; height: 54px; border-radius: 10px; background: #1b1b1b; transform: rotate(24deg); }
.tile-cloud { background: linear-gradient(135deg, #e9f0ff, #7192ff); }
.tile-cloud::before { width: 54px; height: 28px; border-radius: 999px; background: #fff; }
.tile-pay { background: linear-gradient(135deg, #102020, #ffd76a); }
.tile-pay::before { width: 50px; height: 34px; border-radius: 8px; background: #fff; }
.tile-pay::after { width: 26px; height: 3px; right: 18px; background: #111; }
.tile-timer { background: linear-gradient(135deg, #8398ff, #f1f1f1); font-size: 1.45rem; }

.service-panel {
  display: grid;
  gap: 14px;
}

.service-panel__screen {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(247, 244, 237, 0.94), rgba(235, 230, 218, 0.9)),
    var(--paper);
  color: var(--ink-dark);
}

.service-panel__screen::before {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(23, 23, 23, 0.04) 0 1px, transparent 1px 32px),
    repeating-linear-gradient(0deg, rgba(23, 23, 23, 0.035) 0 1px, transparent 1px 32px);
  content: "";
  opacity: 0.7;
}

.service-panel__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  box-shadow: 0 16px 30px rgba(23, 23, 23, 0.14);
}

.service-panel__screen span {
  position: relative;
  z-index: 1;
  display: block;
  max-width: calc(100% - 96px);
  margin-bottom: 22px;
  color: rgba(23, 23, 23, 0.46);
  font-family: "JetBrains Mono", monospace;
}

.service-panel__screen strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: calc(100% - 88px);
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.service-panel__screen p {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 70px);
  margin: 0;
  color: rgba(23, 23, 23, 0.62);
  line-height: 1.6;
}

.service-panel__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-panel__tabs button {
  min-height: 42px;
  padding: 0 14px;
  cursor: pointer;
}

.service-panel__tabs button.is-active {
  border-color: var(--green);
  background: var(--green);
  color: var(--ink-dark);
}

.service-grid {
  margin-top: 64px;
}

.service {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background: rgba(247, 244, 237, 0.06);
}

.service::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(247, 244, 237, 0.08), transparent 34%),
    repeating-linear-gradient(135deg, rgba(247, 244, 237, 0.04) 0 1px, transparent 1px 18px);
  content: "";
  opacity: 0.52;
}

.service > * {
  position: relative;
  z-index: 1;
}

.service__icon {
  width: 68px;
  height: 68px;
  margin-bottom: 24px;
  border-radius: 22px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.service span {
  color: var(--green);
}

.service p {
  color: rgba(247, 244, 237, 0.62);
}

.service h3 {
  margin-top: 22px;
}

.deal-lab {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.48fr) minmax(260px, 0.7fr) 180px;
  gap: 30px;
  align-items: center;
  margin-top: 58px;
  padding: 30px;
}

.deal-lab h3 {
  margin-top: 0;
  color: var(--paper);
}

.deal-lab p {
  color: rgba(247, 244, 237, 0.66);
}

.deal-lab__visual {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(247, 244, 237, 0.06);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
}

.deal-lab__visual img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.deal-lab__meters {
  display: grid;
  gap: 18px;
}

.deal-lab__meters label {
  display: grid;
  gap: 10px;
  color: rgba(247, 244, 237, 0.7);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.deal-lab input[type="range"] {
  width: 100%;
  accent-color: var(--green);
}

.deal-lab__score {
  display: grid;
  gap: 8px;
  justify-items: end;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}

.deal-lab__score strong {
  color: var(--green);
  font-family: Inter, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 900;
}

.countries {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.countries span {
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(247, 244, 237, 0.78);
  background: rgba(247, 244, 237, 0.04);
  font-weight: 800;
}

.careers-controls {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-self: end;
}

.careers-side {
  display: grid;
  gap: 14px;
  justify-items: end;
  align-self: end;
}

.careers-visual {
  width: min(360px, 100%);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(247, 244, 237, 0.06);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.careers-slider {
  margin-top: 48px;
  overflow: hidden;
}

.careers-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.career-card {
  position: relative;
  isolation: isolate;
  flex: 0 0 min(430px, 86vw);
  min-height: 320px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 16% 12%, rgba(168, 255, 106, 0.12), transparent 14rem),
    rgba(247, 244, 237, 0.06);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
  scroll-snap-align: start;
}

.career-card::before {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue), var(--pink));
  content: "";
}

.career-card__icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 74px;
  height: 74px;
  border-radius: 24px;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.24);
}

.career-card span,
.career-card small {
  display: inline-block;
  max-width: calc(100% - 92px);
  color: var(--green);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.career-card small {
  margin-bottom: 18px;
  color: var(--muted);
}

.career-card h3 {
  margin: 42px 0 12px;
  color: var(--paper);
  font-size: 2rem;
  line-height: 1;
}

.career-card p {
  margin: 0;
  color: rgba(247, 244, 237, 0.66);
  line-height: 1.55;
}

.career-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.career-card i {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(247, 244, 237, 0.76);
  font-size: 0.82rem;
  font-style: normal;
}

.contact__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 0.55fr);
  gap: 48px;
  padding: 34px;
  background:
    radial-gradient(circle at 20% 18%, rgba(168, 255, 106, 0.12), transparent 24rem),
    rgba(247, 244, 237, 0.06);
}

.contact__panel > * {
  position: relative;
  z-index: 1;
}

.contact__panel h2 {
  max-width: 760px;
  margin: 0;
  color: var(--paper);
  font-size: clamp(3rem, 5.5vw, 5.5rem);
  font-weight: 900;
  line-height: 0.98;
}

.contact__visual {
  width: min(390px, 100%);
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(247, 244, 237, 0.06);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.24);
  color: var(--paper);
  padding: 15px 14px;
  outline: none;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(168, 255, 106, 0.7);
  box-shadow: 0 0 0 3px rgba(168, 255, 106, 0.08);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 20px;
  padding: 28px;
  border-top: 1px solid rgba(247, 244, 237, 0.09);
  color: rgba(247, 244, 237, 0.5);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.site-footer a {
  color: var(--green);
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 220;
  max-width: 360px;
  padding: 14px 16px;
  border: 1px solid rgba(168, 255, 106, 0.45);
  border-radius: 16px;
  background: rgba(12, 16, 14, 0.94);
  color: var(--paper);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
  pointer-events: none;
}

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

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

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

body.growth-mode {
  --green: #d4ff5c;
}

@keyframes barPulse {
  from { transform: scaleY(0.72); }
  to { transform: scaleY(1); }
}

@keyframes floatIcon {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-14px) rotate(4deg); }
}

@keyframes ticker {
  to { transform: translateX(-100%); }
}

@keyframes rotateFlat {
  to { transform: rotate(360deg); }
}

@keyframes scanMoveSmall {
  from { transform: translateY(-28px); }
  to { transform: translateY(28px); }
}

@keyframes appMarquee {
  to { transform: translateX(-50%); }
}

@keyframes statusPulse {
  0%, 100% {
    box-shadow: 0 0 0 7px rgba(168, 255, 106, 0.1);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 13px rgba(168, 255, 106, 0);
    transform: scale(0.86);
  }
}

@keyframes panelShine {
  0%, 58% { transform: translateX(-110%); }
  100% { transform: translateX(110%); }
}

@media (max-width: 1120px) {
  .site-nav {
    display: none;
  }

  .section-rail {
    display: none;
  }

  .hero,
  .split,
  .contact__panel,
  .deal-lab {
    grid-template-columns: 1fr;
  }

  .hero__workspace {
    min-height: 620px;
  }

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

  .knowledge-board {
    grid-template-columns: 1fr;
  }

  .kb-sidebar {
    display: flex;
    min-height: auto;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
  }

  .deal-lab__score {
    justify-items: start;
  }

  .careers-side {
    justify-items: start;
  }
}

@media (max-width: 760px) {
  :root {
    --header-h: 68px;
    --radius: 18px;
  }

  .cursor,
  .cursor-dot {
    display: none;
  }

  .preloader {
    padding: 18px;
  }

  .preloader__bar {
    width: 100%;
  }

  .preloader__meta {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .preloader__meta span:first-child {
    font-size: 2.7rem;
  }

  .site-header {
    left: 12px;
    right: 12px;
    top: 10px;
    padding: 8px;
  }

  .brand {
    min-width: 0;
  }

  .brand__text small {
    display: none;
  }

  .brand__mark {
    width: 38px;
    height: 38px;
  }

  .menu-button {
    padding: 12px 13px;
  }

  .scroll-progress {
    left: 20px;
    right: 20px;
  }

  .menu-overlay__inner {
    padding: 18px;
  }

  .menu-overlay__links a {
    grid-template-columns: 42px 1fr;
    min-height: 64px;
  }

  .section {
    padding: 82px 18px;
  }

  .hero {
    min-height: auto;
    padding-top: 118px;
  }

  .hero__lead,
  .section-copy,
  .apps__lead,
  .contact__panel p {
    font-size: 1rem;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__status {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero__workspace {
    min-height: 560px;
  }

  .workspace-card--main {
    inset: 28px 0 auto;
    min-height: 440px;
    padding: 18px;
    transform: none;
  }

  .workspace-card__preview {
    top: 76px;
    right: 12px;
    width: 150px;
    border-radius: 18px;
  }

  .workspace-table {
    grid-template-columns: 1fr;
  }

  .workspace-table span:nth-child(2),
  .workspace-table span:nth-child(3),
  .workspace-table i,
  .workspace-table em {
    display: none;
  }

  .workspace-card--side {
    right: 8px;
    bottom: 18px;
    width: 185px;
    transform: none;
  }

  .hero-dock {
    left: 12px;
    right: 12px;
    bottom: 0;
    justify-content: center;
    transform: none;
  }

  .hero-dock span {
    display: none;
  }

  .floating-apps .app-icon:nth-child(1) { left: 0; bottom: 26%; }
  .floating-apps .app-icon:nth-child(2) { right: 0; top: 0; }
  .floating-apps .app-icon:nth-child(3) { right: 20%; bottom: 0; }
  .floating-apps .app-icon:nth-child(4) { left: 18%; top: 4%; }

  .hero__ticker {
    position: relative;
    bottom: auto;
    margin: 18px -18px 0;
  }

  .stats,
  .kb-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .stat-card {
    min-height: 260px;
  }

  .stat-card strong {
    font-size: 3rem;
  }

  .stat-card span {
    font-size: 1.7rem;
  }

  .stat-card__visual {
    width: 130px;
    height: 130px;
  }

  .knowledge-board {
    padding: 12px;
  }

  .kb-doc {
    padding: 12px;
  }

  .kb-visual {
    max-height: 168px;
    border-radius: 16px;
  }

  .kb-sidebar span {
    display: none;
  }

  .apps-showcase {
    margin-top: 30px;
    border-radius: 20px;
  }

  .app-marquee {
    gap: 12px;
    margin-top: 46px;
  }

  .app-tile {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }

  .service-panel__tabs button {
    flex: 1 1 30%;
  }

  .service-panel__badge {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .service-panel__screen span,
  .service-panel__screen strong,
  .service-panel__screen p {
    max-width: calc(100% - 66px);
  }

  .service__icon {
    width: 58px;
    height: 58px;
  }

  .contact__panel {
    padding: 22px;
  }

  .deal-lab__visual img {
    min-height: 190px;
  }

  .careers-side {
    justify-items: stretch;
  }

  .careers-visual {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
  }

  .careers-controls {
    justify-content: stretch;
  }

  .careers-controls .button {
    flex: 1;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .toast {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
