:root {
  --bg: #030303;
  --bg-soft: #070605;
  --text: #f0e5dc;
  --muted: rgba(240, 229, 220, 0.72);
  --muted-strong: rgba(240, 229, 220, 0.9);
  --line: rgba(240, 229, 220, 0.58);
  --red: #9c100d;
  --red-hot: #d61812;
  --serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --sans: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.45), transparent 46%, rgba(0, 0, 0, 0.32)),
    var(--bg);
  font-family: var(--serif);
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 58% 35%, rgba(98, 20, 13, 0.1), transparent 35rem),
    linear-gradient(180deg, #040404 0%, #010101 100%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: 0.22;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 0 0.6px, transparent 0.8px),
    radial-gradient(circle, rgba(255, 255, 255, 0.08) 0 0.7px, transparent 1px);
  background-position: 4px 7px, 19px 23px;
  background-size: 43px 47px, 71px 79px;
}

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

.page-shell {
  --hero-bg: #f3eddf;
  --hero-ink: #14110d;
  --hero-muted: rgba(20, 17, 13, 0.78);
  --hero-muted-strong: rgba(20, 17, 13, 0.92);
  --hero-line: rgba(20, 17, 13, 0.52);
  --hero-accent: #19382a;
  --hero-accent-strong: #10271d;
  position: relative;
  width: min(100%, 1920px);
  height: 100svh;
  min-height: 100svh;
  margin: 0 auto;
  overflow: hidden;
  isolation: isolate;
  color: var(--hero-ink);
  background: #f4efe6;
  padding: clamp(24px, 3.4vw, 64px) clamp(18px, 4.7vw, 92px) clamp(28px, 4.9vw, 82px);
}

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

.page-shell::before {
  display: none;
}

.page-shell::after {
  display: none;
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(260px, 430px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(22px, 3.5vw, 72px);
}

.brand-cluster {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: clamp(52px, 3.5vw, 76px);
}

.brand {
  display: inline-flex;
  width: fit-content;
  min-height: 70px;
  align-items: center;
}

.brand-source {
  display: block;
  width: auto;
  height: clamp(56px, 4.1vw, 82px);
  object-fit: contain;
  user-select: none;
}

.language-switch {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(54px, 1fr));
  min-height: clamp(38px, 2.55vw, 48px);
  margin-left: clamp(16px, 1.2vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(20, 17, 13, 0.88);
  border-radius: 4px;
  background: #0f0d0b;
  color: #f3eddf;
  font-family: var(--sans);
}

.language-option {
  min-width: clamp(54px, 3.7vw, 72px);
  border: 0;
  border-radius: 0;
  padding: 0 clamp(12px, 0.95vw, 18px);
  color: inherit;
  background: transparent;
  font: inherit;
  font-size: clamp(15px, 1vw, 19px);
  line-height: 1;
  cursor: pointer;
}

.language-option + .language-option {
  border-left: 1px solid rgba(243, 237, 223, 0.52);
}

.language-option.is-active {
  color: #13100d;
  background: #f3eddf;
}

.site-nav {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: clamp(22px, 4vw, 82px);
  color: var(--hero-muted-strong);
  font-size: clamp(17px, 1.12vw, 23px);
  line-height: 1;
  white-space: nowrap;
}

.site-nav a,
.header-cta,
.action-button {
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.site-nav a {
  padding: 12px 0;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--hero-accent);
  outline: 0;
}

.header-cta {
  position: relative;
  display: inline-flex;
  min-width: clamp(170px, 12vw, 220px);
  min-height: clamp(48px, 3.1vw, 56px);
  align-items: center;
  justify-content: center;
  gap: 10px;
  justify-self: end;
  border: 1px solid var(--hero-line);
  background: rgba(255, 255, 255, 0.14);
  color: var(--hero-muted-strong);
  font-size: clamp(16px, 1.05vw, 21px);
  line-height: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: clamp(10px, 1vw, 18px);
}

.header-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-social {
  display: grid;
  width: clamp(38px, 2.5vw, 46px);
  height: clamp(38px, 2.5vw, 46px);
  place-items: center;
  border: 1px solid var(--hero-line);
  border-radius: 50%;
  transition: border-color 180ms ease, background 180ms ease;
}

.header-social img {
  display: block;
  width: 19px;
  height: 19px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(22%) saturate(1250%) hue-rotate(104deg) brightness(91%) contrast(95%);
}

.header-social:hover,
.header-social:focus-visible {
  border-color: rgba(25, 56, 42, 0.9);
  background: var(--hero-accent);
  outline: 0;
}

.header-social:hover img,
.header-social:focus-visible img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(13%) saturate(395%) hue-rotate(344deg) brightness(101%) contrast(91%);
}

.header-cta::after {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red-hot);
  box-shadow: 0 0 0 0 rgba(214, 24, 18, 0.68);
  content: "";
  animation: cta-dot-pulse 1.25s ease-in-out infinite;
}

.header-cta:hover,
.header-cta:focus-visible {
  border-color: rgba(25, 56, 42, 0.9);
  background: var(--hero-accent);
  color: #f3eddf;
  outline: 0;
}

body.is-contact-modal-open {
  overflow: hidden;
}

.contact-modal {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.contact-modal[hidden] {
  display: none;
}

.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(3, 8, 6, 0.74);
  backdrop-filter: blur(7px);
  cursor: default;
  animation: contact-modal-fade 180ms ease both;
}

.contact-modal__backdrop::after {
  position: absolute;
  inset: -14%;
  content: "";
  background: #000 url("assets/metaweb/matrix-screen.gif") center / clamp(360px, 52vw, 680px) auto repeat;
  filter: saturate(0.72) brightness(0.5);
  opacity: 0.22;
  pointer-events: none;
}

.contact-modal__dialog {
  position: relative;
  width: min(680px, 100%);
  padding: 58px 48px 48px;
  border: 1px solid rgba(20, 72, 51, 0.7);
  background:
    radial-gradient(circle at 85% 20%, rgba(20, 72, 51, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.38), transparent 44%),
    #f3eee4;
  color: #11140f;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  animation: contact-modal-enter 220ms ease both;
}

.contact-modal__dialog::after {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #db2e2a;
  box-shadow: 0 0 0 7px rgba(219, 46, 42, 0.12);
  content: "";
}

.contact-modal__close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(20, 72, 51, 0.4);
  background: transparent;
  color: var(--hero-accent);
  font: 32px/1 var(--sans);
  place-items: center;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.contact-modal__close:hover,
.contact-modal__close:focus-visible {
  border-color: var(--hero-accent);
  background: rgba(25, 56, 42, 0.1);
  color: var(--hero-accent);
  outline: 0;
}

.contact-modal h2 {
  width: 100%;
  margin: 0 auto 34px;
  font-family: var(--serif);
  font-size: clamp(32px, 3.4vw, 50px);
  font-weight: 400;
  line-height: 1.08;
  text-align: center;
  white-space: nowrap;
}

.contact-modal__options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-modal__option {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 148px;
  padding: 24px 16px 20px;
  border: 1px solid rgba(20, 72, 51, 0.48);
  background: rgba(255, 255, 255, 0.2);
  color: var(--hero-accent);
  font: 18px/1.2 var(--serif);
  place-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-modal__option:hover,
.contact-modal__option:focus-visible {
  border-color: rgba(25, 56, 42, 0.9);
  background: rgba(25, 56, 42, 0.09);
  box-shadow: inset 0 0 0 1px rgba(25, 56, 42, 0.06);
  outline: 0;
}

.contact-modal__icon {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(1379%) hue-rotate(105deg) brightness(94%) contrast(91%);
}

.contact-modal__option-arrow {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: rgba(25, 56, 42, 0.58);
  font: 20px/1 var(--sans);
  opacity: 0;
  transform: translate(-3px, 3px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.contact-modal__option:hover .contact-modal__option-arrow,
.contact-modal__option:focus-visible .contact-modal__option-arrow {
  opacity: 1;
  transform: translate(0, 0);
}

.audit-modal__dialog {
  width: min(720px, 100%);
  padding: 58px 48px 52px;
  overflow: hidden;
  border-color: rgba(238, 224, 204, 0.5);
  color: #eee0cc;
  background:
    radial-gradient(circle at 12% 8%, rgba(102, 219, 150, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 48%),
    #153d2c;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.46);
}

.audit-modal__dialog::after {
  top: 12px;
  right: 12px;
}

.audit-modal__dialog > :not(.audit-modal__close) {
  position: relative;
  z-index: 1;
}

.audit-modal__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.audit-modal h2 {
  width: auto;
  margin: 0;
  color: #eee0cc;
}

.audit-modal__document-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  fill: none;
  stroke: #66db96;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.audit-modal__intro {
  max-width: 500px;
  margin: 14px auto 30px;
  color: rgba(238, 224, 204, 0.78);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
}

.audit-modal__close {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 2;
  border-color: rgba(238, 224, 204, 0.42);
  color: #eee0cc;
}

.audit-modal__close:hover,
.audit-modal__close:focus-visible {
  border-color: #66db96;
  color: #66db96;
  background: rgba(102, 219, 150, 0.1);
}

.audit-modal .contact-modal__option {
  border-color: rgba(238, 224, 204, 0.38);
  color: #eee0cc;
  background: rgba(255, 255, 255, 0.035);
}

.audit-modal .contact-modal__option:hover,
.audit-modal .contact-modal__option:focus-visible {
  border-color: #66db96;
  background: rgba(102, 219, 150, 0.1);
  box-shadow: inset 0 0 0 1px rgba(102, 219, 150, 0.08);
}

.audit-modal .contact-modal__icon {
  filter: brightness(0) saturate(100%) invert(91%) sepia(18%) saturate(427%) hue-rotate(340deg) brightness(101%) contrast(87%);
}

.audit-modal .contact-modal__option-arrow {
  color: rgba(238, 224, 204, 0.72);
}

@keyframes contact-modal-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes contact-modal-enter {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 560px) {
  .contact-modal {
    padding: 14px;
  }

  .contact-modal__dialog {
    padding: 60px 16px 24px;
  }

  .audit-modal__dialog {
    padding: 66px 16px 26px;
  }

  .audit-modal__heading {
    gap: 9px;
  }

  .audit-modal__document-icon {
    width: 31px;
    height: 31px;
  }

  .audit-modal__intro {
    margin: 10px auto 22px;
    font-size: 15px;
  }

  .contact-modal h2 {
    margin-bottom: 26px;
    font-size: clamp(28px, 9vw, 38px);
  }

  .contact-modal__options {
    gap: 8px;
  }

  .contact-modal__option {
    min-height: 118px;
    padding: 16px 5px 14px;
    font-size: 14px;
  }

  .contact-modal__icon {
    width: 32px;
    height: 32px;
  }

  .contact-modal__option-arrow {
    right: 8px;
    bottom: 8px;
    font-size: 16px;
  }
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - clamp(120px, 10vw, 170px));
  align-items: center;
  padding-top: clamp(70px, 9vh, 136px);
}

.hero-copy {
  position: relative;
  z-index: 10;
  width: min(56vw, 980px);
  padding-bottom: 0;
}

.hero-copy h1 {
  --hero-title-line-size: min(70px, 10.6vw);
  max-width: 980px;
  margin: 0;
  color: var(--hero-ink);
  font-size: clamp(54px, 4.55vw, 88px);
  font-weight: 400;
  line-height: 1.06;
}

.hero-title__static,
.hero-title__typing-line {
  display: block;
  font-size: var(--hero-title-line-size);
}

.hero-title__typing-line {
  max-width: min(100%, 720px);
  min-height: 2.24em;
  margin-top: 0.14em;
  color: var(--hero-accent);
  line-height: 1.12;
}

.hero-title__typing-text {
  white-space: normal;
  overflow-wrap: anywhere;
}

.hero-title__cursor {
  display: inline-block;
  width: 2px;
  height: 0.88em;
  margin-left: 0.09em;
  background: currentColor;
  transform: translateY(0.08em);
  animation: hero-cursor-blink 0.82s steps(1, end) infinite;
}

@keyframes hero-cursor-blink {
  0%,
  46% {
    opacity: 1;
  }

  47%,
  100% {
    opacity: 0;
  }
}

.hero-copy p {
  width: min(100%, 620px);
  max-width: 100%;
  margin: clamp(32px, 3.2vw, 56px) 0 0;
  color: var(--hero-muted);
  font-size: clamp(22px, 1.7vw, 33px);
  font-weight: 400;
  line-height: 1.42;
  overflow-wrap: break-word;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 1.1vw, 22px);
  margin-top: clamp(34px, 4vw, 66px);
}

.action-button {
  display: inline-flex;
  width: clamp(260px, 16vw, 306px);
  height: clamp(58px, 3.8vw, 70px);
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border: 1px solid var(--hero-line);
  background: rgba(255, 255, 255, 0.18);
  padding: 0 clamp(24px, 1.75vw, 33px);
  color: var(--hero-muted-strong);
  font-size: clamp(18px, 1.18vw, 24px);
  line-height: 1;
}

.action-button-primary {
  border-color: rgba(25, 56, 42, 0.9);
  background: var(--hero-accent);
  color: #f3eddf;
}

.action-button__icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.action-button__icon--telegram {
  fill: currentColor;
  stroke: none;
  filter: brightness(0) saturate(100%) invert(18%) sepia(22%) saturate(1250%) hue-rotate(104deg) brightness(91%) contrast(95%);
}

.action-button-primary .action-button__icon {
  color: #f3eddf;
}

.action-button:hover,
.action-button:focus-visible {
  border-color: rgba(25, 56, 42, 0.86);
  background: rgba(25, 56, 42, 0.08);
  color: var(--hero-ink);
  outline: 0;
}

.action-button-primary:hover,
.action-button-primary:focus-visible {
  background: var(--hero-accent-strong);
  color: #f3eddf;
}

.service-list {
  display: none;
}

.service-list li {
  position: relative;
  padding: 0 clamp(22px, 1.55vw, 34px);
}

.service-list li:first-child {
  padding-left: 0;
}

.service-list li + li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 38px;
  background: rgba(25, 56, 42, 0.74);
  content: "";
  transform: translateY(-50%);
}

.hero-visual {
  position: absolute;
  right: clamp(-118px, -5.4vw, -54px);
  bottom: -346px;
  z-index: 4;
  width: min(56vw, 1080px);
  min-width: 680px;
  isolation: isolate;
  pointer-events: none;
}

.hero-machine {
  position: relative;
}

.computer-scene {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 46px rgba(61, 45, 29, 0.18));
  user-select: none;
}

.matrix-screen-animation {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0.88;
  mix-blend-mode: screen;
  filter: brightness(0.92) contrast(1.08) saturate(0.95);
  pointer-events: none;
  user-select: none;
}

.matrix-screen-scanlines {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0.78;
  pointer-events: none;
  user-select: none;
}

.drive-activity-led {
  position: absolute;
  top: 39.12%;
  left: 63.17%;
  z-index: 4;
  width: clamp(4px, 0.56%, 7px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #78ff69;
  box-shadow:
    0 0 2px #d4ffca,
    0 0 5px rgba(84, 255, 77, 0.9),
    0 0 10px rgba(40, 218, 58, 0.62);
  opacity: 0.08;
  transform: translate(-50%, -50%);
  animation: drive-led-read 3.7s steps(1, end) infinite;
}

@keyframes drive-led-read {
  0%,
  5%,
  9%,
  18%,
  20%,
  32%,
  38%,
  41%,
  57%,
  60%,
  76%,
  81%,
  100% {
    opacity: 0.08;
  }

  6%,
  8%,
  19%,
  33%,
  37%,
  42%,
  44%,
  58%,
  59%,
  77%,
  80% {
    opacity: 1;
  }
}

.rabbit-rail {
  position: absolute;
  top: clamp(0px, 0.45vw, 10px);
  right: clamp(84px, 7.1vw, 150px);
  z-index: 3;
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 0.9vw, 18px);
  color: var(--hero-muted-strong);
}

.rabbit-stack {
  display: grid;
  width: 1.25em;
  justify-items: center;
  row-gap: clamp(8px, 0.75vw, 14px);
  overflow: visible;
}

.rail-text {
  writing-mode: vertical-rl;
  color: var(--hero-muted-strong);
  font-size: clamp(19px, 1.36vw, 27px);
  line-height: 1;
}

.rail-line {
  position: relative;
  left: clamp(-4px, -0.2vw, 4px);
  display: block;
  width: 1px;
  height: clamp(190px, 16vw, 286px);
  background: var(--hero-line);
}

.rail-line::after {
  position: absolute;
  right: -6px;
  bottom: 0;
  width: 11px;
  height: 11px;
  border-right: 1px solid var(--hero-line);
  border-bottom: 1px solid var(--hero-line);
  content: "";
  transform: rotate(45deg);
  transform-origin: center;
}

.rabbit-art {
  justify-self: center;
  margin-right: 0;
  width: clamp(47px, 3.85vw, 72px);
  height: auto;
  opacity: 1;
  filter: none;
  user-select: none;
}

@keyframes cta-dot-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(214, 24, 18, 0.68);
  }

  52% {
    opacity: 0.32;
    transform: scale(1.32);
    box-shadow: 0 0 0 8px rgba(214, 24, 18, 0);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.diagnostic-section {
  --diag-bg: #f3eddf;
  --diag-ink: #171a1b;
  --diag-muted: rgba(23, 26, 27, 0.68);
  --diag-line: rgba(23, 26, 27, 0.66);
  --diag-soft-line: rgba(23, 26, 27, 0.22);
  --diag-red: #c51b16;
  --diag-green: #137044;
  --diag-mono: "Courier New", Consolas, monospace;
  --diag-condensed: "Arial Narrow", "Roboto Condensed", Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 2;
  min-height: 100svh;
  overflow: hidden;
  color: var(--diag-ink);
  background:
    radial-gradient(circle at 19% 13%, rgba(255, 255, 255, 0.56), transparent 28rem),
    radial-gradient(circle at 84% 18%, rgba(148, 108, 64, 0.1), transparent 31rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(194, 166, 119, 0.08)),
    var(--diag-bg);
  font-family: var(--diag-mono);
}

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

.diagnostic-section::before {
  z-index: 0;
  opacity: 0.3;
  background-image:
    radial-gradient(circle, rgba(24, 19, 12, 0.16) 0 0.6px, transparent 0.9px),
    radial-gradient(circle, rgba(24, 19, 12, 0.1) 0 0.7px, transparent 1px);
  background-position: 0 0, 17px 19px;
  background-size: 38px 42px, 61px 67px;
}

.diagnostic-section::after {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), transparent 19%, transparent 84%, rgba(255, 255, 255, 0.3)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 25%, rgba(112, 73, 31, 0.05) 100%);
}

.diag-radio {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.diagnostic-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1800px);
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(30px, 2.8vw, 58px) clamp(18px, 3.1vw, 60px) clamp(34px, 3vw, 58px);
}

.diagnostic-code {
  position: absolute;
  top: clamp(8px, 1.55vw, 30px);
  right: clamp(18px, 4.5vw, 82px);
  z-index: -1;
  width: min(40vw, 690px);
  aspect-ratio: 1776 / 888;
  overflow: hidden;
  opacity: 0.6;
  background: url("assets/metaweb/diagnostic-code-animated.png") center / contain no-repeat;
}

.diagnostic-header {
  margin-top: clamp(54px, 5vw, 96px);
}

.diagnostic-header h2 {
  max-width: min(100%, 1120px);
  margin: 0;
  font-family: var(--diag-condensed);
  font-size: clamp(34px, 3.15vw, 60px);
  font-stretch: condensed;
  font-weight: 700;
  line-height: 1.02;
  text-transform: uppercase;
  white-space: nowrap;
}

.diagnostic-header p {
  margin: clamp(22px, 1.8vw, 32px) 0 0;
  color: var(--diag-ink);
  font-size: clamp(18px, 1.45vw, 28px);
  line-height: 1.25;
}

.diagnostic-grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.68fr) minmax(620px, 1fr);
  gap: clamp(24px, 1.7vw, 32px);
  margin-top: clamp(42px, 3.6vw, 68px);
}

.diag-panel {
  border: 1px solid var(--diag-line);
  background: rgba(255, 252, 242, 0.23);
}

.diag-panel-head {
  display: flex;
  min-height: clamp(60px, 4vw, 72px);
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--diag-line);
  padding: 0 clamp(26px, 2vw, 40px);
  color: var(--diag-ink);
  font-family: var(--diag-mono);
  font-size: clamp(20px, 1.38vw, 28px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.diag-panel-head b {
  color: var(--diag-red);
  font-size: clamp(20px, 1.2vw, 26px);
}

.diag-list {
  display: grid;
  gap: 0;
  padding: clamp(10px, 1vw, 18px) clamp(10px, 0.95vw, 16px);
}

.diag-error-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: clamp(72px, 5vw, 86px);
  align-items: center;
  gap: clamp(20px, 1.5vw, 32px);
  border: 1px solid transparent;
  border-bottom-color: var(--diag-soft-line);
  padding: 0 clamp(22px, 1.5vw, 34px);
  color: var(--diag-ink);
  cursor: pointer;
  font-size: clamp(20px, 1.35vw, 29px);
  line-height: 1.05;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease;
}

.diag-error-item:last-child {
  border-bottom-color: transparent;
}

.diag-error-item strong {
  font-weight: 700;
}

.diag-error-item i,
.diag-order i {
  font-style: normal;
}

.diag-error-item i {
  color: var(--diag-red);
  font-size: clamp(34px, 2.1vw, 44px);
  line-height: 1;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.diag-error-item:hover {
  color: var(--diag-red);
}

.diag-solution {
  min-width: 0;
}

.solution-card,
.result-copy {
  display: none;
}

.solution-body {
  display: grid;
  grid-template-columns: minmax(210px, 300px) minmax(0, 1fr);
  gap: clamp(24px, 3.4vw, 66px);
  min-height: clamp(340px, 27vw, 470px);
  align-items: center;
  padding: clamp(30px, 3vw, 58px) clamp(28px, 3vw, 56px) clamp(26px, 2.5vw, 44px);
}

.solution-figure {
  display: grid;
  width: min(100%, 292px);
  margin: 0;
  place-items: center;
}

.solution-figure-system {
  width: min(100%, 342px);
}

.solution-figure img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
}

.solution-copy {
  min-width: 0;
}

.solution-copy h3 {
  max-width: 720px;
  margin: 0;
  color: #151515;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 2.55vw, 48px);
  font-weight: 700;
  line-height: 1.12;
}

.solution-copy p {
  max-width: 640px;
  margin: clamp(18px, 1.6vw, 28px) 0 0;
  color: #1c2020;
  font-family: var(--diag-mono);
  font-size: clamp(18px, 1.22vw, 25px);
  line-height: 1.45;
}

.solution-copy ul {
  display: grid;
  gap: clamp(12px, 1.1vw, 19px);
  margin: clamp(24px, 2.1vw, 38px) 0 0;
  padding: 0;
  list-style: none;
  color: #1c2020;
  font-family: var(--diag-mono);
  font-size: clamp(18px, 1.18vw, 24px);
  line-height: 1.25;
}

.solution-copy li {
  position: relative;
  padding-left: clamp(38px, 3vw, 58px);
}

.solution-copy li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: clamp(24px, 2.1vw, 36px);
  height: 2px;
  background: var(--diag-ink);
  content: "";
}

.diag-order {
  display: flex;
  width: min(100%, 372px);
  min-height: clamp(58px, 4vw, 72px);
  align-items: center;
  justify-content: space-between;
  margin: clamp(24px, 2.2vw, 38px) 0 0 auto;
  border: 1px solid var(--diag-red);
  padding: 0 clamp(22px, 1.7vw, 32px);
  color: var(--diag-red);
  font-family: var(--diag-mono);
  font-size: clamp(18px, 1.22vw, 25px);
  font-weight: 700;
  line-height: 1;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.diag-order i {
  font-size: clamp(34px, 2.1vw, 43px);
  line-height: 1;
}

.diag-order:hover,
.diag-order:focus-visible {
  background: var(--diag-red);
  color: #fff7ec;
  outline: 0;
}

.diag-status-bar {
  display: grid;
  grid-template-columns: minmax(350px, 0.42fr) 1px minmax(0, 1fr);
  min-height: clamp(74px, 5.5vw, 94px);
  align-items: center;
  margin-top: clamp(20px, 1.7vw, 28px);
  border: 1px solid var(--diag-line);
  background: rgba(255, 252, 242, 0.23);
  font-family: var(--diag-mono);
  font-size: clamp(19px, 1.22vw, 26px);
  font-weight: 700;
  line-height: 1.1;
}

.status-copy {
  padding: 0 clamp(22px, 2vw, 40px);
  color: var(--diag-green);
  white-space: nowrap;
}

.status-copy span {
  display: inline-block;
  animation: diagnostic-ok-blink 1.05s steps(2, end) infinite;
}

.status-separator {
  width: 1px;
  height: 58%;
  background: var(--diag-line);
}

.result-copy {
  padding: 0 clamp(22px, 2vw, 40px);
  color: var(--diag-ink);
}

.result-copy span {
  color: var(--diag-green);
}

#diag-1:checked ~ .diagnostic-inner .diag-error-1,
#diag-2:checked ~ .diagnostic-inner .diag-error-2,
#diag-3:checked ~ .diagnostic-inner .diag-error-3,
#diag-4:checked ~ .diagnostic-inner .diag-error-4,
#diag-5:checked ~ .diagnostic-inner .diag-error-5 {
  border-color: var(--diag-red);
  color: var(--diag-red);
  background: rgba(255, 246, 232, 0.56);
}

#diag-1:checked ~ .diagnostic-inner .diag-error-1 i,
#diag-2:checked ~ .diagnostic-inner .diag-error-2 i,
#diag-3:checked ~ .diagnostic-inner .diag-error-3 i,
#diag-4:checked ~ .diagnostic-inner .diag-error-4 i,
#diag-5:checked ~ .diagnostic-inner .diag-error-5 i {
  opacity: 1;
  transform: translateX(0);
}

#diag-1:focus-visible ~ .diagnostic-inner .diag-error-1,
#diag-2:focus-visible ~ .diagnostic-inner .diag-error-2,
#diag-3:focus-visible ~ .diagnostic-inner .diag-error-3,
#diag-4:focus-visible ~ .diagnostic-inner .diag-error-4,
#diag-5:focus-visible ~ .diagnostic-inner .diag-error-5 {
  outline: 2px solid var(--diag-red);
  outline-offset: 4px;
}

#diag-1:checked ~ .diagnostic-inner .solution-1,
#diag-2:checked ~ .diagnostic-inner .solution-2,
#diag-3:checked ~ .diagnostic-inner .solution-3,
#diag-4:checked ~ .diagnostic-inner .solution-4,
#diag-5:checked ~ .diagnostic-inner .solution-5 {
  display: block;
  animation: diagnostic-fade 220ms ease both;
}

#diag-1:checked ~ .diagnostic-inner .result-1,
#diag-2:checked ~ .diagnostic-inner .result-2,
#diag-3:checked ~ .diagnostic-inner .result-3,
#diag-4:checked ~ .diagnostic-inner .result-4,
#diag-5:checked ~ .diagnostic-inner .result-5 {
  display: block;
}

@keyframes diagnostic-fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes diagnostic-ok-blink {
  0%,
  54% {
    opacity: 1;
  }

  55%,
  100% {
    opacity: 0.2;
  }
}

@media (min-width: 1921px) {
  .hero-title__typing-line {
    max-width: min(100%, 960px);
    min-height: 1.18em;
  }

  .page-shell {
    width: min(100%, 2560px);
    height: min(100svh, 1120px);
    min-height: 920px;
    padding: clamp(46px, 2.3vw, 76px) clamp(80px, 7.4vw, 190px) 0;
  }

  .site-header {
    grid-template-columns: minmax(360px, 520px) minmax(560px, 930px) auto;
  }

  .header-actions {
    grid-column: 3;
  }

  .brand-source {
    height: clamp(76px, 3.55vw, 96px);
  }

  .hero {
    align-items: start;
    min-height: calc(100% - clamp(76px, 5vw, 128px));
    padding-top: clamp(92px, 7vh, 136px);
  }

  .hero-copy {
    width: min(57vw, 1320px);
  }

  .hero-copy h1 {
    max-width: 1320px;
    font-size: clamp(82px, 3.6vw, 104px);
    line-height: 1.06;
  }

  .hero-copy p {
    width: min(100%, 760px);
    font-size: clamp(30px, 1.28vw, 40px);
  }

  .hero-visual {
    right: clamp(-138px, -3vw, -40px);
    bottom: -374px;
    width: min(54vw, 1260px);
    min-width: 940px;
  }

  .rabbit-rail {
    right: clamp(130px, 7.4vw, 230px);
  }

  .diagnostic-inner {
    width: min(100%, 2560px);
    padding-right: clamp(80px, 7.4vw, 190px);
    padding-left: clamp(80px, 7.4vw, 190px);
  }

  .diagnostic-grid,
  .diag-status-bar {
    width: 100%;
  }

  .diagnostic-grid {
    grid-template-columns: minmax(620px, 0.72fr) minmax(980px, 1fr);
  }

  .solution-body {
    grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
  }

  .diagnostic-code {
    right: clamp(230px, 12vw, 430px);
  }
}

@media (min-width: 1400px) and (max-width: 1919px) {
  .page-shell {
    height: min(92svh, 930px);
    min-height: 820px;
  }

  .hero {
    align-items: start;
    min-height: calc(100% - clamp(96px, 6vw, 132px));
    padding-top: clamp(54px, 4.4vh, 74px);
  }

  .hero-copy {
    margin-top: clamp(38px, 3vh, 52px);
  }

  .hero-copy p {
    margin-top: 34px;
  }

  .hero-actions {
    margin-top: 36px;
  }

  .hero-visual {
    right: clamp(-106px, -4.8vw, -46px);
    bottom: -286px;
    width: min(57vw, 1180px);
    min-width: 760px;
  }

  .rabbit-rail {
    top: clamp(18px, 2vw, 56px);
    right: clamp(108px, 7vw, 176px);
  }
}

@media (min-width: 1081px) and (max-width: 1399px) {
  .page-shell {
    height: min(92svh, 880px);
    min-height: 780px;
  }

  .hero {
    align-items: start;
    min-height: calc(100% - clamp(100px, 8vw, 136px));
    padding-top: clamp(42px, 3.8vh, 58px);
  }

  .hero-copy {
    margin-top: 0;
  }

  .hero-title__typing-line {
    max-width: min(100%, 600px);
  }

  .hero-visual {
    right: -72px;
    bottom: -278px;
    width: 60vw;
    min-width: 700px;
  }

  .rabbit-rail {
    top: clamp(20px, 2.1vw, 46px);
    right: clamp(100px, 8vw, 156px);
  }
}

@media (min-width: 1920px) and (max-width: 2559px) {
  .hero-visual {
    right: clamp(-124px, -3.3vw, -42px);
    bottom: -332px;
    width: min(55vw, 1220px);
    min-width: 900px;
  }

  .rabbit-rail {
    top: clamp(26px, 2.4vw, 70px);
    right: clamp(126px, 7vw, 194px);
  }
}

@media (min-width: 2560px) {
  .hero-copy {
    margin-top: clamp(72px, 5vh, 110px);
  }

  .hero-visual {
    right: clamp(-154px, -3.2vw, -68px);
    bottom: -520px;
    width: min(54vw, 1320px);
    min-width: 980px;
  }

  .rabbit-rail {
    top: clamp(122px, 6vw, 184px);
    right: clamp(164px, 7.2vw, 246px);
  }
}

@media (max-width: 1280px) {
  .site-header {
    grid-template-columns: minmax(248px, 330px) 1fr;
    gap: 24px;
  }

  .site-nav {
    gap: 24px;
  }

  .brand-source {
    height: 58px;
  }

  .language-switch {
    min-height: 38px;
    grid-template-columns: repeat(3, minmax(48px, 1fr));
    margin-left: 16px;
  }

  .language-option {
    min-width: 48px;
    padding-inline: 10px;
    font-size: 15px;
  }

  .hero-copy {
    width: min(57vw, 760px);
  }

  .hero-copy h1 {
    font-size: clamp(48px, 4.2vw, 72px);
  }

  .hero-visual {
    right: -78px;
    bottom: -324px;
    width: 60vw;
    min-width: 620px;
  }

  .rabbit-rail {
    right: 102px;
  }

  .diagnostic-grid {
    grid-template-columns: minmax(380px, 0.7fr) minmax(560px, 1fr);
  }

  .solution-body {
    grid-template-columns: minmax(180px, 250px) minmax(0, 1fr);
    gap: 34px;
  }

  .diag-order {
    width: min(100%, 330px);
  }
}

@media (max-width: 1080px) {
  .page-shell {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding-bottom: 0;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 6px 0 4px;
  }

  .hero {
    display: block;
    min-height: 0;
    padding-top: clamp(48px, 8vw, 86px);
  }

  .hero-copy {
    width: min(100%, 760px);
    padding-bottom: 0;
  }

  .hero-copy h1 {
    font-size: clamp(52px, 7.5vw, 82px);
  }

  .hero-copy p {
    width: min(100%, 640px);
  }

  .hero-visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 760px);
    min-width: 0;
    margin: clamp(18px, 4vw, 32px) auto 0;
  }

  .rabbit-rail {
    top: 0;
    right: clamp(48px, 9vw, 92px);
  }

  .diagnostic-inner {
    min-height: 0;
  }

  .diagnostic-code {
    right: 16px;
    width: min(55vw, 620px);
  }

  .diagnostic-grid {
    grid-template-columns: 1fr;
  }

  .diag-errors,
  .diag-solution {
    width: 100%;
  }

  .solution-body {
    min-height: 0;
    grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  }

  .diag-status-bar {
    grid-template-columns: minmax(300px, 0.42fr) 1px minmax(0, 1fr);
  }
}

@media (min-width: 721px) and (max-width: 1080px) {
  .page-shell {
    height: min(126svh, 1160px);
    min-height: 1080px;
    overflow: hidden;
  }

  .hero {
    min-height: calc(100% - clamp(112px, 10vw, 150px));
    padding-top: clamp(24px, 3.2vh, 40px);
  }

  .hero-copy {
    width: min(100%, 760px);
    margin-bottom: 82px;
  }

  .hero-copy h1 {
    font-size: clamp(56px, 6vw, 68px);
  }

  .hero-visual {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: -264px;
    width: min(70vw, 700px);
    margin: 0;
    transform: translateX(-50%);
  }

  .rabbit-rail {
    top: clamp(10px, 2vw, 22px);
    right: clamp(76px, 9vw, 104px);
  }
}

@media (max-width: 720px) {
  body {
    background: var(--bg);
  }

  .rabbit-rail {
    display: none;
  }

  .page-shell {
    padding: 20px 16px 0;
  }

  .brand {
    min-height: 46px;
  }

  .brand-source {
    height: 50px;
  }

  .brand-cluster {
    gap: 16px;
  }

  .language-switch {
    min-height: 34px;
    grid-template-columns: repeat(3, minmax(42px, 1fr));
    margin-left: 8px;
  }

  .language-option {
    min-width: 42px;
    padding-inline: 8px;
    font-size: 14px;
  }

  .header-cta {
    min-width: 54px;
    min-height: 46px;
    padding: 0 16px;
  }

  .header-cta span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .header-cta::before {
    color: var(--text);
    font-family: var(--sans);
    font-size: 18px;
    content: "↗";
  }

  .site-header {
    gap: 14px;
  }

  .site-nav {
    gap: 24px;
    margin: 0 -16px;
    padding: 10px 16px 4px;
    font-size: 17px;
  }

  .header-cta {
    display: none;
  }

  .header-actions {
    gap: 8px;
  }

  .header-socials {
    gap: 6px;
  }

  .header-social {
    width: 34px;
    height: 34px;
  }

  .header-social img {
    width: 16px;
    height: 16px;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 10.6vw, 54px);
    line-height: 1.08;
  }

  .hero-title__typing-line {
    max-width: 100%;
    min-height: 2.24em;
    margin-top: 0.16em;
  }

  .hero-copy,
  .hero-copy h1,
  .hero-copy p,
  .hero-actions,
  .service-list {
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
  }

  .hero-copy p {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.48;
  }

  .service-list {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .action-button {
    width: min(340px, calc(100vw - 48px));
    max-width: 100%;
    height: 58px;
    font-size: 18px;
  }

  .hero-visual {
    position: relative;
    left: -26px;
    width: min(104vw, 532px);
    margin: 40px auto -116px;
  }

  .rabbit-rail {
    position: absolute;
    top: 10px;
    right: clamp(46px, 10vw, 64px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
    margin: 0;
  }

  .rabbit-stack {
    width: 1.1em;
    row-gap: 7px;
  }

  .rail-text {
    writing-mode: vertical-rl;
    font-size: clamp(13px, 3.4vw, 16px);
  }

  .rail-line {
    left: 0;
    width: 1px;
    height: clamp(148px, 32vw, 188px);
  }

  .rail-line::after {
    right: -6px;
    bottom: 0;
    transform: rotate(45deg);
  }

  .rabbit-art {
    margin-right: 0;
    width: clamp(26px, 7.7vw, 36px);
  }

  .diagnostic-section {
    min-height: 0;
  }

  .diagnostic-inner {
    padding: 24px 14px 34px;
  }

  .diagnostic-code {
    top: 24px;
    right: 8px;
    width: 54vw;
    opacity: 0.18;
  }

  .diagnostic-header {
    margin-top: 54px;
  }

  .diagnostic-header h2 {
    font-size: clamp(34px, 9vw, 48px);
    line-height: 1.04;
    white-space: normal;
  }

  .diagnostic-header p {
    font-size: 17px;
    line-height: 1.38;
  }

  .diagnostic-grid {
    gap: 16px;
    margin-top: 30px;
  }

  .diag-panel-head {
    min-height: 52px;
    padding: 0 16px;
    font-size: 17px;
  }

  .diag-list {
    padding: 8px;
  }

  .diag-error-item {
    min-height: 58px;
    gap: 12px;
    padding: 0 12px;
    font-size: 16px;
  }

  .diag-error-item i {
    font-size: 28px;
  }

  .solution-body {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 16px 18px;
  }

  .solution-figure,
  .solution-figure-system {
    width: min(62vw, 210px);
    justify-self: center;
  }

  .solution-copy h3 {
    font-size: clamp(27px, 7.2vw, 36px);
  }

  .solution-copy p,
  .solution-copy ul {
    font-size: 16px;
  }

  .solution-copy ul {
    gap: 11px;
    margin-top: 20px;
  }

  .solution-copy li {
    padding-left: 34px;
  }

  .diag-order {
    width: 100%;
    min-height: 56px;
    margin-top: 22px;
    font-size: 16px;
  }

  .diag-order i {
    font-size: 29px;
  }

  .diag-status-bar {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    margin-top: 16px;
    font-size: 16px;
  }

  .status-copy,
  .result-copy {
    padding: 16px;
    white-space: normal;
  }

  .status-separator {
    width: 100%;
    height: 1px;
  }
}

@media (max-width: 420px) {
  .site-nav {
    font-size: 16px;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 12vw, 48px);
  }

  .hero-copy p,
  .action-button,
  .service-list {
    font-size: 17px;
  }

  .service-list li {
    padding: 0 14px;
  }

  .diagnostic-inner {
    padding-inline: 10px;
  }

  .diagnostic-header h2 {
    font-size: clamp(31px, 10vw, 40px);
  }

  .diag-panel-head {
    font-size: 15px;
  }

  .diag-error-item {
    grid-template-columns: auto minmax(0, 1fr) auto;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .hero-copy h1 {
    --hero-title-line-size: clamp(36px, 10vw, 42px);
  }
}

.diagnostic-section--legacy[hidden] {
  display: none;
}

.system-check {
  --check-bg: #060707;
  --check-ink: #eee4d3;
  --check-muted: #bdb4a5;
  --check-line: rgba(193, 207, 191, 0.2);
  --check-line-strong: rgba(172, 206, 167, 0.42);
  --check-green: #184f37;
  --check-green-bright: #4b9b62;
  position: relative;
  z-index: 3;
  min-height: 100svh;
  overflow: hidden;
  color: var(--check-ink);
  background: #000;
  font-family: var(--serif);
}

.system-check::after {
  content: none;
}

.system-check__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(calc(100% - 96px), 1750px);
  min-height: 100svh;
  grid-template-columns: minmax(500px, 680px) minmax(0, 1fr);
  gap: clamp(52px, 3.2vw, 64px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(64px, 7.4vh, 80px) 0;
}

.system-check__media {
  position: relative;
  align-self: center;
  height: clamp(850px, calc(100svh - 80px), 1020px);
  min-height: 850px;
  margin: 0;
  overflow: hidden;
  background: #111;
  transform: translateX(clamp(-64px, -3.2vw, -38px));
}

.system-check__media::before {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.system-check__media::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.16), transparent 16%, transparent 84%, rgba(0, 0, 0, 0.18)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 12%, transparent 88%, rgba(0, 0, 0, 0.2));
}

.system-check__video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: scale(1.13);
}

.system-check__content {
  min-width: 0;
  width: calc(100% + clamp(120px, 7.3vw, 150px));
  transform: translateX(clamp(-112px, -5.8vw, -72px));
}

.system-check__header {
  padding-left: 16px;
}

.system-check__eyebrow {
  position: relative;
  display: flex;
  width: fit-content;
  min-width: 280px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  border: 1px solid var(--check-line-strong);
  padding: 0 28px;
  color: #d9cfbd;
  font-size: clamp(16px, 1.05vw, 21px);
  line-height: 1;
  text-transform: uppercase;
}

.system-check__eyebrow::before,
.system-check__eyebrow::after {
  position: absolute;
  border-radius: 50%;
  background: #43a35f;
  content: "";
}

.system-check__eyebrow::before {
  top: -5px;
  right: -5px;
  width: 8px;
  height: 8px;
}

.system-check__eyebrow::after {
  top: -2px;
  right: -2px;
  width: 3px;
  height: 3px;
  background: #9fd4a9;
}

.system-check__header h2 {
  margin: 0;
  color: var(--check-ink);
  font-size: clamp(54px, 4.2vw, 80px);
  font-weight: 400;
  line-height: 0.97;
  letter-spacing: -0.025em;
}

.system-check__intro {
  max-width: 820px;
  margin: 24px 0 0;
  color: var(--check-muted);
  font-size: clamp(20px, 1.4vw, 28px);
  line-height: 1.45;
}

.system-check__questions {
  margin-top: 24px;
  border-top: 1px solid var(--check-line);
}

.system-check__question {
  display: grid;
  min-height: 67px;
  grid-template-columns: 48px minmax(0, 1fr) 214px;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--check-line);
  padding: 8px 0 8px 16px;
}

.system-check__number {
  color: #286945;
  font-size: clamp(18px, 1.15vw, 22px);
  line-height: 1;
}

.system-check__question p {
  margin: 0;
  color: #d7cebf;
  font-size: clamp(18px, 1.2vw, 23px);
  line-height: 1.28;
}

.system-check__answers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--check-line-strong);
}

.system-check__answers button {
  min-height: 45px;
  border: 0;
  border-right: 1px solid var(--check-line);
  padding: 0 16px;
  color: #d7cebf;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: clamp(18px, 1.1vw, 21px);
  transition:
    color 160ms ease,
    background-color 160ms ease;
}

.system-check__answers button:last-child {
  border-right: 0;
}

.system-check__answers button:hover,
.system-check__answers button:focus-visible {
  color: #fff7e8;
  background: rgba(24, 79, 55, 0.48);
  outline: 0;
}

.system-check__answers button[aria-pressed="true"] {
  color: #fff8e9;
  background: var(--check-green);
}

.system-check__result {
  display: grid;
  min-height: 126px;
  grid-template-columns: minmax(270px, 0.9fr) minmax(310px, 1.15fr) 134px;
  align-items: center;
  margin-top: 32px;
  border: 1px solid var(--check-line-strong);
  color: #cfc5b5;
  transition: border-color 180ms ease;
}

.system-check__result.is-ready {
  border-color: rgba(75, 155, 98, 0.66);
}

.system-check__result-main {
  display: grid;
  align-self: stretch;
  align-content: center;
  border-right: 1px solid var(--check-line);
  padding: 22px 30px;
}

.system-check__result-main span {
  margin-bottom: 12px;
  color: #e4dac8;
  font-size: clamp(17px, 1.05vw, 20px);
}

.system-check__result-main strong {
  color: var(--check-green-bright);
  font-size: clamp(22px, 1.55vw, 30px);
  font-weight: 400;
  line-height: 1.15;
}

.system-check__result > p {
  margin: 0;
  padding: 18px 28px;
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.35;
}

.system-check__result > img {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: contain;
  opacity: 0.58;
  mix-blend-mode: screen;
}

.system-check__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: center;
  margin-top: 28px;
}

.system-check__actions a {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  color: #e8decc;
  font-size: clamp(18px, 1.15vw, 22px);
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

.system-check__primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(98, 154, 112, 0.65);
  background: linear-gradient(105deg, #123d2c, #174a34);
}

.system-check__primary::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 40%;
  background: url("assets/metaweb/matrix-screen.gif") center / cover no-repeat;
  content: "";
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 22%, #000 68%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 22%, #000 68%);
  mix-blend-mode: screen;
  opacity: 0.52;
  pointer-events: none;
}

.system-check__primary span {
  position: relative;
  z-index: 1;
}

.system-check__primary-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.system-check__audit-icon {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.system-check__primary:hover,
.system-check__primary:focus-visible {
  border-color: #78a982;
  background: #1b5b3f;
  outline: 0;
}

.system-check__secondary {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr) 20px;
  gap: 12px;
  min-height: 62px;
  border: 1px solid rgba(213, 204, 187, 0.46);
}

.system-check__secondary:hover,
.system-check__secondary:focus-visible {
  color: #fff8e9;
  border-color: #fff8e9;
  background: rgba(24, 79, 55, 0.2);
  outline: 0;
}

.system-check__telegram-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.system-check__arrow {
  font-size: 24px;
  line-height: 1;
  text-align: right;
}

@media (max-width: 1500px) {
  .system-check__inner {
    width: min(calc(100% - 64px), 1380px);
    grid-template-columns: minmax(400px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(40px, 3.5vw, 54px);
  }

  .system-check__media {
    height: clamp(790px, calc(100svh - 80px), 960px);
    min-height: 790px;
  }

  .system-check__header h2 {
    font-size: clamp(52px, 4.4vw, 66px);
  }

  .system-check__question {
    grid-template-columns: 42px minmax(0, 1fr) 180px;
  }

  .system-check__result {
    grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1.15fr) 106px;
  }

  .system-check__result > img {
    width: 96px;
    height: 96px;
  }

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

@media (max-width: 1120px) {
  .system-check__inner {
    width: min(calc(100% - 40px), 1040px);
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
    gap: 34px;
    padding-block: 46px;
  }

  .system-check__media {
    height: clamp(740px, calc(100svh - 56px), 860px);
    min-height: 740px;
  }

  .system-check__header {
    padding-left: 0;
  }

  .system-check__content {
    width: auto;
    transform: none;
  }

  .system-check__eyebrow {
    min-width: 220px;
    min-height: 42px;
    font-size: 16px;
  }

  .system-check__header h2 {
    font-size: clamp(48px, 5.6vw, 58px);
  }

  .system-check__intro {
    margin-top: 18px;
    font-size: 19px;
  }

  .system-check__questions {
    margin-top: 18px;
  }

  .system-check__question {
    min-height: 64px;
    grid-template-columns: 34px minmax(0, 1fr) 146px;
    gap: 8px;
    padding-left: 0;
  }

  .system-check__question p {
    font-size: 17px;
  }

  .system-check__answers button {
    min-height: 42px;
    padding-inline: 8px;
    font-size: 17px;
  }

  .system-check__result {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    margin-top: 22px;
  }

  .system-check__result > img {
    display: none;
  }

  .system-check__result-main {
    padding: 18px;
  }

  .system-check__result > p {
    padding: 16px 18px;
    font-size: 15px;
  }

  .system-check__actions {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .system-check__actions a {
    min-height: 54px;
    padding-inline: 20px;
    font-size: 17px;
  }
}

@media (max-width: 820px) {
  .system-check__inner {
    display: flex;
    width: 100%;
    min-height: 0;
    flex-direction: column;
    gap: 0;
    padding: 0 0 48px;
  }

  .system-check__media {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    transform: none;
  }

  .system-check__video {
    min-height: 0;
    transform: none;
  }

  .system-check__content {
    width: min(calc(100% - 32px), 680px);
    margin: 0 auto;
    padding-top: 38px;
  }

  .system-check__header h2 {
    font-size: clamp(40px, 9vw, 58px);
  }

  .system-check__header h2 br {
    display: none;
  }

  .system-check__question {
    grid-template-columns: 36px minmax(0, 1fr);
    padding-block: 15px;
  }

  .system-check__question p {
    font-size: 17px;
  }

  .system-check__answers {
    grid-column: 2;
    width: min(100%, 240px);
    margin-top: 6px;
  }

  .system-check__result {
    grid-template-columns: 1fr;
  }

  .system-check__result-main {
    border-right: 0;
    border-bottom: 1px solid var(--check-line);
  }

  .system-check__result-main strong {
    font-size: 24px;
  }

  .system-check__result > p {
    padding: 20px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .system-check__media {
    aspect-ratio: 9 / 14;
  }

  .system-check__video {
    object-fit: cover;
    transform: none;
  }

  .system-check__content {
    width: min(calc(100% - 24px), 440px);
    padding-top: 30px;
  }

  .system-check__eyebrow {
    min-width: 0;
    min-height: 40px;
    margin-bottom: 16px;
    padding-inline: 18px;
    font-size: 12px;
  }

  .system-check__header h2 {
    font-size: clamp(38px, 11.8vw, 50px);
    line-height: 1;
  }

  .system-check__intro {
    font-size: 17px;
    line-height: 1.4;
  }

  .system-check__number {
    font-size: 16px;
  }

  .system-check__question {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
  }

  .system-check__question p {
    font-size: 17px;
  }

  .system-check__answers {
    grid-column: 1 / -1;
    width: 100%;
  }

  .system-check__answers button {
    min-height: 46px;
  }

  .system-check__result {
    margin-top: 24px;
  }

  .system-check__result-main {
    padding: 20px 18px;
  }

  .system-check__result-main strong {
    font-size: 22px;
  }

  .system-check__actions a {
    padding-inline: 18px;
    font-size: 17px;
  }
}

@media (min-width: 821px) and (max-width: 1500px) {
  .system-check__inner {
    align-items: start;
    padding-block: 48px;
  }

  .system-check__media {
    width: clamp(560px, 45.33vw, 680px);
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 4;
    align-self: start;
    justify-self: end;
    transform: translateX(clamp(-28px, -1.4vw, -12px));
  }

  .system-check__video {
    object-fit: cover;
    transform: none;
  }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .system-check__media {
    width: clamp(600px, 60vw, 660px);
    transform: translateX(clamp(14px, calc((100vw - 820px) * 0.19 + 14px), 68px));
  }

  .system-check__content {
    position: relative;
    z-index: 3;
  }
}

@media (min-width: 1121px) and (max-width: 1500px) {
  .system-check__content {
    width: calc(100% + clamp(48px, 4vw, 60px));
  }
}

.services-section {
  --services-bg: #f3eddf;
  --services-ink: #14110d;
  --services-green: #174c38;
  --services-green-deep: #103a2b;
  --services-line: rgba(23, 76, 56, 0.76);
  position: relative;
  z-index: 4;
  min-height: 100svh;
  overflow: hidden;
  color: var(--services-ink);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.6), transparent 32rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.24), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.24)),
    var(--services-bg);
  font-family: var(--serif);
}

.services-section__inner {
  width: min(calc(100% - 96px), 1600px);
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(24px, 2.7vh, 34px) 0 clamp(28px, 3vh, 40px);
}

@media (min-width: 1501px) {
  .services-section__inner {
    padding-block: clamp(64px, 7.4vh, 80px);
  }
}

.services-section__header {
  text-align: center;
}

.services-section__eyebrow {
  position: relative;
  display: flex;
  width: fit-content;
  min-width: clamp(340px, 23vw, 440px);
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  border: 1px solid var(--services-green);
  padding: 0 28px;
  color: var(--services-green-deep);
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1;
  text-transform: uppercase;
}

.services-section__eyebrow::after {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--services-green);
  content: "";
}

.services-section__header h2 {
  margin: 0;
  color: var(--services-ink);
  font-size: clamp(54px, 3.65vw, 70px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.services-section__header > p:last-child {
  margin: 18px 0 0;
  color: rgba(20, 17, 13, 0.84);
  font-size: clamp(18px, 1.08vw, 21px);
  line-height: 1.42;
}

.services-map {
  position: relative;
  display: grid;
  height: clamp(650px, 65vh, 710px);
  grid-template-columns: 390px minmax(450px, 490px) 390px;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  justify-content: space-between;
  gap: 28px 0;
  margin-top: 22px;
}

.service-card,
.service-system {
  position: relative;
  z-index: 2;
  border: 1px solid var(--services-green);
  border-radius: 7px;
  color: var(--services-ink);
  background: rgba(255, 252, 244, 0.18);
  transition:
    color 200ms ease,
    background-color 200ms ease,
    border-color 200ms ease;
}

.service-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 20px 28px 18px;
}

.service-card--site,
.service-card--advertising,
.service-card--avito {
  grid-column: 1;
}

.service-card--site,
.service-card--crm {
  grid-row: 1;
}

.service-card--advertising,
.service-card--ai {
  grid-row: 2;
}

.service-card--avito,
.service-card--design {
  grid-row: 3;
}

.service-card--crm,
.service-card--ai,
.service-card--design {
  grid-column: 3;
}

.service-card__arrow,
.service-system__arrow {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 22px;
  line-height: 1;
}

.service-card__heading {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding-right: 24px;
}

.service-card__icon {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
}

.service-card__icon img {
  position: absolute;
  inset: 0;
  display: block;
  width: 70px;
  height: 70px;
  object-fit: contain;
  transition: opacity 160ms ease;
}

.service-card__icon-hover,
.service-system__logo-hover {
  opacity: 0;
}

.service-card__heading h3 {
  margin: 0;
  font-size: clamp(25px, 1.55vw, 30px);
  font-weight: 400;
  line-height: 1.08;
}

.service-card--ai .service-card__heading {
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
}

.service-card--ai .service-card__heading h3 {
  font-size: clamp(21px, 1.3vw, 25px);
  white-space: nowrap;
}

.service-card__rule,
.service-system__rule {
  display: block;
  height: 1px;
  background: var(--services-line);
  transition: background-color 200ms ease;
}

.service-card__rule {
  margin: 8px 0 12px;
}

.service-card > p {
  margin: 0;
  color: inherit;
  font-size: clamp(16px, 0.95vw, 18px);
  line-height: 1.42;
}

.service-card__node,
.service-system__node {
  position: absolute;
  z-index: 4;
  width: 13px;
  height: 13px;
  border: 2px solid var(--services-bg);
  border-radius: 50%;
  background: var(--services-green);
  transition:
    border-color 200ms ease,
    background-color 200ms ease;
}

.service-system__node {
  margin-top: -6px;
}

.service-card--site .service-card__node,
.service-card--advertising .service-card__node,
.service-card--avito .service-card__node {
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
}

.service-card--crm .service-card__node,
.service-card--ai .service-card__node,
.service-card--design .service-card__node {
  top: 50%;
  left: -7px;
  transform: translateY(-50%);
}

.service-system {
  display: flex;
  grid-column: 2;
  grid-row: 1 / 4;
  align-items: center;
  flex-direction: column;
  overflow: visible;
  padding: 22px 38px 0;
  text-align: center;
}

.service-system__logo {
  position: relative;
  display: block;
  width: 34px;
  height: 52px;
}

.service-system__logo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 34px;
  height: 52px;
  object-fit: contain;
  transition: opacity 160ms ease;
}

.service-system h3 {
  margin: 4px 0 14px;
  color: var(--services-green);
  font-size: clamp(38px, 2.3vw, 44px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: color 200ms ease;
}

.service-system__rule {
  width: 72%;
  margin-bottom: 16px;
}

.service-system > p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(17px, 1vw, 19px);
  line-height: 1.42;
}

.service-system__portrait {
  position: absolute;
  right: 50%;
  bottom: -16px;
  z-index: 1;
  display: block;
  width: min(140%, 650px);
  height: auto;
  transform: translateX(50%);
  transition:
    filter 200ms ease,
    opacity 200ms ease;
}

.service-system__arrow {
  opacity: 0;
  transition: opacity 200ms ease;
}

.service-system__node--lt,
.service-system__node--rt {
  top: 20%;
}

.service-system__node--lm,
.service-system__node--rm {
  top: 50%;
}

.service-system__node--lb,
.service-system__node--rb {
  top: 80%;
}

.service-system__node--lt,
.service-system__node--lm,
.service-system__node--lb {
  left: -7px;
}

.service-system__node--rt,
.service-system__node--rm,
.service-system__node--rb {
  right: -7px;
}

.services-connectors {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.services-connectors path {
  fill: none;
  stroke: var(--services-green);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.service-card:hover,
.service-card:focus-visible,
.service-system:hover,
.service-system:focus-visible {
  border-color: var(--services-green-deep);
  color: var(--services-bg);
  background: var(--services-green);
  outline: 0;
}

.service-card:hover .service-card__icon-default,
.service-card:focus-visible .service-card__icon-default,
.service-system:hover .service-system__logo-default,
.service-system:focus-visible .service-system__logo-default {
  opacity: 0;
}

.service-card:hover .service-card__icon-hover,
.service-card:focus-visible .service-card__icon-hover,
.service-system:hover .service-system__logo-hover,
.service-system:focus-visible .service-system__logo-hover {
  opacity: 1;
}

.service-card:hover .service-card__rule,
.service-card:focus-visible .service-card__rule,
.service-system:hover .service-system__rule,
.service-system:focus-visible .service-system__rule {
  background: rgba(243, 237, 223, 0.82);
}

.service-card:hover .service-card__node,
.service-card:focus-visible .service-card__node,
.service-system:hover .service-system__node,
.service-system:focus-visible .service-system__node {
  border-color: var(--services-green);
  background: var(--services-bg);
}

.service-system:hover h3,
.service-system:focus-visible h3 {
  color: var(--services-bg);
}

.service-system:hover .service-system__portrait,
.service-system:focus-visible .service-system__portrait {
  filter: none;
  opacity: 1;
}

.service-system:hover .service-system__arrow,
.service-system:focus-visible .service-system__arrow {
  opacity: 1;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms ease,
    color 200ms ease,
    background-color 200ms ease,
    border-color 200ms ease;
}

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

@media (min-width: 2200px) {
  .services-section__inner {
    display: flex;
    min-height: 100svh;
    flex-direction: column;
    justify-content: center;
    padding-block: 0;
  }
}

@media (max-width: 1700px) {
  .services-section__inner {
    width: min(calc(100% - 72px), 1460px);
  }

  .services-map {
    grid-template-columns: minmax(300px, 360px) minmax(390px, 450px) minmax(300px, 360px);
  }

  .service-card {
    padding-inline: 22px;
  }
}

@media (max-width: 1280px) {
  .services-section {
    min-height: 0;
  }

  .services-section__inner {
    min-height: 0;
    padding-block: 48px 64px;
  }

  .services-section__header h2 {
    font-size: clamp(46px, 5vw, 62px);
  }

  .services-map {
    display: grid;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 22px;
    margin-top: 36px;
  }

  .service-system,
  .service-card {
    grid-column: auto;
    grid-row: auto;
  }

  .service-system {
    min-height: 610px;
    grid-column: 1 / -1;
    order: -1;
  }

  .service-card {
    min-height: 220px;
  }

  .services-connectors,
  .service-card__node,
  .service-system__node {
    display: none;
  }
}

@media (max-width: 720px) {
  .services-section__inner {
    width: min(calc(100% - 28px), 620px);
    padding-block: 38px 48px;
  }

  .services-section__eyebrow {
    min-width: 0;
    min-height: 44px;
    padding-inline: 18px;
    font-size: 13px;
  }

  .services-section__header h2 {
    font-size: clamp(37px, 10vw, 52px);
    line-height: 1.02;
  }

  .services-section__header h2 br,
  .services-section__header > p:last-child br {
    display: none;
  }

  .services-section__header > p:last-child {
    font-size: 17px;
  }

  .services-map {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .service-system {
    min-height: 650px;
    grid-column: auto;
    padding-inline: 24px;
  }

  .service-system__portrait {
    bottom: -50px;
    width: min(150%, 650px);
  }

  .service-card {
    min-height: 210px;
    padding: 20px;
  }

  .service-card__heading {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }

  .service-card__heading img {
    width: 58px;
    height: 58px;
  }

  .service-card__heading h3 {
    font-size: 27px;
  }

  .service-card > p {
    font-size: 16px;
  }
}

.geography-section {
  --geography-bg: #0b0d0c;
  --geography-text: #f0e5dc;
  --geography-muted: rgba(240, 229, 220, 0.76);
  --geography-green: #2f7654;
  --geography-line: rgba(64, 129, 92, 0.64);
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100svh;
  margin: 0 auto;
  overflow: hidden;
  color: var(--geography-text);
  background: var(--geography-bg);
  isolation: isolate;
}

.geography-section::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 52%;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--geography-bg) 0%,
    rgba(11, 13, 12, 0.98) 32%,
    rgba(11, 13, 12, 0.78) 66%,
    rgba(11, 13, 12, 0) 100%
  );
}

.geography-section::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--geography-line) 0 42%, transparent 42% 44%, var(--geography-line) 44% 100%);
}

.geography-section__map {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.geography-section__content {
  position: relative;
  z-index: 2;
  width: min(520px, 31vw);
  min-width: 440px;
  padding-top: clamp(78px, 9.8vh, 106px);
  margin-left: clamp(40px, 4.4vw, 84px);
}

.geography-section__eyebrow {
  position: relative;
  display: flex;
  width: 274px;
  min-height: 50px;
  margin: 0 0 24px;
  border: 1px solid var(--geography-line);
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
}

.geography-section__eyebrow::after {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #41c77b;
  box-shadow: 0 0 9px rgba(65, 199, 123, 0.65);
}

.geography-section h2 {
  margin: 0;
  color: var(--geography-text);
  font-size: clamp(58px, 3.7vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.geography-section__intro {
  max-width: 500px;
  margin: 38px 0 0;
  color: var(--geography-muted);
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.35;
}

.geography-stats {
  display: grid;
  gap: 26px;
  padding: 34px 0;
  margin-top: 54px;
  border-top: 1px dashed var(--geography-line);
  border-bottom: 1px dashed var(--geography-line);
}

.geography-stat {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.geography-stat svg {
  width: 56px;
  height: 56px;
  fill: none;
  stroke: var(--geography-green);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.geography-stat p {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.geography-stat span {
  color: var(--geography-text);
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}

.geography-stat strong {
  margin-top: 7px;
  color: var(--geography-green);
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.geography-legend {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  margin-top: 42px;
}

.geography-legend__countries {
  display: grid;
  gap: 16px;
}

.geography-legend__countries span {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 16px;
}

.geography-legend__swatch {
  display: block;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(240, 229, 220, 0.5);
}

.geography-legend__swatch--russia {
  background: #1d3c2f;
}

.geography-legend__swatch--kazakhstan {
  background: #d8c4aa;
}

.geography-legend > p {
  display: flex;
  min-height: 86px;
  padding-left: 44px;
  margin: 0;
  border-left: 1px solid rgba(240, 229, 220, 0.55);
  gap: 18px;
  align-items: center;
  color: var(--geography-text);
  font-size: 16px;
  line-height: 1.35;
}

.geography-legend > p i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #d8c4aa;
}

@media (min-width: 2200px) {
  .geography-section {
    width: 100%;
    max-width: none;
    min-height: 0;
    aspect-ratio: 1672 / 941;
  }

  .geography-section__content {
    width: min(560px, 24vw);
    min-width: 0;
    padding-top: clamp(106px, 5.5vw, 180px);
    margin-left: clamp(84px, 4.4vw, 170px);
  }

  .geography-section__map {
    object-fit: cover;
    transform: translateY(-3%);
  }
}

@media (max-width: 1500px) {
  .geography-section__content {
    width: 430px;
    min-width: 0;
    margin-left: clamp(32px, 4.2vw, 64px);
  }

  .geography-section h2 {
    font-size: clamp(50px, 4vw, 60px);
  }

  .geography-section__intro {
    font-size: 20px;
  }

  .geography-stats {
    margin-top: 36px;
  }
}

@media (max-width: 900px) {
  .geography-section {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding: 58px 22px 0;
  }

  .geography-section::before {
    display: none;
  }

  .geography-section__content {
    order: 1;
    width: 100%;
    max-width: 680px;
    min-width: 0;
    padding: 0;
    margin: 0 auto;
  }

  .geography-section__map {
    position: relative;
    inset: auto;
    order: 2;
    width: 180%;
    max-width: none;
    height: auto;
    margin: 34px 0 0 -45%;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 12%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0, #000 12%, #000 100%);
  }

  .geography-section h2 {
    font-size: clamp(46px, 8vw, 64px);
  }

  .geography-section__intro {
    max-width: 620px;
  }

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

  .geography-stat {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
  }

  .geography-legend {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .geography-section {
    padding: 42px 16px 0;
  }

  .geography-section__eyebrow {
    width: 235px;
    min-height: 45px;
    font-size: 14px;
  }

  .geography-section h2 {
    font-size: clamp(42px, 13vw, 56px);
    line-height: 1;
  }

  .geography-section__intro {
    margin-top: 28px;
    font-size: 18px;
  }

  .geography-stats {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 28px;
    margin-top: 36px;
  }

  .geography-stat strong {
    font-size: 34px;
  }

  .geography-legend {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 30px;
  }

  .geography-legend > p {
    min-height: 0;
    padding: 24px 0 0;
    border-top: 1px solid rgba(240, 229, 220, 0.55);
    border-left: 0;
  }

  .geography-section__map {
    width: 210%;
    margin-left: -100%;
  }
}

.team-section {
  --team-bg: #f4efe6;
  --team-green: #143d2d;
  --team-ink: #242824;
  --team-muted: rgba(36, 40, 36, 0.78);
  --team-line: rgba(163, 136, 92, 0.42);
  display: grid;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100svh;
  padding: 50px clamp(48px, 5.35vw, 102px) 50px;
  margin: 0 auto;
  overflow: hidden;
  color: var(--team-ink);
  background:
    radial-gradient(circle at 17% 20%, rgba(255, 255, 255, 0.72), transparent 29%),
    radial-gradient(circle at 86% 78%, rgba(255, 255, 255, 0.48), transparent 28%),
    var(--team-bg);
}

.team-section__inner {
  width: min(100%, 1716px);
  margin: 0 auto;
}

.team-section__header {
  margin-bottom: 30px;
}

.team-section__eyebrow {
  position: relative;
  width: fit-content;
  margin: 0 0 28px;
  color: var(--team-green);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
}

.team-section__eyebrow::after {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 86px;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--team-green) 0 43px, transparent 43px 48px, #d9ccb6 48px 86px);
}

.team-section h2 {
  margin: 0;
  color: var(--team-green);
  font-size: clamp(64px, 4.25vw, 82px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.team-section__header > p:last-child {
  margin: 22px 0 0;
  color: var(--team-muted);
  font-family: var(--sans);
  font-size: clamp(20px, 1.28vw, 24px);
  line-height: 1.35;
}

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

.team-card {
  position: relative;
  min-width: 0;
  padding: 8px 8px 0;
  overflow: hidden;
  border: 1px solid var(--team-line);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.12);
}

.team-card::after,
.team-cases::after {
  position: absolute;
  right: 25px;
  bottom: 28px;
  width: 31px;
  height: 31px;
  content: "";
  opacity: 0.65;
  background-image: radial-gradient(circle, #a88756 0 1.2px, transparent 1.5px);
  background-size: 10px 10px;
}

.team-card > img {
  display: block;
  width: 100%;
  height: clamp(310px, 18.2vw, 350px);
  border-radius: 28px;
  object-fit: cover;
  object-position: 50% 22%;
}

.team-card__body {
  min-height: 112px;
  padding: 18px 16px 20px;
}

.team-card h3 {
  margin: 0;
  color: var(--team-green);
  font-size: clamp(26px, 1.72vw, 33px);
  font-weight: 400;
  line-height: 1.08;
}

.team-card p {
  margin: 8px 0 0;
  color: var(--team-muted);
  font-family: var(--sans);
  font-size: clamp(16px, 1.03vw, 20px);
  line-height: 1.2;
}

.team-cases {
  position: relative;
  display: grid;
  min-height: 190px;
  grid-template-columns: 170px minmax(0, 1fr) minmax(430px, 510px);
  gap: 28px;
  align-items: center;
  padding: 24px 56px 24px 28px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--team-line);
  border-radius: 14px;
}

.team-cases::after {
  top: 13px;
  right: 18px;
  bottom: auto;
  width: 60px;
  height: 60px;
  opacity: 0.28;
}

.team-cases__icon {
  display: grid;
  width: 122px;
  height: 122px;
  border: 1px solid rgba(20, 61, 45, 0.55);
  border-radius: 50%;
  place-items: center;
}

.team-cases__icon svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: var(--team-green);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.team-cases__copy {
  min-height: 112px;
  padding-left: 34px;
  border-left: 1px solid var(--team-line);
}

.team-cases__copy h3 {
  margin: 0;
  color: var(--team-green);
  font-size: clamp(38px, 2.35vw, 46px);
  font-weight: 400;
  line-height: 1.05;
}

.team-cases__copy p {
  margin: 16px 0 0;
  color: var(--team-muted);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.35;
}

.team-cases__button {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 82px;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  gap: 14px;
  align-items: center;
  padding: 0 38px;
  border: 1px solid var(--team-green);
  border-radius: 12px;
  color: #f4efe6;
  background: var(--team-green);
  font-family: var(--sans);
  font-size: 20px;
  transition: color 180ms ease, background-color 180ms ease;
}

.team-cases__button:hover,
.team-cases__button:focus-visible {
  color: var(--team-green);
  background: transparent;
  outline: 0;
}

.team-cases__button svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.team-cases__button > span:last-child {
  font-size: 29px;
  text-align: right;
}

@media (max-width: 1400px) {
  .team-section {
    min-height: 0;
    padding-inline: 48px;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .team-card > img {
    height: clamp(320px, 32vw, 430px);
  }

  .team-cases {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .team-cases__button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .team-section {
    padding: 42px 16px 48px;
  }

  .team-section__eyebrow {
    font-size: 15px;
  }

  .team-section h2 {
    font-size: clamp(43px, 13vw, 58px);
    line-height: 1;
  }

  .team-section__header > p:last-child {
    font-size: 18px;
  }

  .team-section__header > p:last-child br {
    display: none;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    max-width: 520px;
    margin-inline: auto;
    border-radius: 28px;
  }

  .team-card > img {
    height: min(100vw, 440px);
    border-radius: 21px;
  }

  .team-cases {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 20px;
  }

  .team-cases__icon {
    width: 92px;
    height: 92px;
  }

  .team-cases__copy {
    min-height: 0;
    padding: 24px 0 0;
    border-top: 1px solid var(--team-line);
    border-left: 0;
  }

  .team-cases__copy h3 {
    font-size: 36px;
  }

  .team-cases__copy p {
    font-size: 17px;
  }

  .team-cases__copy p br {
    display: none;
  }

  .team-cases__button {
    min-height: 72px;
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    padding: 0 20px;
    font-size: 17px;
  }
}

@media (max-width: 420px) {
  .services-section__inner {
    width: calc(100% - 20px);
  }

  .services-section__header h2 {
    font-size: clamp(34px, 10.5vw, 44px);
  }

  .service-system {
    min-height: 650px;
  }

  .service-system h3 {
    font-size: 34px;
  }

  .service-system > p {
    transform: translateY(-12px);
    font-size: 16px;
  }

  .service-system__portrait {
    bottom: -20px;
  }
}

@media (min-width: 421px) and (max-width: 760px) {
  .service-system > p {
    transform: translateY(-12px);
  }

  .service-system__portrait {
    bottom: -20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .drive-activity-led {
    animation: none;
    opacity: 0.55;
  }

  .hero-title__cursor {
    display: none;
  }

  .contact-modal__backdrop::after {
    background-image: none;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

.choice-section {
  --choice-cream: #eee0cc;
  --choice-green: #183b2d;
  --choice-blue: #008bd2;
  --choice-red: #d52317;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  color: var(--choice-cream);
  background: #000;
  isolation: isolate;
}

.choice-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 35%, rgba(13, 43, 30, 0.16), transparent 33%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), #000 98%);
}

.choice-section__matrix {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.18;
  pointer-events: none;
  background: #000 url("assets/metaweb/matrix-screen.gif") center / cover no-repeat;
  filter: saturate(0.72) brightness(0.5);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.choice-section__inner {
  display: flex;
  width: min(100%, 1600px);
  min-height: 100svh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(54px, 5.3vh, 72px) clamp(24px, 4vw, 64px) clamp(42px, 4vh, 58px);
  margin: 0 auto;
}

.choice-section__header {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  text-align: center;
}

.choice-section__eyebrow {
  position: relative;
  width: 268px;
  min-height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border: 1px solid rgba(60, 127, 90, 0.82);
  color: var(--choice-cream);
  font-size: 18px;
  text-transform: uppercase;
}

.choice-section__eyebrow::after {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: #42cf7b;
  box-shadow: 0 0 12px rgba(66, 207, 123, 0.72);
}

.choice-section h2 {
  margin: 0;
  color: var(--choice-cream);
  font-size: clamp(58px, 4.45vw, 86px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.035em;
}

.choice-section__header > p:last-child {
  margin: 32px 0 0;
  color: rgba(238, 224, 204, 0.9);
  font-size: clamp(19px, 1.3vw, 25px);
  line-height: 1.38;
}

.choice-section__options {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 1320px);
  flex: 0 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(70px, 8vw, 150px);
  align-items: end;
  margin-top: clamp(24px, 3vh, 44px);
}

.choice-option {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 0;
  border: 0;
  color: var(--choice-cream);
  background: transparent;
  font: inherit;
  cursor: pointer;
  appearance: none;
}

.choice-option__hand {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.48 / 1;
  background-image: url("assets/metaweb/choice/matrix-choice-hands-cutout.png");
  background-repeat: no-repeat;
  background-size: 200% auto;
  transition: transform 320ms cubic-bezier(0.2, 0.72, 0.2, 1), filter 260ms ease, background-size 320ms cubic-bezier(0.2, 0.72, 0.2, 1);
  will-change: transform, filter;
}

.choice-option--blue .choice-option__hand {
  background-position: left 45%;
  transform-origin: 58% 62%;
}

.choice-option--red .choice-option__hand {
  background-position: right 45%;
  transform-origin: 42% 62%;
}

.choice-option__hand::before {
  position: absolute;
  z-index: 1;
  width: 19%;
  aspect-ratio: 2.2 / 1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  opacity: 0;
  filter: blur(15px);
  transition: opacity 240ms ease, filter 240ms ease, transform 300ms ease;
}

.choice-option--blue .choice-option__hand::before {
  left: 58.5%;
  top: 45.5%;
  background: var(--choice-blue);
}

.choice-option--red .choice-option__hand::before {
  right: 58.5%;
  top: 45.5%;
  background: var(--choice-red);
}

.choice-option__caption {
  position: relative;
  display: flex;
  min-height: 94px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: -12px;
  font-size: clamp(26px, 1.85vw, 35px);
  line-height: 0.98;
  text-align: center;
  transition: color 220ms ease, transform 280ms ease;
}

.choice-option__caption::after {
  width: 145px;
  height: 1px;
  margin-top: 4px;
  content: "";
  background: rgba(238, 224, 204, 0.48);
  transition: width 260ms ease, background-color 220ms ease;
}

.choice-option__pill {
  display: block;
  width: 26px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 999px;
  color: var(--choice-blue);
  background: transparent;
  transform: rotate(-42deg);
  filter: drop-shadow(0 0 5px currentColor);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.choice-option--red .choice-option__pill {
  color: var(--choice-red);
}

.choice-option:hover .choice-option__hand,
.choice-option:focus-visible .choice-option__hand,
.choice-option.is-selected .choice-option__hand {
  transform: scale(1.065) translateY(-8px);
  filter: brightness(1.12) saturate(1.16);
  background-size: 205% auto;
}

.choice-option:hover .choice-option__hand::before,
.choice-option:focus-visible .choice-option__hand::before,
.choice-option.is-selected .choice-option__hand::before {
  opacity: 0.3;
  filter: blur(8px);
  transform: scale(1.26);
}

.choice-option--blue:hover .choice-option__caption,
.choice-option--blue:focus-visible .choice-option__caption,
.choice-option--blue.is-selected .choice-option__caption {
  color: #d9f2ff;
}

.choice-option--red:hover .choice-option__caption,
.choice-option--red:focus-visible .choice-option__caption,
.choice-option--red.is-selected .choice-option__caption {
  color: #ffe0d8;
}

.choice-option:hover .choice-option__caption::after,
.choice-option:focus-visible .choice-option__caption::after,
.choice-option.is-selected .choice-option__caption::after {
  width: 190px;
  background: currentColor;
}

.choice-option:hover .choice-option__pill,
.choice-option:focus-visible .choice-option__pill,
.choice-option.is-selected .choice-option__pill {
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.choice-option:focus-visible {
  outline: 1px solid rgba(238, 224, 204, 0.8);
  outline-offset: 12px;
}

@media (min-width: 1600px) {
  .choice-section__options {
    align-items: start;
    margin-top: clamp(28px, 3vh, 48px);
  }
}

@media (min-width: 2200px) {
  .team-section {
    display: grid;
    align-items: center;
    padding-block: clamp(88px, 7vh, 126px);
  }

  .choice-section__inner {
    padding-block: clamp(74px, 6vh, 108px);
  }
}

@media (max-width: 1000px) {
  .choice-section {
    min-height: 0;
  }

  .choice-section__inner {
    min-height: 0;
    padding-block: 56px;
  }

  .choice-section__header > p:last-child br {
    display: none;
  }

  .choice-section__options {
    gap: 32px;
    margin-top: 26px;
  }

  .choice-option__caption {
    font-size: clamp(22px, 3vw, 30px);
  }
}

@media (max-width: 680px) {
  .choice-section__inner {
    padding: 44px 14px 52px;
  }

  .choice-section__eyebrow {
    width: 220px;
    min-height: 48px;
    font-size: 15px;
  }

  .choice-section h2 {
    font-size: clamp(43px, 13vw, 60px);
    line-height: 0.95;
  }

  .choice-section__header > p:last-child {
    margin-top: 24px;
    font-size: 18px;
  }

  .choice-section__options {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 28px;
  }

  .choice-option__hand {
    aspect-ratio: 1.42 / 1;
  }

  .choice-option__caption {
    min-height: 92px;
    gap: 9px;
    margin-top: 0;
    font-size: clamp(16px, 4.7vw, 21px);
    line-height: 1.02;
  }

  .choice-option__caption::after {
    width: 78px;
  }

  .choice-option:hover .choice-option__caption::after,
  .choice-option:focus-visible .choice-option__caption::after,
  .choice-option.is-selected .choice-option__caption::after {
    width: 104px;
  }

  .choice-option__pill {
    width: 21px;
    height: 9px;
  }

}

.site-footer {
  --footer-cream: #eee0cc;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(61, 127, 91, 0.38);
  color: var(--footer-cream);
  background:
    radial-gradient(circle at 82% 20%, rgba(27, 77, 54, 0.18), transparent 31%),
    #030504;
}

.site-footer__inner {
  width: min(100%, 1760px);
  padding: clamp(44px, 4vw, 72px) clamp(24px, 4.7vw, 84px) 28px;
  margin: 0 auto;
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(190px, 280px) minmax(360px, 1fr) minmax(430px, 560px);
  gap: clamp(38px, 5vw, 92px);
  align-items: center;
  padding-bottom: clamp(38px, 3.4vw, 58px);
}

.site-footer__brand {
  display: block;
  width: min(100%, 230px);
}

.site-footer__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer__legal {
  padding-left: clamp(28px, 3vw, 54px);
  border-left: 1px solid rgba(238, 224, 204, 0.24);
}

.site-footer__legal p {
  margin: 0 0 12px;
  color: #54bd82;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__legal strong {
  display: block;
  max-width: 560px;
  color: rgba(238, 224, 204, 0.9);
  font-size: clamp(22px, 1.45vw, 28px);
  font-weight: 400;
  line-height: 1.3;
}

.site-footer__actions {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.footer-language {
  min-height: 58px;
  margin: 0;
  border-color: rgba(238, 224, 204, 0.52);
  background: transparent;
}

.footer-language .language-option {
  color: var(--footer-cream);
}

.footer-language .language-option.is-active {
  color: #071009;
  background: var(--footer-cream);
}

.site-footer__contact {
  display: grid;
  min-height: 58px;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 10px;
  align-items: center;
  padding: 0 24px;
  border: 1px solid rgba(61, 154, 102, 0.7);
  color: #fff;
  background: #154c35;
  font-family: var(--sans);
  font-size: 18px;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.site-footer__contact:hover,
.site-footer__contact:focus-visible {
  color: #66db96;
  border-color: #50bf7f;
  background: transparent;
  outline: 0;
}

.site-footer__contact > span:last-child {
  font-size: 22px;
  text-align: right;
}

.site-footer__bottom {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(238, 224, 204, 0.18);
}

.site-footer__bottom p {
  margin: 0;
  color: rgba(238, 224, 204, 0.58);
  font-family: var(--sans);
  font-size: 14px;
}

.site-footer__socials {
  display: flex;
  gap: 10px;
}

.site-footer__social {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(238, 224, 204, 0.28);
  border-radius: 50%;
  place-items: center;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.site-footer__social:hover,
.site-footer__social:focus-visible {
  border-color: #50bf7f;
  background: rgba(52, 133, 91, 0.2);
  transform: translateY(-2px);
  outline: 0;
}

.site-footer__social img {
  display: block;
  width: 22px;
  height: 22px;
}

.site-footer__social--max img,
.site-footer__social--telegram img {
  filter: invert(1);
}

@media (max-width: 1100px) {
  .site-footer__main {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .site-footer__actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-footer__inner {
    padding: 42px 16px 22px;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer__brand {
    width: 170px;
  }

  .site-footer__legal {
    padding: 24px 0 0;
    border-top: 1px solid rgba(238, 224, 204, 0.2);
    border-left: 0;
  }

  .site-footer__legal strong {
    font-size: 22px;
  }

  .site-footer__actions {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .footer-language {
    width: 138px;
  }

  .site-footer__contact {
    width: 100%;
  }

  .site-footer__bottom {
    align-items: flex-start;
    padding-top: 20px;
  }

  .site-footer__bottom p {
    max-width: 220px;
    line-height: 1.45;
  }
}

@media (min-width: 1001px) {
  .diagnostic-header h2,
  .system-check__header h2,
  .services-section__header h2,
  .geography-section h2,
  .team-section h2,
  .choice-section h2 {
    font-size: 70px;
  }
}

body.is-red-pill-open {
  overflow: hidden;
}

.red-pill-flow {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  overflow: hidden;
  padding: clamp(10px, 2vw, 28px);
  color: #8cf4a7;
  background: #010302;
  font-family: "Courier New", Consolas, monospace;
  place-items: center;
  isolation: isolate;
}

.red-pill-flow[hidden],
.red-pill-flow__stage[hidden] {
  display: none;
}

.red-pill-flow::before,
.red-pill-flow::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.red-pill-flow::before {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 45%, rgba(22, 95, 59, 0.22), transparent 46%),
    #010302 url("assets/metaweb/matrix-screen.gif") center / cover no-repeat;
  filter: saturate(0.75) brightness(0.44);
  opacity: 0.42;
}

.red-pill-flow::after {
  z-index: 4;
  background: repeating-linear-gradient(180deg, transparent 0 3px, rgba(0, 0, 0, 0.16) 3px 4px);
  mix-blend-mode: multiply;
  opacity: 0.55;
}

.red-pill-flow__screen {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1120px, 100%);
  min-height: min(720px, calc(100svh - 40px));
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(73, 197, 112, 0.48);
  background:
    linear-gradient(90deg, rgba(8, 34, 22, 0.48), transparent 32%, rgba(8, 34, 22, 0.34)),
    rgba(0, 5, 3, 0.94);
  box-shadow:
    0 0 0 1px rgba(87, 237, 132, 0.05) inset,
    0 0 44px rgba(35, 178, 83, 0.15),
    0 32px 110px rgba(0, 0, 0, 0.72);
  place-items: center;
}

.red-pill-flow__screen::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(221, 34, 25, 0.06) 12% 12.4%, transparent 12.4% 77%, rgba(84, 248, 128, 0.05) 77% 77.5%, transparent 77.5%),
    radial-gradient(circle at 72% 24%, rgba(206, 29, 21, 0.08), transparent 22%);
  pointer-events: none;
}

.red-pill-flow[data-phase="glitch"] .red-pill-flow__screen {
  animation: red-pill-screen-glitch 680ms steps(2, end) both;
}

.red-pill-flow__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 8;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(114, 238, 150, 0.42);
  color: #8cf4a7;
  background: rgba(1, 10, 6, 0.82);
  font: 30px/1 Arial, sans-serif;
  cursor: pointer;
  place-items: center;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.red-pill-flow__close:hover,
.red-pill-flow__close:focus-visible {
  border-color: #e32c22;
  color: #ffd7cf;
  background: rgba(161, 20, 15, 0.24);
  outline: 0;
}

.red-pill-flow__stage {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(54px, 6vw, 86px);
  animation: red-pill-stage-in 260ms ease both;
}

.red-pill-flow__glitch {
  display: grid;
  min-height: 500px;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.red-pill-flow__kicker,
.red-pill-flow__glitch > span {
  margin: 0;
  color: rgba(140, 244, 167, 0.62);
  font-size: clamp(12px, 1.15vw, 17px);
  letter-spacing: 0.18em;
}

.red-pill-flow__glitch-message {
  position: relative;
  margin: 34px 0 26px;
  color: #f1e2ce;
  font-size: clamp(34px, 6vw, 86px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-shadow: -4px 0 rgba(225, 30, 20, 0.6), 4px 0 rgba(49, 229, 113, 0.5);
  animation: red-pill-text-glitch 420ms steps(2, end) both;
}

.red-pill-flow__terminal-head {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(111, 225, 143, 0.35);
  color: #f1e2ce;
  font-size: clamp(12px, 1.15vw, 17px);
  letter-spacing: 0.08em;
}

.red-pill-flow__live-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f15c50;
}

.red-pill-flow__live-dot::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32c22;
  box-shadow: 0 0 10px rgba(227, 44, 34, 0.82);
  content: "";
  animation: red-pill-live 1.15s ease-in-out infinite;
}

.red-pill-flow__boot-lines {
  margin-top: clamp(42px, 6vh, 76px);
  color: rgba(140, 244, 167, 0.72);
  font-size: clamp(16px, 1.55vw, 23px);
  line-height: 1.55;
}

.red-pill-flow__boot-lines p {
  margin: 0;
}

.red-pill-flow__loading-message {
  min-height: 1.4em;
  margin: clamp(44px, 7vh, 84px) 0 18px;
  color: #f1e2ce;
  font-size: clamp(19px, 2.1vw, 30px);
  letter-spacing: 0.05em;
}

.red-pill-flow__progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px;
  gap: 18px;
  align-items: center;
}

.red-pill-flow__progress-track {
  display: block;
  height: 18px;
  padding: 3px;
  border: 1px solid rgba(111, 225, 143, 0.52);
  background: rgba(0, 0, 0, 0.72);
}

.red-pill-flow__progress-track i {
  display: block;
  width: 0;
  height: 100%;
  background: repeating-linear-gradient(90deg, #4be47f 0 12px, transparent 12px 15px);
  filter: drop-shadow(0 0 5px rgba(75, 228, 127, 0.56));
  transition: width 60ms linear;
}

.red-pill-flow__progress strong {
  color: #f1e2ce;
  font-size: 20px;
  font-weight: 400;
  text-align: right;
}

.red-pill-flow__disclaimer {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(241, 226, 206, 0.64);
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.red-pill-flow__checks {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: clamp(30px, 5vh, 54px) 0 0;
  list-style: none;
}

.red-pill-flow__checks li {
  display: grid;
  min-height: 54px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 0 18px;
  border-left: 2px solid rgba(107, 211, 136, 0.2);
  color: rgba(140, 244, 167, 0.48);
  background: rgba(9, 42, 26, 0.18);
  font-size: clamp(14px, 1.28vw, 19px);
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.red-pill-flow__checks li strong {
  color: inherit;
  font-weight: 400;
}

.red-pill-flow__checks li.is-scanning {
  border-color: #55e884;
  color: #adffc2;
  background: rgba(33, 139, 75, 0.15);
  box-shadow: -10px 0 22px rgba(36, 209, 91, 0.08);
}

.red-pill-flow__checks li.is-required {
  border-color: #d72a21;
  color: #f1e2ce;
}

.red-pill-flow__checks li.is-required strong {
  color: #ef5b4f;
}

.red-pill-flow__scan-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
  padding-top: 17px;
  border-top: 1px solid rgba(111, 225, 143, 0.22);
  color: rgba(140, 244, 167, 0.55);
  font-size: 14px;
}

.red-pill-flow__scan-footer strong {
  color: #f1e2ce;
  font-weight: 400;
}

.red-pill-flow__result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
  margin-top: clamp(34px, 5vh, 60px);
}

.red-pill-flow__result-label {
  margin: 0 0 16px;
  color: #ed4d42;
  font-size: 14px;
  letter-spacing: 0.13em;
}

.red-pill-flow__result-copy h2 {
  max-width: 650px;
  margin: 0 0 24px;
  color: #f1e2ce;
  font-family: var(--serif);
  font-size: clamp(38px, 4.8vw, 68px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.red-pill-flow__result-copy > p:not(.red-pill-flow__result-label) {
  max-width: 680px;
  margin: 10px 0 0;
  color: rgba(241, 226, 206, 0.76);
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.red-pill-flow__result-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(111, 225, 143, 0.3);
  list-style: none;
}

.red-pill-flow__result-list li {
  position: relative;
  padding: 13px 8px 13px 24px;
  border-bottom: 1px solid rgba(111, 225, 143, 0.16);
  color: rgba(140, 244, 167, 0.8);
  font-size: 15px;
}

.red-pill-flow__result-list li::before {
  position: absolute;
  left: 4px;
  color: #e4483c;
  content: "—";
}

.red-pill-flow__result-actions {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(230px, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: clamp(30px, 5vh, 56px);
}

.red-pill-flow__audit-cta {
  display: grid;
  min-height: 68px;
  grid-template-columns: 26px minmax(0, 1fr) 24px;
  gap: 13px;
  align-items: center;
  padding: 0 22px;
  border: 1px solid #e84b40;
  color: #fff1e8;
  background: #a81813;
  font-family: Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  box-shadow: 0 0 30px rgba(218, 38, 28, 0.16);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.red-pill-flow__audit-cta:hover,
.red-pill-flow__audit-cta:focus-visible {
  border-color: #ff7167;
  background: #ce251d;
  box-shadow: 0 0 38px rgba(230, 48, 37, 0.3);
  outline: 0;
}

.red-pill-flow__audit-cta svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.red-pill-flow__audit-cta > span:last-child {
  text-align: right;
}

.red-pill-flow__direct {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.red-pill-flow__direct > span {
  color: rgba(241, 226, 206, 0.56);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.red-pill-flow__direct > div {
  display: flex;
  gap: 9px;
}

.red-pill-flow__direct a {
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(111, 225, 143, 0.34);
  background: rgba(6, 37, 21, 0.45);
  place-items: center;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.red-pill-flow__direct a:hover,
.red-pill-flow__direct a:focus-visible {
  border-color: #71e895;
  background: rgba(47, 151, 81, 0.2);
  outline: 0;
}

.red-pill-flow__direct img {
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(85%) sepia(34%) saturate(604%) hue-rotate(83deg) brightness(105%) contrast(102%);
}

.choice-option--red.is-launching .choice-option__hand {
  transform: scale(1.08) translateY(-10px);
  filter: brightness(1.25) saturate(1.45) drop-shadow(0 0 18px rgba(220, 34, 25, 0.5));
}

.choice-option--red.is-launching .choice-option__hand::before {
  opacity: 0.72;
  filter: blur(5px);
  transform: scale(1.72);
  animation: red-pill-select-pulse 620ms ease-out both;
}

.choice-option--red:disabled {
  cursor: wait;
}

@keyframes red-pill-stage-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes red-pill-screen-glitch {
  0%, 100% { opacity: 1; transform: translateX(0); filter: none; }
  18% { opacity: 0.82; transform: translateX(-3px); filter: hue-rotate(5deg); }
  38% { opacity: 0.94; transform: translateX(4px); }
  56% { opacity: 0.74; transform: translateX(-2px); filter: contrast(1.25); }
  74% { opacity: 1; transform: translateX(2px); }
}

@keyframes red-pill-text-glitch {
  0%, 100% { clip-path: inset(0); transform: translateX(0); }
  28% { clip-path: inset(18% 0 44%); transform: translateX(-4px); }
  52% { clip-path: inset(52% 0 12%); transform: translateX(5px); }
  76% { clip-path: inset(6% 0 68%); transform: translateX(-2px); }
}

@keyframes red-pill-live {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}

@keyframes red-pill-select-pulse {
  from { box-shadow: 0 0 0 0 rgba(219, 35, 26, 0.62); }
  to { box-shadow: 0 0 0 28px rgba(219, 35, 26, 0); }
}

@media (max-width: 760px) {
  .red-pill-flow {
    padding: 7px;
  }

  .red-pill-flow__screen {
    min-height: calc(100svh - 14px);
  }

  .red-pill-flow__stage {
    padding: 64px 16px 22px;
  }

  .red-pill-flow__close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
  }

  .red-pill-flow__terminal-head {
    min-height: 36px;
    align-items: flex-start;
    gap: 10px;
    font-size: 10px;
  }

  .red-pill-flow__checks {
    margin-top: 22px;
  }

  .red-pill-flow__checks li {
    min-height: 50px;
    gap: 10px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .red-pill-flow__disclaimer {
    font-size: 12px;
  }

  .red-pill-flow__scan-footer {
    font-size: 10px;
  }

  .red-pill-flow__result-grid,
  .red-pill-flow__result-actions {
    grid-template-columns: 1fr;
  }

  .red-pill-flow__result-grid {
    gap: 24px;
    margin-top: 26px;
  }

  .red-pill-flow__result-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .red-pill-flow__result-copy > p:not(.red-pill-flow__result-label) {
    font-size: 14px;
  }

  .red-pill-flow__result-list li {
    padding-block: 9px;
    font-size: 13px;
  }

  .red-pill-flow__result-actions {
    gap: 17px;
    margin-top: 24px;
  }

  .red-pill-flow__direct {
    justify-content: space-between;
  }
}

@media (max-height: 720px) and (min-width: 761px) {
  .red-pill-flow__screen {
    min-height: calc(100svh - 20px);
  }

  .red-pill-flow__stage {
    padding-block: 54px 26px;
  }

  .red-pill-flow__checks {
    gap: 5px;
    margin-top: 22px;
  }

  .red-pill-flow__checks li {
    min-height: 44px;
  }

  .red-pill-flow__result-grid {
    margin-top: 24px;
  }

  .red-pill-flow__result-copy h2 {
    font-size: 48px;
  }

  .red-pill-flow__result-actions {
    margin-top: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .red-pill-flow::before {
    background-image: none;
  }

  .red-pill-flow *,
  .red-pill-flow *::before,
  .red-pill-flow *::after {
    animation: none !important;
  }
}
