@font-face{font-family:"Ubuntu";src:url("../assets/fonts/ubuntu-regular.ttf") format("truetype");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Ubuntu";src:url("../assets/fonts/ubuntu-medium.ttf") format("truetype");font-style:normal;font-weight:500 600;font-display:swap}
@font-face{font-family:"Ubuntu";src:url("../assets/fonts/ubuntu-bold.ttf") format("truetype");font-style:normal;font-weight:700 900;font-display:swap}
@font-face{font-family:"Ubuntu";src:url("../assets/fonts/ubuntu-regular-italic.ttf") format("truetype");font-style:italic;font-weight:400 600;font-display:swap}
@font-face{font-family:"Ubuntu";src:url("../assets/fonts/ubuntu-bold-italic.ttf") format("truetype");font-style:italic;font-weight:700 900;font-display:swap}
:root {
  --bg: #050816;
  --bg-deep: #03050d;
  --bg-soft: #08111f;
  --surface: rgba(17, 24, 39, 0.78);
  --surface-strong: rgba(22, 29, 44, 0.94);
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(157, 92, 255, 0.35);
  --text: #f7f8fc;
  --muted: #a9b0c3;
  --muted-2: #747d93;
  --brand-ink: #15161a;
  --accent: #7f4dff;
  --accent-bright: #a27cff;
  --blue: #4f7cff;
  --green: #34d399;
  --orange: #ff9d42;
  --danger: #ff6b8a;
  --radius: 18px;
  --radius-small: 12px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  --container: 1240px;
  --header-height: 82px;
  color-scheme: dark;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 70% 5%, rgba(80, 34, 196, 0.12), transparent 25%),
    var(--bg);
  color: var(--text);
  font-family: "Ubuntu", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.1;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(42px, 4.35vw, 70px);
  font-weight: 750;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 3.3vw, 54px);
  font-weight: 720;
}

h3 {
  font-size: 21px;
  font-weight: 680;
}

p {
  color: var(--muted);
}

::selection {
  background: rgba(127, 77, 255, 0.55);
  color: #fff;
}

:focus-visible {
  outline: 2px solid var(--accent-bright);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 14px;
  left: 14px;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 8px;
  background: #fff;
  color: #050816;
  font-weight: 700;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 110px 0;
}

.section::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent);
  content: "";
}

.section--contrast {
  background:
    radial-gradient(circle at 12% 60%, rgba(79, 124, 255, 0.07), transparent 30%),
    linear-gradient(180deg, rgba(12, 20, 33, 0.88), rgba(5, 8, 22, 0.96));
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--accent-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.kicker::before {
  width: 25px;
  height: 1px;
  background: currentColor;
  content: "";
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 52px;
}

.section-heading h2,
.section-heading p {
  margin-bottom: 0;
}

.section-heading p {
  max-width: 540px;
  font-size: 17px;
}

.section-heading--wide {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
}

.section-heading--center {
  display: block;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading--center p {
  margin-right: auto;
  margin-left: auto;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 23px;
  border: 1px solid rgba(168, 98, 255, 0.75);
  border-radius: 9px;
  background: linear-gradient(135deg, var(--accent-bright), #7426ed 65%, #5d1ece);
  box-shadow: 0 11px 34px rgba(117, 38, 237, 0.28), inset 0 1px 0 rgba(255,255,255,.18);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 750;
  line-height: 1;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 42px rgba(117, 38, 237, 0.4), inset 0 1px 0 rgba(255,255,255,.22);
}

.button--ghost {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.025);
  box-shadow: none;
  color: var(--text);
}

.button--ghost:hover {
  border-color: rgba(168, 98, 255, .65);
  background: rgba(141, 66, 255, .08);
  box-shadow: 0 12px 32px rgba(0,0,0,.2);
}

.button--small {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 12px;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, backdrop-filter .3s ease, border-color .3s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(3, 5, 13, 0.83);
  box-shadow: 0 10px 35px rgba(0,0,0,.2);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand img {
  width: 154px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 31px);
  margin-left: auto;
}

.main-nav a {
  position: relative;
  color: #d6dae5;
  font-size: 13px;
  font-weight: 620;
  white-space: nowrap;
  transition: color .2s ease;
}

.main-nav a::after {
  position: absolute;
  right: 50%;
  bottom: -9px;
  left: 50%;
  height: 1px;
  background: var(--accent-bright);
  content: "";
  transition: right .2s ease, left .2s ease;
}

.main-nav a:hover {
  color: #fff;
}

.main-nav a:hover::after {
  right: 0;
  left: 0;
}

.header-cta {
  margin-left: 12px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255,255,255,.03);
  color: #fff;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  transition: transform .25s ease, opacity .25s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  padding: 164px 0 50px;
  background:
    radial-gradient(circle at 77% 38%, rgba(92, 39, 222, 0.25), transparent 25%),
    radial-gradient(circle at 48% 80%, rgba(31, 64, 174, 0.12), transparent 26%),
    linear-gradient(180deg, #03050d 0%, #050816 76%, #07101c 100%);
}

.section-grid::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(114, 99, 179, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 99, 179, 0.045) 1px, transparent 1px);
  background-position: center;
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent 4%, black 24%, black 76%, transparent 100%);
  pointer-events: none;
}

.hero::after {
  position: absolute;
  right: -15%;
  bottom: -36%;
  width: 72%;
  height: 60%;
  border-radius: 50%;
  background: rgba(26, 58, 167, 0.16);
  filter: blur(100px);
  content: "";
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: .7;
  pointer-events: none;
}

.hero-glow--one {
  top: 185px;
  right: 6%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(126, 58, 255, .24), transparent 67%);
  animation: breathe 7s ease-in-out infinite;
}

.hero-glow--two {
  top: 510px;
  left: 40%;
  width: 260px;
  height: 200px;
  background: radial-gradient(circle, rgba(58, 103, 255, .12), transparent 70%);
  animation: breathe 9s ease-in-out 1s infinite reverse;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(510px, 1.05fr);
  align-items: center;
  gap: 36px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 23px;
  color: #c4cad9;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(52,211,153,.9);
}

.hero h1 {
  max-width: 720px;
}

.hero h1 em {
  background: linear-gradient(90deg, #b873ff, #7a35ff 52%, #5b78ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-style: normal;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 30px;
  color: #b4bac9;
  font-size: 16px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-left: 5px;
  padding: 10px 5px;
  color: #d8dce6;
  font-size: 14px;
  font-weight: 680;
}

.text-link span {
  color: var(--accent-bright);
  transition: transform .2s ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.price-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.price-chips span {
  display: inline-flex;
  gap: 6px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 8px;
  background: rgba(255,255,255,.028);
  color: #8e97ac;
  font-size: 10px;
}

.price-chips b {
  color: #dbe0ea;
  font-weight: 650;
}

.hero-device {
  position: relative;
  perspective: 1500px;
}

.laptop {
  position: relative;
  z-index: 2;
  width: min(100%, 610px);
  margin: 0 auto;
  transform: rotateZ(1.25deg) translateY(4px);
  filter: drop-shadow(0 42px 45px rgba(0,0,0,.5));
}

.laptop-lid {
  position: relative;
  width: 91%;
  aspect-ratio: 1.58 / 1;
  margin: 0 auto;
  overflow: hidden;
  border: 9px solid #141722;
  border-top-color: #252a38;
  border-right-color: #0c0e15;
  border-bottom-width: 12px;
  border-radius: 17px 17px 7px 7px;
  background: #05060a;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.42),
    inset 0 0 0 1px rgba(255,255,255,.08),
    0 30px 70px rgba(0,0,0,.5);
  transform: rotateY(-5deg) rotateX(1deg);
  transform-origin: bottom center;
}

.camera {
  position: absolute;
  z-index: 5;
  top: -5px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3a4050;
  box-shadow: 0 0 0 1px #020305;
}

.laptop-screen {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #07101b;
}

.laptop-screen::after {
  position: absolute;
  z-index: 8;
  inset: 0;
  background: linear-gradient(112deg, rgba(255,255,255,.08), transparent 23%, transparent 73%, rgba(255,255,255,.025));
  content: "";
  pointer-events: none;
}

.screen-slide {
  position: absolute;
  z-index: 1;
  inset: 0;
  padding: 18px 20px 46px;
  opacity: 0;
  transform: translateX(22px) scale(.985);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1);
  pointer-events: none;
}

.screen-slide.is-active {
  z-index: 2;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.screen-slide--corporate {
  background:
    radial-gradient(circle at 77% 67%, rgba(120, 55, 255, .38), transparent 25%),
    linear-gradient(135deg, #090b15, #0a1020 63%, #141033);
}

.screen-slide--mkk {
  background:
    radial-gradient(circle at 82% 24%, rgba(42, 159, 255, .23), transparent 28%),
    linear-gradient(140deg, #07131d, #0a192d 58%, #0b2441);
}

.screen-slide--seo {
  background:
    radial-gradient(circle at 78% 35%, rgba(52,211,153,.14), transparent 28%),
    linear-gradient(135deg, #071410, #071923 62%, #0b2925);
}

.screen-slide--account {
  background:
    radial-gradient(circle at 79% 65%, rgba(255,157,66,.16), transparent 26%),
    linear-gradient(135deg, #11101a, #121326 60%, #25162a);
}

.mini-site-head {
  display: flex;
  align-items: center;
  gap: 19px;
  height: 24px;
  color: rgba(255,255,255,.54);
  font-size: 6.5px;
  text-transform: uppercase;
}

.mini-site-head strong {
  margin-right: auto;
  color: #fff;
  font-size: 9px;
  letter-spacing: .08em;
}

.mini-site-head i {
  width: 34px;
  height: 12px;
  border-radius: 3px;
  background: rgba(141,66,255,.55);
}

.mini-site-body {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 14px;
  height: calc(100% - 24px);
}

.mini-copy small {
  display: block;
  margin-bottom: 10px;
  color: #aa79ff;
  font-size: 7px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mini-copy h2 {
  max-width: 210px;
  margin-bottom: 10px;
  font-size: clamp(19px, 2vw, 30px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.mini-copy p {
  max-width: 200px;
  margin-bottom: 14px;
  color: rgba(255,255,255,.57);
  font-size: 7.5px;
  line-height: 1.5;
}

.mini-button {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 4px;
  background: #8d42ff;
  color: #fff;
  font-size: 6.5px;
  font-weight: 700;
}

.mini-dashboard {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 7px;
  transform: rotate(-2deg);
}

.dash-stat,
.dash-chart,
.dash-line {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
  box-shadow: 0 16px 26px rgba(0,0,0,.22);
}

.dash-stat {
  display: flex;
  min-height: 78px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
}

.dash-stat b { font-size: 24px; }
.dash-stat span { color: rgba(255,255,255,.45); font-size: 7px; }

.dash-chart {
  display: flex;
  min-height: 78px;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  padding: 13px;
}

.dash-chart i {
  width: 9px;
  border-radius: 3px 3px 1px 1px;
  background: linear-gradient(#a75eff, #5d2dc2);
}
.dash-chart i:nth-child(1) { height: 22%; }
.dash-chart i:nth-child(2) { height: 42%; }
.dash-chart i:nth-child(3) { height: 34%; }
.dash-chart i:nth-child(4) { height: 68%; }
.dash-chart i:nth-child(5) { height: 88%; }

.dash-line {
  grid-column: 1 / -1;
  height: 64px;
  padding: 15px;
}

.dash-line span {
  display: block;
  width: 100%;
  height: 100%;
  border-top: 2px solid #6e42f5;
  border-radius: 65% 30% 0 0;
  transform: skewY(-7deg);
}

.mini-docs {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  background: rgba(255,255,255,.035);
}

.mini-docs div {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px;
  border-radius: 7px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.65);
  font-size: 8px;
}

.mini-docs b {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 6px;
  background: rgba(79,124,255,.22);
  color: #76a5ff;
  font-size: 7px;
}

.seo-graph {
  position: relative;
  height: 170px;
  padding: 24px 18px 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    rgba(255,255,255,.025);
  background-size: 28px 28px;
}

.graph-value {
  color: #7de7ba;
  font-size: 11px;
}

.graph-value b {
  margin-left: 3px;
  font-size: 24px;
}

.seo-line-chart {
  position: absolute;
  right: 16px;
  bottom: 21px;
  left: 16px;
  height: 89px;
}

.seo-line-chart::before,
.seo-line-chart::after {
  position: absolute;
  height: 4px;
  border-radius: 4px;
  background: #52dca6;
  box-shadow: 0 0 14px rgba(52,211,153,.45);
  content: "";
  transform-origin: left center;
}

.seo-line-chart::before {
  bottom: 20px;
  left: 2%;
  width: 51%;
  transform: rotate(-18deg);
}

.seo-line-chart::after {
  right: 2%;
  bottom: 48px;
  width: 51%;
  transform: rotate(-28deg);
}

.seo-line-chart i {
  position: absolute;
  z-index: 1;
  width: 7px;
  height: 7px;
  border: 2px solid #071923;
  border-radius: 50%;
  background: #77e7bc;
}

.seo-line-chart i:nth-child(1) { left: 1%; bottom: 18px; }
.seo-line-chart i:nth-child(2) { left: 25%; bottom: 31px; }
.seo-line-chart i:nth-child(3) { left: 50%; bottom: 45px; }
.seo-line-chart i:nth-child(4) { left: 74%; bottom: 65px; }
.seo-line-chart i:nth-child(5) { right: 1%; top: 0; }

.account-ui {
  padding: 13px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 10px;
  background: rgba(255,255,255,.04);
}

.account-top,
.account-row {
  display: flex;
  align-items: center;
}

.account-top {
  justify-content: space-between;
  margin-bottom: 13px;
  color: rgba(255,255,255,.58);
  font-size: 7px;
}

.account-top i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9d42, #8d42ff);
}

.account-top b { color: #ffb66e; font-size: 11px; }

.account-row {
  gap: 9px;
  padding: 9px 8px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.account-row i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8d42ff;
}

.account-row span {
  width: 45%;
  height: 4px;
  border-radius: 3px;
  background: rgba(255,255,255,.16);
}

.account-row b {
  margin-left: auto;
  color: rgba(255,255,255,.55);
  font-size: 6.5px;
  font-weight: 600;
}

.screen-controls {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 41px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-top: 1px solid rgba(255,255,255,.06);
  background: rgba(2,4,9,.62);
  backdrop-filter: blur(8px);
}

.screen-arrow {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px;
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.65);
  font-size: 9px;
  cursor: pointer;
}

.screen-arrow:hover {
  border-color: rgba(168,98,255,.7);
  color: #fff;
}

.screen-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.screen-dots button {
  width: 5px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
  cursor: pointer;
  transition: width .2s ease, border-radius .2s ease, background .2s ease;
}

.screen-dots button.is-active {
  width: 19px;
  border-radius: 5px;
  background: var(--accent-bright);
}

.laptop-base {
  position: relative;
  width: 100%;
  height: 32px;
  margin-top: -2px;
  border-radius: 5px 5px 35px 35px / 5px 5px 12px 12px;
  background: linear-gradient(180deg, #3a3f4d 0%, #202430 35%, #11141d 85%);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.22), 0 15px 22px rgba(0,0,0,.44);
  transform: perspective(400px) rotateX(54deg);
  transform-origin: top center;
}

.laptop-base::before {
  position: absolute;
  top: 3px;
  right: 7%;
  left: 7%;
  height: 1px;
  background: rgba(255,255,255,.12);
  content: "";
}

.laptop-base span {
  position: absolute;
  top: 1px;
  left: 50%;
  width: 90px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 0 0 8px 8px;
  background: #4e5360;
}

.device-orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(141,66,255,.18);
  border-radius: 50%;
  pointer-events: none;
}

.device-orbit--one {
  top: -8%;
  right: 2%;
  width: 88%;
  height: 108%;
  transform: rotate(-14deg);
}

.device-orbit--two {
  top: 13%;
  right: -1%;
  width: 76%;
  height: 78%;
  border-color: rgba(79,124,255,.13);
  transform: rotate(19deg);
}

.device-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: -2px;
  color: #6f788d;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(52,211,153,.5);
  animation: pulse 2s ease-out infinite;
}

.hero-metrics {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 50px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.022);
  backdrop-filter: blur(10px);
}

.hero-metrics div {
  position: relative;
  display: flex;
  min-height: 75px;
  flex-direction: column;
  justify-content: center;
  padding: 13px 23px 13px 48px;
}

.hero-metrics div::before {
  position: absolute;
  left: 22px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--accent-bright);
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(141,66,255,.45);
  content: "";
  transform: rotate(45deg);
}

.hero-metrics div + div {
  border-left: 1px solid var(--line);
}

.hero-metrics b {
  font-size: 13px;
  font-weight: 700;
}

.hero-metrics span {
  color: #6f788b;
  font-size: 10px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.problem-card {
  position: relative;
  min-height: 246px;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: linear-gradient(145deg, rgba(255,255,255,.042), rgba(255,255,255,.012));
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.problem-card::after {
  position: absolute;
  right: -35px;
  bottom: -45px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 50%;
  content: "";
}

.problem-card:hover {
  transform: translateY(-5px);
  border-color: rgba(168,98,255,.32);
  background: linear-gradient(145deg, rgba(141,66,255,.075), rgba(255,255,255,.015));
}

.problem-card > span {
  display: block;
  margin-bottom: 45px;
  color: var(--accent-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.problem-card h3 {
  margin-bottom: 12px;
  font-size: 19px;
}

.problem-card p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.7;
}

.problem-card--accent {
  border-color: rgba(255,107,138,.18);
  background: linear-gradient(145deg, rgba(255,107,138,.07), rgba(255,255,255,.012));
}

.problem-card--accent > span { color: #ff7794; }

.statement {
  display: flex;
  max-width: 920px;
  align-items: center;
  gap: 22px;
  margin: 40px auto 0;
  padding: 24px 30px;
  border: 1px solid rgba(141,66,255,.22);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(141,66,255,.11), rgba(79,124,255,.04));
}

.statement-mark {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(168,98,255,.45);
  border-radius: 50%;
  color: var(--accent-bright);
  font-size: 24px;
}

.statement p {
  margin: 0;
  color: #c8cedb;
  font-size: 18px;
}

.statement strong { color: #fff; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-card {
  position: relative;
  min-height: 266px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background:
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.008));
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.service-card::before {
  position: absolute;
  top: -120px;
  left: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(141,66,255,.09);
  filter: blur(35px);
  content: "";
  opacity: 0;
  transition: opacity .3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(168,98,255,.36);
  box-shadow: 0 22px 45px rgba(0,0,0,.2);
}

.service-card:hover::before { opacity: 1; }

.service-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid rgba(141,66,255,.35);
  border-radius: 10px;
  background: rgba(141,66,255,.08);
  color: var(--accent-bright);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.service-card h3 {
  margin-bottom: 11px;
}

.service-card p {
  max-width: 330px;
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1.7;
}

.service-card b {
  display: block;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  color: #b47aff;
  font-size: 13px;
  font-weight: 750;
}

.service-card > i {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #5d6577;
  font-size: 18px;
  font-style: normal;
  transition: color .2s ease, transform .2s ease;
}

.service-card:hover > i {
  transform: translate(3px,-3px);
  color: var(--accent-bright);
}

.section--system {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 48%, rgba(122, 53, 255, .16), transparent 28%),
    linear-gradient(135deg, #07101d, #050816 60%);
}

.section--system::before {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 440px;
  height: 440px;
  transform: translateY(-50%);
  border: 1px solid rgba(141,66,255,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(141,66,255,.025), 0 0 0 160px rgba(141,66,255,.016);
  content: "";
}

.system-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: 100px;
}

.system-copy p {
  max-width: 590px;
  margin-bottom: 31px;
  font-size: 17px;
}

.system-chain {
  position: relative;
  display: grid;
  gap: 8px;
}

.system-chain > div {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 18px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.038);
  backdrop-filter: blur(8px);
}

.system-chain > div:nth-of-type(even) {
  margin-left: 50px;
}

.system-chain > div:nth-of-type(odd) {
  margin-right: 50px;
}

.system-chain span {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: rgba(141,66,255,.12);
  color: var(--accent-bright);
  font-size: 9px;
  font-weight: 800;
}

.system-chain b {
  font-size: 14px;
}

.system-chain > i {
  height: 11px;
  margin-left: 29px;
  color: #616a7e;
  font-size: 10px;
  font-style: normal;
  line-height: 11px;
  transform: rotate(90deg);
  transform-origin: center;
}

.system-chain .is-final {
  border-color: rgba(52,211,153,.25);
  background: rgba(52,211,153,.06);
}

.system-chain .is-final span {
  background: rgba(52,211,153,.12);
  color: var(--green);
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.case-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.case-card:hover {
  transform: translateY(-5px);
  border-color: rgba(168,98,255,.3);
  box-shadow: var(--shadow);
}

.case-visual {
  position: relative;
  height: 305px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background-color: #0a0e1b;
}

.case-visual::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
}

.case-visual--finance { background: radial-gradient(circle at 80% 50%, rgba(141,66,255,.23), transparent 28%), linear-gradient(140deg,#0b0d17,#15102b); }
.case-visual--fund { background: radial-gradient(circle at 74% 40%, rgba(79,124,255,.22), transparent 30%), linear-gradient(140deg,#07111c,#0a2134); }
.case-visual--cabinet { background: radial-gradient(circle at 80% 72%, rgba(255,157,66,.13), transparent 27%), linear-gradient(140deg,#0a0e18,#181226); }
.case-visual--seo { background: radial-gradient(circle at 60% 40%, rgba(52,211,153,.15), transparent 28%), linear-gradient(140deg,#07110f,#081d20); }

.case-browser {
  position: absolute;
  z-index: 3;
  top: 17px;
  right: 18px;
  left: 18px;
  display: flex;
  height: 23px;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px 8px 0 0;
  background: rgba(4,7,13,.6);
}

.case-browser i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
}

.case-browser span {
  width: 80px;
  height: 4px;
  margin-left: 10px;
  border-radius: 3px;
  background: rgba(255,255,255,.08);
}

.visual-copy {
  position: absolute;
  z-index: 2;
  top: 91px;
  left: 52px;
  width: 54%;
}

.visual-copy small {
  display: block;
  margin-bottom: 12px;
  color: #ac77ff;
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.visual-copy b {
  display: block;
  max-width: 280px;
  margin-bottom: 22px;
  font-size: clamp(23px, 2.5vw, 36px);
  line-height: 1.05;
}

.visual-copy > span {
  display: block;
  width: 80%;
  height: 5px;
  margin-top: 8px;
  border-radius: 4px;
  background: rgba(255,255,255,.12);
}

.visual-copy > span:last-child { width: 56%; }

.visual-panel {
  position: absolute;
  z-index: 2;
  right: 48px;
  bottom: 43px;
  width: 140px;
  height: 144px;
  padding: 27px 19px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 17px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 25px 40px rgba(0,0,0,.34);
  backdrop-filter: blur(9px);
  transform: rotate(5deg);
}

.visual-panel i {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
  border-radius: 9px;
  background: linear-gradient(135deg,#b268ff,#5134ff);
}

.visual-panel b,
.visual-panel small { display: block; }
.visual-panel b { font-size: 18px; }
.visual-panel small { color: var(--muted); font-size: 10px; }

.visual-docs {
  position: absolute;
  right: 45px;
  bottom: 46px;
  display: grid;
  width: 148px;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  background: rgba(255,255,255,.05);
}

.visual-docs i {
  height: 36px;
  border-radius: 7px;
  background: linear-gradient(90deg,rgba(79,124,255,.25),rgba(255,255,255,.035));
}

.visual-sidebar {
  position: absolute;
  z-index: 2;
  top: 61px;
  bottom: 28px;
  left: 39px;
  display: grid;
  width: 80px;
  align-content: start;
  gap: 14px;
  padding: 20px;
  border-radius: 11px 0 0 11px;
  background: rgba(255,255,255,.045);
}

.visual-sidebar i {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: rgba(255,255,255,.12);
}

.visual-table {
  position: absolute;
  z-index: 2;
  top: 61px;
  right: 37px;
  bottom: 28px;
  left: 119px;
  padding: 31px;
  border-radius: 0 11px 11px 0;
  background: rgba(255,255,255,.025);
}

.visual-table b {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
}

.visual-table span {
  display: block;
  height: 38px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(90deg,rgba(255,255,255,.08) 25%,transparent 25%);
  background-position: left center;
  background-size: 100% 6px;
  background-repeat: no-repeat;
}

.visual-graph {
  position: absolute;
  z-index: 2;
  top: 72px;
  right: 40px;
  bottom: 38px;
  left: 40px;
  padding: 27px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}

.visual-graph b { font-size: 16px; }

.visual-graph i {
  position: absolute;
  bottom: 35px;
  width: 9%;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(#62e5b4,#168665);
}
.visual-graph i:nth-of-type(1) { left: 10%; height: 20%; }
.visual-graph i:nth-of-type(2) { left: 27%; height: 34%; }
.visual-graph i:nth-of-type(3) { left: 44%; height: 29%; }
.visual-graph i:nth-of-type(4) { left: 61%; height: 52%; }
.visual-graph i:nth-of-type(5) { left: 78%; height: 69%; }

.case-body {
  padding: 27px 29px 30px;
}

.case-tags {
  display: flex;
  gap: 7px;
  margin-bottom: 16px;
}

.case-tags span {
  padding: 5px 8px;
  border: 1px solid rgba(141,66,255,.22);
  border-radius: 5px;
  background: rgba(141,66,255,.06);
  color: #b37bff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.case-body h3 {
  margin-bottom: 16px;
  font-size: 25px;
}

.case-body p {
  margin-bottom: 7px;
  font-size: 13px;
}

.case-body p b { color: #dce0e9; }

.section--mkk {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 17%, rgba(79,124,255,.13), transparent 25%),
    linear-gradient(160deg,#07101c,#050816 60%);
}

.section--mkk::before {
  position: absolute;
  top: -12%;
  right: -8%;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(79,124,255,.12);
  border-radius: 50%;
  content: "";
}

.mkk-intro {
  position: relative;
  z-index: 1;
  max-width: 810px;
  margin-bottom: 50px;
}

.mkk-intro p {
  margin-bottom: 0;
  font-size: 17px;
}

.mkk-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.mkk-card {
  position: relative;
  min-height: 315px;
  padding: 29px 25px;
  border: 1px solid rgba(79,124,255,.15);
  border-radius: 13px;
  background: linear-gradient(150deg,rgba(79,124,255,.07),rgba(255,255,255,.018));
  transition: transform .3s ease, border-color .3s ease;
}

.mkk-card:hover {
  transform: translateY(-5px);
  border-color: rgba(79,124,255,.42);
}

.mkk-card > span {
  color: #6690ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.mkk-card h3 {
  margin: 45px 0 12px;
  font-size: 23px;
}

.mkk-card > b {
  color: #8daeff;
  font-size: 15px;
}

.mkk-card p {
  margin: 19px 0 25px;
  font-size: 13px;
}

.mkk-card a {
  position: absolute;
  bottom: 24px;
  left: 25px;
  color: #e5e9f3;
  font-size: 12px;
  font-weight: 700;
}

.mkk-card a i {
  margin-left: 5px;
  color: #6f94ff;
  font-style: normal;
}

.mkk-cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
  padding: 27px 30px;
  border: 1px solid rgba(79,124,255,.2);
  border-radius: 13px;
  background: linear-gradient(90deg,rgba(79,124,255,.1),rgba(141,66,255,.07));
}

.mkk-cta b,
.mkk-cta span { display: block; }
.mkk-cta b { margin-bottom: 3px; font-size: 18px; }
.mkk-cta span { color: var(--muted); font-size: 13px; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
  gap: 10px;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 414px;
  flex-direction: column;
  padding: 27px 21px 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(150deg,rgba(255,255,255,.04),rgba(255,255,255,.01));
}

.price-card > span {
  color: #747d91;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.price-card h3 {
  min-height: 50px;
  margin: 32px 0 15px;
  font-size: 20px;
}

.price {
  margin-bottom: 22px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--line);
  color: #7b8497;
  font-size: 11px;
}

.price b {
  display: block;
  color: #fff;
  font-size: 25px;
  letter-spacing: -.04em;
}

.price-card ul {
  display: grid;
  gap: 11px;
  margin: 0 0 24px;
  padding: 0;
  color: #aeb5c5;
  font-size: 12px;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 17px;
}

.price-card li::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent-bright);
  content: "";
}

.price-card .button {
  width: 100%;
  min-height: 43px;
  margin-top: auto;
  padding: 11px 12px;
  font-size: 11px;
}

.price-card--featured {
  border-color: rgba(168,98,255,.43);
  background: linear-gradient(155deg,rgba(141,66,255,.16),rgba(255,255,255,.018));
  box-shadow: 0 18px 44px rgba(92,28,190,.15);
  transform: translateY(-10px);
}

.price-card--featured::before {
  position: absolute;
  top: -90px;
  right: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(141,66,255,.2);
  filter: blur(40px);
  content: "";
}

.price-card--featured > span { color: #bb88ff; }

.price-card--custom {
  background:
    radial-gradient(circle at 90% 14%, rgba(79,124,255,.17), transparent 30%),
    linear-gradient(150deg,rgba(79,124,255,.07),rgba(255,255,255,.01));
}

.price-card--custom p {
  position: relative;
  z-index: 1;
  font-size: 13px;
}

.custom-orbit {
  position: absolute;
  right: -50px;
  bottom: 69px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(79,124,255,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 26px rgba(79,124,255,.025), 0 0 0 52px rgba(79,124,255,.015);
}

.section--process {
  background: linear-gradient(180deg,rgba(9,17,29,.95),rgba(5,8,22,.95));
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
}

.timeline::before {
  position: absolute;
  top: 40px;
  right: 7%;
  left: 7%;
  height: 1px;
  background: linear-gradient(90deg,var(--accent),rgba(141,66,255,.45) 75%,var(--green));
  content: "";
}

.timeline li {
  position: relative;
  padding: 0 10px;
  text-align: center;
}

.timeline li > span {
  display: block;
  margin-bottom: 15px;
  color: var(--accent-bright);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.timeline li > i {
  position: relative;
  z-index: 1;
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  margin: 0 auto 22px;
  border: 1px solid rgba(168,98,255,.55);
  border-radius: 50%;
  background: #0c1020;
  box-shadow: 0 0 0 7px rgba(141,66,255,.06);
  color: #ba83ff;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.timeline li:last-child > span,
.timeline li:last-child > i { color: var(--green); }
.timeline li:last-child > i { border-color: rgba(52,211,153,.6); box-shadow: 0 0 0 7px rgba(52,211,153,.05); }

.timeline h3 {
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: -.02em;
}

.timeline p {
  margin: 0;
  color: #7e8799;
  font-size: 11px;
  line-height: 1.6;
}


.process-portal { position: relative; isolation: isolate; display: grid; grid-template-columns: 92px minmax(0,1fr) auto; gap: 28px; align-items: center; overflow: hidden; margin-top: 52px; padding: 24px 28px; border: 1px solid rgba(166,101,255,.28); border-radius: 8px 28px 8px 28px; background: linear-gradient(115deg,rgba(151,79,255,.16),rgba(13,19,34,.88) 48%,rgba(39,205,151,.08)); color: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.26); text-decoration: none; }
.process-portal::before { position: absolute; z-index: -1; inset: 0 auto 0 -28%; width: 32%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.11),transparent); content: ""; transform: skewX(-18deg); transition: transform .85s cubic-bezier(.22,1,.36,1); }
.process-portal:hover::before { transform: translateX(420%) skewX(-18deg); }
.process-portal__signal { position: relative; display: grid; width: 72px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(174,117,255,.58); border-radius: 50%; background: rgba(12,15,29,.82); box-shadow: 0 0 0 9px rgba(142,77,255,.06),0 0 34px rgba(142,77,255,.2); }
.process-portal__signal::before,.process-portal__signal i { position: absolute; inset: -9px; border: 1px dashed rgba(168,106,255,.3); border-radius: inherit; content: ""; animation: processPortalSpin 13s linear infinite; }
.process-portal__signal i { inset: 9px; border-color: rgba(52,211,153,.28); animation-direction: reverse; animation-duration: 8s; }
.process-portal__signal b { font-size: 20px; letter-spacing: -.04em; }
.process-portal__copy { display: grid; gap: 6px; }
.process-portal__copy small { color: #b889ff; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.process-portal__copy strong { max-width: 780px; font-size: clamp(19px,2vw,29px); line-height: 1.12; letter-spacing: -.035em; }
.process-portal__copy em { max-width: 720px; color: #8e97a9; font-size: 12px; font-style: normal; line-height: 1.55; }
.process-portal__action { display: inline-flex; align-items: center; gap: 15px; color: #e9ddff; font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.process-portal__action i { display: grid; width: 38px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: #8e4dff; font-size: 16px; font-style: normal; transition: transform .25s ease; }
.process-portal:hover .process-portal__action i { transform: translate(3px,-3px); }
@keyframes processPortalSpin { to { transform: rotate(1turn); } }
@media (max-width:900px) { .process-portal { grid-template-columns: 76px 1fr; } .process-portal__action { grid-column: 2; justify-self: start; } }
@media (max-width:600px) { .process-portal { grid-template-columns: 1fr; padding: 24px 20px; } .process-portal__signal { width: 62px; } .process-portal__action { grid-column: 1; white-space: normal; } }
@media (prefers-reduced-motion:reduce) { .process-portal__signal::before,.process-portal__signal i { animation: none; } }

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.fit-card {
  padding: 37px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg,rgba(255,255,255,.038),rgba(255,255,255,.01));
}

.fit-card--yes {
  border-color: rgba(141,66,255,.24);
  background: linear-gradient(145deg,rgba(141,66,255,.08),rgba(255,255,255,.01));
}

.fit-label {
  display: block;
  margin-bottom: 26px;
  color: #e9ebf2;
  font-size: 20px;
  font-weight: 700;
}

.fit-card ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  color: #aeb5c4;
  list-style: none;
}

.fit-card li {
  position: relative;
  padding-left: 29px;
  font-size: 14px;
}

.fit-card li::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  color: #798195;
  content: "—";
  font-size: 9px;
}

.fit-card--yes li::before {
  border-color: rgba(141,66,255,.45);
  background: rgba(141,66,255,.11);
  color: var(--accent-bright);
  content: "✓";
}

.section--support {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 60%,rgba(141,66,255,.12),transparent 26%),
    linear-gradient(135deg,#070b18,#091220);
}

.support-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 90px;
}

.support-copy p {
  max-width: 560px;
  margin-bottom: 30px;
  font-size: 17px;
}

.support-list {
  display: grid;
  gap: 8px;
}

.support-list > div {
  display: grid;
  min-height: 77px;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.025);
}

.support-list > div > span {
  color: #697286;
  font-size: 10px;
  font-weight: 800;
}

.support-list > div > b { font-size: 15px; }

.support-list > div > strong {
  font-size: 19px;
  letter-spacing: -.03em;
}

.support-list small {
  margin-left: 3px;
  color: var(--muted-2);
  font-size: 10px;
  font-weight: 500;
}

.support-list .is-active {
  border-color: rgba(168,98,255,.35);
  background: linear-gradient(90deg,rgba(141,66,255,.11),rgba(255,255,255,.025));
  box-shadow: 0 15px 35px rgba(0,0,0,.18);
}

.support-list .is-active > span,
.support-list .is-active > strong { color: var(--accent-bright); }

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.article-card {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.008));
  transition: transform .3s ease, border-color .3s ease;
}

.article-card::before {
  position: absolute;
  top: -70px;
  right: -60px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(141,66,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 27px rgba(141,66,255,.018), 0 0 0 54px rgba(141,66,255,.01);
  content: "";
}

.article-card:hover {
  transform: translateY(-5px);
  border-color: rgba(168,98,255,.34);
}

.article-card > span {
  color: #788196;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.article-number {
  margin: 38px 0 26px;
  background: linear-gradient(180deg,#a968ff,rgba(141,66,255,.18));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
}

.article-card h3 {
  position: relative;
  z-index: 1;
  max-width: 320px;
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 1.25;
}

.article-card > i {
  margin-top: auto;
  color: #b078ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.center-action {
  margin-top: 34px;
  text-align: center;
}

.section--contact {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 68%,rgba(141,66,255,.16),transparent 26%),
    radial-gradient(circle at 88% 20%,rgba(79,124,255,.1),transparent 24%),
    #070b16;
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 90px;
}

.contact-copy {
  position: sticky;
  top: calc(var(--header-height) + 30px);
  align-self: start;
}

.contact-copy p {
  max-width: 500px;
  margin-bottom: 36px;
  font-size: 17px;
}

.direct-contacts {
  display: grid;
  gap: 10px;
}

.direct-contacts > * {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.direct-contacts span {
  color: #6f788b;
  font-size: 11px;
  text-transform: uppercase;
}

.direct-contacts b {
  font-size: 13px;
  font-weight: 650;
}

.direct-contacts a:hover b { color: var(--accent-bright); }

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 35px 70px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
}

.field {
  display: flex;
  flex-direction: column;
}

.field--wide { grid-column: 1 / -1; }

.field label {
  margin-bottom: 8px;
  color: #bfc5d3;
  font-size: 11px;
  font-weight: 650;
}

.field label em {
  color: var(--accent-bright);
  font-style: normal;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  outline: none;
  background: rgba(3,5,13,.55);
  color: #f4f5f8;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.field input,
.field select {
  height: 52px;
  padding: 0 15px;
}

.field textarea {
  min-height: 130px;
  padding: 14px 15px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder { color: #596276; }

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(168,98,255,.62);
  background: rgba(8,11,22,.82);
  box-shadow: 0 0 0 3px rgba(141,66,255,.09);
}

.field.is-invalid input,
.field.is-invalid textarea,
.field.is-invalid select {
  border-color: rgba(255,107,138,.7);
}

.field-error {
  min-height: 16px;
  padding-top: 4px;
  color: #ff8da4;
  font-size: 10px;
}

.form-footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 20px;
}

.form-footer p {
  max-width: 300px;
  margin: 0;
  color: #727b8d;
  font-size: 10px;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 0;
  color: var(--green);
  font-size: 12px;
}

.site-footer {
  background: #03050c;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, .7fr);
  gap: 60px;
  padding-top: 65px;
  padding-bottom: 55px;
}

.brand--footer img {
  width: 170px;
}

.footer-brand p {
  max-width: 330px;
  margin: 22px 0 0;
  color: #737c8f;
  font-size: 12px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-column h3 {
  margin-bottom: 13px;
  color: #e9ebf1;
  font-size: 12px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  color: #7b8497;
  font-size: 11px;
  transition: color .2s ease;
}

.footer-column a:hover { color: #fff; }

.footer-column .max-contact-link {
  margin-top: 8px;
  color: #a66dff;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
  color: #596174;
  font-size: 10px;
}

.footer-bottom div {
  display: flex;
  gap: 28px;
}

.footer-bottom a:hover { color: #aeb5c5; }

.footer-signature {
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, .055);
}

.footer-signature a {
  display: grid;
  grid-template-columns: 7px auto minmax(36px, 1fr) auto;
  gap: 14px;
  align-items: center;
  color: #697181;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
  transition: color .25s ease;
}

.footer-signature__mark {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8c43ff;
  box-shadow: 0 0 14px rgba(140, 67, 255, .8);
}

.footer-signature__line {
  height: 1px;
  background: linear-gradient(90deg, rgba(140, 67, 255, .38), rgba(255, 255, 255, .05));
}

.footer-signature__url {
  color: #8f98aa;
  letter-spacing: .12em;
}

.footer-signature a:hover,
.footer-signature a:focus-visible {
  color: #f4f0ff;
}

.footer-signature a:hover .footer-signature__url,
.footer-signature a:focus-visible .footer-signature__url {
  color: #b987ff;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.22,.8,.3,1);
  transition-delay: var(--reveal-delay, 0ms);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes breathe {
  0%, 100% { transform: scale(.92); opacity: .5; }
  50% { transform: scale(1.08); opacity: .8; }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(52,211,153,.45); }
  70% { box-shadow: 0 0 0 9px rgba(52,211,153,0); }
  100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); }
}

@media (max-width: 1180px) {
  :root { --container: 1040px; }
  .header-inner { gap: 18px; }
  .main-nav { gap: 16px; }
  .hero { padding-top: 140px; }
  .hero-layout { grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr); gap: 18px; }
  .hero h1 { font-size: clamp(41px,5vw,58px); }
  .problem-grid { grid-template-columns: repeat(3,1fr); }
  .problem-card:nth-child(4), .problem-card:nth-child(5) { min-height: 220px; }
  .mkk-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: repeat(3,1fr); gap: 12px; }
  .price-card--featured { transform: none; }
  .timeline { grid-template-columns: repeat(4,1fr); row-gap: 44px; }
  .timeline::before { display: none; }
  .timeline li::before { position:absolute; top:39px; right:0; left:0; height:1px; background:rgba(141,66,255,.24); content:""; }
  .timeline li > i { z-index:2; }
}

@media (max-width: 980px) {
  :root { --header-height: 72px; }
  .container { width: min(var(--container),calc(100% - 36px)); }
  .section { padding: 86px 0; }
  .main-nav {
    position: fixed;
    z-index: 98;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 24px 18px 36px;
    overflow-y: auto;
    border-top: 1px solid var(--line);
    background: rgba(3,5,13,.98);
    opacity: 0;
    transform: translateY(-12px);
    visibility: hidden;
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }
  .main-nav.is-open { opacity:1; transform:none; visibility:visible; }
  .main-nav a { padding: 17px 8px; border-bottom:1px solid var(--line); font-size:17px; }
  .main-nav a::after { display:none; }
  .header-cta { margin-left:auto; }
  .menu-toggle { display:flex; }
  .hero { min-height: auto; padding: 125px 0 40px; }
  .hero-layout { grid-template-columns:1fr; gap:65px; }
  .hero-copy { max-width:760px; }
  .hero-device { width:min(760px,100%); margin:0 auto; }
  .hero-metrics { grid-template-columns:repeat(2,1fr); }
  .hero-metrics div:nth-child(3) { border-left:0; border-top:1px solid var(--line); }
  .hero-metrics div:nth-child(4) { border-top:1px solid var(--line); }
  .section-heading,
  .section-heading--wide { grid-template-columns:1fr; gap:20px; }
  .section-heading p { max-width:700px; }
  .problem-grid { grid-template-columns:repeat(2,1fr); }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .system-layout { grid-template-columns:1fr; gap:55px; }
  .system-copy { max-width:760px; }
  .support-layout { grid-template-columns:1fr; gap:52px; }
  .support-copy { max-width:720px; }
  .articles-grid { grid-template-columns:1fr 1fr; }
  .article-card:last-child { grid-column:1 / -1; min-height:260px; }
  .contact-layout { grid-template-columns:1fr; gap:50px; }
  .contact-copy { position:static; }
  .footer-main { grid-template-columns:1.4fr repeat(2,1fr); }
  .footer-column:last-child { grid-column:2 / -1; }
}

@media (max-width: 720px) {
  body { font-size:15px; }
  .container { width:min(100% - 28px,var(--container)); }
  .section { padding:72px 0; }
  h1 { font-size:clamp(36px,10vw,52px); }
  h2 { font-size:clamp(31px,8vw,42px); }
  .header-inner { gap:12px; }
  .brand img { width:132px; }
  .header-cta { display:none; }
  .hero { padding-top:112px; }
  .eyebrow { align-items:flex-start; font-size:9px; line-height:1.5; }
  .hero-lead { font-size:15px; }
  .hero-actions { align-items:stretch; }
  .hero-actions .button { flex:1 1 calc(50% - 7px); }
  .text-link { flex:1 0 100%; justify-content:center; margin:2px 0 0; }
  .price-chips { display:grid; grid-template-columns:repeat(2,1fr); }
  .price-chips span { display:block; }
  .price-chips b { display:block; margin-bottom:1px; }
  .laptop { width:105%; margin-left:-2.5%; }
  .screen-slide { padding:13px 14px 42px; }
  .mini-site-head span { display:none; }
  .mini-site-body { grid-template-columns:1fr 1fr; gap:8px; }
  .mini-copy h2 { font-size:clamp(15px,4vw,21px); }
  .mini-copy p { font-size:6px; }
  .dash-stat b { font-size:17px; }
  .seo-graph { height:120px; }
  .hero-metrics { margin-top:35px; }
  .hero-metrics div { min-height:68px; padding-left:42px; }
  .hero-metrics div::before { left:17px; }
  .section-heading { margin-bottom:38px; }
  .section-heading p { font-size:15px; }
  .problem-grid,
  .services-grid,
  .cases-grid,
  .mkk-grid,
  .pricing-grid,
  .fit-grid,
  .articles-grid { grid-template-columns:1fr; }
  .problem-card { min-height:210px; }
  .problem-card > span { margin-bottom:32px; }
  .statement { align-items:flex-start; padding:21px; }
  .statement p { font-size:15px; }
  .service-card { min-height:245px; }
  .system-chain > div:nth-of-type(even),
  .system-chain > div:nth-of-type(odd) { margin-right:0; margin-left:0; }
  .case-visual { height:260px; }
  .visual-copy { top:79px; left:32px; }
  .visual-panel,
  .visual-docs { right:27px; transform:scale(.83); transform-origin:right bottom; }
  .case-body { padding:24px; }
  .mkk-card { min-height:280px; }
  .mkk-cta { flex-direction:column; align-items:flex-start; }
  .mkk-cta .button { width:100%; }
  .price-card { min-height:auto; }
  .timeline { grid-template-columns:1fr; gap:0; margin-top:35px; }
  .timeline li { display:grid; min-height:125px; grid-template-columns:52px 1fr; grid-template-rows:auto auto auto; column-gap:19px; padding:0 0 30px; text-align:left; }
  .timeline li::before { top:48px; right:auto; bottom:0; left:25px; width:1px; height:auto; }
  .timeline li:last-child::before { display:none; }
  .timeline li > span { grid-column:2; margin:0 0 3px; }
  .timeline li > i { grid-column:1; grid-row:1 / 4; margin:0; }
  .timeline h3 { grid-column:2; margin:0 0 7px; font-size:17px; }
  .timeline p { grid-column:2; font-size:12px; }
  .fit-card { padding:27px 23px; }
  .support-list > div { grid-template-columns:35px 1fr; }
  .support-list > div > strong { grid-column:2; font-size:17px; }
  .article-card,
  .article-card:last-child { grid-column:auto; min-height:265px; }
  .contact-form { grid-template-columns:1fr; padding:25px 20px; }
  .field--wide { grid-column:auto; }
  .form-footer,
  .form-status { grid-column:auto; }
  .form-footer { flex-direction:column; align-items:stretch; }
  .form-footer .button { width:100%; }
  .form-footer p { max-width:none; text-align:center; }
  .footer-main { grid-template-columns:1fr 1fr; gap:40px 24px; }
  .footer-brand { grid-column:1 / -1; }
  .footer-column:last-child { grid-column:1 / -1; }
  .footer-bottom { flex-direction:column; align-items:flex-start; padding:22px 0; }
  .footer-bottom div { flex-direction:column; gap:8px; }
  .footer-signature { padding: 16px 0 20px; }
  .footer-signature a { grid-template-columns: 7px 1fr auto; gap: 10px; font-size: 8px; letter-spacing: .12em; }
  .footer-signature__line { display: none; }
}

@media (max-width: 430px) {
  .container { width:calc(100% - 24px); }
  .brand img { width:122px; }
  .menu-toggle { width:42px; }
  .hero h1 { font-size:36px; }
  .hero-actions .button { flex-basis:100%; }
  .price-chips { grid-template-columns:1fr; }
  .hero-layout { gap:48px; }
  .hero-device { margin-top:3px; }
  .laptop { width:112%; margin-left:-6%; }
  .laptop-lid { border-width:6px; border-bottom-width:8px; border-radius:11px 11px 5px 5px; }
  .mini-site-head { height:17px; }
  .mini-site-body { height:calc(100% - 17px); }
  .mini-copy small { margin-bottom:5px; font-size:5.5px; }
  .mini-copy h2 { margin-bottom:5px; font-size:14px; }
  .mini-copy p { margin-bottom:7px; }
  .mini-button { padding:5px 7px; font-size:5px; }
  .mini-dashboard { transform:scale(.9); transform-origin:center; }
  .mini-docs { gap:4px; padding:6px; }
  .mini-docs div { padding:7px; }
  .seo-graph { height:95px; padding:12px; }
  .graph-value b { font-size:16px; }
  .account-ui { padding:7px; }
  .account-row { padding:5px; }
  .screen-controls { height:34px; }
  .hero-metrics { grid-template-columns:1fr; }
  .hero-metrics div + div { border-top:1px solid var(--line); border-left:0; }
  .case-visual { height:235px; }
  .visual-copy b { font-size:23px; }
  .visual-panel,
  .visual-docs { opacity:.7; transform:scale(.68); }
  .visual-sidebar { left:24px; }
  .visual-table { right:24px; left:104px; padding:20px; }
  .direct-contacts > * { flex-direction:column; align-items:flex-start; gap:4px; }
  .footer-main { grid-template-columns:1fr; }
  .footer-brand,
  .footer-column:last-child { grid-column:auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; transition-duration:.01ms !important; }
  .js .reveal { opacity:1; transform:none; }
}

/* ========================================================================== 
   Premium editorial redesign · 2026
   ========================================================================== */

:root {
  --bg: #08090c;
  --bg-deep: #050609;
  --bg-soft: #10131a;
  --surface: rgba(21, 23, 30, .9);
  --surface-strong: #151820;
  --line: rgba(255, 255, 255, .095);
  --line-strong: rgba(139, 103, 255, .42);
  --text: #f3f2ee;
  --muted: #999eaa;
  --muted-2: #656b78;
  --accent: #7f4dff;
  --accent-bright: #a27cff;
  --blue: #5f82ff;
  --green: #42dca2;
  --orange: #f9a24a;
  --radius: 22px;
  --radius-small: 14px;
  --shadow: 0 34px 90px rgba(0, 0, 0, .42);
  --container: 1260px;
  --header-height: 76px;
}

body {
  background:
    radial-gradient(circle at 83% 7%, rgba(102, 55, 255, .09), transparent 22%),
    linear-gradient(180deg, #06070a 0, #090a0e 42%, #07080b 100%);
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 72%);
  pointer-events: none;
}

h1,
h2,
h3 {
  letter-spacing: -.045em;
}

h1 {
  font-size: clamp(44px, 4.25vw, 64px);
  font-weight: 760;
}

h2 {
  font-size: clamp(34px, 3.15vw, 49px);
  font-weight: 710;
}

h3 { font-weight: 680; }

.container { width: min(var(--container), calc(100% - 64px)); }

.section {
  padding: 92px 0;
}

.section::after {
  background: linear-gradient(90deg, transparent 2%, rgba(255,255,255,.075) 50%, transparent 98%);
}

.section-heading {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .72fr);
  gap: 100px;
  margin-bottom: 46px;
}

.section-heading h2 { max-width: 780px; }

.section-heading p {
  color: #9298a5;
  font-size: 15px;
  line-height: 1.75;
}

.section-heading--center {
  max-width: 690px;
  margin-bottom: 46px;
}

.kicker {
  margin-bottom: 14px;
  color: #a987ff;
  font-size: 10px;
  letter-spacing: .2em;
}

.kicker::before { width: 18px; }

.button {
  min-height: 48px;
  padding: 12px 20px;
  border-color: rgba(183, 155, 255, .58);
  border-radius: 8px;
  background: linear-gradient(135deg, #945bff, #7136ea);
  box-shadow: 0 13px 34px rgba(103, 48, 220, .24), inset 0 1px rgba(255,255,255,.18);
  font-size: 12px;
  letter-spacing: -.01em;
}

.button:hover {
  box-shadow: 0 17px 44px rgba(103, 48, 220, .34), inset 0 1px rgba(255,255,255,.22);
}

.button--ghost {
  border-color: rgba(255,255,255,.15);
  background: rgba(255,255,255,.02);
  box-shadow: none;
}

.button--small {
  min-height: 40px;
  padding: 10px 16px;
  font-size: 10px;
}

/* Header */
.site-header {
  border-bottom: 1px solid rgba(255,255,255,.055);
  background: rgba(5, 6, 9, .74);
  backdrop-filter: blur(20px) saturate(120%);
}

.site-header.is-scrolled {
  border-color: rgba(255,255,255,.09);
  background: rgba(5, 6, 9, .92);
  box-shadow: 0 12px 42px rgba(0,0,0,.32);
}

.header-inner { gap: 30px; }

.brand img { width: 174px; }

.main-nav { gap: clamp(17px, 1.7vw, 28px); }

.main-nav a {
  color: #b9bdc7;
  font-size: 11px;
  font-weight: 620;
}

.main-nav a::after {
  bottom: -12px;
  background: #9f7aff;
}

.header-cta { margin-left: 8px; }

/* Hero */
.hero {
  min-height: auto;
  padding: 127px 0 28px;
  background:
    radial-gradient(ellipse at 79% 43%, rgba(89, 34, 214, .28), transparent 30%),
    radial-gradient(ellipse at 82% 73%, rgba(38, 71, 194, .14), transparent 34%),
    linear-gradient(180deg, #05060a 0%, #080a11 74%, #0b0e14 100%);
}

.section-grid::before {
  background-image:
    linear-gradient(rgba(128, 102, 210, .038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 102, 210, .038) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, transparent, black 16%, black 84%, transparent);
}

.hero::after {
  right: -9%;
  bottom: -45%;
  width: 64%;
  height: 68%;
  background: rgba(31, 57, 166, .2);
  filter: blur(120px);
}

.hero-layout {
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  gap: 34px;
}

.eyebrow {
  margin-bottom: 19px;
  color: #a8aebb;
  font-size: 9px;
  letter-spacing: .15em;
}

.eyebrow span {
  width: 6px;
  height: 6px;
  background: #58d9ac;
  box-shadow: 0 0 16px rgba(66,220,162,.75);
}

.hero h1 {
  max-width: 620px;
  margin-bottom: 21px;
  font-size: clamp(48px, 4.3vw, 64px);
  line-height: 1.03;
}

.hero h1 em {
  background: linear-gradient(90deg, #a65fff 0%, #7f43ff 58%, #667dff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lead {
  max-width: 560px;
  margin-bottom: 25px;
  color: #9ca2af;
  font-size: 14px;
  line-height: 1.7;
}

.hero-actions { gap: 10px; }

.text-link {
  margin-left: 4px;
  color: #c8cbd3;
  font-size: 12px;
}

.price-chips {
  display: grid;
  max-width: 590px;
  grid-template-columns: repeat(5, auto);
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.price-chips span {
  display: block;
  padding: 12px 12px 0 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #6f7684;
  font-size: 8px;
  line-height: 1.45;
}

.price-chips b {
  display: block;
  margin-bottom: 2px;
  color: #c4c8d0;
  font-size: 9px;
}

.hero-device { perspective: 1700px; }

.laptop {
  width: min(104%, 640px);
  transform: translateX(8px) rotateZ(1.2deg);
  filter: drop-shadow(0 45px 50px rgba(0,0,0,.58));
}

.laptop-lid {
  width: 93%;
  border-color: #1f222a;
  border-top-color: #3b3f49;
  border-right-color: #121419;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.72),
    inset 0 0 0 1px rgba(255,255,255,.08),
    0 28px 74px rgba(0,0,0,.55);
  transform: rotateY(-5deg) rotateX(1deg);
}

.laptop-screen { background: #08111a; }

.screen-slide--corporate {
  background:
    radial-gradient(circle at 78% 63%, rgba(132, 72, 255, .48), transparent 28%),
    linear-gradient(135deg, #080a12, #11142a 68%, #1d1042);
}

.device-orbit--one {
  border-color: rgba(164, 120, 255, .22);
  box-shadow: 0 0 80px rgba(111,55,236,.09);
}

.device-caption {
  margin-top: 2px;
  color: #565d69;
  font-size: 8px;
  letter-spacing: .1em;
}

.hero-metrics {
  margin-top: 30px;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.06);
  border-radius: 0;
  background: rgba(7,8,12,.28);
  backdrop-filter: none;
}

.hero-metrics div {
  min-height: 68px;
  padding: 12px 22px 12px 43px;
}

.hero-metrics div::before {
  left: 18px;
  width: 7px;
  height: 7px;
  border-color: #8d63ff;
  border-radius: 2px;
}

.hero-metrics b { font-size: 12px; }
.hero-metrics span { color: #696f7d; font-size: 9px; }

/* Why not cheap */
.section--contrast {
  background:
    radial-gradient(circle at 9% 84%, rgba(91, 66, 181, .08), transparent 24%),
    #0d0f14;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.problem-card {
  min-height: 218px;
  grid-column: span 4;
  padding: 26px;
  border-color: rgba(255,255,255,.09);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255,255,255,.042), rgba(255,255,255,.012));
}

.problem-card:nth-child(-n+2) {
  min-height: 238px;
  grid-column: span 6;
  padding: 31px;
}

.problem-card::after {
  right: 22px;
  bottom: 21px;
  width: 54px;
  height: 54px;
  border-color: rgba(255,255,255,.05);
}

.problem-card > span {
  margin-bottom: 48px;
  color: #9672f1;
  font-size: 9px;
}

.problem-card h3 { font-size: 20px; }
.problem-card p { max-width: 420px; color: #858b98; }

.problem-card--accent {
  border-color: rgba(166, 111, 255, .26);
  background:
    radial-gradient(circle at 88% 18%, rgba(127,77,255,.16), transparent 28%),
    linear-gradient(145deg, rgba(111,70,203,.12), rgba(255,255,255,.012));
}

.statement {
  max-width: none;
  margin-top: 22px;
  padding: 22px 27px;
  border-color: rgba(152,112,255,.24);
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(113,73,203,.14), rgba(255,255,255,.02));
}

.statement p { font-size: 16px; }

/* Services */
#services { background: #090a0e; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.service-card {
  min-height: 244px;
  grid-column: span 4;
  padding: 25px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255,255,255,.042), rgba(255,255,255,.009));
}

.service-card:nth-child(n+4):nth-child(-n+7) {
  min-height: 224px;
  grid-column: span 3;
}

.service-card:nth-child(n+8) {
  min-height: 202px;
  grid-column: span 4;
}

.service-card::after {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent);
  content: "";
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(166,126,255,.32);
  box-shadow: 0 24px 55px rgba(0,0,0,.24);
}

.service-icon {
  width: auto;
  height: auto;
  place-items: initial;
  margin-bottom: 38px;
  border: 0;
  border-radius: 0;
  background: none;
  color: #8e6bdc;
  font-size: 9px;
}

.service-card h3 {
  margin-bottom: 10px;
  font-size: 19px;
}

.service-card p {
  margin-bottom: 18px;
  color: #858b97;
  font-size: 12px;
}

.service-card b {
  border: 0;
  color: #b292ff;
  font-size: 11px;
}

.service-card--featured {
  border-color: rgba(154,111,255,.26);
  background:
    radial-gradient(circle at 89% 12%, rgba(132,72,255,.2), transparent 28%),
    linear-gradient(145deg, rgba(104,61,195,.14), rgba(255,255,255,.014));
}

.service-card--blue {
  border-color: rgba(95,130,255,.26);
  background:
    radial-gradient(circle at 88% 13%, rgba(95,130,255,.2), transparent 28%),
    linear-gradient(145deg, rgba(61,83,164,.14), rgba(255,255,255,.012));
}

.services-catalog-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(166,126,255,.2);
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(119,73,210,.11), rgba(255,255,255,.018));
}
.services-catalog-cta div > span { color: #b292ff; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.services-catalog-cta p { margin: 4px 0 0; color: #858b97; font-size: 12px; }
.services-catalog-cta .button { flex: none; }
@media (max-width: 640px) {
  .services-catalog-cta { align-items: stretch; flex-direction: column; }
  .services-catalog-cta .button { justify-content: center; width: 100%; }
}

/* System */
.section--system {
  padding: 78px 0;
  background: #08090d;
}

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

.system-layout {
  grid-template-columns: .72fr 1.28fr;
  gap: 60px;
  padding: 58px;
  border: 1px solid rgba(255,255,255,.095);
  border-radius: 26px;
  background:
    radial-gradient(circle at 89% 11%, rgba(125,73,255,.17), transparent 28%),
    linear-gradient(145deg, #12151d, #0c0e14 70%);
  box-shadow: 0 40px 100px rgba(0,0,0,.26);
}

.system-copy h2 { font-size: clamp(34px, 3vw, 46px); }
.system-copy p { color: #9096a3; font-size: 14px; }

.system-chain {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.system-chain > div {
  min-height: 74px;
  margin: 0 !important;
  padding: 14px 16px;
  border-radius: 11px;
  background: rgba(255,255,255,.035);
}

.system-chain > div:last-of-type { grid-column: 1 / -1; }
.system-chain > i { display: none; }
.system-chain b { font-size: 12px; }

/* Cases */
#cases { background: #0b0d12; }

.cases-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.case-card {
  grid-column: span 5;
  overflow: hidden;
  border-color: rgba(255,255,255,.1);
  border-radius: 18px;
  background: #111319;
}

.case-card:nth-child(1),
.case-card:nth-child(4) { grid-column: span 7; }

.case-card:hover {
  transform: translateY(-4px);
  border-color: rgba(170,137,255,.3);
  box-shadow: 0 30px 70px rgba(0,0,0,.32);
}

.case-visual {
  height: 310px;
  border-bottom-color: rgba(255,255,255,.08);
  background: #0d1016;
}

.case-card:nth-child(1) .case-visual,
.case-card:nth-child(4) .case-visual { height: 344px; }

.case-visual::before {
  z-index: 2;
  background: linear-gradient(180deg, rgba(5,6,9,.04) 45%, rgba(5,6,9,.64) 100%);
}

.case-visual--real img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(.92) brightness(.82);
  transform: scale(1.01);
  transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .7s ease;
}

.case-card:hover .case-visual--real img {
  filter: saturate(.95) contrast(.98) brightness(.9);
  transform: scale(1.045);
}

.case-browser {
  z-index: 4;
  top: 15px;
  right: 15px;
  left: 15px;
  height: 28px;
  border-color: rgba(255,255,255,.13);
  border-radius: 9px;
  background: rgba(5,6,9,.78);
  backdrop-filter: blur(12px);
}

.case-browser span {
  width: auto;
  height: auto;
  margin-left: 9px;
  background: none;
  color: rgba(255,255,255,.48);
  font-size: 8px;
  letter-spacing: .04em;
}

.case-result {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 17px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 7px;
  background: rgba(8,9,13,.76);
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
  color: #fff;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.case-body { padding: 24px 25px 26px; }
.case-body h3 { margin-bottom: 13px; font-size: 23px; }
.case-body p { color: #858b96; font-size: 12px; }
.case-body p b { color: #c7cad1; }
.case-tags { margin-bottom: 13px; }
.case-tags span { border-color: rgba(151,111,255,.22); color: #a98aff; }

/* MKK */
.section--mkk {
  background:
    radial-gradient(circle at 92% 10%, rgba(65,98,218,.13), transparent 26%),
    #090c12;
}

.section--mkk::before {
  top: -20%;
  right: -15%;
  border-color: rgba(101,130,255,.1);
}

.mkk-intro {
  display: grid;
  max-width: none;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  gap: 20px 90px;
  margin-bottom: 44px;
}

.mkk-intro .kicker { grid-column: 1 / -1; margin-bottom: 0; }
.mkk-intro h2 { margin-bottom: 0; }
.mkk-intro p { color: #9198a5; font-size: 14px; }

.mkk-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.mkk-card {
  display: grid;
  min-height: 208px;
  grid-template-columns: 1fr auto;
  align-content: start;
  padding: 25px 26px;
  border-color: rgba(105,134,255,.16);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(72,92,168,.09), rgba(255,255,255,.012));
}

.mkk-card > span { grid-column: 1 / -1; }
.mkk-card h3 { margin: 34px 0 9px; font-size: 21px; }
.mkk-card > b { align-self: end; margin-bottom: 10px; font-size: 13px; }
.mkk-card p { max-width: 430px; margin: 0; font-size: 12px; }
.mkk-card a { right: 26px; bottom: 24px; left: auto; }

.mkk-cta {
  margin-top: 10px;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(79,106,211,.12), rgba(112,72,190,.08));
}

/* Pricing */
#pricing { background: #0b0c10; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.price-card {
  min-height: 390px;
  grid-column: span 4;
  padding: 27px;
  border-radius: 16px;
  background: linear-gradient(150deg, rgba(255,255,255,.04), rgba(255,255,255,.008));
}

.price-card:nth-child(n+4) {
  min-height: 295px;
  grid-column: span 6;
}

.price-card h3 {
  min-height: auto;
  margin: 30px 0 14px;
  font-size: 21px;
}

.price b { font-size: 28px; }
.price-card ul { font-size: 12px; }

.price-card--featured {
  border-color: rgba(157,116,255,.44);
  background:
    radial-gradient(circle at 90% 7%, rgba(143,77,255,.23), transparent 28%),
    linear-gradient(150deg, rgba(102,58,190,.16), rgba(255,255,255,.012));
  transform: none;
}

.price-card--custom {
  background:
    radial-gradient(circle at 88% 14%, rgba(91,124,255,.18), transparent 30%),
    linear-gradient(150deg,rgba(57,78,150,.1),rgba(255,255,255,.008));
}

/* Process */
.section--process {
  background: linear-gradient(180deg, #0a0d13, #080a0f);
}

.timeline { margin-top: 50px; }
.timeline::before { background: linear-gradient(90deg, rgba(133,83,255,.8), rgba(133,83,255,.35) 78%, #42dca2); }
.timeline li > span { color: #9a76ef; font-size: 9px; }
.timeline li > i {
  width: 48px;
  height: 48px;
  border-color: rgba(164,125,255,.5);
  background: #10121a;
  box-shadow: 0 0 0 6px rgba(128,77,255,.045);
  color: #b596ff;
}

.timeline h3 { font-size: 14px; }
.timeline p { color: #747b88; }

/* Fit */
#fit { background: #0c0e13; }


.process-portal { position: relative; isolation: isolate; display: grid; grid-template-columns: 92px minmax(0,1fr) auto; gap: 28px; align-items: center; overflow: hidden; margin-top: 52px; padding: 24px 28px; border: 1px solid rgba(166,101,255,.28); border-radius: 8px 28px 8px 28px; background: linear-gradient(115deg,rgba(151,79,255,.16),rgba(13,19,34,.88) 48%,rgba(39,205,151,.08)); color: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.26); text-decoration: none; }
.process-portal::before { position: absolute; z-index: -1; inset: 0 auto 0 -28%; width: 32%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.11),transparent); content: ""; transform: skewX(-18deg); transition: transform .85s cubic-bezier(.22,1,.36,1); }
.process-portal:hover::before { transform: translateX(420%) skewX(-18deg); }
.process-portal__signal { position: relative; display: grid; width: 72px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(174,117,255,.58); border-radius: 50%; background: rgba(12,15,29,.82); box-shadow: 0 0 0 9px rgba(142,77,255,.06),0 0 34px rgba(142,77,255,.2); }
.process-portal__signal::before,.process-portal__signal i { position: absolute; inset: -9px; border: 1px dashed rgba(168,106,255,.3); border-radius: inherit; content: ""; animation: processPortalSpin 13s linear infinite; }
.process-portal__signal i { inset: 9px; border-color: rgba(52,211,153,.28); animation-direction: reverse; animation-duration: 8s; }
.process-portal__signal b { font-size: 20px; letter-spacing: -.04em; }
.process-portal__copy { display: grid; gap: 6px; }
.process-portal__copy small { color: #b889ff; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.process-portal__copy strong { max-width: 780px; font-size: clamp(19px,2vw,29px); line-height: 1.12; letter-spacing: -.035em; }
.process-portal__copy em { max-width: 720px; color: #8e97a9; font-size: 12px; font-style: normal; line-height: 1.55; }
.process-portal__action { display: inline-flex; align-items: center; gap: 15px; color: #e9ddff; font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.process-portal__action i { display: grid; width: 38px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: #8e4dff; font-size: 16px; font-style: normal; transition: transform .25s ease; }
.process-portal:hover .process-portal__action i { transform: translate(3px,-3px); }
@keyframes processPortalSpin { to { transform: rotate(1turn); } }
@media (max-width:900px) { .process-portal { grid-template-columns: 76px 1fr; } .process-portal__action { grid-column: 2; justify-self: start; } }
@media (max-width:600px) { .process-portal { grid-template-columns: 1fr; padding: 24px 20px; } .process-portal__signal { width: 62px; } .process-portal__action { grid-column: 1; white-space: normal; } }
@media (prefers-reduced-motion:reduce) { .process-portal__signal::before,.process-portal__signal i { animation: none; } }

.fit-grid { gap: 12px; }

.fit-card {
  min-height: 390px;
  padding: 36px;
  border-radius: 18px;
  background: linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.008));
}

.fit-card--yes {
  border-color: rgba(255,255,255,.58);
  background: #efeee9;
  color: #121318;
}

.fit-card--yes .fit-label { color: #101116; }
.fit-card--yes ul { color: #4f535d; }
.fit-card--yes li::before {
  border-color: rgba(95,55,196,.35);
  background: rgba(106,63,210,.1);
  color: #633fc1;
}

.fit-label { font-size: 19px; }

/* Support */
.section--support {
  background:
    radial-gradient(circle at 10% 60%, rgba(126,74,255,.1), transparent 26%),
    #090c13;
}

.support-layout { gap: 110px; }
.support-copy p { color: #9298a5; font-size: 15px; }
.support-list { gap: 0; border-top: 1px solid rgba(255,255,255,.1); }

.support-list > div {
  min-height: 70px;
  padding: 13px 4px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
  border-radius: 0;
  background: none;
}

.support-list .is-active {
  padding-right: 16px;
  padding-left: 16px;
  border-color: rgba(163,125,255,.34);
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(126,76,225,.13), rgba(255,255,255,.018));
  box-shadow: none;
}

/* Experience */
#experience { background: #090a0e; }

.articles-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.article-card {
  min-height: 300px;
  grid-column: span 3;
  padding: 27px;
  border-radius: 16px;
}

.article-card:first-child { grid-column: span 6; }
.article-number { margin: 34px 0 22px; font-size: 46px; }
.article-card h3 { font-size: 20px; }

/* Contact and footer */
.section--contact {
  padding: 82px 0;
  background:
    radial-gradient(circle at 8% 80%, rgba(130,75,255,.18), transparent 28%),
    radial-gradient(circle at 94% 12%, rgba(86,114,225,.12), transparent 25%),
    #0b0e15;
}

.contact-layout {
  gap: 80px;
  padding: 54px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.01));
  box-shadow: 0 40px 100px rgba(0,0,0,.25);
}

.contact-copy p { color: #9298a5; font-size: 15px; }

.direct-contacts > * { border-color: rgba(255,255,255,.09); }
.direct-contacts span { color: #666d7b; font-size: 9px; }
.direct-contacts b { font-size: 12px; }

.contact-form {
  padding: 31px;
  border-radius: 16px;
  background: rgba(5,7,11,.58);
  box-shadow: 0 30px 70px rgba(0,0,0,.22);
}

.field input,
.field textarea,
.field select {
  border-color: rgba(255,255,255,.11);
  border-radius: 7px;
  background: rgba(255,255,255,.025);
}

.site-footer { background: #050609; }
.footer-main { padding-top: 54px; padding-bottom: 46px; }
.brand--footer img { width: 190px; }
.footer-brand p { color: #676d79; }
.footer-column a, .footer-column span { color: #6d7380; }
.footer-bottom { min-height: 60px; }

/* Responsive */
@media (max-width: 1180px) {
  :root { --container: 1040px; }

  .hero-layout { grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr); }
  .hero h1 { font-size: clamp(46px, 5vw, 58px); }
  .price-chips { grid-template-columns: repeat(3, 1fr); }
  .price-chips span:nth-child(n+4) { display: none; }
  .system-layout { grid-template-columns: 1fr; }
  .system-copy { max-width: 760px; }
  .system-chain { grid-template-columns: repeat(4, 1fr); }
  .system-chain > div:last-of-type { grid-column: span 2; }
  .mkk-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(12, 1fr); }
  .price-card { grid-column: span 4; }
  .price-card:nth-child(n+4) { grid-column: span 6; }
  .timeline { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 980px) {
  :root { --header-height: 70px; }

  .container { width: min(var(--container), calc(100% - 36px)); }
  .section { padding: 78px 0; }
  .section-heading,
  .section-heading--wide { grid-template-columns: 1fr; gap: 18px; }
  .site-header,
  .site-header.is-scrolled { backdrop-filter: none; }
  .main-nav {
    bottom: auto;
    height: calc(100dvh - var(--header-height));
    background: rgba(6,7,10,.995);
    box-shadow: 0 26px 70px rgba(0,0,0,.48);
  }
  .hero { padding: 112px 0 28px; }
  .hero-layout { grid-template-columns: 1fr; gap: 52px; }
  .hero-copy { max-width: 720px; }
  .hero h1 { max-width: 650px; }
  .price-chips { max-width: 620px; }
  .hero-device { width: min(720px, 100%); }
  .laptop { transform: none; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); }

  .problem-card,
  .problem-card:nth-child(-n+2) { grid-column: span 6; }
  .problem-card:last-child { grid-column: 1 / -1; }

  .service-card,
  .service-card:nth-child(n+4):nth-child(-n+7),
  .service-card:nth-child(n+8) { grid-column: span 6; }
  .service-card:last-child { grid-column: 1 / -1; }

  .system-layout { padding: 42px; }
  .system-chain { grid-template-columns: repeat(3, 1fr); }
  .system-chain > div:last-of-type { grid-column: span 3; }

  .cases-grid { grid-template-columns: repeat(2, 1fr); }
  .case-card,
  .case-card:nth-child(1),
  .case-card:nth-child(4) { grid-column: auto; }
  .case-visual,
  .case-card:nth-child(1) .case-visual,
  .case-card:nth-child(4) .case-visual { height: 280px; }

  .mkk-intro { grid-template-columns: 1fr; gap: 16px; }
  .mkk-intro .kicker { grid-column: auto; }
  .mkk-grid { grid-template-columns: 1fr; }

  .price-card { grid-column: span 6; }
  .price-card:nth-child(n+4) { grid-column: span 6; }
  .price-card:last-child { grid-column: 1 / -1; }

  .support-layout { grid-template-columns: 1fr; gap: 48px; }
  .articles-grid { grid-template-columns: repeat(2, 1fr); }
  .article-card,
  .article-card:first-child { grid-column: auto; }
  .article-card:last-child { grid-column: 1 / -1; }

  .contact-layout { grid-template-columns: 1fr; gap: 44px; padding: 42px; }
  .contact-copy { position: static; }
}

@media (max-width: 720px) {
  .container { width: calc(100% - 28px); }
  .section { padding: 66px 0; }
  .section-heading { margin-bottom: 34px; }
  .brand img { width: 140px; }
  .hero { padding-top: 102px; }
  .hero h1 { font-size: clamp(38px, 10vw, 50px); }
  .hero-lead { font-size: 14px; }
  .price-chips { grid-template-columns: 1fr 1fr; }
  .price-chips span:nth-child(3) { display: none; }
  .hero-metrics div { min-height: 64px; }

  .problem-grid,
  .services-grid,
  .cases-grid,
  .pricing-grid,
  .articles-grid { grid-template-columns: 1fr; }

  .problem-card,
  .problem-card:nth-child(-n+2),
  .service-card,
  .service-card:nth-child(n+4):nth-child(-n+7),
  .service-card:nth-child(n+8),
  .service-card:last-child,
  .price-card,
  .price-card:nth-child(n+4),
  .price-card:last-child,
  .article-card,
  .article-card:first-child,
  .article-card:last-child { grid-column: auto; }

  .problem-card,
  .problem-card:nth-child(-n+2) { min-height: 205px; padding: 24px; }
  .service-card,
  .service-card:nth-child(n+4):nth-child(-n+7),
  .service-card:nth-child(n+8) { min-height: 220px; }

  .system-layout { padding: 30px 22px; }
  .system-chain { grid-template-columns: 1fr; }
  .system-chain > div:last-of-type { grid-column: auto; }

  .case-visual,
  .case-card:nth-child(1) .case-visual,
  .case-card:nth-child(4) .case-visual { height: 250px; }

  .mkk-card { display: block; min-height: 245px; }
  .mkk-card > b { display: block; margin: 0 0 13px; }
  .mkk-card a { right: auto; left: 26px; }

  .price-card,
  .price-card:nth-child(n+4) { min-height: auto; }
  .timeline { grid-template-columns: 1fr; }

  .fit-card { min-height: auto; padding: 28px 23px; }
  .contact-layout { padding: 28px 20px; border-radius: 18px; }
  .contact-form { padding: 24px 18px; }
}

@media (max-width: 430px) {
  .container { width: calc(100% - 24px); }
  .hero h1 { font-size: 38px; }
  .hero-actions .button { flex-basis: 100%; }
  .price-chips { grid-template-columns: 1fr; }
  .price-chips span:nth-child(2) { display: none; }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-metrics div + div { border-top: 1px solid rgba(255,255,255,.07); border-left: 0; }
  .case-visual,
  .case-card:nth-child(1) .case-visual,
  .case-card:nth-child(4) .case-visual { height: 225px; }
  .case-body { padding: 22px; }
  .mkk-cta { padding: 22px; }
}

/* Fine details, color accents and interaction layers */
.header-phone {
  flex: 0 0 auto;
  color: #d8dbe2;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: .015em;
  white-space: nowrap;
  transition: color .2s ease;
}

.header-phone::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border: 1px solid #f0994a;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(240,153,74,.45);
  content: "";
}

.header-phone:hover { color: #fff; }

.main-nav a.is-active { color: #fff; }
.main-nav a.is-active::after { right: 0; left: 0; }

.scroll-progress {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: var(--scroll-progress, 0%);
  height: 2px;
  background: linear-gradient(90deg, #8354ff, #ee5eb6 64%, #f4a148);
  box-shadow: 0 0 12px rgba(162,124,255,.65);
  pointer-events: none;
}

.laptop {
  --device-base-x: 8px;
  --device-base-y: -12px;
  --device-hover-x: 0px;
  --device-hover-y: 0px;
  transform:
    translate3d(
      calc(var(--device-base-x) + var(--device-hover-x)),
      calc(var(--device-base-y) + var(--device-hover-y)),
      0
    );
  transform-origin: 52% 62%;
  transition: transform .35s cubic-bezier(.2,.75,.25,1);
}

.laptop-lid { transform: none; }

.hero-art {
  position: relative;
  height: 90%;
  min-height: 175px;
  overflow: hidden;
  border: 1px solid rgba(180,143,255,.18);
  border-radius: 11px;
  background: #070817;
  box-shadow: 0 18px 38px rgba(0,0,0,.34), 0 0 35px rgba(118,58,240,.12);
}

.hero-art::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,8,18,.35), transparent 38%),
    linear-gradient(180deg, transparent 65%, rgba(7,8,18,.42));
  content: "";
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 50%;
  filter: saturate(.92) contrast(1.04) brightness(.92);
  transform: scale(1.04);
  animation: heroArtDrift 12s ease-in-out infinite alternate;
}

.screen-slide--corporate .mini-site-body { grid-template-columns: .78fr 1.22fr; }
.screen-slide--corporate .mini-dashboard { display: none; }

@keyframes heroArtDrift {
  from { transform: scale(1.04) translate3d(-1%, 1%, 0); }
  to { transform: scale(1.1) translate3d(1%, -1.5%, 0); }
}

#services,
#pricing,
#experience { overflow: hidden; }

#services::before,
#pricing::before,
#experience::before {
  position: absolute;
  z-index: 0;
  width: min(780px, 66vw);
  aspect-ratio: 1.78 / 1;
  background: url("../assets/studio-flow-v2.webp") center / cover no-repeat;
  content: "";
  filter: saturate(.75);
  opacity: .065;
  pointer-events: none;
  transform: translate3d(0, var(--section-parallax, 0), 0);
}

#services::before { top: 2%; right: -14%; }
#pricing::before { top: 12%; left: -17%; transform: scaleX(-1) translate3d(0, var(--section-parallax, 0), 0); }
#experience::before { right: -10%; bottom: -4%; opacity: .085; }

#services > .container,
#pricing > .container,
#experience > .container { position: relative; z-index: 1; }

.service-icon {
  position: relative;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border: 1px solid currentColor;
  border-radius: 12px;
  background: color-mix(in srgb, currentColor 9%, transparent);
  box-shadow: 0 12px 28px color-mix(in srgb, currentColor 12%, transparent);
}

.service-icon i {
  color: currentColor;
  font-size: 17px;
  font-style: normal;
  line-height: 1;
}

.service-icon small {
  position: absolute;
  right: -5px;
  bottom: -6px;
  display: grid;
  min-width: 18px;
  height: 16px;
  place-items: center;
  padding: 0 4px;
  border: 2px solid #101117;
  border-radius: 5px;
  background: #171922;
  color: #d8dbe2;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .06em;
}

.service-icon--violet { color: #9b70ff; }
.service-icon--pink { color: #f061b5; }
.service-icon--orange { color: #f39a48; }
.service-icon--blue { color: #6489ff; }
.service-icon--green { color: #45d6a1; }

.service-card:hover .service-icon {
  transform: translateY(-2px) rotate(-3deg);
  box-shadow: 0 16px 34px color-mix(in srgb, currentColor 20%, transparent);
}

.hero-metrics div:nth-child(1)::before { border-color: #9b70ff; box-shadow: 0 0 13px rgba(155,112,255,.48); }
.hero-metrics div:nth-child(2)::before { border-color: #f39a48; box-shadow: 0 0 13px rgba(243,154,72,.4); }
.hero-metrics div:nth-child(3)::before { border-color: #f061b5; box-shadow: 0 0 13px rgba(240,97,181,.4); }
.hero-metrics div:nth-child(4)::before { border-color: #6489ff; box-shadow: 0 0 13px rgba(100,137,255,.42); }

.problem-card:nth-child(1) > span,
.problem-card:nth-child(4) > span { color: #9b70ff; }
.problem-card:nth-child(2) > span { color: #f39a48; }
.problem-card:nth-child(3) > span { color: #f061b5; }
.problem-card:nth-child(5) > span { color: #f06e92; }

.timeline li:nth-child(3n + 1) > i { border-color: rgba(155,112,255,.65); color: #b18cff; }
.timeline li:nth-child(3n + 2) > i { border-color: rgba(243,154,72,.6); color: #f3a55e; }
.timeline li:nth-child(3n) > i { border-color: rgba(240,97,181,.58); color: #f279bd; }
.timeline li:last-child > i { border-color: rgba(66,220,162,.65); color: #42dca2; }

.mkk-card:nth-child(2n) > span { color: #ef6db7; }
.mkk-card:nth-child(3n) > span { color: #f39a48; }

.card-shine {
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(220px circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(167,126,255,.1), transparent 72%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}

.has-pointer-shine:hover > .card-shine { opacity: 1; }

.article-card:nth-child(2) .article-number { background-image: linear-gradient(180deg, #f39a48, rgba(243,154,72,.18)); }
.article-card:nth-child(3) .article-number { background-image: linear-gradient(180deg, #f061b5, rgba(240,97,181,.18)); }

.direct-contacts a:nth-child(3) b { color: #ad8cff; }
.direct-contacts a:nth-child(4) b { color: #f078ba; }

@media (max-width: 1260px) {
  .header-phone { display: none; }
}

@media (max-width: 980px) {
  .laptop {
    --device-base-x: 0px;
    --device-base-y: -6px;
  }
  .main-nav a.is-active { color: #b997ff; }
  #services::before,
  #pricing::before,
  #experience::before { width: 820px; opacity: .05; }
}

@media (max-width: 720px) {
  .hero-art { min-height: 115px; border-radius: 7px; }
  .service-icon { width: 42px; height: 42px; }
  #services::before,
  #pricing::before,
  #experience::before { width: 620px; opacity: .045; }
}

/* ========================================================================== 
   Experience / blog
   ========================================================================== */

.blog-page,
.article-page { background: #08090c; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  color: #6d7380;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.breadcrumbs a { transition: color .2s ease; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs span { color: #3f444e; }
.breadcrumbs b { color: #a789f1; font-weight: 720; }

.blog-hero {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  padding: 150px 0 82px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background:
    linear-gradient(90deg, rgba(6,7,10,.98) 0%, rgba(6,7,10,.86) 48%, rgba(6,7,10,.28) 100%),
    #07080b;
}

.blog-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(135,105,210,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(135,105,210,.035) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, black 25%, black 80%, transparent);
}

.blog-hero-art {
  position: absolute;
  top: 36px;
  right: -6%;
  width: min(830px, 62vw);
  aspect-ratio: 1.78 / 1;
  background: url("../assets/studio-flow-v2.webp") center / cover no-repeat;
  filter: saturate(.9) contrast(1.03);
  opacity: .58;
  transform: rotate(-3deg) scale(1.08);
}

.blog-hero-art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #07080b 0%, rgba(7,8,11,.48) 38%, transparent 68%);
  content: "";
}

.blog-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 398px;
  grid-template-columns: .95fr 1.05fr;
  align-items: end;
  gap: 90px;
}

.blog-hero-copy { max-width: 730px; }
.blog-hero-copy .kicker { margin-bottom: 17px; }

.blog-hero h1 {
  max-width: 710px;
  margin-bottom: 25px;
  font-size: clamp(52px, 5vw, 76px);
  line-height: .98;
}

.blog-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: #a0a6b2;
  font-size: 16px;
  line-height: 1.75;
}

.blog-hero-index {
  display: grid;
  max-width: 480px;
  grid-template-columns: repeat(3, 1fr);
  justify-self: end;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.blog-hero-index div {
  min-height: 92px;
  padding: 19px 17px;
}

.blog-hero-index div + div { border-left: 1px solid rgba(255,255,255,.08); }
.blog-hero-index b,
.blog-hero-index span { display: block; }
.blog-hero-index b { margin-bottom: 7px; color: #fff; font-size: 20px; }
.blog-hero-index div:nth-child(2) b { color: #f39a48; }
.blog-hero-index div:nth-child(3) b { color: #f061b5; }
.blog-hero-index span { color: #747a87; font-size: 9px; }

.section--blog-featured {
  padding: 78px 0;
  background: #0c0e13;
}

.featured-post {
  display: grid;
  min-height: 490px;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px;
  background: #111319;
  box-shadow: 0 35px 90px rgba(0,0,0,.28);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.featured-post:hover {
  transform: translateY(-5px);
  border-color: rgba(169,134,255,.34);
  box-shadow: 0 44px 110px rgba(0,0,0,.38);
}

.featured-post-visual {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 35%, rgba(149,80,255,.24), transparent 26%),
    radial-gradient(circle at 27% 78%, rgba(240,97,181,.11), transparent 23%),
    linear-gradient(145deg, #0b0d15, #19102b 60%, #0b1120);
}

.featured-post-visual::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

.featured-code {
  position: absolute;
  z-index: 2;
  top: 31px;
  left: 34px;
  color: #a984ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.featured-window {
  position: absolute;
  right: 8%;
  bottom: 11%;
  left: 8%;
  display: grid;
  min-height: 298px;
  grid-template-columns: repeat(3, 7px) 1fr;
  grid-template-rows: 38px 1fr auto;
  align-items: center;
  gap: 7px;
  padding: 0 18px 28px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 17px;
  background: rgba(7,8,13,.72);
  box-shadow: 0 35px 70px rgba(0,0,0,.36);
  backdrop-filter: blur(14px);
  transform: perspective(900px) rotateY(-5deg) rotateZ(-1.4deg);
}

.featured-window i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5d6472;
}

.featured-window i:nth-child(2) { background: #f39a48; }
.featured-window i:nth-child(3) { background: #f061b5; }
.featured-window b {
  grid-column: 1 / -1;
  align-self: end;
  background: linear-gradient(90deg, #a971ff, #f061b5 70%, #f39a48);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: Consolas, "Courier New", monospace;
  font-size: clamp(45px, 6vw, 78px);
  letter-spacing: -.08em;
  line-height: .9;
}

.featured-window em {
  grid-column: 1 / -1;
  color: #707786;
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  font-style: normal;
}

.featured-post-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  color: #737986;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.post-meta span:first-child {
  color: #ad8cff;
}

.post-meta > * + *::before {
  margin-right: 7px;
  color: #3d424c;
  content: "•";
}

.featured-post-copy h2 {
  margin: 30px 0 22px;
  font-size: clamp(34px, 3.2vw, 49px);
}

.featured-post-copy p {
  margin-bottom: 34px;
  color: #9096a3;
  font-size: 14px;
}

.featured-post-copy strong,
.blog-card strong {
  color: #b28fff;
  font-size: 11px;
}

.featured-post-copy strong i,
.blog-card strong i {
  margin-left: 5px;
  font-style: normal;
  transition: transform .2s ease;
}

.featured-post:hover strong i,
.blog-card:hover strong i { display: inline-block; transform: translate(3px,-3px); }

.section--blog-catalog { background: #090a0e; }

.blog-toolbar {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  align-items: end;
  gap: 20px;
  margin-bottom: 23px;
}

.blog-search { position: relative; display: block; }

.blog-search > span {
  display: block;
  margin-bottom: 8px;
  color: #777e8b;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blog-search input {
  width: 100%;
  height: 48px;
  padding: 0 45px 0 15px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 9px;
  outline: none;
  background: rgba(255,255,255,.025);
  color: #fff;
  font-size: 12px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.blog-search input::placeholder { color: #555c68; }
.blog-search input:focus { border-color: rgba(164,123,255,.56); box-shadow: 0 0 0 3px rgba(128,77,255,.08); }
.blog-search i { position: absolute; right: 16px; bottom: 13px; color: #8f6adc; font-size: 16px; font-style: normal; }

.blog-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.blog-filters button {
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.02);
  color: #8b919d;
  font-size: 9px;
  font-weight: 720;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.blog-filters button:hover { color: #fff; border-color: rgba(162,124,255,.35); }
.blog-filters button.is-active { border-color: rgba(165,126,255,.48); background: rgba(128,77,255,.12); color: #c3abff; }

.blog-results-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  color: #606774;
  font-size: 9px;
  text-transform: uppercase;
}

.blog-directory-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 34px;
}

.blog-directory-links a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 16px 19px;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 2px 15px 2px 15px;
  background: linear-gradient(135deg, rgba(145,81,255,.055), rgba(255,255,255,.012));
  color: inherit;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.blog-directory-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(166,121,255,.32);
  background: linear-gradient(135deg, rgba(145,81,255,.11), rgba(255,255,255,.016));
}

.blog-directory-links span {
  color: #9870eb;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.blog-directory-links b { font-size: 13px; font-weight: 650; }
.blog-directory-links i { color: #b48cff; font-size: 20px; font-style: normal; }

@media (max-width: 720px) {
  .blog-directory-links { grid-template-columns: 1fr; }
}

.blog-results-line b { color: #b28fff; }
.blog-results-line i { height: 1px; flex: 1; background: rgba(255,255,255,.07); }

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

.blog-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 27px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255,255,255,.038), rgba(255,255,255,.008));
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.blog-card::before {
  position: absolute;
  top: -95px;
  right: -70px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(158,115,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(158,115,255,.016), 0 0 0 56px rgba(158,115,255,.01);
  content: "";
}

.blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(166,127,255,.32);
  box-shadow: 0 28px 65px rgba(0,0,0,.26);
}

.blog-card[hidden] { display: none; }

.blog-card-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }

.blog-card-icon {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 11px;
  background: color-mix(in srgb, currentColor 9%, transparent);
  font-size: 15px;
}

.blog-card-icon--violet { color: #9b70ff; }
.blog-card-icon--orange { color: #f39a48; }
.blog-card-icon--pink { color: #f061b5; }
.blog-card-icon--blue { color: #6489ff; }

.blog-card-number {
  margin: 43px 0 25px;
  background: linear-gradient(180deg, #a36fff, rgba(128,77,255,.2));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

.blog-card:nth-child(3n + 2) .blog-card-number { background-image: linear-gradient(180deg, #f39a48, rgba(243,154,72,.18)); }
.blog-card:nth-child(3n) .blog-card-number { background-image: linear-gradient(180deg, #f061b5, rgba(240,97,181,.18)); }
.blog-card h3 { max-width: 340px; margin-bottom: 14px; font-size: 22px; line-height: 1.17; }
.blog-card p { margin-bottom: 24px; color: #7f8693; font-size: 12px; }
.blog-card strong { margin-top: auto; }

.blog-empty {
  padding: 55px 24px;
  border: 1px dashed rgba(255,255,255,.12);
  border-radius: 16px;
  text-align: center;
}

.blog-empty span { display: block; margin-bottom: 16px; color: #9b70ff; font-size: 30px; }
.blog-empty h3 { margin-bottom: 8px; }
.blog-empty p { margin: 0; }

.section--blog-topics {
  background:
    radial-gradient(circle at 16% 52%, rgba(129,77,255,.1), transparent 26%),
    #0b0e15;
}

.blog-topics-layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
  gap: 100px;
}

.blog-topics-copy p { max-width: 470px; color: #8c929f; }
.topic-list { border-top: 1px solid rgba(255,255,255,.1); }

.topic-list a {
  display: grid;
  min-height: 70px;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 4px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  transition: padding .25s ease, color .25s ease, background .25s ease;
}

.topic-list a:hover {
  padding-right: 14px;
  padding-left: 14px;
  background: linear-gradient(90deg, rgba(128,77,255,.1), transparent);
}

.topic-list span { color: #9270db; font-size: 9px; font-weight: 800; }
.topic-list b { font-size: 14px; }
.topic-list i { color: #666d79; font-size: 9px; font-style: normal; }

.blog-subscribe { background: #08090c; }

.blog-subscribe-card,
.article-cta-card {
  display: flex;
  min-height: 310px;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 55px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(9,11,18,.96), rgba(20,14,38,.75)),
    url("../assets/studio-flow-v2.webp") right center / 60% auto no-repeat;
}

.blog-subscribe-card > div,
.article-cta-card > div { max-width: 690px; }
.blog-subscribe-card h2,
.article-cta-card h2 { margin-bottom: 14px; }
.blog-subscribe-card p,
.article-cta-card p { margin: 0; color: #9298a4; }
.blog-subscribe-card .button,
.article-cta-card .button { flex: 0 0 auto; }

/* Article page */
.article-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  padding: 150px 0 78px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 82% 42%, rgba(128,77,255,.16), transparent 28%),
    linear-gradient(180deg, #07080c, #0b0d14);
}

.article-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(138,104,218,.036) 1px, transparent 1px),
    linear-gradient(90deg, rgba(138,104,218,.036) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, black 22%, black 78%, transparent);
}

.article-hero-art {
  position: absolute;
  right: -10%;
  bottom: -34%;
  width: 730px;
  aspect-ratio: 1.78 / 1;
  background: url("../assets/studio-flow-v2.webp") center / cover no-repeat;
  opacity: .14;
  transform: rotate(-10deg);
}

.article-hero-inner { position: relative; z-index: 1; max-width: 990px; margin-inline: auto; }
.post-meta--hero { margin-bottom: 27px; }
.article-hero h1 { max-width: 980px; margin-bottom: 24px; font-size: clamp(49px, 5.2vw, 76px); line-height: 1.02; }
.article-hero-inner > p { max-width: 760px; margin-bottom: 32px; color: #a1a7b3; font-size: 17px; }

.article-author { display: flex; align-items: center; gap: 13px; }
.article-author-mark { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(165,126,255,.4); border-radius: 50%; background: rgba(128,77,255,.1); color: #ad8cff; font-size: 9px; font-weight: 800; }
.article-author b,
.article-author small { display: block; }
.article-author b { margin-bottom: 2px; font-size: 11px; }
.article-author small { color: #686f7d; font-size: 8px; }

.article-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  justify-content: center;
  gap: 80px;
  padding-top: 85px;
  padding-bottom: 95px;
}

.article-aside { position: sticky; top: calc(var(--header-height) + 30px); align-self: start; }
.article-aside-block { padding: 22px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: rgba(255,255,255,.02); }
.article-aside-block > span,
.article-share > span { display: block; margin-bottom: 15px; color: #777e8c; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.article-toc { display: grid; gap: 3px; }
.article-toc a { position: relative; padding: 8px 5px 8px 16px; color: #7e8592; font-size: 10px; line-height: 1.45; transition: color .2s ease; }
.article-toc a::before { position: absolute; top: 15px; left: 2px; width: 5px; height: 1px; background: #5a606d; content: ""; }
.article-toc a:hover,
.article-toc a.is-active { color: #b595ff; }
.article-toc a.is-active::before { width: 8px; background: #9b70ff; }

.article-share { display: grid; gap: 7px; margin-top: 18px; padding: 20px 22px; border-top: 1px solid rgba(255,255,255,.08); }
.article-share button,
.article-share a { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; border: 0; background: none; color: #7d8491; font-size: 9px; text-align: left; cursor: pointer; }
.article-share button:hover,
.article-share a:hover { color: #fff; }
.article-share i { color: #a17cff; font-style: normal; }
.article-share small { min-height: 14px; color: #42dca2; font-size: 8px; }

.article-content { color: #b5bac4; font-size: 16px; line-height: 1.9; }
.article-content .article-intro { margin-bottom: 46px; color: #d4d6dc; font-size: 21px; line-height: 1.6; }
.article-content section { scroll-margin-top: calc(var(--header-height) + 28px); }
.article-content section + section { margin-top: 58px; padding-top: 55px; border-top: 1px solid rgba(255,255,255,.09); }
.article-content h2 { margin-bottom: 25px; font-size: clamp(30px, 3vw, 42px); }
.article-content h3 { margin-top: 36px; font-size: 22px; }
.article-content p { color: #a0a6b1; }
.article-content ul,
.article-content ol { display: grid; gap: 13px; margin: 25px 0 0; padding-left: 22px; }
.article-content li { padding-left: 8px; }
.article-content li::marker { color: #a17cff; font-weight: 800; }
.article-content blockquote { margin: 35px 0; padding: 26px 28px; border: 1px solid rgba(162,124,255,.25); border-left: 3px solid #9b70ff; border-radius: 0 13px 13px 0; background: linear-gradient(90deg, rgba(128,77,255,.1), rgba(255,255,255,.018)); }
.article-content blockquote b,
.article-content blockquote span { display: block; }
.article-content blockquote b { margin-bottom: 7px; color: #fff; font-size: 17px; }
.article-content blockquote span { color: #969ca8; font-size: 13px; }

.article-cta { padding: 72px 0; background: #0b0d13; }
.article-cta-card { min-height: 285px; }
.related-posts { background: #090a0e; }
.related-posts .section-heading { align-items: center; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.related-grid .blog-card { min-height: 300px; }
.related-grid .blog-card-number { margin: 30px 0 18px; font-size: 39px; }

@media (max-width: 1100px) {
  .blog-hero-layout { grid-template-columns: 1fr; gap: 45px; }
  .blog-hero-index { justify-self: start; }
  .featured-post { grid-template-columns: 1fr; }
  .featured-post-visual { min-height: 410px; }
  .featured-post-copy { padding: 42px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-topics-layout { grid-template-columns: 1fr; gap: 45px; }
  .article-layout { grid-template-columns: 210px minmax(0, 720px); gap: 45px; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .related-grid .blog-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .blog-hero { min-height: auto; padding: 125px 0 70px; }
  .blog-hero-art { top: 20%; right: -45%; width: 850px; opacity: .34; }
  .blog-hero-layout { min-height: 470px; }
  .blog-hero h1 { font-size: clamp(45px, 9vw, 65px); }
  .blog-toolbar { grid-template-columns: 1fr; }
  .blog-filters { justify-content: flex-start; }
  .article-layout { grid-template-columns: 1fr; padding-top: 55px; }
  .article-aside { position: static; }
  .article-aside-block { display: none; }
  .article-share { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin: 0; padding: 0 0 25px; }
  .article-share > span { flex: 1 0 100%; margin: 0; }
  .article-share button,
  .article-share a { min-width: 130px; }
  .blog-subscribe-card,
  .article-cta-card { flex-direction: column; align-items: flex-start; padding: 40px; }
}

@media (max-width: 620px) {
  .breadcrumbs { margin-bottom: 24px; }
  .blog-hero { padding-top: 108px; }
  .blog-hero-layout { min-height: 520px; align-content: space-between; }
  .blog-hero h1 { font-size: 45px; }
  .blog-hero-copy > p { font-size: 14px; }
  .blog-hero-index { width: 100%; grid-template-columns: 1fr; }
  .blog-hero-index div { min-height: 62px; padding: 13px 0; }
  .blog-hero-index div + div { border-top: 1px solid rgba(255,255,255,.08); border-left: 0; }
  .featured-post { min-height: auto; border-radius: 18px; }
  .featured-post-visual { min-height: 310px; }
  .featured-window { min-height: 210px; }
  .featured-window b { font-size: 48px; }
  .featured-post-copy { padding: 27px 23px 30px; }
  .featured-post-copy h2 { margin-top: 23px; font-size: 31px; }
  .blog-filters { flex-wrap: nowrap; margin-right: -14px; padding-right: 14px; overflow-x: auto; scrollbar-width: none; }
  .blog-filters::-webkit-scrollbar { display: none; }
  .blog-filters button { flex: 0 0 auto; }
  .blog-grid,
  .related-grid { grid-template-columns: 1fr; }
  .blog-card { min-height: 350px; }
  .related-grid .blog-card:last-child { grid-column: auto; }
  .topic-list a { grid-template-columns: 34px 1fr; }
  .topic-list i { grid-column: 2; }
  .blog-subscribe-card,
  .article-cta-card { min-height: 340px; padding: 30px 23px; background-size: auto 100%; }
  .blog-subscribe-card .button,
  .article-cta-card .button { width: 100%; }
  .article-hero { min-height: 650px; padding: 115px 0 64px; }
  .article-hero h1 { font-size: 40px; }
  .article-hero-inner > p { font-size: 15px; }
  .article-content { font-size: 15px; }
  .article-content .article-intro { font-size: 18px; }
  .article-content section + section { margin-top: 44px; padding-top: 42px; }
  .article-content blockquote { margin-inline: 0; padding: 22px; }
}

/* ========================================================================== 
   Homepage readability and interactive refinement — July 2026
   ========================================================================== */

.home-page {
  font-size: 17px;
  line-height: 1.68;
}

.home-page .site-header { --header-height: 82px; }

.home-page .header-inner {
  min-height: 82px;
  gap: 25px;
}

.home-page .main-nav {
  gap: clamp(18px, 1.55vw, 27px);
}

.home-page .main-nav a {
  color: #c9ccd4;
  font-size: 14px;
  font-weight: 720;
  letter-spacing: -.01em;
}

.home-page .header-phone {
  padding: 7px 0;
  color: #f0efeb;
  font-size: 16px;
  font-weight: 790;
  letter-spacing: .01em;
}

.home-page .header-phone::before {
  width: 9px;
  height: 9px;
  margin-right: 9px;
}

.home-page .header-cta {
  min-height: 42px;
  font-size: 12px;
}

.home-page .section-heading p,
.home-page .mkk-intro p,
.home-page .support-copy p,
.home-page .contact-copy > p {
  font-size: 17px;
}

.home-page .section-heading--center p {
  max-width: 670px;
}

.home-page .hero-lead {
  max-width: 660px;
  font-size: 17px;
  line-height: 1.72;
}

.home-page .button {
  font-size: 14px;
}

.home-page .button--small {
  font-size: 12px;
}

.home-page .price-chips b { font-size: 11px; }
.home-page .price-chips span { font-size: 10px; }

/* Service offer typewriter inside the laptop */
.home-page .screen-slide .mini-copy {
  visibility: hidden;
}

.service-typewriter {
  --typing-accent: #f39a48;
  position: absolute;
  z-index: 7;
  top: 52px;
  bottom: 51px;
  left: 35px;
  display: flex;
  width: min(52%, 310px);
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}

.typing-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.42);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: .13em;
}

.typing-meta b {
  color: var(--typing-accent);
  font-weight: 700;
}

.service-typewriter > small {
  display: block;
  margin-bottom: 9px;
  color: var(--typing-accent);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-typewriter h2 {
  max-width: 300px;
  min-height: 86px;
  margin-bottom: 10px;
  color: #f7f6f2;
  font-size: clamp(19px, 2vw, 29px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.service-typewriter h2 i {
  display: inline-block;
  width: 1.5px;
  height: .92em;
  margin-left: 3px;
  background: var(--typing-accent);
  box-shadow: 0 0 8px color-mix(in srgb,var(--typing-accent) 60%,transparent);
  vertical-align: -.08em;
  animation: typing-cursor .75s steps(1) infinite;
}

.service-typewriter > p {
  max-width: 280px;
  min-height: 39px;
  margin-bottom: 14px;
  color: rgba(255,255,255,.58);
  font-size: 7.5px;
  line-height: 1.55;
}

.typing-progress {
  width: 100%;
  max-width: 240px;
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.1);
}

.typing-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f39a48, #f061b5, #9b70ff);
  transform: scaleX(0);
  transform-origin: left;
}

.service-typewriter.is-holding .typing-progress i {
  animation: typing-hold 5.4s linear forwards;
}

@keyframes typing-cursor { 50% { opacity: 0; } }
@keyframes typing-hold { to { transform: scaleX(1); } }

.home-page .screen-dots button {
  width: 7px;
  height: 7px;
}

.home-page .screen-dots button.is-active { width: 23px; }
.home-page .device-caption { font-size: 10px; }

/* Metric icons */
.home-page .hero-metrics {
  margin-top: 37px;
  background: rgba(10,11,16,.72);
}

.home-page .hero-metrics > div {
  min-height: 90px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 15px 20px;
}

.home-page .hero-metrics > div::before { display: none; }

.metric-icon {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 13px 3px 13px 3px;
  background: color-mix(in srgb, currentColor 8%, transparent);
  box-shadow: inset 0 0 18px color-mix(in srgb, currentColor 7%, transparent), 0 10px 24px color-mix(in srgb, currentColor 10%, transparent);
}

.hero-metrics > div:nth-child(1) .metric-icon { color: #9b70ff; }
.hero-metrics > div:nth-child(2) .metric-icon { color: #f39a48; }
.hero-metrics > div:nth-child(3) .metric-icon { color: #f061b5; }
.hero-metrics > div:nth-child(4) .metric-icon { color: #6489ff; }

.metric-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.home-page .hero-metrics .metric-copy b {
  color: #f2f1ed;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.25;
}

.home-page .hero-metrics .metric-copy small {
  color: #858b98;
  font-size: 12px;
  line-height: 1.4;
}

.metric-icon--experience::before {
  width: 18px;
  height: 18px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  content: "";
}

.metric-icon--experience::after {
  position: absolute;
  width: 1.5px;
  height: 7px;
  background: currentColor;
  content: "";
  transform: translate(2px,-3px) rotate(-34deg);
  transform-origin: bottom;
}

.metric-icon--experience i {
  position: absolute;
  top: 7px;
  width: 6px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.metric-icon--remote::before {
  width: 20px;
  height: 20px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 6px 0 transparent;
  content: "";
}

.metric-icon--remote::after {
  position: absolute;
  width: 20px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.metric-icon--remote i {
  position: absolute;
  width: 8px;
  height: 20px;
  border-right: 1px solid currentColor;
  border-left: 1px solid currentColor;
  border-radius: 50%;
}

.metric-icon--system::before,
.metric-icon--system::after,
.metric-icon--system i {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  background: #17131b;
  content: "";
}

.metric-icon--system::before { transform: translate(-8px,7px); }
.metric-icon--system::after { transform: translate(8px,7px); }
.metric-icon--system i { transform: translateY(-8px); }

.metric-icon--system {
  background-image: linear-gradient(32deg, transparent 48%, currentColor 49%, currentColor 51%, transparent 52%), linear-gradient(-32deg, transparent 48%, currentColor 49%, currentColor 51%, transparent 52%);
  background-size: 23px 18px;
  background-position: center 14px;
  background-repeat: no-repeat;
}

.metric-icon--care::before {
  width: 19px;
  height: 17px;
  border: 1.5px solid currentColor;
  border-radius: 10px 10px 13px 13px;
  content: "";
  transform: rotate(45deg);
}

.metric-icon--care::after {
  position: absolute;
  width: 8px;
  height: 4px;
  border-bottom: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
  content: "";
  transform: translate(1px,-1px) rotate(-45deg);
}

/* Value equation */
.value-equation {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 130px 1fr;
  overflow: hidden;
  margin-top: 25px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 3px 24px 3px 24px;
  background: #0a0c11;
}

.value-equation::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size: 34px 34px;
  content: "";
  pointer-events: none;
}

.value-side {
  position: relative;
  min-height: 205px;
  padding: 39px 42px;
}

.value-side > span {
  display: block;
  margin-bottom: 25px;
  color: #777d89;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.value-side b {
  display: block;
  max-width: 440px;
  margin-bottom: 14px;
  font-size: clamp(31px, 3.4vw, 50px);
  line-height: .98;
  letter-spacing: -.06em;
}

.value-side small {
  display: block;
  max-width: 430px;
  color: #777d89;
  font-size: 14px;
  line-height: 1.6;
}

.value-side--limited {
  background: radial-gradient(circle at 20% 80%, rgba(240,83,104,.08),transparent 40%);
}

.value-side--limited b {
  color: #9da1ab;
  text-decoration-color: rgba(240,83,104,.8);
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
}

.value-side--growth {
  background: radial-gradient(circle at 80% 50%, rgba(125,76,255,.18),transparent 42%);
}

.value-side--growth > span { color: #b18cff; }
.value-side--growth b { background: linear-gradient(90deg,#fff,#b38dff 60%,#f078ba); -webkit-background-clip:text; background-clip:text; color:transparent; }

.value-sign {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid rgba(255,255,255,.08);
  border-left: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.018);
}

.value-sign i {
  position: absolute;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(240,97,181,.22);
  border-radius: 50%;
  box-shadow: 0 0 38px rgba(127,77,255,.14);
}

.value-sign b {
  position: relative;
  color: #f078ba;
  font-size: 38px;
  line-height: 1;
}

.value-sign span {
  position: absolute;
  bottom: 25px;
  color: #626875;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.value-equation > p {
  position: relative;
  grid-column: 1 / -1;
  margin: 0;
  padding: 22px 42px;
  border-top: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(90deg,rgba(240,83,104,.045),rgba(127,77,255,.08));
  color: #a8adb8;
  font-size: 15px;
  text-align: center;
}

.value-equation > p strong { color: #f3f2ee; }

/* More readable cards */
.home-page .problem-card p,
.home-page .service-card p,
.home-page .case-body p,
.home-page .mkk-card p,
.home-page .price-card ul,
.home-page .price-card--custom p,
.home-page .timeline p,
.home-page .fit-card li {
  font-size: 14px;
}

.home-page .service-card h3 { font-size: 21px; }
.home-page .service-card b { font-size: 13px; }

/* Interactive system map */
.home-page .section--system {
  padding: 96px 0;
  background:
    radial-gradient(circle at 82% 50%, rgba(127,77,255,.12),transparent 29%),
    radial-gradient(circle at 10% 20%, rgba(243,154,72,.045),transparent 22%),
    #08090d;
}

.home-page .system-layout {
  grid-template-columns: minmax(340px,.72fr) minmax(620px,1.28fr);
  align-items: center;
  gap: clamp(50px,7vw,100px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.home-page .system-copy {
  position: relative;
  z-index: 2;
}

.home-page .system-copy h2 {
  font-size: clamp(40px,3.8vw,58px);
}

.home-page .system-copy p {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.72;
}

.system-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.system-proof span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px;
  color: #989eaa;
  font-size: 10px;
  font-weight: 700;
}

.system-lab {
  --system-color: #f39a48;
  position: relative;
  display: grid;
  min-height: 550px;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 47px 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 3px 29px 3px 29px;
  background:
    linear-gradient(rgba(255,255,255,.016) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px),
    #0d0f14;
  background-size: 35px 35px;
  box-shadow: 0 40px 100px rgba(0,0,0,.35);
  transition: --system-color .3s ease;
}

.system-lab[data-system-stage="1"] { --system-color:#9b70ff; }
.system-lab[data-system-stage="2"] { --system-color:#f061b5; }
.system-lab[data-system-stage="3"] { --system-color:#6489ff; }
.system-lab[data-system-stage="4"] { --system-color:#42dca2; }
.system-lab[data-system-stage="5"] { --system-color:#f39a48; }
.system-lab[data-system-stage="6"] { --system-color:#42dca2; }

.system-lab-head {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #676d79;
  font-family: "SFMono-Regular",Consolas,monospace;
  font-size: 7px;
  letter-spacing: .13em;
}

.system-lab-head b {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #777d89;
  font-weight: 600;
}

.system-lab-head b i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #42dca2;
  box-shadow: 0 0 11px #42dca2;
}

.system-radar {
  position: relative;
  min-height: 395px;
  overflow: hidden;
}

.system-radar::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle,color-mix(in srgb,var(--system-color) 16%,transparent),transparent 68%);
  content: "";
  transform: translate(-50%,-50%);
  transition: background .35s ease;
}

.radar-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid color-mix(in srgb,var(--system-color) 24%,transparent);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  transition: border-color .35s ease;
}

.radar-ring--one { width: 108px; height: 108px; }
.radar-ring--two { width: 218px; height: 218px; border-style:dashed; animation:radar-spin 20s linear infinite; }
.radar-ring--three { width: 330px; height: 330px; opacity:.55; }

.radar-axis {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 310px;
  height: 1px;
  background: linear-gradient(90deg,transparent,color-mix(in srgb,var(--system-color) 20%,transparent),transparent);
}

.radar-axis--one { transform:translate(-50%,-50%) rotate(0); }
.radar-axis--two { transform:translate(-50%,-50%) rotate(60deg); }
.radar-axis--three { transform:translate(-50%,-50%) rotate(120deg); }

.radar-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: flex;
  width: 88px;
  height: 88px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid var(--system-color);
  border-radius: 28px 7px 28px 7px;
  background: rgba(10,11,15,.92);
  box-shadow: inset 0 0 30px color-mix(in srgb,var(--system-color) 13%,transparent),0 0 34px color-mix(in srgb,var(--system-color) 18%,transparent);
  color: #fff;
  transform: translate(-50%,-50%) rotate(45deg);
  transition: border-color .35s ease,box-shadow .35s ease;
}

.radar-core > * { transform:rotate(-45deg); }
.radar-core i { position:absolute; width:7px; height:7px; border-radius:50%; background:var(--system-color); box-shadow:0 0 13px var(--system-color); }
.radar-core b { margin-top:-20px; font-size:15px; letter-spacing:.03em; }
.radar-core small { margin-top:33px; color:#6d7380; font-size:6px; letter-spacing:.15em; }

.radar-node {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background: #0d0f14;
  transition: width .3s ease,height .3s ease,background .3s ease,box-shadow .3s ease,border-color .3s ease;
}

.radar-node--1 { transform:translate(-5px,-151px); }
.radar-node--2 { transform:translate(112px,-104px); }
.radar-node--3 { transform:translate(151px,4px); }
.radar-node--4 { transform:translate(80px,121px); }
.radar-node--5 { transform:translate(-78px,128px); }
.radar-node--6 { transform:translate(-151px,16px); }
.radar-node--7 { transform:translate(-120px,-103px); }

.system-lab[data-system-stage="0"] .radar-node--1,
.system-lab[data-system-stage="1"] .radar-node--2,
.system-lab[data-system-stage="2"] .radar-node--3,
.system-lab[data-system-stage="3"] .radar-node--4,
.system-lab[data-system-stage="4"] .radar-node--5,
.system-lab[data-system-stage="5"] .radar-node--6,
.system-lab[data-system-stage="6"] .radar-node--7 {
  width: 18px;
  height: 18px;
  border-color: var(--system-color);
  background: var(--system-color);
  box-shadow: 0 0 22px var(--system-color);
}

.system-readout {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 35px 30px 35px 8px;
}

.system-readout > span {
  margin-bottom: 15px;
  color: var(--system-color);
  font-family: "SFMono-Regular",Consolas,monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.system-readout h3 {
  margin-bottom: 12px;
  font-size: 29px;
}

.system-readout > p {
  min-height: 90px;
  margin-bottom: 22px;
  color: #888e9a;
  font-size: 13px;
  line-height: 1.67;
}

.system-readout > div {
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,.09);
}

.system-readout small {
  display: block;
  margin-bottom: 6px;
  color: #5e6470;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.system-readout b {
  display: block;
  color: #d7d7d4;
  font-size: 11px;
  line-height: 1.5;
}

.system-stages {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(7,1fr);
  border-top: 1px solid rgba(255,255,255,.08);
}

.system-stages button {
  position: relative;
  min-width: 0;
  min-height: 67px;
  padding: 11px 5px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.008);
  color: #717783;
  cursor: pointer;
  transition: color .25s ease,background .25s ease;
}

.system-stages button:last-child { border-right:0; }
.system-stages button::before { position:absolute; top:-1px; right:0; left:0; height:2px; background:var(--system-color); opacity:0; content:""; }
.system-stages button i { display:block; margin-bottom:4px; color:#4f5561; font-family:"SFMono-Regular",Consolas,monospace; font-size:7px; font-style:normal; }
.system-stages button span { font-size:8px; font-weight:750; }
.system-stages button.is-active { background:color-mix(in srgb,var(--system-color) 7%,transparent); color:var(--system-color); }
.system-stages button.is-active::before { opacity:1; }
.system-stages button:hover { color:#fff; }

@keyframes radar-spin { to { transform:translate(-50%,-50%) rotate(360deg); } }

/* MKK bright callout */
.home-page .mkk-cta {
  position: relative;
  min-height: 150px;
  margin-top: 18px;
  padding: 34px 36px;
  overflow: hidden;
  border: 1px solid rgba(255,183,93,.62);
  border-radius: 3px 25px 3px 25px;
  background:
    radial-gradient(circle at 8% 50%,rgba(255,196,95,.42),transparent 24%),
    radial-gradient(circle at 68% 20%,rgba(255,72,163,.27),transparent 30%),
    linear-gradient(105deg,#ef7f2d 0%,#b94bba 48%,#6934da 100%);
  box-shadow: 0 26px 70px rgba(135,52,184,.31),inset 0 1px rgba(255,255,255,.28);
}

.home-page .mkk-cta::before {
  position: absolute;
  top: -110px;
  right: 18%;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255,255,255,.045),0 0 0 90px rgba(255,255,255,.025);
  content: "";
}

.home-page .mkk-cta::after {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size: 31px 31px;
  content: "";
  mask-image: linear-gradient(90deg,transparent,black);
  pointer-events: none;
}

.mkk-cta-badge {
  position: relative;
  z-index: 2;
  display: inline-flex!important;
  flex: 0 0 auto;
  align-items: center;
  align-self: flex-start;
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 4px;
  background: rgba(15,9,25,.17);
  color: #fff!important;
  font-size: 8px!important;
  font-weight: 850;
  letter-spacing: .14em;
}

.home-page .mkk-cta > div {
  position: relative;
  z-index: 2;
  margin-right: auto;
}

.home-page .mkk-cta b {
  margin-bottom: 6px;
  color: #fff;
  font-size: 23px;
  letter-spacing: -.03em;
}

.home-page .mkk-cta > div span {
  color: rgba(255,255,255,.82);
  font-size: 15px;
}

.home-page .mkk-cta .button {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  border-color: rgba(255,255,255,.56);
  background: #fff;
  box-shadow: 0 15px 35px rgba(55,13,82,.22);
  color: #351446;
}

.home-page .mkk-cta .button i { font-style:normal; }

/* Pricing art */
.home-page .price-card {
  min-height: 590px;
  padding: 18px 22px 24px;
  border-radius: 3px 22px 3px 22px;
  background: linear-gradient(150deg,rgba(255,255,255,.045),rgba(255,255,255,.009));
}

.home-page .price-card:nth-child(n+4) { min-height: 515px; }

.home-page .price-card > span:not(.card-shine) {
  position: absolute;
  z-index: 4;
  top: 16px;
  left: 18px;
  padding: 5px 7px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 4px;
  background: rgba(6,7,10,.74);
  backdrop-filter: blur(8px);
  color: #aeb2bd;
}

.home-page .price-card > .card-shine {
  inset: 0;
  padding: 0;
  border: 0;
  background: radial-gradient(260px circle at var(--shine-x,50%) var(--shine-y,50%),rgba(167,126,255,.12),transparent 72%);
  backdrop-filter: none;
}

.price-visual {
  position: relative;
  height: 200px;
  margin: -18px -22px 24px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: #08090c;
}

.price-card:nth-child(n+4) .price-visual { height: 190px; }

.price-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 58%,rgba(9,10,14,.87)),linear-gradient(115deg,rgba(255,255,255,.025),transparent 34%);
  content: "";
  pointer-events: none;
}

.price-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04) brightness(.87);
  transform: scale(1.03);
  transition: transform .7s cubic-bezier(.2,.8,.2,1),filter .4s ease;
}

.price-card:hover .price-visual img {
  filter: saturate(1) contrast(1.05) brightness(.98);
  transform: scale(1.09) rotate(.5deg);
}

.home-page .price-card h3 {
  min-height: auto;
  margin: 0 0 13px;
  font-size: 24px;
}

.home-page .price b { font-size: 31px; }
.home-page .price-card ul { gap: 9px; }
.home-page .price-card .button { min-height: 48px; font-size: 13px; }
.home-page .price-card--featured { border-color: rgba(157,116,255,.55); box-shadow: 0 25px 65px rgba(92,28,190,.19); }
.home-page .price-card--custom p { margin-bottom: 24px; }

/* Expectations: large translucent yes / no markers */
.home-page .fit-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.home-page .fit-card::after {
  position: absolute;
  z-index: 0;
  right: 20px;
  bottom: -105px;
  color: rgba(242,76,105,.12);
  content: "×";
  font-family: Arial,sans-serif;
  font-size: 310px;
  font-weight: 250;
  line-height: 1;
  transform: rotate(-8deg);
  pointer-events: none;
}

.home-page .fit-card::before {
  position: absolute;
  z-index: 0;
  right: 31px;
  bottom: 25px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(242,76,105,.12);
  border-radius: 50%;
  content: "";
}

.home-page .fit-card--yes::after {
  right: 22px;
  bottom: -71px;
  color: rgba(28,176,100,.14);
  content: "✓";
  font-size: 255px;
  transform: rotate(-9deg);
}

.home-page .fit-card--yes::before {
  border-color: rgba(28,176,100,.15);
  box-shadow: inset 0 0 70px rgba(28,176,100,.045);
}

.home-page .fit-card .fit-label,
.home-page .fit-card ul {
  position: relative;
  z-index: 1;
  max-width: 78%;
}

@media (max-width: 1260px) {
  .home-page .header-cta { display: none; }
  .home-page .header-phone { display: inline-flex; }
  .home-page .main-nav { gap: 20px; }
  .home-page .main-nav a { font-size: 13px; }
  .home-page .header-phone { font-size: 15px; }
}

@media (max-width: 1180px) {
  .home-page .system-layout { grid-template-columns: 1fr; }
  .home-page .system-copy { max-width: 780px; }
  .system-lab { width: 100%; max-width: 820px; margin-inline: auto; }
  .home-page .mkk-cta { display:grid; grid-template-columns:auto 1fr; }
  .home-page .mkk-cta .button { grid-column:1 / -1; width:100%; }
}

@media (max-width: 980px) {
  .home-page .site-header { --header-height: 76px; }
  .home-page .header-inner { min-height:76px; }
  .home-page .main-nav a { padding:17px 9px; font-size:18px; }
  .home-page .header-phone { display:inline-flex; margin-left:auto; font-size:13px; }
  .home-page .hero-device { width:min(800px,100%); }
  .service-typewriter { top:56px; left:42px; width:50%; }
  .home-page .hero-metrics > div { min-height:98px; }
  .value-equation { grid-template-columns:1fr 105px 1fr; }
  .value-side { padding:34px 30px; }
  .home-page .price-card,
  .home-page .price-card:nth-child(n+4) { min-height:575px; }
  .home-page .fit-card .fit-label,
  .home-page .fit-card ul { max-width:86%; }
}

@media (max-width: 720px) {
  .home-page { font-size:16px; }
  .home-page .header-phone { font-size:12px; }
  .home-page .section-heading p,
  .home-page .mkk-intro p,
  .home-page .support-copy p,
  .home-page .contact-copy > p,
  .home-page .hero-lead { font-size:16px; }
  .home-page .hero-layout { gap:40px; }
  .service-typewriter { top:37px; bottom:42px; left:21px; width:57%; }
  .typing-meta { margin-bottom:10px; }
  .service-typewriter > small { margin-bottom:5px; font-size:6px; }
  .service-typewriter h2 { min-height:64px; margin-bottom:6px; font-size:clamp(15px,4.4vw,22px); }
  .service-typewriter > p { min-height:32px; margin-bottom:8px; font-size:6px; }
  .home-page .device-caption { font-size:8px; }
  .home-page .hero-metrics > div { min-height:84px; }
  .home-page .hero-metrics .metric-copy b { font-size:14px; }
  .home-page .hero-metrics .metric-copy small { font-size:11px; }
  .value-equation { grid-template-columns:1fr; }
  .value-side { min-height:170px; padding:30px 26px; }
  .value-side > span { margin-bottom:17px; }
  .value-sign { min-height:82px; border-top:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.08); border-right:0; border-left:0; }
  .value-sign i { width:58px; height:58px; }
  .value-sign b { font-size:29px; }
  .value-sign span { right:20px; bottom:auto; }
  .value-equation > p { padding:20px 24px; font-size:14px; text-align:left; }
  .home-page .system-layout { padding:0; }
  .system-lab { min-height:0; grid-template-columns:1fr; grid-template-rows:43px auto auto auto; }
  .system-radar { min-height:330px; }
  .radar-ring--three { width:280px; height:280px; }
  .radar-ring--two { width:185px; height:185px; }
  .radar-axis { width:265px; }
  .radar-node--1 { transform:translate(-5px,-127px); }
  .radar-node--2 { transform:translate(93px,-88px); }
  .radar-node--3 { transform:translate(126px,4px); }
  .radar-node--4 { transform:translate(66px,101px); }
  .radar-node--5 { transform:translate(-64px,106px); }
  .radar-node--6 { transform:translate(-127px,14px); }
  .radar-node--7 { transform:translate(-101px,-87px); }
  .system-readout { padding:0 24px 28px; }
  .system-readout > p { min-height:0; }
  .system-stages { grid-template-columns:repeat(4,1fr); }
  .system-stages button { min-height:58px; border-bottom:1px solid rgba(255,255,255,.07); }
  .home-page .mkk-cta { display:flex; padding:28px 24px; }
  .mkk-cta-badge { margin-bottom:4px; }
  .home-page .mkk-cta b { font-size:21px; }
  .price-visual,
  .price-card:nth-child(n+4) .price-visual { height:230px; }
  .home-page .price-card,
  .home-page .price-card:nth-child(n+4) { min-height:0; }
  .home-page .fit-card .fit-label,
  .home-page .fit-card ul { max-width:100%; }
  .home-page .fit-card::after { opacity:.6; }
}

@media (max-width: 520px) {
  .home-page .header-phone { display:none; }
  .home-page .menu-toggle { margin-left:auto; }
  .service-typewriter { top:32px; left:17px; width:60%; }
  .typing-meta { display:none; }
  .service-typewriter h2 { min-height:57px; font-size:14px; }
  .service-typewriter > p { display:none; }
  .typing-progress { max-width:150px; }
  .home-page .screen-controls { height:34px; }
  .home-page .hero-metrics { grid-template-columns:1fr; }
  .home-page .hero-metrics > div { min-height:82px; }
  .home-page .mkk-cta { align-items:flex-start; }
  .home-page .mkk-cta .button { width:100%; }
  .system-stages { grid-template-columns:repeat(2,1fr); }
  .system-stages button:last-child { grid-column:1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  .service-typewriter h2 i,
  .service-typewriter.is-holding .typing-progress i,
  .radar-ring--two { animation:none; }
  .price-visual img { transition:none; }
}

/* Shared readable header across all site pages */
.header-phone {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.header-phone::before {
  display: block;
  flex: 0 0 auto;
  align-self: center;
  transform: none;
}

.nav-phone-mobile {
  display: none!important;
}

.blog-page,
.article-page {
  --header-height: 82px;
}

.blog-page .header-inner,
.article-page .header-inner {
  min-height: 82px;
  gap: 25px;
}

.blog-page .main-nav,
.article-page .main-nav {
  gap: clamp(18px,1.55vw,27px);
}

.blog-page .main-nav a,
.article-page .main-nav a {
  color: #c9ccd4;
  font-size: 14px;
  font-weight: 720;
  letter-spacing: -.01em;
}

.blog-page .header-phone,
.article-page .header-phone {
  display: inline-flex;
  padding: 7px 0;
  color: #f0efeb;
  font-size: 16px;
  font-weight: 790;
}

.blog-page .header-phone::before,
.article-page .header-phone::before {
  width: 9px;
  height: 9px;
  margin-right: 9px;
}

@media (max-width: 1260px) {
  .blog-page .header-cta,
  .article-page .header-cta { display:none; }
  .blog-page .main-nav a,
  .article-page .main-nav a { font-size:13px; }
  .blog-page .header-phone,
  .article-page .header-phone { display:inline-flex; font-size:15px; }
}

@media (max-width: 980px) {
  .main-nav .nav-phone-mobile {
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    margin-top:8px;
    border:1px solid rgba(163,125,255,.28);
    border-radius:8px;
    background:rgba(127,77,255,.09);
    color:#fff!important;
    font-size:18px!important;
    font-weight:780!important;
  }

  .main-nav .nav-phone-mobile::before {
    color:#f39a48;
    content:"Позвонить";
    font-size:10px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
  }

  .blog-page,
  .article-page { --header-height:76px; }
  .blog-page .header-inner,
  .article-page .header-inner { min-height:76px; }
  .blog-page .main-nav a,
  .article-page .main-nav a { font-size:18px; }
  .blog-page .header-phone,
  .article-page .header-phone { margin-left:auto; font-size:13px; }
  .home-page .menu-toggle,
  .blog-page .menu-toggle,
  .article-page .menu-toggle { margin-left:0; }
}

@media (max-width: 520px) {
  .blog-page .header-phone,
  .article-page .header-phone { display:none; }
  .home-page .menu-toggle,
  .blog-page .menu-toggle,
  .article-page .menu-toggle { margin-left:auto; }
}

/* ========================================================================== 
   Wide screens / 2K workspaces
   1800 CSS px also covers a 2560 px monitor with 125% interface scaling.
   ========================================================================== */

@media (min-width: 1800px) {
  :root {
    --container: 1520px;
  }

  .container {
    width: min(var(--container), calc(100% - 128px));
  }

  .section {
    padding: 116px 0;
  }

  .section-heading {
    grid-template-columns: minmax(0, 1.18fr) minmax(390px, .62fr);
    gap: 150px;
    margin-bottom: 60px;
  }

  .section-heading h2 {
    max-width: 940px;
    font-size: 58px;
  }

  .section-heading--center {
    max-width: 850px;
    margin-bottom: 60px;
  }

  .brand img {
    width: 156px;
  }

  .home-page,
  .blog-page,
  .article-page {
    --header-height: 88px;
  }

  .home-page .header-inner,
  .blog-page .header-inner,
  .article-page .header-inner {
    min-height: 88px;
    gap: 32px;
  }

  .home-page .main-nav,
  .blog-page .main-nav,
  .article-page .main-nav {
    gap: 30px;
  }

  .home-page .main-nav a,
  .blog-page .main-nav a,
  .article-page .main-nav a {
    font-size: 15px;
  }

  .home-page .header-phone,
  .blog-page .header-phone,
  .article-page .header-phone {
    font-size: 17px;
  }

  .home-page .header-cta,
  .blog-page .header-cta,
  .article-page .header-cta {
    min-height: 46px;
    padding-inline: 19px;
    font-size: 13px;
  }

  /* Homepage */
  .home-page {
    font-size: 18px;
  }

  .home-page .hero {
    min-height: 920px;
    padding: 158px 0 38px;
  }

  .home-page .hero-layout {
    grid-template-columns: minmax(0, .92fr) minmax(720px, 1.08fr);
    gap: 70px;
  }

  .home-page .hero-copy {
    align-self: center;
    padding-bottom: 18px;
  }

  .home-page .hero h1 {
    max-width: 760px;
    margin-bottom: 28px;
    font-size: 78px;
  }

  .home-page .hero-lead {
    max-width: 700px;
    margin-bottom: 30px;
    font-size: 19px;
  }

  .home-page .button {
    min-height: 54px;
    padding-inline: 24px;
    font-size: 15px;
  }

  .home-page .button--small {
    min-height: 44px;
    font-size: 13px;
  }

  .home-page .price-chips {
    max-width: 690px;
    margin-top: 31px;
  }

  .home-page .price-chips b { font-size: 12px; }
  .home-page .price-chips span { padding-top: 15px; font-size: 11px; }

  .home-page .hero-device {
    width: 100%;
    justify-self: end;
    perspective: 2100px;
  }

  .home-page .laptop {
    --device-base-x: 24px;
    --device-base-y: -14px;
    width: min(108%, 790px);
    filter: drop-shadow(0 62px 62px rgba(0,0,0,.6));
  }

  .home-page .service-typewriter {
    top: 63px;
    bottom: 62px;
    left: 43px;
    width: min(52%, 382px);
  }

  .home-page .typing-meta {
    margin-bottom: 19px;
    font-size: 7px;
  }

  .home-page .service-typewriter > small { font-size: 8px; }
  .home-page .service-typewriter h2 {
    max-width: 360px;
    min-height: 104px;
    font-size: 34px;
  }
  .home-page .service-typewriter > p {
    max-width: 340px;
    min-height: 48px;
    font-size: 9px;
  }
  .home-page .typing-progress { max-width: 300px; }

  .home-page .hero-metrics {
    margin-top: 42px;
  }

  .home-page .hero-metrics > div {
    min-height: 108px;
    gap: 17px;
    padding: 18px 27px;
  }

  .home-page .metric-icon {
    width: 48px;
    height: 48px;
  }

  .home-page .hero-metrics .metric-copy b { font-size: 17px; }
  .home-page .hero-metrics .metric-copy small { font-size: 13px; }

  .home-page .section-heading p,
  .home-page .mkk-intro p,
  .home-page .support-copy p,
  .home-page .contact-copy > p {
    font-size: 18px;
  }

  .home-page .problem-card {
    min-height: 250px;
    padding: 32px;
  }

  .home-page .problem-card:nth-child(-n+2) {
    min-height: 276px;
    padding: 38px;
  }

  .home-page .problem-card h3 { font-size: 23px; }
  .home-page .problem-card p { max-width: 510px; font-size: 15px; }
  .home-page .statement { margin-top: 28px; padding: 27px 34px; }
  .home-page .statement p { font-size: 18px; }

  .home-page .service-card {
    min-height: 280px;
    padding: 31px;
  }

  .home-page .service-card:nth-child(n+4):nth-child(-n+7) { min-height: 260px; }
  .home-page .service-card:nth-child(n+8) { min-height: 235px; }
  .home-page .service-icon { margin-bottom: 46px; font-size: 10px; }
  .home-page .service-card h3 { font-size: 24px; }
  .home-page .service-card p { max-width: 440px; font-size: 15px; }
  .home-page .service-card b { font-size: 14px; }

  .home-page .section--system { padding: 122px 0; }
  .home-page .system-layout {
    grid-template-columns: minmax(400px, .7fr) minmax(760px, 1.3fr);
    gap: 118px;
  }
  .home-page .system-copy h2 { font-size: 64px; }
  .home-page .system-copy p { font-size: 18px; }
  .home-page .system-proof span { padding: 9px 12px; font-size: 11px; }
  .home-page .system-lab {
    min-height: 640px;
    grid-template-rows: 54px 1fr auto;
  }
  .home-page .system-radar { min-height: 455px; }
  .home-page .system-readout { padding: 42px 40px 42px 8px; }
  .home-page .system-readout h3 { font-size: 34px; }
  .home-page .system-readout > p { min-height: 110px; font-size: 15px; }
  .home-page .system-readout b { font-size: 13px; }
  .home-page .system-stages button { min-height: 78px; }
  .home-page .system-stages button span { font-size: 9px; }

  .home-page .case-visual { height: 365px; }
  .home-page .case-card:nth-child(1) .case-visual,
  .home-page .case-card:nth-child(4) .case-visual { height: 410px; }
  .home-page .case-body { padding: 29px 31px 32px; }
  .home-page .case-body h3 { font-size: 27px; }
  .home-page .case-body p { font-size: 15px; }
  .home-page .case-result { padding: 10px 12px; font-size: 10px; }

  .home-page .mkk-intro {
    gap: 24px 135px;
    margin-bottom: 58px;
  }
  .home-page .mkk-card {
    min-height: 242px;
    padding: 31px 33px;
  }
  .home-page .mkk-card h3 { margin-top: 43px; font-size: 24px; }
  .home-page .mkk-card p { max-width: 540px; font-size: 15px; }
  .home-page .mkk-cta {
    min-height: 176px;
    margin-top: 14px;
    padding: 39px 43px;
  }
  .home-page .mkk-cta b { font-size: 27px; }
  .home-page .mkk-cta > div span { font-size: 17px; }

  .home-page .price-card {
    min-height: 660px;
    padding: 22px 28px 30px;
  }
  .home-page .price-card:nth-child(n+4) { min-height: 580px; }
  .home-page .price-card h3 { font-size: 27px; }
  .home-page .price b { font-size: 35px; }
  .home-page .price-card ul { gap: 11px; font-size: 15px; }
  .home-page .price-card .button { min-height: 52px; font-size: 14px; }
  .home-page .price-visual {
    height: 238px;
    margin: -22px -28px 28px;
  }
  .home-page .price-card:nth-child(n+4) .price-visual { height: 225px; }

  .home-page .timeline { margin-top: 62px; }
  .home-page .timeline li > i { width: 56px; height: 56px; }
  .home-page .timeline h3 { font-size: 16px; }
  .home-page .timeline p { font-size: 14px; }

  .home-page .fit-card {
    min-height: 445px;
    padding: 44px;
  }
  .home-page .fit-label { font-size: 22px; }
  .home-page .fit-card li { font-size: 15px; }

  .home-page .support-layout { gap: 155px; }
  .home-page .support-list > div { min-height: 82px; }
  .home-page .support-list b { font-size: 16px; }
  .home-page .support-list p { font-size: 13px; }

  .home-page .article-card {
    min-height: 345px;
    padding: 32px;
  }
  .home-page .article-number { margin: 42px 0 27px; font-size: 54px; }
  .home-page .article-card h3 { font-size: 23px; }

  .home-page .section--contact { padding: 105px 0; }
  .home-page .contact-layout {
    gap: 125px;
    padding: 68px;
  }
  .home-page .contact-form { padding: 38px; }
  .home-page .direct-contacts b { font-size: 14px; }

  /* Experience / blog */
  .blog-hero {
    min-height: 760px;
    padding: 176px 0 98px;
  }
  .blog-hero-art {
    top: 38px;
    right: -2%;
    width: min(1040px, 58vw);
  }
  .blog-hero-layout {
    min-height: 480px;
    grid-template-columns: 1.04fr .96fr;
    gap: 130px;
  }
  .blog-hero-copy { max-width: 860px; }
  .blog-hero h1 { max-width: 850px; font-size: 88px; }
  .blog-hero-copy > p { max-width: 750px; font-size: 18px; }
  .blog-hero-index { max-width: 580px; }
  .blog-hero-index div { min-height: 108px; padding: 23px 21px; }
  .blog-hero-index b { font-size: 24px; }
  .blog-hero-index span { font-size: 10px; }

  .section--blog-featured { padding: 104px 0; }
  .featured-post {
    min-height: 570px;
    grid-template-columns: 1.12fr .88fr;
  }
  .featured-post-visual { min-height: 570px; }
  .featured-window { min-height: 355px; }
  .featured-post-copy { padding: 66px; }
  .featured-post-copy h2 { font-size: 54px; }
  .featured-post-copy p { font-size: 16px; }
  .featured-post-copy strong,
  .blog-card strong { font-size: 12px; }

  .blog-toolbar {
    grid-template-columns: minmax(350px, .65fr) minmax(0, 1.35fr);
    gap: 30px;
    margin-bottom: 28px;
  }
  .blog-search input { height: 54px; font-size: 14px; }
  .blog-search i { bottom: 15px; }
  .blog-filters { gap: 9px; }
  .blog-filters button { min-height: 43px; padding-inline: 16px; font-size: 10px; }
  .blog-grid { gap: 16px; }
  .blog-card { min-height: 450px; padding: 34px; }
  .blog-card-icon { width: 45px; height: 45px; font-size: 17px; }
  .blog-card-number { margin: 52px 0 30px; font-size: 58px; }
  .blog-card h3 { max-width: 410px; font-size: 26px; }
  .blog-card p { font-size: 14px; }

  .blog-topics-layout {
    grid-template-columns: .78fr 1.22fr;
    gap: 150px;
  }
  .blog-topics-copy p { max-width: 580px; font-size: 17px; }
  .topic-list a { min-height: 82px; grid-template-columns: 54px 1fr auto; }
  .topic-list b { font-size: 16px; }
  .topic-list i { font-size: 10px; }
  .blog-subscribe-card,
  .article-cta-card {
    min-height: 360px;
    gap: 90px;
    padding: 68px;
  }

  /* Article: more room around the text, not a longer reading line. */
  .article-hero {
    min-height: 790px;
    padding: 176px 0 96px;
  }
  .article-hero-art { right: -4%; width: 940px; }
  .article-hero-inner { max-width: 1180px; }
  .article-hero h1 { max-width: 1160px; font-size: 88px; }
  .article-hero-inner > p { max-width: 850px; font-size: 19px; }
  .article-author-mark { width: 45px; height: 45px; font-size: 10px; }
  .article-author b { font-size: 13px; }
  .article-author small { font-size: 9px; }

  .article-layout {
    grid-template-columns: 290px minmax(0, 820px);
    gap: 120px;
    padding-top: 110px;
    padding-bottom: 125px;
  }
  .article-aside-block { padding: 27px; }
  .article-toc a { padding-block: 10px; font-size: 11px; }
  .article-content { font-size: 18px; line-height: 1.9; }
  .article-content .article-intro { font-size: 23px; }
  .article-content section + section { margin-top: 68px; padding-top: 65px; }
  .article-content h2 { font-size: 46px; }
  .article-content h3 { font-size: 25px; }
  .article-content blockquote { padding: 31px 34px; }
  .article-content blockquote b { font-size: 19px; }
  .article-content blockquote span { font-size: 15px; }
  .article-cta { padding: 94px 0; }
  .article-cta-card { min-height: 340px; }
  .related-grid { gap: 16px; }
  .related-grid .blog-card { min-height: 360px; }
}

/* "Цена ошибки": directional light and a restrained mechanical response. */
.home-page .problem-card {
  --problem-accent: #9b70ff;
  isolation: isolate;
  box-shadow: 0 16px 42px rgba(0,0,0,.08);
  transition:
    transform .42s cubic-bezier(.2,.8,.2,1),
    border-color .32s ease,
    background .32s ease,
    box-shadow .42s ease;
}

.home-page .problem-card:nth-child(2) { --problem-accent: #f39a48; }
.home-page .problem-card:nth-child(3) { --problem-accent: #f061b5; }
.home-page .problem-card:nth-child(4) { --problem-accent: #6489ff; }
.home-page .problem-card:nth-child(5) { --problem-accent: #f06e92; }

.home-page .problem-card::before {
  position: absolute;
  z-index: 1;
  top: -55%;
  bottom: -55%;
  left: -36%;
  width: 26%;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--problem-accent) 9%, transparent) 26%,
    color-mix(in srgb, var(--problem-accent) 32%, transparent) 50%,
    color-mix(in srgb, var(--problem-accent) 9%, transparent) 74%,
    transparent
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateX(-90%) skewX(-16deg);
}

.home-page .problem-card::after {
  z-index: 1;
  transition:
    transform .55s cubic-bezier(.2,.8,.2,1),
    border-color .35s ease,
    box-shadow .45s ease;
}

.home-page .problem-card > .card-shine {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  background: radial-gradient(
    280px circle at var(--shine-x, 50%) var(--shine-y, 50%),
    color-mix(in srgb, var(--problem-accent) 17%, transparent),
    transparent 70%
  );
  color: transparent;
  letter-spacing: normal;
}

.home-page .problem-card > span:not(.card-shine),
.home-page .problem-card > h3,
.home-page .problem-card > p {
  position: relative;
  z-index: 2;
  transition:
    transform .42s cubic-bezier(.2,.8,.2,1),
    color .3s ease,
    text-shadow .3s ease;
}

@keyframes problem-light-pass {
  0% { opacity: 0; transform: translateX(-90%) skewX(-16deg); }
  20% { opacity: .9; }
  100% { opacity: 0; transform: translateX(650%) skewX(-16deg); }
}

@media (hover: hover) and (pointer: fine) {
  .home-page .problem-card:hover {
    transform: translateY(-8px);
    border-color: color-mix(in srgb, var(--problem-accent) 52%, rgba(255,255,255,.1));
    background:
      radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--problem-accent) 13%, transparent), transparent 31%),
      linear-gradient(145deg, rgba(255,255,255,.052), rgba(255,255,255,.012));
    box-shadow:
      0 30px 70px rgba(0,0,0,.28),
      0 0 0 1px color-mix(in srgb, var(--problem-accent) 7%, transparent),
      inset 0 1px rgba(255,255,255,.055);
  }

  .home-page .problem-card:hover::before {
    animation: problem-light-pass .82s cubic-bezier(.2,.7,.25,1) both;
  }

  .home-page .problem-card:hover::after {
    border-color: color-mix(in srgb, var(--problem-accent) 35%, transparent);
    box-shadow:
      0 0 0 17px color-mix(in srgb, var(--problem-accent) 3%, transparent),
      inset 0 0 24px color-mix(in srgb, var(--problem-accent) 7%, transparent);
    transform: scale(1.35) rotate(13deg);
  }

  .home-page .problem-card:hover > span:not(.card-shine) {
    color: var(--problem-accent);
    text-shadow: 0 0 18px color-mix(in srgb, var(--problem-accent) 44%, transparent);
    transform: translateY(-4px);
  }

  .home-page .problem-card:hover > h3 { transform: translateY(-3px); }
  .home-page .problem-card:hover > p { color: #aeb3be; transform: translateY(-2px); }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .problem-card,
  .home-page .problem-card::before,
  .home-page .problem-card::after,
  .home-page .problem-card > span:not(.card-shine),
  .home-page .problem-card > h3,
  .home-page .problem-card > p {
    animation: none!important;
    transition: none!important;
  }

  .home-page .problem-card:hover,
  .home-page .problem-card:hover::after,
  .home-page .problem-card:hover > span:not(.card-shine),
  .home-page .problem-card:hover > h3,
  .home-page .problem-card:hover > p {
    transform: none;
  }
}
/* HOME_RAIL_START */
.home-rail { position: fixed; z-index: 88; top: 50%; right: clamp(8px,1.15vw,24px); display: grid; gap: 3px; width: 54px; padding: 10px 8px; border: 1px solid rgba(184,132,255,.22); border-radius: 4px 18px 4px 18px; background: rgba(7,9,16,.82); box-shadow: 0 22px 60px rgba(0,0,0,.32); backdrop-filter: blur(20px) saturate(1.25); overflow: hidden; transform: translateY(-50%); transition: width .34s cubic-bezier(.2,.72,.2,1),border-color .3s ease,background .3s ease; }
.home-rail:hover,.home-rail:focus-within { width: 154px; border-color: rgba(184,132,255,.48); background: rgba(7,9,16,.94); }
.home-rail__title { width: 132px; padding: 3px 5px 8px; color: #787383; font-size: 8px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; opacity: 0; transform: translateX(7px); transition: opacity .25s ease,transform .25s ease; }
.home-rail:hover .home-rail__title,.home-rail:focus-within .home-rail__title { opacity: 1; transform: none; }
.home-rail a { position: relative; display: grid; grid-template-columns: 10px 26px 84px; align-items: center; gap: 3px; width: 132px; min-height: 36px; padding: 0 5px; border-radius: 2px 10px 2px 10px; color: #8d8997; text-decoration: none; transition: color .25s ease,background .25s ease; }
.home-rail a i { grid-column: 1; width: 7px; height: 7px; border: 1px solid #777281; border-radius: 50%; transition: background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease; }
.home-rail a small { grid-column: 2; grid-row: 1; color: #777281; font: 800 8px ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .04em; }
.home-rail a b { grid-column: 3; grid-row: 1; font-size: 11px; font-weight: 800; white-space: nowrap; opacity: 0; transform: translateX(7px); transition: opacity .25s ease,transform .25s ease; }
.home-rail:hover a b,.home-rail:focus-within a b { opacity: 1; transform: none; }
.home-rail a:hover,.home-rail a:focus-visible { color: #fff; background: rgba(255,255,255,.05); outline: none; }
.home-rail a.is-active { color: #fff; background: linear-gradient(90deg,rgba(152,72,255,.18),rgba(255,106,188,.05)); }
.home-rail a.is-active i { border-color: #ba83ff; background: #9a4fff; box-shadow: 0 0 0 4px rgba(154,79,255,.12),0 0 15px rgba(154,79,255,.55); transform: scale(1.12); }
.home-rail a.is-active small { color: #c59bff; }
@media (min-width:2200px) { .home-rail { right: max(28px,calc((100vw - 1900px)/2)); } }
@media (max-width:980px) {
  body.home-page { padding-bottom: 78px; }
  .home-rail,.home-rail:hover,.home-rail:focus-within { top: auto; right: auto; bottom: 10px; left: 50%; display: flex; width: min(calc(100% - 24px),680px); padding: 7px; border-radius: 16px; overflow-x: auto; transform: translateX(-50%); scrollbar-width: none; scroll-snap-type: x proximity; }
  .home-rail::-webkit-scrollbar { display: none; }
  .home-rail__title { display: none; }
  .home-rail a { flex: 0 0 62px; display: grid; grid-template-columns: 1fr; justify-items: center; gap: 3px; width: auto; min-height: 48px; padding: 6px 4px; scroll-snap-align: center; }
  .home-rail a i,.home-rail a small { grid-column: 1; grid-row: auto; }
  .home-rail a i { width: 6px; height: 6px; }
  .home-rail a b { display: none; }
  .home-rail a small { font-size: 8px; }
}
@media (prefers-reduced-motion:reduce) { .home-rail,.home-rail * { transition: none !important; } }
/* HOME_RAIL_END */


/* SMM_FACTORY_TEASER */
.service-card--soon {
  cursor: default;
  border-style: dashed;
  border-color: rgba(255, 151, 72, .24);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 132, 54, .14), transparent 29%),
    linear-gradient(145deg, rgba(117, 68, 42, .1), rgba(255,255,255,.01));
}

.service-card--soon:hover {
  transform: none;
  border-color: rgba(255, 151, 72, .38);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}

.service-card--soon b { color: #f0a262; }

.service-card__badge {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 151, 72, .28);
  border-radius: 999px;
  background: rgba(255, 132, 54, .08);
  color: #f0a262;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}
