:root {
  color-scheme: light;
  --ink-950: #0b1730;
  --ink-900: #101e38;
  --ink-800: #172746;
  --ink-700: #263a5d;
  --paper: #f7f9fd;
  --white: #ffffff;
  --pink: #f13d93;
  --pink-deep: #d8267d;
  --pink-soft: #f7cfe2;
  --blue: #8ebfe8;
  --blue-soft: #d8eafb;
  --line: #d9e1ec;
  --muted: #53637b;
  --muted-light: #b5c2d6;
  --success: #0b6b4d;
  --error: #b42318;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --header-height: 5.25rem;
  --shadow-soft: 0 1.25rem 4rem rgba(9, 23, 48, 0.12);
  --shadow-deep: 0 2rem 5rem rgba(4, 12, 27, 0.34);
}

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

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink-950);
  font-family: "Geist Variable", "Geist", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open {
  overflow: hidden;
}

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

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

button {
  border: 0;
}

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

a {
  color: inherit;
}

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

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

::selection {
  background: var(--pink-soft);
  color: var(--ink-950);
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 1rem;
  z-index: 200;
  translate: 0 -170%;
  border-radius: 0.625rem;
  background: var(--pink-soft);
  color: var(--ink-950);
  padding: 0.75rem 1rem;
  font-weight: 750;
  text-decoration: none;
  transition: translate 180ms var(--ease-out);
}

.skip-link:focus {
  translate: 0;
}

.shell {
  width: min(100% - 2.5rem, 80rem);
  margin-inline: auto;
}

.section-space {
  padding-block: clamp(6.5rem, 11vw, 10rem);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(11, 23, 48, 0.86);
  color: var(--white);
  backdrop-filter: blur(18px) saturate(135%);
}

.nav-shell {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  width: auto;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.7rem;
  color: var(--white);
  text-decoration: none;
}

.brand img,
.footer-brand img {
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 0.08rem;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.brand-copy span {
  color: #aebcd2;
  font-size: 0.75rem;
  font-weight: 560;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}

.desktop-nav a {
  position: relative;
  min-height: 2.75rem;
  align-content: center;
  color: #dce5f2;
  font-size: 0.875rem;
  font-weight: 620;
  text-decoration: none;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  inset: auto 0 0.3rem;
  height: 1px;
  scale: 0 1;
  transform-origin: right;
  background: var(--pink-soft);
  content: "";
  transition: scale 220ms var(--ease-out);
}

.nav-action {
  min-height: 2.875rem;
  border-radius: 0.75rem;
  background: var(--pink);
  color: var(--white);
  padding: 0.75rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 720;
  cursor: pointer;
  transition: background 180ms ease, transform 160ms var(--ease-out);
}

.menu-toggle {
  display: none;
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  background: transparent;
  cursor: pointer;
}

.menu-toggle > span:not(.visually-hidden) {
  display: block;
  width: 1.25rem;
  height: 1px;
  margin: 0.32rem auto;
  background: var(--white);
  transition: rotate 200ms var(--ease-out), translate 200ms var(--ease-out);
}

.menu-toggle[aria-expanded="true"] > span:first-child {
  translate: 0 0.34rem;
  rotate: 45deg;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
  translate: 0 -0.34rem;
  rotate: -45deg;
}

.mobile-menu {
  width: min(100% - 2.5rem, 80rem);
  margin-inline: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-block: 0.75rem 1.25rem;
}

.mobile-menu a,
.mobile-menu button {
  display: flex;
  width: 100%;
  min-height: 2.875rem;
  align-items: center;
  background: transparent;
  color: var(--white);
  font-weight: 650;
  text-align: left;
  text-decoration: none;
}

.mobile-menu button {
  margin-top: 0.75rem;
  justify-content: center;
  border-radius: 0.75rem;
  background: var(--pink);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(58rem, 100svh);
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 28%, rgba(142, 191, 232, 0.16), transparent 28rem),
    radial-gradient(circle at 15% 86%, rgba(241, 61, 147, 0.17), transparent 25rem),
    var(--ink-950);
  color: var(--white);
  padding-block: calc(var(--header-height) + clamp(4rem, 8vw, 7.5rem)) clamp(5rem, 8vw, 7rem);
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(to bottom, black 0%, transparent 84%);
  content: "";
}

.hero-ambient {
  position: absolute;
  z-index: -1;
  top: 18%;
  right: -14rem;
  width: 35rem;
  height: 35rem;
  border: 1px solid rgba(142, 191, 232, 0.18);
  border-radius: 50%;
  box-shadow:
    inset 0 0 5rem rgba(142, 191, 232, 0.1),
    -3rem 4rem 8rem rgba(241, 61, 147, 0.06);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(25rem, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero-kicker,
.section-kicker {
  margin-bottom: 1.5rem;
  color: #f7a9ce;
  font-size: 0.92rem;
  font-weight: 720;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-kicker::before {
  width: 2.5rem;
  height: 1px;
  background: linear-gradient(90deg, var(--pink), var(--blue));
  content: "";
}

.hero h1 {
  width: min(70vw, 64rem);
  margin-bottom: 0;
  font-family: "Unbounded Variable", "Unbounded", "Arial Black", sans-serif;
  font-size: clamp(3rem, 5.25vw, 5.75rem);
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 0.99;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
}

.hero h1 span:last-child {
  color: var(--pink-soft);
}

.hero-lead {
  max-width: 43rem;
  margin: 2rem 0 0;
  color: #d9e3f1;
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  line-height: 1.62;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.25rem;
}

.button {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 0.875rem;
  padding: 0.9rem 1.35rem;
  font-weight: 740;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 160ms var(--ease-out),
    box-shadow 220ms var(--ease-out);
}

.button svg,
.corridor-action svg,
.telegram-link svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button:active,
.nav-action:active,
.corridor-action:active {
  transform: scale(0.98);
}

.button-primary {
  background: var(--pink-soft);
  color: var(--ink-950);
  box-shadow: 0 0.8rem 2.2rem rgba(241, 61, 147, 0.18);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.hero-visual {
  position: relative;
  width: min(100%, 31rem);
  min-height: 39rem;
  justify-self: end;
}

.founder-frame {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #d5d7dc;
  box-shadow: var(--shadow-deep);
}

.founder-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(241, 61, 147, 0.28), transparent 48%),
    linear-gradient(315deg, rgba(142, 191, 232, 0.34), transparent 46%);
  mix-blend-mode: color;
  pointer-events: none;
}

.founder-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.founder-frame figcaption {
  position: absolute;
  inset: auto 1rem 1rem;
  display: grid;
  gap: 0.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.75rem;
  background: rgba(11, 23, 48, 0.9);
  color: var(--white);
  padding: 0.85rem 1rem;
  backdrop-filter: blur(14px);
}

.founder-frame figcaption strong {
  font-size: 1rem;
}

.founder-frame figcaption span {
  color: #ccd7e7;
  font-size: 0.82rem;
  line-height: 1.45;
}

.facts {
  position: relative;
  z-index: 6;
  background: var(--pink-soft);
  color: var(--ink-950);
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.facts-grid > div {
  display: grid;
  align-content: center;
  gap: 0.35rem;
  min-height: 9.5rem;
  border-right: 1px solid rgba(11, 23, 48, 0.18);
  padding: 1.5rem clamp(1rem, 2.5vw, 2.25rem);
}

.facts-grid > div:first-child {
  padding-left: 0;
}

.facts-grid > div:last-child {
  border-right: 0;
  padding-right: 0;
}

.facts-grid strong {
  font-family: "Unbounded Variable", "Unbounded", sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.facts-grid span {
  max-width: 19ch;
  color: #34425a;
  font-size: 0.9rem;
  line-height: 1.4;
}

.section-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(2rem, 6vw, 7rem);
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.section-intro > div {
  max-width: 53rem;
}

.section-intro > p {
  max-width: 31rem;
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-kicker {
  margin-bottom: 1.15rem;
  color: var(--pink-deep);
}

.section-kicker-light {
  color: #f7a9ce;
}

h2 {
  margin-bottom: 0;
  font-family: "Unbounded Variable", "Unbounded", "Arial Black", sans-serif;
  font-size: clamp(2.05rem, 4.1vw, 4.55rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.services {
  background: var(--paper);
}

.route-board {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: var(--ink-950);
  color: var(--white);
  padding: clamp(2rem, 5vw, 4.5rem);
  box-shadow: var(--shadow-deep);
}

.route-board::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(241, 61, 147, 0.1), transparent 32%),
    linear-gradient(290deg, rgba(142, 191, 232, 0.12), transparent 36%);
  content: "";
  pointer-events: none;
}

.cycle-heading {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cycle-heading h3 {
  margin-bottom: 0.45rem;
  font-family: "Unbounded Variable", "Unbounded", sans-serif;
  font-size: clamp(1.45rem, 2.7vw, 2.45rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.cycle-heading p {
  margin-bottom: 0;
  color: #bdcada;
}

.cycle-diagram {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(3rem, 6vw, 5rem);
}

.cycle-rail {
  position: absolute;
  top: 5.55rem;
  right: 11%;
  left: 11%;
  height: 1px;
  background: linear-gradient(90deg, var(--pink), var(--blue), var(--pink), var(--blue));
  box-shadow: 0 0.35rem 1rem rgba(142, 191, 232, 0.2);
}

.cycle-node {
  position: relative;
  display: grid;
  justify-items: center;
  padding-inline: clamp(0.75rem, 2vw, 1.5rem);
  text-align: center;
}

.cycle-icon {
  display: grid;
  width: 4.75rem;
  height: 4.75rem;
  place-items: center;
  background: transparent;
  color: var(--blue);
  cursor: pointer;
  transition: transform 220ms var(--ease-out), color 180ms ease;
}

.cycle-node-pink .cycle-icon,
.cycle-node-pink h4,
.cycle-node-pink .cycle-link {
  color: #f56ba9;
}

.cycle-icon svg {
  width: 3.7rem;
  height: 3.7rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.cycle-dot {
  position: relative;
  z-index: 2;
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.35rem;
  border: 3px solid var(--ink-950);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 1px currentColor, 0 0 1rem rgba(142, 191, 232, 0.5);
  color: var(--blue);
}

.cycle-node-pink .cycle-dot {
  background: var(--pink);
  color: var(--pink);
  box-shadow: 0 0 0 1px currentColor, 0 0 1rem rgba(241, 61, 147, 0.52);
}

.cycle-node h4 {
  min-height: 3.1rem;
  margin: 1rem 0 0.7rem;
  color: var(--blue);
  font-family: "Unbounded Variable", "Unbounded", sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  letter-spacing: -0.025em;
  line-height: 1.28;
}

.cycle-node p {
  max-width: 22rem;
  margin-bottom: 0;
  color: #c0ccdc;
  font-size: 0.88rem;
  line-height: 1.55;
}

.cycle-link {
  min-height: 2.75rem;
  margin-top: 0.8rem;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--blue);
  padding: 0.35rem 0;
  font-size: 0.82rem;
  font-weight: 680;
  cursor: pointer;
  transition: color 180ms ease, transform 160ms var(--ease-out);
}

.cycle-recombine {
  position: relative;
  z-index: 2;
  width: calc(100% - 12%);
  height: 5rem;
  margin: 1.5rem auto 0;
  border-right: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  border-left: 1px solid var(--pink);
  border-radius: 0 0 0.5rem 0.5rem;
}

.cycle-recombine::after {
  position: absolute;
  bottom: -2.2rem;
  left: 50%;
  width: 1px;
  height: 2.2rem;
  background: linear-gradient(var(--blue), var(--pink));
  content: "";
}

.cycle-recombine span {
  position: absolute;
  bottom: -2.25rem;
  left: 50%;
  width: 0.7rem;
  height: 0.7rem;
  translate: -50% 0;
  rotate: 45deg;
  border-right: 1px solid var(--pink);
  border-bottom: 1px solid var(--pink);
}

.cycle-destination {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  margin-top: 3.4rem;
  text-align: center;
}

.cycle-destination svg {
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 0.5rem;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.3;
}

.cycle-destination strong {
  color: var(--blue);
  font-family: "Unbounded Variable", "Unbounded", sans-serif;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
}

.cycle-destination span {
  color: #aebdd1;
  font-size: 0.88rem;
}

.operations-marquee {
  --marquee-gap: 2.4rem;
  overflow: hidden;
  border-block: 1px solid rgba(11, 23, 48, 0.14);
  background: var(--white);
  color: var(--ink-950);
  padding-block: 1.25rem;
}

.marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: marquee 40s linear infinite;
  font-family: "Unbounded Variable", "Unbounded", sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 2.25rem);
  font-weight: 620;
  letter-spacing: -0.025em;
  white-space: nowrap;
  will-change: transform;
}

.marquee-group {
  display: flex;
  align-items: center;
  gap: var(--marquee-gap);
  padding-right: var(--marquee-gap);
}

.marquee-group i {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--pink);
}

.process {
  overflow: clip;
  background: var(--ink-950);
  color: var(--white);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(28rem, 1.24fr);
  gap: clamp(3rem, 9vw, 8rem);
  align-items: start;
}

.process-copy {
  position: sticky;
  top: calc(var(--header-height) + 2.5rem);
}

.process-copy h2 {
  font-size: clamp(2.15rem, 3.8vw, 4.25rem);
}

.process-copy > p:last-child {
  max-width: 35rem;
  margin: 1.75rem 0 0;
  color: #bdcada;
  font-size: 1.05rem;
}

.process-stack {
  position: relative;
  display: grid;
  gap: 2rem;
  padding-bottom: 12vh;
}

.process-card {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
  min-height: 24rem;
  border-radius: 1rem;
  background: var(--white);
  color: var(--ink-950);
  padding: clamp(2rem, 5vw, 4.5rem);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.25);
  transform-origin: center top;
}

.process-card:nth-child(2) {
  top: calc(var(--header-height) + 3.25rem);
}

.process-card:nth-child(3) {
  top: calc(var(--header-height) + 4.5rem);
}

.process-card:nth-child(4) {
  top: calc(var(--header-height) + 5.75rem);
}

.process-card-pink {
  background: var(--pink-soft);
}

.process-card-blue {
  background: var(--blue-soft);
}

.process-card-dark {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--ink-800);
  color: var(--white);
}

.process-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.process-card-head svg {
  width: 3.25rem;
  height: 3.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
}

.process-card-head span {
  color: #596981;
  font-size: 0.9rem;
  font-weight: 680;
}

.process-card-dark .process-card-head span {
  color: #b8c6d8;
}

.process-card h3 {
  max-width: 16ch;
  margin: clamp(3rem, 7vw, 6rem) 0 1.25rem;
  font-family: "Unbounded Variable", "Unbounded", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.process-card p {
  max-width: 50ch;
  margin-bottom: 0;
  color: #4b5b72;
  font-size: 1.05rem;
}

.process-card-dark p {
  color: #c3cfdf;
}

.advantages {
  background: var(--paper);
}

.advantage-bento {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.advantage-card {
  position: relative;
  display: flex;
  min-height: 20rem;
  grid-column: span 4;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--white);
  padding: clamp(1.75rem, 3vw, 2.75rem);
}

.advantage-card-wide {
  grid-column: span 7;
  min-height: 25rem;
  background: var(--blue-soft);
}

.advantage-card-wide + .advantage-card {
  grid-column: span 5;
  min-height: 25rem;
}

.advantage-card-fleet {
  isolation: isolate;
  border-color: var(--ink-800);
  background: linear-gradient(135deg, var(--ink-950) 0%, var(--ink-800) 62%, #315272 100%);
  color: var(--white);
}

.advantage-card-fleet::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 23, 48, 0.98) 0%, rgba(11, 23, 48, 0.84) 38%, rgba(11, 23, 48, 0.08) 78%);
  content: "";
  pointer-events: none;
}

.fleet-photo {
  position: absolute;
  z-index: 0;
  right: -4%;
  bottom: -2%;
  width: min(80%, 45rem);
  height: auto;
  filter: drop-shadow(0 1.2rem 1.3rem rgba(3, 10, 23, 0.3));
  pointer-events: none;
}

.advantage-card-fleet .advantage-icon,
.advantage-card-fleet .advantage-card-content {
  position: relative;
  z-index: 2;
}

.advantage-card-fleet .advantage-icon {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.advantage-card-fleet h3 {
  max-width: 15ch;
  color: var(--white);
}

.advantage-card.advantage-card-fleet p {
  max-width: 31ch;
  color: #d7e3f2;
}

.advantage-card-dark {
  border-color: var(--ink-950);
  background: var(--ink-950);
  color: var(--white);
}

.advantage-card-pink {
  border-color: var(--pink-soft);
  background: var(--pink-soft);
}

.advantage-icon {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  border-radius: 0.75rem;
  background: var(--ink-950);
  color: var(--white);
}

.advantage-card-dark .advantage-icon {
  background: var(--pink-soft);
  color: var(--ink-950);
}

.advantage-card-pink .advantage-icon {
  background: var(--white);
  color: var(--ink-950);
}

.advantage-icon svg {
  width: 1.7rem;
  height: 1.7rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.advantage-card h3 {
  max-width: 18ch;
  margin: auto 0 0.9rem;
  font-family: "Unbounded Variable", "Unbounded", sans-serif;
  font-size: clamp(1.3rem, 2vw, 2rem);
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.advantage-card p {
  max-width: 42ch;
  margin-bottom: 0;
  color: var(--muted);
}

.advantage-card-dark p {
  color: #becbdd;
}

.proximity-note {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1rem;
  border-radius: 1rem;
  background: var(--ink-800);
  color: var(--white);
  padding: 1.5rem 1.75rem;
}

.proximity-note svg {
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.5;
}

.proximity-note p {
  margin: 0;
  font-weight: 620;
}

.location {
  overflow: hidden;
  background: var(--ink-950);
  color: var(--white);
}

.location-heading {
  max-width: 58rem;
}

.location-heading > p:last-child {
  max-width: 40rem;
  margin: 1.5rem 0 0;
  color: #bdcada;
  font-size: 1.05rem;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(25rem, 0.95fr);
  gap: 1rem;
  margin-top: clamp(3rem, 6vw, 5rem);
}

.map-panel,
.reviews-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  background: var(--ink-800);
}

.panel-title {
  display: flex;
  min-height: 7.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1.75rem;
}

.panel-title span {
  color: #aebdd1;
  font-size: 0.82rem;
}

.panel-title h3 {
  margin: 0.2rem 0 0;
  font-family: "Unbounded Variable", "Unbounded", sans-serif;
  font-size: 1.7rem;
  letter-spacing: -0.025em;
}

.panel-title .external-note {
  max-width: 10rem;
  text-align: right;
}

.yandex-badge {
  min-width: 150px;
  overflow: hidden;
  border-radius: 0.5rem;
  background: var(--white);
}

.map-frame {
  height: 38rem;
}

.map-frame iframe,
.reviews-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.reviews-frame {
  position: relative;
  height: 38rem;
  overflow-y: auto;
  background: var(--white);
}

.reviews-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: start;
  gap: 1rem;
  background:
    linear-gradient(rgba(20, 42, 76, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 42, 76, 0.055) 1px, transparent 1px),
    #f8faff;
  background-size: 3rem 3rem;
  color: var(--ink-950);
  padding: clamp(2rem, 6vw, 4.5rem);
}

.reviews-fallback-mark {
  border-radius: 0.55rem;
  background: var(--ink-950);
  color: var(--white);
  padding: 0.55rem 0.75rem;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 720;
}

.reviews-fallback strong {
  max-width: 24rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.05;
}

.reviews-fallback p {
  max-width: 28rem;
  color: var(--ink-650);
  line-height: 1.65;
}

.reviews-fallback a {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  gap: 0.7rem;
  border-radius: 0.75rem;
  background: var(--pink);
  color: var(--white);
  padding: 0.8rem 1rem;
  font-weight: 720;
  text-decoration: none;
}

.reviews-fallback a svg {
  width: 1rem;
  height: 1rem;
}

.reviews-frame.is-loading iframe,
.reviews-frame.is-fallback iframe {
  opacity: 0;
  pointer-events: none;
}

.reviews-frame.is-ready .reviews-fallback {
  display: none;
}

.reviews-frame iframe {
  position: relative;
  z-index: 1;
  transition: opacity 180ms ease;
}

.faq {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 9vw, 8rem);
}

.faq-copy {
  align-self: start;
}

.faq-copy > p:last-child {
  max-width: 33rem;
  margin: 1.5rem 0 0;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid #b9c4d3;
}

.faq-list details {
  border-bottom: 1px solid #b9c4d3;
}

.faq-list summary {
  display: flex;
  min-height: 5.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 720;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 auto;
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 2px;
  translate: -50% -50%;
  background: var(--pink-deep);
  content: "";
  transition: rotate 220ms var(--ease-out);
}

.faq-list summary span::after {
  rotate: 90deg;
}

.faq-list details[open] summary span::after {
  rotate: 0deg;
}

.faq-list details p {
  max-width: 58ch;
  margin: -0.4rem 0 1.75rem;
  color: var(--muted);
}

.lead-section {
  background:
    radial-gradient(circle at 12% 80%, rgba(241, 61, 147, 0.16), transparent 25rem),
    var(--ink-950);
  color: var(--white);
}

.lead-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(31rem, 1.22fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.lead-copy h2 {
  font-size: clamp(2.2rem, 4vw, 4.25rem);
}

.lead-copy > p:last-of-type {
  max-width: 34rem;
  margin: 1.6rem 0 0;
  color: #bdcada;
  font-size: 1.05rem;
}

.telegram-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.7rem;
  margin-top: 2rem;
  color: var(--blue);
  font-weight: 720;
  text-underline-offset: 0.3rem;
}

.lead-form {
  position: relative;
  display: grid;
  gap: 1.15rem;
  border-radius: 1rem;
  background: var(--white);
  color: var(--ink-950);
  padding: clamp(1.5rem, 4vw, 3.25rem);
  box-shadow: var(--shadow-deep);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-field {
  display: grid;
  gap: 0.5rem;
}

.form-field label {
  font-size: 0.9rem;
  font-weight: 720;
}

.form-field input,
.form-field textarea,
.form-field select,
.warehouse-search input {
  width: 100%;
  min-height: 3.4rem;
  border: 1px solid #aebbcf;
  border-radius: 0.75rem;
  background: var(--white);
  color: var(--ink-950);
  padding: 0.82rem 0.95rem;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-field textarea {
  min-height: 8rem;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder,
.warehouse-search input::placeholder {
  color: #65748a;
  opacity: 1;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus,
.warehouse-search input:focus {
  border-color: var(--pink-deep);
  box-shadow: 0 0 0 4px rgba(241, 61, 147, 0.14);
}

.form-field input[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
  border-color: var(--error);
}

.field-error {
  min-height: 1.15rem;
  color: var(--error);
  font-size: 0.8rem;
  line-height: 1.3;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #44536a;
  font-size: 0.86rem;
  line-height: 1.5;
}

.consent input {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  margin-top: 0.14rem;
  accent-color: var(--pink-deep);
}

.consent a {
  color: #9b1558;
  font-weight: 700;
  text-underline-offset: 0.2rem;
}

.consent-error {
  margin-top: -0.75rem;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-submit {
  width: 100%;
  background: var(--pink);
  color: var(--white);
  box-shadow: 0 0.8rem 2rem rgba(241, 61, 147, 0.18);
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.form-status {
  min-height: 1.45rem;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 650;
}

.form-status.is-success {
  color: var(--success);
}

.form-status.is-error {
  color: var(--error);
}

.site-footer {
  background: #071022;
  color: #9eadc2;
  padding-block: 3.5rem 6.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(10rem, 14rem) minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--white);
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 2rem;
}

.footer-links a {
  min-height: 2.75rem;
  align-content: center;
  font-size: 0.87rem;
  text-underline-offset: 0.25rem;
  transition: color 180ms ease;
}

.footer-grid > p {
  grid-column: 1 / -1;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.5rem;
  font-size: 0.86rem;
}

.mobile-sticky-cta {
  position: fixed;
  z-index: 80;
  right: 1rem;
  bottom: max(1rem, env(safe-area-inset-bottom));
  left: 1rem;
  display: none;
  min-height: 3.25rem;
  border-radius: 0.875rem;
  background: var(--pink);
  color: var(--white);
  box-shadow: 0 1rem 3rem rgba(5, 13, 29, 0.32);
  font-weight: 740;
}

.mobile-sticky-cta[hidden] {
  display: none;
}

dialog {
  max-width: none;
  max-height: none;
  border: 0;
  background: transparent;
  padding: 1rem;
}

dialog::backdrop {
  background: rgba(5, 13, 29, 0.78);
  backdrop-filter: blur(10px);
}

.lead-dialog,
.warehouse-dialog {
  width: min(100% - 1rem, 44rem);
  color: var(--ink-950);
}

.warehouse-dialog {
  width: min(100% - 1rem, 58rem);
}

.dialog-shell {
  position: relative;
  max-height: calc(100svh - 2rem);
  overflow-y: auto;
  border-radius: 1rem;
  background: var(--paper);
  padding: clamp(1.5rem, 5vw, 3.5rem);
  box-shadow: var(--shadow-deep);
}

.dialog-shell > h2 {
  max-width: 13ch;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
}

.dialog-shell > p:not(.section-kicker) {
  max-width: 40rem;
  margin: 1.2rem 0 0;
  color: var(--muted);
}

.dialog-close {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink-950);
  cursor: pointer;
  transition: background 180ms ease, transform 160ms var(--ease-out);
}

.dialog-close svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.lead-form-dialog {
  margin-top: 2rem;
  padding: 0;
  box-shadow: none;
}

.warehouse-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}

.warehouse-tabs {
  display: flex;
  gap: 0.5rem;
}

.warehouse-tabs button {
  min-height: 2.8rem;
  border: 1px solid #aebbcf;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink-950);
  padding: 0.65rem 1rem;
  font-weight: 680;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.warehouse-tabs button[aria-pressed="true"] {
  border-color: var(--ink-950);
  background: var(--ink-950);
  color: var(--white);
}

.warehouse-search {
  position: relative;
  display: block;
  width: min(100%, 20rem);
}

.warehouse-search svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0.9rem;
  width: 1.15rem;
  height: 1.15rem;
  translate: 0 -50%;
  fill: none;
  stroke: var(--muted);
  stroke-width: 1.7;
}

.warehouse-search input {
  padding-left: 2.7rem;
}

.warehouse-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.warehouse-item {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--white);
  padding: 0.7rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 620;
}

.warehouse-item svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--success);
  stroke-width: 2;
}

.warehouse-empty {
  grid-column: 1 / -1;
  color: var(--muted);
}

.warehouse-cta {
  margin-top: 1.5rem;
  background: var(--pink);
  color: var(--white);
}

@keyframes marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .operations-marquee:hover .marquee-track {
    animation-play-state: paused;
  }

  .desktop-nav a:hover,
  .footer-links a:hover {
    color: var(--white);
  }

  .desktop-nav a:hover::after {
    scale: 1 1;
    transform-origin: left;
  }

  .nav-action:hover,
  .form-submit:hover {
    background: var(--pink-deep);
    transform: translateY(-2px);
  }

  .button-primary:hover {
    background: #f9d9e8;
    transform: translateY(-2px);
    box-shadow: 0 1.1rem 2.8rem rgba(241, 61, 147, 0.22);
  }

  .button-ghost:hover {
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.09);
    transform: translateY(-2px);
  }

  .cycle-icon:hover {
    color: var(--white);
    transform: translateY(-0.25rem) scale(1.04);
  }

  .cycle-link:hover {
    color: var(--white);
    transform: translateY(-1px);
  }

  .dialog-close:hover {
    background: var(--pink-soft);
    transform: rotate(4deg);
  }
}

@media (max-width: 70rem) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .nav-action {
    margin-left: auto;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.68fr);
  }

  .process-layout {
    grid-template-columns: minmax(0, 0.8fr) minmax(24rem, 1.2fr);
    gap: 3rem;
  }
}

@media (max-width: 56rem) {
  .section-space {
    padding-block: 6rem;
  }

  .hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 4rem);
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    width: 100%;
    font-size: clamp(2.75rem, 8vw, 5rem);
  }

  .hero h1 span {
    display: inline;
  }

  .hero h1 span + span::before {
    content: " ";
  }

  .hero-visual {
    width: min(100%, 37rem);
    min-height: 37rem;
    justify-self: center;
  }

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

  .facts-grid > div {
    min-height: 8.5rem;
    border-bottom: 1px solid rgba(11, 23, 48, 0.18);
  }

  .facts-grid > div:nth-child(2) {
    border-right: 0;
  }

  .facts-grid > div:nth-child(n + 3) {
    border-bottom: 0;
  }

  .facts-grid > div:nth-child(3) {
    padding-left: 0;
  }

  .section-intro {
    align-items: start;
    flex-direction: column;
    gap: 1.5rem;
  }

  .section-intro > p {
    margin-bottom: 0;
  }

  .process-layout,
  .faq-layout,
  .lead-layout {
    grid-template-columns: 1fr;
  }

  .process-copy {
    position: static;
  }

  .process-stack {
    padding-bottom: 0;
  }

  .process-card,
  .process-card:nth-child(n) {
    position: relative;
    top: auto;
    min-height: 21rem;
  }

  .advantage-card,
  .advantage-card-wide,
  .advantage-card-wide + .advantage-card {
    min-height: 20rem;
    grid-column: span 6;
  }

  .advantage-card-wide {
    grid-column: 1 / -1;
  }

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

  .map-frame,
  .reviews-frame {
    height: 34rem;
  }

  .lead-layout {
    gap: 3rem;
  }
}

@media (max-width: 42rem) {
  :root {
    --header-height: 4.6rem;
  }

  .shell {
    width: min(100% - 2rem, 80rem);
  }

  .brand {
    width: 10.5rem;
  }

  .nav-action {
    display: none;
  }

  .hero {
    padding-bottom: 4.5rem;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 11vw, 4rem);
    line-height: 1.02;
  }

  .hero h1 span,
  .hero h1 span:last-child {
    display: block;
  }

  .hero h1 span + span::before {
    content: none;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 31rem;
  }

  .facts-grid > div {
    padding-inline: 1rem;
  }

  .facts-grid > div:nth-child(odd) {
    padding-left: 0;
  }

  .cycle-diagram {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
    padding-left: 2.4rem;
  }

  .cycle-rail {
    top: 2rem;
    right: auto;
    bottom: 2rem;
    left: 1rem;
    width: 1px;
    height: auto;
    background: linear-gradient(var(--pink), var(--blue), var(--pink), var(--blue));
  }

  .cycle-node {
    min-height: 10rem;
    grid-template-columns: 4rem minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    justify-items: start;
    gap: 0 1rem;
    padding: 0;
    text-align: left;
  }

  .cycle-icon {
    grid-row: 1 / span 3;
    width: 4rem;
    height: 4rem;
  }

  .cycle-icon svg {
    width: 3rem;
    height: 3rem;
  }

  .cycle-dot {
    position: absolute;
    top: 1.55rem;
    left: -1.85rem;
    margin: 0;
  }

  .cycle-node h4 {
    min-height: 0;
    margin: 0 0 0.45rem;
  }

  .cycle-node p {
    max-width: 34rem;
  }

  .cycle-link {
    margin-top: 0.35rem;
  }

  .cycle-recombine {
    width: 1px;
    height: 3rem;
    margin: 0 auto;
    border: 0;
    background: linear-gradient(var(--blue), var(--pink));
  }

  .cycle-recombine::after {
    bottom: -0.4rem;
    left: 50%;
    height: 0.8rem;
  }

  .cycle-recombine span {
    bottom: -0.4rem;
  }

  .process-card {
    padding: 1.75rem;
  }

  .process-card h3 {
    margin-top: 4rem;
  }

  .advantage-card,
  .advantage-card-wide,
  .advantage-card-wide + .advantage-card {
    grid-column: 1 / -1;
  }

  .advantage-card-fleet {
    min-height: 31rem;
    justify-content: flex-start;
  }

  .advantage-card-fleet::after {
    background: linear-gradient(180deg, rgba(11, 23, 48, 0.98) 0%, rgba(11, 23, 48, 0.86) 40%, rgba(11, 23, 48, 0.08) 76%);
  }

  .advantage-card-fleet .advantage-card-content {
    margin-top: 1.75rem;
  }

  .fleet-photo {
    right: -10%;
    bottom: -1rem;
    width: 105%;
  }

  .panel-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

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

  .footer-brand {
    width: 12rem;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-grid > p {
    grid-column: 1;
  }

  .site-footer {
    padding-bottom: 7rem;
  }

  .mobile-sticky-cta {
    display: block;
  }

  .warehouse-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .warehouse-search {
    width: 100%;
  }

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

@media (max-width: 28rem) {
  .hero h1 {
    font-size: 2.15rem;
  }

  .hero-visual {
    min-height: 27rem;
  }

  .founder-frame figcaption {
    inset: auto 0.65rem 0.65rem;
  }

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

  .facts-grid > div,
  .facts-grid > div:nth-child(n) {
    min-height: 7.5rem;
    border-right: 0;
    border-bottom: 1px solid rgba(11, 23, 48, 0.18);
    padding-inline: 0;
  }

  .facts-grid > div:last-child {
    border-bottom: 0;
  }

  .warehouse-list {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

  .marquee-track {
    width: 100%;
    animation: none;
    transform: none;
  }

  .marquee-group {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
    white-space: normal;
  }

  .marquee-group[aria-hidden="true"] {
    display: none;
  }

  [data-hero-visual],
  [data-process-card] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
