/* Стили страницы /newmain/ для Flexcore CMS. */
@font-face {
      font-family: "PS Display";
      src: url("/fonts/PFDinTextPro/pfdintextpro-medium.ttf") format("truetype");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "PS Text";
      src: url("/fonts/Roboto.woff2") format("woff2");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "PS Text";
      src: url("/fonts/Robotomedium.woff2") format("woff2");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    :root {
      --night: #061522;
      --night-soft: #0c2232;
      --brand: #195392;
      --ice: #bfe0f0;
      --paper: #f3f5f2;
      --white: #ffffff;
      --ink: #0b1822;
      --muted: #667783;
      --line: #d7dfe3;
      --live: #4bd48a;
      --shell: 1680px;
      --gutter: clamp(28px, 6vw, 112px);
      --section-y: clamp(112px, 10vw, 176px);
      --radius: 20px;
    }

    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 96px; }
    body {
      margin: 0;
      min-width: 320px;
      color: var(--ink);
      background: var(--paper);
      font-family: "PS Text", Arial, sans-serif;
      font-size: 17px;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    body.menu-open, body.modal-open { overflow: hidden; }
    main { position: relative; isolation: isolate; overflow-x: clip; }
    img { display: block; max-width: 100%; }
    a { color: inherit; text-decoration: none; }
    button, input { font: inherit; }
    button { color: inherit; }
    ::selection { color: var(--night); background: var(--ice); }
    :focus-visible { outline: 3px solid rgba(191, 224, 240, .65); outline-offset: 4px; }

    .shell {
      width: 100%;
      max-width: var(--shell);
      margin-inline: auto;
      padding-inline: var(--gutter);
    }
    .section-space { padding-block: var(--section-y); }
    .display { font-family: "PS Display", "Arial Narrow", Arial, sans-serif; font-weight: 500; }

    .button {
      min-height: 56px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 15px 24px;
      border: 1px solid transparent;
      border-radius: 5px;
      cursor: pointer;
      font-size: 15px;
      font-weight: 500;
      line-height: 1;
      transition: background .2s ease, color .2s ease, border-color .2s ease;
    }
    .button--ice { color: var(--night); background: var(--ice); }
    .button--ice:hover { background: #d4edf8; }
    .button--brand { color: #fff; background: var(--brand); }
    .button--brand:hover { background: #123f71; }
    .button--white { color: var(--night); background: #fff; }
    .button--white:hover { background: #eef4f7; }
    .button--outline { border-color: var(--line); color: var(--ink); background: transparent; }
    .button--outline:hover { border-color: #9fadb5; background: #fff; }
    .button__arrow { font-size: 20px; transition: transform .2s ease; }
    .button:hover .button__arrow { transform: translateX(4px); }

    .site-header {
      position: absolute;
      z-index: 40;
      top: 0;
      right: 0;
      left: 0;
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, .13);
      transition: background .2s ease, box-shadow .2s ease;
    }
    .site-header.is-sticky {
      position: fixed;
      background: rgba(6, 21, 34, .94);
      box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
      backdrop-filter: blur(14px);
    }
    .header__inner { min-height: 72px; display: flex; align-items: center; gap: 48px; }
    .brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 13px; }
    .brand__icon { width: 27px; height: 34px; object-fit: contain; }
    .brand__copy { display: grid; gap: 4px; }
    .brand__name { font-family: "PS Display", Arial, sans-serif; font-size: 20px; line-height: 1; letter-spacing: .035em; text-transform: uppercase; }
    .brand__meta { color: #9eb0bc; font-size: 9px; line-height: 1; letter-spacing: .06em; white-space: nowrap; }
    .main-nav {
      display: flex;
      align-items: center;
      gap: 0;
      margin-left: auto;
      color: #d8e2e6;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .035em;
      text-transform: uppercase;
    }
    .main-nav > a:not(.button),
    .nav-trigger {
      position: relative;
      min-height: 72px;
      display: inline-flex;
      align-items: center;
      padding: 0 15px;
      border-left: 0;
      color: #d8e2e6;
      text-shadow: none;
      filter: none;
      box-shadow: none;
      transition: color .18s ease, background .18s ease;
    }
    .nav-trigger {
      gap: 7px;
      border: 0;
      background: transparent;
      cursor: pointer;
      font-size: inherit;
      font-weight: inherit;
      letter-spacing: inherit;
      text-transform: inherit;
    }
    .main-nav > a:not(.button)::after,
    .nav-trigger::after {
      content: "";
      position: absolute;
      right: 15px;
      bottom: 0;
      left: 15px;
      height: 2px;
      background: var(--ice);
      transform: scaleX(0);
      transform-origin: center;
      transition: transform .18s ease;
    }
    .main-nav > a:not(.button):hover,
    .main-nav > a:not(.button):focus-visible,
    .nav-trigger:hover,
    .nav-trigger:focus-visible,
    .nav-group.is-open > .nav-trigger {
      color: #fff;
      background: transparent;
      text-shadow: none;
      filter: none;
      box-shadow: none;
    }
    .main-nav > a:not(.button):focus-visible,
    .nav-trigger:focus-visible {
      outline: 1px solid rgba(191, 224, 240, .42);
      outline-offset: -1px;
    }
    .main-nav > a:not(.button):hover::after,
    .main-nav > a:not(.button):focus-visible::after,
    .nav-trigger:hover::after,
    .nav-trigger:focus-visible::after,
    .nav-group.is-open > .nav-trigger::after { transform: scaleX(1); }
    .nav-group { position: relative; align-self: stretch; display: flex; align-items: center; }
    .nav-trigger svg { flex: 0 0 auto; transition: transform .2s ease; }
    .nav-group:hover > .nav-trigger svg,
    .nav-group.is-open > .nav-trigger svg { transform: rotate(180deg); }
    .nav-panel {
      position: absolute;
      z-index: 5;
      top: 100%;
      left: 50%;
      width: 520px;
      padding: 17px;
      border: 1px solid rgba(20, 60, 88, .15);
      border-radius: 0 0 10px 10px;
      color: var(--ink);
      background: rgba(246, 249, 249, .985);
      box-shadow: 0 26px 58px rgba(0, 12, 22, .24);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      text-align: left;
      text-transform: none;
      transform: translate(-50%, -8px);
      transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
    }
    .nav-panel--docs { width: 650px; }
    .nav-panel--videos { width: 440px; }
    .nav-group:hover > .nav-panel,
    .nav-group.is-open > .nav-panel {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate(-50%, 0);
    }
    .nav-panel__caption {
      display: block;
      padding: 1px 4px 12px;
      color: #607783;
      font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      font-size: 9px;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .nav-panel__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
    .nav-panel--videos .nav-panel__grid { grid-template-columns: 1fr; }
    .nav-panel__link {
      min-width: 0;
      display: grid;
      grid-template-columns: 36px minmax(0, 1fr);
      gap: 11px;
      align-items: start;
      padding: 13px 12px;
      border: 1px solid rgba(20, 60, 88, .09);
      border-radius: 7px;
      background: rgba(255, 255, 255, .64);
      transition: border-color .18s ease, background .18s ease, transform .18s ease;
    }
    .nav-panel__link:hover,
    .nav-panel__link:focus-visible {
      border-color: rgba(25, 83, 146, .28);
      background: #fff;
      transform: translateY(-1px);
    }
    .nav-panel__link:focus-visible { outline-color: rgba(25, 83, 146, .26); outline-offset: 1px; }
    .nav-panel__index {
      min-height: 24px;
      display: grid;
      place-items: center;
      padding-inline: 4px;
      border: 1px solid rgba(25, 83, 146, .16);
      border-radius: 4px;
      color: var(--brand);
      background: rgba(25, 83, 146, .055);
      font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      font-size: 8px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: .04em;
      text-transform: uppercase;
    }
    .nav-panel__link > span:last-child { min-width: 0; display: grid; gap: 4px; }
    .nav-panel__link strong { color: #173d59; font-size: 12px; font-weight: 600; line-height: 1.25; }
    .nav-panel__link small { color: #72838d; font-size: 10px; font-weight: 400; line-height: 1.35; letter-spacing: 0; }
    .header__cta {
      min-height: 72px;
      padding: 0 18px;
      border: 0;
      border-right: 0;
      border-left: 0;
      border-radius: 0;
      color: #eef7fa;
      background: rgba(191, 224, 240, .075);
      text-shadow: none;
      filter: none;
      box-shadow: none;
      font-size: 11px;
      letter-spacing: .035em;
      text-transform: uppercase;
    }
    .header__cta:hover,
    .header__cta:focus-visible {
      color: var(--night);
      background: var(--ice);
      text-shadow: none;
      filter: none;
      box-shadow: none;
    }
    .header__cta:focus-visible { outline: 1px solid #fff; outline-offset: -2px; }

    .section-rail {
      position: fixed;
      z-index: 34;
      top: 50%;
      right: 0;
      width: 58px;
      padding: 11px;
      border: 0;
      color: #d8e4e9;
      background: transparent;
      box-shadow: none;
      opacity: 0;
      pointer-events: none;
      transform: translate3d(18px, -50%, 0);
      transition: opacity .24s ease, transform .32s cubic-bezier(.2, .75, .2, 1);
    }
    .section-rail.is-visible { opacity: 1; pointer-events: auto; transform: translate3d(0, -50%, 0); }
    .section-rail__list {
      position: relative;
      display: grid;
      gap: 2px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .section-rail__list::before {
      content: "";
      position: absolute;
      top: 18px;
      bottom: 18px;
      left: 17px;
      width: 1px;
      background: rgba(191, 224, 240, .17);
    }
    .section-rail__link {
      position: relative;
      display: block;
      align-items: center;
      min-height: 39px;
      padding: 5px 0;
      border-radius: 5px;
      color: #8fa5b1;
      transition: color .18s ease, background .18s ease, transform .18s ease;
    }
    .section-rail__link:hover,
    .section-rail__link:focus-visible,
    .section-rail__link.is-active {
      color: #fff;
      background: transparent;
      transform: translateX(-3px);
    }
    .section-rail__link:focus-visible { outline: 1px solid rgba(191, 224, 240, .48); outline-offset: 1px; }
    .section-rail__number {
      position: relative;
      z-index: 1;
      width: 35px;
      height: 29px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(35, 75, 96, .17);
      border-radius: 999px;
      color: #365565;
      background: #e1e9ea;
      box-shadow: 0 3px 12px rgba(6, 21, 34, .12);
      font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      font-size: 9px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: .06em;
      transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
    }
    .section-rail__link:hover .section-rail__number,
    .section-rail__link:focus-visible .section-rail__number {
      border-color: rgba(35, 75, 96, .28);
      color: #24495d;
      background: #f2f5f5;
    }
    .section-rail__name {
      position: absolute;
      top: 50%;
      right: calc(100% + 12px);
      width: max-content;
      max-width: 220px;
      padding: 8px 11px;
      border: 1px solid rgba(35, 75, 96, .17);
      border-radius: 5px;
      color: #294b5d;
      background: #f2f5f5;
      box-shadow: 0 12px 28px rgba(6, 21, 34, .16);
      font-size: 9px;
      font-weight: 500;
      line-height: 1.25;
      letter-spacing: .055em;
      opacity: 0;
      pointer-events: none;
      text-transform: uppercase;
      transform: translate3d(8px, -50%, 0);
      transition: opacity .18s ease, visibility .18s ease, transform .22s ease;
      visibility: hidden;
      white-space: nowrap;
    }
    .section-rail__name::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 8px;
      height: 1px;
      background: rgba(35, 75, 96, .34);
    }
    .section-rail__link:hover .section-rail__name,
    .section-rail__link:focus-visible .section-rail__name {
      opacity: 1;
      transform: translate3d(0, -50%, 0);
      visibility: visible;
    }
    .section-rail__link.is-active .section-rail__number {
      border-color: rgba(191, 224, 240, .7);
      color: var(--night);
      background: var(--ice);
      box-shadow: 0 0 0 4px rgba(191, 224, 240, .08);
    }
    #system, #control, #process, #integrations, #pricing, #events { scroll-margin-top: 88px; }
    #demo { scroll-margin-top: 28px; }

    .menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 0; border: 1px solid rgba(255, 255, 255, .23); border-radius: 5px; background: rgba(255, 255, 255, .04); cursor: pointer; }
    .menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 5px auto; background: #fff; transition: transform .2s ease, opacity .2s ease; }
    .menu-toggle.is-active span { opacity: 0; }
    .menu-toggle.is-active::before { transform: translateY(7px) rotate(45deg); }
    .menu-toggle.is-active::after { transform: translateY(-7px) rotate(-45deg); }

    .hero {
      position: relative;
      min-height: max(780px, 100svh);
      overflow: hidden;
      color: #fff;
      background: var(--night);
    }
    .hero__video {
      --hero-video-opacity: .94;
      --hero-video-fallback-opacity: .6;
      position: absolute;
      z-index: 1;
      top: -5%;
      right: clamp(0px, 4vw, 72px);
      width: auto;
      max-width: none;
      height: 110%;
      object-fit: contain;
      opacity: .08;
      filter: saturate(.78) contrast(.95) blur(8px);
      transform: scale(1.018);
      -webkit-mask-image: radial-gradient(ellipse 79% 94% at 55% 50%, #000 48%, rgba(0, 0, 0, .96) 62%, rgba(0, 0, 0, .68) 76%, transparent 100%);
      mask-image: radial-gradient(ellipse 79% 94% at 55% 50%, #000 48%, rgba(0, 0, 0, .96) 62%, rgba(0, 0, 0, .68) 76%, transparent 100%);
      transition: opacity 1.15s ease, filter 1.35s ease, transform 1.6s cubic-bezier(.2, .75, .2, 1);
      will-change: opacity, filter, transform;
    }
    .hero.is-video-ready .hero__video { opacity: var(--hero-video-opacity); filter: saturate(.96) contrast(1.02) blur(0); transform: scale(1); }
    .hero.is-video-fallback .hero__video { opacity: var(--hero-video-fallback-opacity); filter: saturate(.72) contrast(.96) blur(0); }
    .hero__video-loader {
      position: absolute;
      z-index: 3;
      top: 50%;
      right: clamp(86px, 19vw, 340px);
      min-width: 220px;
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 12px 17px 12px 12px;
      border: 1px solid rgba(191, 224, 240, .24);
      border-radius: 999px;
      color: #dce9ef;
      background: rgba(5, 23, 36, .58);
      box-shadow: 0 20px 55px rgba(0, 7, 13, .26), inset 0 1px rgba(255, 255, 255, .06);
      pointer-events: none;
      transform: translateY(-50%);
      backdrop-filter: blur(14px);
      transition: opacity .55s ease, transform .65s cubic-bezier(.2, .75, .2, 1), visibility 0s linear .65s;
    }
    .hero.is-video-ready .hero__video-loader { visibility: hidden; opacity: 0; transform: translateY(-50%) translateY(-10px) scale(.96); }
    .hero__video-loader-ring { position: relative; width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(191, 224, 240, .2); border-radius: 50%; }
    .hero__video-loader-ring::before { content: ""; position: absolute; inset: 4px; border: 2px solid rgba(191, 224, 240, .16); border-top-color: var(--ice); border-right-color: rgba(191, 224, 240, .62); border-radius: 50%; animation: hero-loader-spin 1.25s linear infinite; }
    .hero__video-loader-ring i { width: 6px; height: 6px; border-radius: 50%; background: var(--live); box-shadow: 0 0 0 5px rgba(75, 212, 138, .1), 0 0 17px rgba(75, 212, 138, .55); }
    .hero__video-loader-copy { display: grid; gap: 2px; }
    .hero__video-loader-copy strong { font-size: 11px; font-weight: 500; letter-spacing: .04em; }
    .hero__video-loader-copy small { color: #8299a7; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
    @keyframes hero-loader-spin { to { transform: rotate(360deg); } }
    .hero__veil {
      position: absolute;
      z-index: 2;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(90deg, #061522 0%, rgba(6, 21, 34, .98) 34%, rgba(6, 21, 34, .76) 52%, rgba(6, 21, 34, .18) 78%, rgba(6, 21, 34, .48) 100%),
        linear-gradient(0deg, #061522 0%, transparent 27%, transparent 78%, rgba(6, 21, 34, .4) 100%);
    }
    .hero__inner {
      position: relative;
      z-index: 4;
      min-height: max(780px, 100svh);
      display: flex;
      flex-direction: column;
      padding-top: 132px;
      padding-bottom: 36px;
    }
    .hero__copy { width: min(58vw, 790px); margin-block: auto; padding-block: 64px 74px; }
    .hero__label { margin: 0; color: var(--ice); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; line-height: 1.2; letter-spacing: .14em; text-transform: uppercase; }
    .hero h1 {
      max-width: 790px;
      margin: 26px 0 32px;
      font-family: "PS Display", "Arial Narrow", Arial, sans-serif;
      font-size: clamp(67px, 6.4vw, 108px);
      font-weight: 500;
      line-height: .91;
      letter-spacing: -.028em;
    }
    .hero h1 span { color: var(--ice); }
    .hero__lead { max-width: 610px; margin: 0; color: #b8c5cd; font-size: 20px; line-height: 1.55; }
    .hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 17px 28px; margin-top: 41px; }
    .hero__link { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .4); color: #fff; font-size: 14px; font-weight: 500; }
    .hero__link:hover { border-color: var(--ice); color: var(--ice); }
    .hero__live { position: absolute; right: var(--gutter); bottom: 110px; display: flex; align-items: center; gap: 9px; color: #dce5ea; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
    .hero__live::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--live); box-shadow: 0 0 0 5px rgba(75, 212, 138, .13); }
    .video-toggle { position: absolute; z-index: 5; right: var(--gutter); bottom: 38px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; color: #fff; background: rgba(6, 21, 34, .42); cursor: pointer; backdrop-filter: blur(8px); }

    .hero-route { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: auto; border-top: 1px solid rgba(255, 255, 255, .24); }
    .hero-route__step { position: relative; padding: 22px 24px 3px 0; color: #aab9c3; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
    .hero-route__step::before { content: ""; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--ice); }
    .hero-route__step:not(:last-child)::after { content: "→"; position: absolute; top: 18px; right: 20px; color: #607684; }

    .section-space > .shell { position: relative; z-index: 3; }
    .route-world { position: absolute; z-index: 1; top: 0; right: 0; left: 0; height: 0; overflow: visible; pointer-events: none; }
    .route-canvas-stack {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: min(220px, 100%);
      height: 0;
      overflow: hidden;
      opacity: .36;
      filter: saturate(.72) contrast(.94);
      transition: opacity .78s ease, filter .78s ease;
    }
    .route-canvas { position: absolute; top: 0; left: 0; display: block; }

    .route-truck {
      --truck-width: 74px;
      --truck-height: 30px;
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      width: var(--truck-width);
      height: var(--truck-height);
      display: block;
      overflow: hidden;
      max-width: none;
      opacity: 0;
      filter: saturate(.74) contrast(.94) drop-shadow(0 6px 6px rgba(6, 21, 34, .18));
      transform-origin: 50% 50%;
      transition: opacity .78s ease, filter .78s ease;
      will-change: transform;
    }
    .route-truck img { position: absolute; top: -3px; left: 0; width: var(--truck-width); height: auto; max-width: none; }
    body.route-active .route-truck { opacity: .46; }
    body.route-arrival-clear .route-canvas-stack { opacity: 1; filter: saturate(1) contrast(1); }
    body.route-active.route-arrival-clear .route-truck {
      opacity: 1;
      filter: saturate(1.06) contrast(1.05) drop-shadow(0 8px 8px rgba(6, 21, 34, .3));
    }

    .system-section { position: relative; padding-top: calc(var(--section-y) + 96px); }
    .departure-depot {
      position: absolute;
      z-index: 0;
      top: 14px;
      left: -60px;
      width: 320px;
      opacity: .68;
      filter: saturate(.8) contrast(.98) drop-shadow(0 16px 24px rgba(6, 21, 34, .16));
      pointer-events: none;
    }
    .departure-depot > img { width: 100%; height: auto; max-width: none; }
    .departure-anchor { position: absolute; top: 63%; left: 50%; width: 2px; height: 2px; opacity: 0; }

    .trust-line { color: var(--ink); background: var(--ice); }
    .trust-line > .shell { position: relative; z-index: 2; }
    .trust-line__inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
    .trust-line p { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 0; font-size: 14px; font-weight: 500; }
    .trust-line__meta { display: flex; align-items: center; gap: 30px; color: #38546a; font-size: 12px; }
    .trust-line__meta span { position: relative; }
    .trust-line__meta span + span::before { content: "/"; position: absolute; right: calc(100% + 13px); color: #7ba0b3; }
    .trust-line img { width: 76px; height: 34px; padding: 5px 7px; object-fit: contain; border-radius: 4px; background: #fff; }

    .chapter-head { display: grid; grid-template-columns: 82px minmax(0, 1fr) minmax(300px, 410px); gap: 40px; align-items: end; }
    .chapter-head__no { align-self: start; padding: 7px 0 0 34px; color: var(--brand); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 15px; letter-spacing: .08em; }
    .route-node { --node-bg: var(--paper); --node-color: var(--brand); --route-node-x: 7px; position: relative; z-index: 2; }
    .route-node::before { content: ""; position: absolute; z-index: 2; top: 8px; left: 0; width: 14px; height: 14px; border: 3px solid var(--node-color); border-radius: 50%; background: var(--node-bg); transition: background .25s ease, box-shadow .25s ease, transform .25s ease; }
    .route-node::after { content: ""; position: absolute; top: 14px; left: 12px; width: 16px; height: 1px; background: var(--node-color); opacity: .52; }
    .route-node.is-passed::before { background: var(--node-color); box-shadow: 0 0 0 5px color-mix(in srgb, var(--node-color) 16%, transparent); transform: scale(1.08); }
    .control-section .route-node { --node-bg: #e9eeec; }
    .journey-section .route-node { --node-bg: var(--night); --node-color: var(--ice); }
    .connect-section .route-node { --node-bg: #fff; }
    .pricing-section .route-node { --node-bg: var(--paper); }
    .contact-section .route-node { --node-bg: #071d2f; --node-color: var(--ice); }
    .chapter-head h2 {
      max-width: 820px;
      margin: 0;
      font-family: "PS Display", "Arial Narrow", Arial, sans-serif;
      font-size: clamp(48px, 5vw, 68px);
      font-weight: 500;
      line-height: 1.01;
      letter-spacing: -.02em;
    }
    .chapter-head > p { margin: 0 0 5px; color: var(--muted); font-size: 18px; line-height: 1.58; }
    .chapter-head--light .chapter-head__no { color: var(--ice); }
    .chapter-head--light > p { color: #98aab6; }

    .role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin: clamp(72px, 7vw, 104px) 0 0 122px; }
    .role-item { min-height: 310px; padding: 34px 28px 28px 0; border-top: 1px solid #bfc9ce; }
    .role-item__label { color: var(--brand); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
    .role-item h3 { margin: 72px 0 18px; font-family: "PS Display", Arial, sans-serif; font-size: 34px; font-weight: 500; line-height: 1.05; }
    .role-item p { max-width: 340px; margin: 0; color: var(--muted); font-size: 15px; }

    .control-section { background: #e9eeec; }
    .stories { display: grid; gap: clamp(90px, 8vw, 132px); margin-top: clamp(82px, 8vw, 120px); }
    .story { display: grid; grid-template-columns: minmax(290px, .78fr) minmax(0, 1.22fr); gap: clamp(56px, 7vw, 112px); align-items: center; padding-top: 66px; border-top: 1px solid #b9c5c9; perspective: 1600px; }
    .story__copy { padding-left: 122px; }
    .story__index { color: var(--brand); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
    .story h3 { max-width: 520px; margin: 23px 0 22px; font-family: "PS Display", Arial, sans-serif; font-size: clamp(38px, 4vw, 54px); font-weight: 500; line-height: 1.03; letter-spacing: -.018em; }
    .story__copy > p { max-width: 490px; margin: 0; color: var(--muted); font-size: 17px; }
    .story__list { display: grid; gap: 11px; margin: 31px 0 0; padding: 0; list-style: none; }
    .story__list li { display: flex; gap: 11px; color: #334650; font-size: 14px; }
    .story__list li::before { content: ""; width: 6px; height: 6px; flex: 0 0 auto; margin-top: 8px; border-radius: 50%; background: var(--brand); }
    .app-availability { max-width: 342px; margin-top: 30px; padding: 17px; border: 1px solid rgba(25, 83, 146, .14); border-radius: 18px; background: rgba(255, 255, 255, .58); box-shadow: 0 18px 42px rgba(18, 51, 67, .08), inset 0 1px rgba(255, 255, 255, .8); backdrop-filter: blur(12px); }
    .app-availability__head { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 12px; }
    .app-availability__head span { color: var(--brand); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
    .app-availability__head strong { color: #29404c; font-size: 12px; font-weight: 600; white-space: nowrap; }
    .app-marketplaces { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .app-marketplace { height: 54px; min-width: 0; display: grid; place-items: center; overflow: hidden; padding: 4px; border: 1px solid rgba(5, 24, 36, .14); border-radius: 11px; background: rgba(255, 255, 255, .9); box-shadow: 0 7px 18px rgba(5, 24, 36, .08); transition: border-color .25s ease, box-shadow .25s ease; }
    .app-marketplace:hover { border-color: rgba(25, 83, 146, .42); box-shadow: 0 11px 24px rgba(5, 24, 36, .13); }
    .app-marketplace:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
    .app-marketplace img { width: auto; height: auto; max-width: 100%; max-height: 44px; display: block; object-fit: contain; }
    .story__media {
      --base-rx: 1.5deg;
      --base-ry: -3.4deg;
      --base-rz: -.25deg;
      --tilt-rx: 0deg;
      --tilt-ry: 0deg;
      --media-lift: 0px;
      --image-x: 0px;
      --image-y: 0px;
      --image-scale: 1.035;
      --image-scale-active: 1.055;
      --glare-x: 50%;
      --glare-y: 36%;
      position: relative;
      min-height: 520px;
      display: grid;
      place-items: center;
      overflow: hidden;
      isolation: isolate;
      border: 1px solid rgba(255, 255, 255, .56);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: -18px 34px 74px rgba(20, 45, 58, .16), inset 0 0 0 1px rgba(8, 28, 43, .04);
      transform: translate3d(0, var(--media-lift), 0) rotateX(calc(var(--base-rx) + var(--tilt-rx))) rotateY(calc(var(--base-ry) + var(--tilt-ry))) rotateZ(var(--base-rz));
      transform-origin: 50% 56%;
      transition: transform .55s cubic-bezier(.2, .75, .2, 1), box-shadow .55s ease, border-color .35s ease;
      will-change: transform;
    }
    .story__media::after {
      content: "";
      position: absolute;
      z-index: 3;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(255, 255, 255, .34), transparent 22%),
        linear-gradient(145deg, rgba(4, 19, 31, .36), transparent 42%, rgba(111, 178, 211, .16) 75%, rgba(4, 19, 31, .27));
      mix-blend-mode: soft-light;
      opacity: .88;
      transition: opacity .35s ease;
    }
    .story__media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: top; backface-visibility: hidden; filter: saturate(.74) contrast(1.08) brightness(.94) sepia(.06) hue-rotate(-7deg); transform: translate3d(var(--image-x), var(--image-y), 0) scale(var(--image-scale)); transition: filter .55s ease, transform .7s cubic-bezier(.2, .75, .2, 1); }
    .stories > .story:first-child .story__media { --image-scale: 1.012; --image-scale-active: 1.026; }
    .stories > .story:first-child .story__media img { object-fit: contain; object-position: center; filter: saturate(.82) contrast(1.06) brightness(.995); }
    .story__media.is-interacting { --media-lift: -8px; border-color: rgba(191, 224, 240, .9); box-shadow: -24px 42px 90px rgba(9, 36, 53, .22), 18px 22px 55px rgba(25, 83, 146, .12); transition-duration: .12s; }
    .story__media.is-interacting img { filter: saturate(.9) contrast(1.09) brightness(.98) sepia(.03) hue-rotate(-4deg); transform: translate3d(var(--image-x), var(--image-y), 0) scale(var(--image-scale-active)); transition-duration: .12s; }
    .story--dark {
      margin-left: 122px;
      padding: clamp(58px, 6vw, 86px);
      border: 1px solid rgba(34, 85, 112, .11);
      border-radius: 28px;
      color: var(--ink);
      background:
        radial-gradient(circle at 91% 9%, rgba(255, 255, 255, .9), transparent 31%),
        linear-gradient(135deg, #edf3f4 0%, #dce8ec 48%, #c4d8e1 100%);
      box-shadow: 0 34px 90px rgba(27, 62, 80, .12), inset 0 1px rgba(255, 255, 255, .76);
    }
    .story--dark .story__copy { padding-left: 0; }
    .story--dark .story__index { color: #174d7e; }
    .story--dark .story__copy > p { color: #536a76; }
    .story--dark .story__list li { color: #263e4b; }
    .story--dark .story__list li::before { background: #3779a7; }
    .story--dark .story__media { --base-ry: 3.6deg; --base-rz: .2deg; --image-scale: 1.012; --image-scale-active: 1.026; min-height: 560px; border-color: rgba(25, 83, 146, .2); background: #d4e2e8; box-shadow: 22px 38px 82px rgba(30, 71, 93, .2); }
    .story--dark .story__media::after { background: radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(255, 255, 255, .48), transparent 24%), linear-gradient(145deg, rgba(255, 255, 255, .2), transparent 44%, rgba(14, 63, 94, .17)); mix-blend-mode: soft-light; }
    .story--dark .story__media img { object-fit: contain; object-position: center; opacity: 1; filter: saturate(.72) contrast(1.07) brightness(.94) hue-rotate(-4deg); }
    .story--reverse .story__media { order: -1; }
    .story--mobile .story__media { --base-rx: -.6deg; --base-ry: -2.5deg; --base-rz: .35deg; --image-scale: 1; --image-scale-active: 1.018; position: relative; min-height: 660px; background: var(--brand); }
    .story--mobile .story__media::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255, 255, 255, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .2) 1px, transparent 1px); background-size: 54px 54px; }
    .story--mobile .story__media > img { position: relative; z-index: 2; width: 86%; height: 92%; align-self: end; object-fit: contain; object-position: center bottom; filter: saturate(.82) contrast(1.06) brightness(.99) drop-shadow(0 30px 35px rgba(0, 0, 0, .22)); }
    .courier-ui { position: absolute; z-index: 4; inset: 0; display: grid; place-items: center; overflow: hidden; perspective: 1200px; }
    .courier-ui::before { content: ""; position: absolute; inset: 9% 12%; border: 1px solid rgba(191, 224, 240, .2); border-radius: 50%; background: radial-gradient(circle, rgba(191, 224, 240, .22), transparent 67%); filter: blur(5px); transform: rotate(-9deg); }
    .courier-phone { position: relative; z-index: 3; width: min(286px, calc(100% - 36px)); padding: 6px; border: 1px solid rgba(255, 255, 255, .58); border-radius: clamp(25px, 3vw, 35px); background: linear-gradient(145deg, #183748 0%, #050d13 48%, #143448 100%); box-shadow: 0 42px 90px rgba(0, 10, 18, .48), 0 14px 28px rgba(0, 10, 18, .3), inset 0 1px rgba(255, 255, 255, .24), inset 0 0 0 2px rgba(0, 0, 0, .42); transform: translateY(-5px) rotateY(-1.4deg); transition: transform .65s cubic-bezier(.2, .75, .2, 1), box-shadow .55s ease; }
    .courier-phone::before { display: none; }
    .courier-phone::after { content: ""; position: absolute; z-index: 4; inset: 5px; border: 1px solid rgba(255, 255, 255, .13); border-radius: clamp(19px, 2.4vw, 29px); box-shadow: inset 0 0 24px rgba(255, 255, 255, .045); pointer-events: none; }
    .courier-phone__screen { position: relative; width: 100%; height: auto; aspect-ratio: 9 / 20; overflow: hidden; border-radius: clamp(19px, 2.4vw, 29px); background: #05090c; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .68); }
    .courier-phone__track { width: 100%; height: 100%; display: flex; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; }
    .courier-phone__track::-webkit-scrollbar { display: none; }
    .courier-phone__track:focus-visible { outline: 3px solid var(--ice); outline-offset: -5px; }
    .courier-phone__track.is-dragging { scroll-behavior: auto; scroll-snap-type: none; cursor: grabbing; }
    .courier-phone__slide { height: 100%; min-width: 100%; flex: 0 0 100%; scroll-snap-align: start; scroll-snap-stop: always; background: #05090c; }
    .story--mobile .courier-phone__slide img, .story--mobile .story__media.is-interacting .courier-phone__slide img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: none; transform: none; user-select: none; -webkit-user-drag: none; }
    .story__media.is-interacting .courier-phone { box-shadow: 0 50px 105px rgba(0, 8, 15, .55), 0 18px 34px rgba(0, 10, 18, .32), inset 0 1px rgba(255, 255, 255, .23); transform: translateY(-12px) rotateY(.8deg); }
    .courier-ui__status { position: absolute; z-index: 7; top: 18px; left: 18px; display: grid; gap: 3px; max-width: 180px; padding: 9px 12px; border: 1px solid rgba(191, 224, 240, .22); border-radius: 12px; color: #fff; background: rgba(4, 22, 35, .72); box-shadow: 0 12px 30px rgba(0, 8, 14, .18); backdrop-filter: blur(12px); pointer-events: none; }
    .courier-ui__status span { overflow: hidden; font-size: 11px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
    .courier-ui__status b { color: var(--ice); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8px; font-weight: 500; letter-spacing: .1em; }
    .courier-phone__zoom { position: absolute; z-index: 7; top: 18px; right: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid rgba(191, 224, 240, .22); border-radius: 12px; color: #fff; background: rgba(4, 22, 35, .72); box-shadow: 0 12px 30px rgba(0, 8, 14, .18); font-size: 10px; text-decoration: none; backdrop-filter: blur(12px); transition: background .25s ease, transform .25s ease; }
    .courier-phone__zoom:hover { background: rgba(11, 49, 73, .9); transform: translateY(-2px); }
    .courier-phone__zoom:focus-visible { outline: 2px solid var(--ice); outline-offset: 3px; }
    .courier-phone__toolbar { position: absolute; z-index: 7; right: 18px; bottom: 16px; left: 18px; display: flex; align-items: center; justify-content: center; gap: 13px; }
    .courier-phone__nav { width: 36px; height: 36px; display: grid; flex: 0 0 auto; place-items: center; padding: 0; border: 1px solid rgba(191, 224, 240, .25); border-radius: 50%; color: #fff; background: rgba(4, 22, 35, .78); box-shadow: 0 10px 24px rgba(0, 8, 14, .2); font: inherit; cursor: pointer; backdrop-filter: blur(12px); transition: background .25s ease, transform .25s ease; }
    .courier-phone__nav:hover { background: rgba(18, 74, 108, .94); transform: scale(1.06); }
    .courier-phone__nav:focus-visible { outline: 2px solid var(--ice); outline-offset: 3px; }
    .courier-phone__dots { display: flex; align-items: center; gap: 6px; padding: 9px 11px; border: 1px solid rgba(191, 224, 240, .22); border-radius: 999px; background: rgba(4, 22, 35, .76); backdrop-filter: blur(12px); }
    .courier-phone__dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255, 255, 255, .38); cursor: pointer; transition: width .3s ease, background .3s ease; }
    .courier-phone__dot[aria-current="true"] { width: 22px; background: var(--ice); }
    .courier-phone__dot:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
    .story__media--pan { width: 100%; height: 520px; min-height: 520px; display: block; justify-self: stretch; overflow: hidden; cursor: crosshair; }
    .story--dark .story__media--pan { height: 560px; min-height: 560px; }
    .story__media--pan::after { opacity: .42; background: radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .2), transparent 26%), linear-gradient(145deg, rgba(3, 20, 32, .16), transparent 45%, rgba(26, 91, 128, .13)); }
    .story__media--pan.is-panning { border-color: rgba(92, 151, 187, .72); box-shadow: -22px 38px 82px rgba(9, 36, 53, .2), 14px 18px 46px rgba(25, 83, 146, .1); }
    .story-pan__viewport { position: absolute; z-index: 1; inset: 0; overflow: hidden; scrollbar-width: none; }
    .story-pan__viewport::-webkit-scrollbar { display: none; }
    .stories > .story .story__media.story__media--pan .story-pan__viewport > img { position: relative; z-index: 1; width: auto; height: auto; max-width: none; display: block; object-fit: none; object-position: initial; opacity: 1; pointer-events: none; user-select: none; -webkit-user-drag: none; filter: none; transform: none; }
    .story__media--pan.is-panning .story-pan__viewport > img { filter: none; }
    .story-pan-hint { position: absolute; z-index: 5; right: 20px; bottom: 18px; display: inline-flex; align-items: center; gap: 10px; max-width: calc(100% - 40px); padding: 9px 13px 9px 9px; border: 1px solid rgba(191, 224, 240, .28); border-radius: 999px; color: #e4eef3; background: rgba(4, 22, 35, .76); box-shadow: 0 12px 28px rgba(0, 7, 13, .18); pointer-events: none; backdrop-filter: blur(10px); transition: opacity .35s ease, transform .45s cubic-bezier(.2, .75, .2, 1); }
    .story-pan-hint > i { width: 27px; height: 27px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(191, 224, 240, .28); border-radius: 50%; color: var(--ice); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; font-style: normal; }
    .story-pan-hint > span { overflow: hidden; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8px; letter-spacing: .075em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
    .story__media--pan.has-pan-used .story-pan-hint, .story__media--pan:focus .story-pan-hint { opacity: 0; transform: translateY(8px) scale(.96); }

    .journey-section { color: #fff; background: var(--night); }
    .journey { --journey-shift: 0px; position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin: clamp(82px, 8vw, 124px) 0 0 122px; }
    .journey::before { content: ""; position: absolute; top: 10px; right: 0; left: 0; height: 2px; background: repeating-linear-gradient(90deg, var(--ice) 0 14px, rgba(191, 224, 240, .13) 14px 27px); background-position: var(--journey-shift) 0; }
    .journey-step { position: relative; padding: 46px 20px 0 0; }
    .journey-step::before { content: ""; position: absolute; top: 7px; left: 0; width: 9px; height: 9px; border: 3px solid var(--night); border-radius: 50%; background: var(--ice); box-shadow: 0 0 0 1px var(--ice); }
    .journey-step__no { color: #7393a8; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; }
    .journey-step h3 { margin: 47px 0 14px; font-family: "PS Display", Arial, sans-serif; font-size: 27px; font-weight: 500; }
    .journey-step p { margin: 0; color: #98aab6; font-size: 13px; line-height: 1.55; }

    .connect-section { background: #fff; }
    .quick-start {
      display: grid;
      grid-template-columns: minmax(130px, .32fr) minmax(0, 1.45fr) minmax(220px, .55fr);
      grid-template-areas: "lead flow device";
      margin: clamp(58px, 6vw, 84px) 0 0 122px;
      overflow: hidden;
      border: 1px solid rgba(191, 224, 240, .2);
      border-radius: 16px;
      color: #fff;
      background: #071d2f;
      box-shadow: 0 28px 70px rgba(11, 42, 61, .16), inset 0 1px rgba(255, 255, 255, .06);
    }
    .quick-start__lead { grid-area: lead; display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 22px 24px; border-right: 1px solid rgba(255, 255, 255, .1); background: radial-gradient(circle at 0 0, rgba(73, 151, 203, .26), transparent 68%); }
    .quick-start__lead span { color: var(--ice); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
    .quick-start__lead strong { font-family: "PS Display", Arial, sans-serif; font-size: 21px; font-weight: 500; line-height: 1; }
    .quick-start__flow { grid-area: flow; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 14px; padding: 18px clamp(20px, 2.5vw, 38px); }
    .quick-start__step { min-width: 0; display: grid; grid-template-columns: 29px minmax(0, 1fr); gap: 10px; align-items: center; }
    .quick-start__step > b { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(191, 224, 240, .32); border-radius: 50%; color: var(--ice); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 9px; font-weight: 400; }
    .quick-start__step span { min-width: 0; display: grid; gap: 2px; }
    .quick-start__step strong { font-size: 12px; font-weight: 500; line-height: 1.2; }
    .quick-start__step small { color: #8198a6; font-size: 9px; line-height: 1.3; }
    .quick-start__arrow { color: #557283; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 15px; font-style: normal; }
    .quick-start__device { grid-area: device; display: flex; align-items: center; gap: 13px; padding: 20px 22px; border-left: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .035); }
    .quick-start__device > i { position: relative; width: 30px; height: 24px; flex: 0 0 auto; border: 1px solid rgba(191, 224, 240, .55); border-radius: 4px; }
    .quick-start__device > i::before { content: ""; position: absolute; top: 5px; right: 4px; left: 4px; height: 1px; background: rgba(191, 224, 240, .35); }
    .quick-start__device > i::after { content: ""; position: absolute; top: 2px; left: 4px; width: 2px; height: 2px; border-radius: 50%; background: #ff9a77; box-shadow: 4px 0 #7faeca, 8px 0 #7faeca; }
    .quick-start__device span { display: grid; gap: 3px; }
    .quick-start__device strong { font-size: 11px; font-weight: 500; line-height: 1.2; }
    .quick-start__device small { color: #849ba9; font-size: 9px; line-height: 1.35; }
    .connect-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 9vw, 140px); margin: clamp(62px, 6vw, 88px) 0 0 122px; }
    .connect-col + .connect-col { padding-left: clamp(52px, 6vw, 96px); border-left: 1px solid var(--line); }
    .connect-col__title { margin: 0 0 34px; font-family: "PS Display", Arial, sans-serif; font-size: 36px; font-weight: 500; line-height: 1.1; }
    .connect-list { border-top: 1px solid var(--line); }
    .connect-item { display: grid; grid-template-columns: 92px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }
    .connect-item__key { color: var(--brand); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; letter-spacing: .07em; }
    .connect-item strong { display: block; font-size: 16px; font-weight: 500; }
    .connect-item p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }

    .events-section {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      color: #f4f8fb;
      background:
        radial-gradient(circle at 88% 18%, rgba(255, 126, 82, .22), transparent 29%),
        radial-gradient(circle at 18% 84%, rgba(54, 143, 218, .3), transparent 35%),
        linear-gradient(137deg, #04131f 0%, #08243d 49%, #113557 100%);
    }
    .events-section::before {
      content: "";
      position: absolute;
      z-index: 0;
      inset: 0;
      opacity: .17;
      pointer-events: none;
      background-image: linear-gradient(rgba(191, 224, 240, .28) 1px, transparent 1px), linear-gradient(90deg, rgba(191, 224, 240, .28) 1px, transparent 1px);
      background-size: 72px 72px;
      -webkit-mask-image: radial-gradient(circle at 68% 45%, #000, transparent 68%);
      mask-image: radial-gradient(circle at 68% 45%, #000, transparent 68%);
    }
    .events-section::after {
      content: "ECOM\A EXPO";
      position: absolute;
      z-index: 0;
      right: -.02em;
      bottom: -.15em;
      color: rgba(191, 224, 240, .035);
      font-family: "PS Display", Arial, sans-serif;
      font-size: clamp(190px, 24vw, 410px);
      line-height: .6;
      letter-spacing: -.055em;
      white-space: pre;
      pointer-events: none;
    }
    .events-section > .shell { position: relative; z-index: 3; }
    .events-head { display: grid; grid-template-columns: 82px minmax(0, 1fr) minmax(300px, 410px); gap: 40px; align-items: end; }
    .events-no { align-self: start; padding-top: 7px; color: #ff9d7d; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 15px; letter-spacing: .08em; }
    .events-kicker { margin: 0 0 20px; color: var(--ice); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
    .events-head h2 { max-width: 850px; margin: 0; font-family: "PS Display", "Arial Narrow", Arial, sans-serif; font-size: clamp(52px, 5.6vw, 82px); font-weight: 500; line-height: .94; letter-spacing: -.025em; }
    .events-head h2 span { display: block; color: #ff9a77; }
    .events-intro { margin: 0 0 4px; color: #a9bdca; font-size: 17px; line-height: 1.58; }
    .event-showcase {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.45fr) minmax(330px, .72fr);
      grid-template-rows: minmax(420px, 1fr) 220px;
      gap: 18px;
      min-height: 720px;
      margin: clamp(72px, 7vw, 108px) 0 0 122px;
      padding: 18px;
      border: 1px solid rgba(191, 224, 240, .16);
      border-radius: 30px;
      background: rgba(3, 15, 25, .48);
      box-shadow: 0 48px 120px rgba(0, 4, 12, .42), inset 0 1px rgba(255, 255, 255, .05);
      backdrop-filter: blur(9px);
    }
    .event-shot {
      position: relative;
      min-width: 0;
      min-height: 0;
      margin: 0;
      overflow: hidden;
      isolation: isolate;
      border: 1px solid rgba(255, 255, 255, .13);
      border-radius: 20px;
      background: #0b2235;
      box-shadow: 0 24px 55px rgba(0, 7, 15, .24);
    }
    .event-shot::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(4, 17, 28, .04) 40%, rgba(4, 17, 28, .76) 100%), linear-gradient(135deg, rgba(14, 65, 101, .2), transparent 48%, rgba(255, 121, 79, .12)); }
    .event-shot img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.07) brightness(.93) sepia(.025); transition: filter .65s ease, transform .85s cubic-bezier(.2, .75, .2, 1); }
    .event-shot:hover img { filter: saturate(1.02) contrast(1.06) brightness(.98); transform: scale(1.035); }
    .event-shot--hero {
      --tilt-rx: 0deg;
      --tilt-ry: 0deg;
      --media-lift: 0px;
      --image-x: 0px;
      --image-y: 0px;
      --glare-x: 50%;
      --glare-y: 36%;
      grid-row: 1 / 3;
      transform: translate3d(0, var(--media-lift), 0) rotateX(var(--tilt-rx)) rotateY(var(--tilt-ry));
      transform-origin: 52% 55%;
      transition: transform .55s cubic-bezier(.2, .75, .2, 1), border-color .35s ease, box-shadow .55s ease;
      will-change: transform;
    }
    .event-shot--hero::after { content: ""; position: absolute; z-index: 3; inset: 0; opacity: .62; pointer-events: none; background: radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(255, 255, 255, .3), transparent 23%); mix-blend-mode: soft-light; }
    .event-shot--hero img { transform: translate3d(var(--image-x), var(--image-y), 0) scale(1.018); }
    .event-shot--hero:hover img, .event-shot--hero.is-interacting img { transform: translate3d(var(--image-x), var(--image-y), 0) scale(1.045); }
    .event-shot--hero.is-interacting { --media-lift: -6px; border-color: rgba(255, 157, 125, .58); box-shadow: 0 38px 82px rgba(0, 5, 13, .38), 18px 20px 45px rgba(255, 111, 69, .07); transition-duration: .12s; }
    .event-shot figcaption { position: absolute; z-index: 4; right: clamp(22px, 3vw, 42px); bottom: clamp(22px, 3vw, 38px); left: clamp(22px, 3vw, 42px); display: flex; align-items: end; justify-content: space-between; gap: 28px; }
    .event-shot figcaption strong { max-width: 520px; font-family: "PS Display", Arial, sans-serif; font-size: clamp(27px, 3vw, 42px); font-weight: 500; line-height: 1.03; }
    .event-shot figcaption small { max-width: 190px; color: #c4d5de; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 9px; line-height: 1.5; letter-spacing: .09em; text-align: right; text-transform: uppercase; }
    .event-panel {
      position: relative;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      padding: clamp(30px, 3.4vw, 48px);
      border: 1px solid rgba(255, 255, 255, .13);
      border-radius: 20px;
      background:
        radial-gradient(circle at 100% 0%, rgba(255, 149, 112, .52), transparent 34%),
        linear-gradient(145deg, #1d64a1 0%, #17466f 52%, #102e4a 100%);
      box-shadow: inset 0 1px rgba(255, 255, 255, .12);
    }
    .event-panel::before { content: ""; position: absolute; inset: 0; opacity: .11; pointer-events: none; background-image: linear-gradient(rgba(255, 255, 255, .45) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .45) 1px, transparent 1px); background-size: 38px 38px; -webkit-mask-image: linear-gradient(135deg, transparent 24%, #000); mask-image: linear-gradient(135deg, transparent 24%, #000); }
    .event-panel > * { position: relative; z-index: 1; }
    .event-panel__eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: #d9eaf2; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
    .event-panel__eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #ff9a77; box-shadow: 0 0 0 5px rgba(255, 154, 119, .14); }
    .event-panel h3 { max-width: 430px; margin: 0; font-family: "PS Display", Arial, sans-serif; font-size: clamp(37px, 3.4vw, 51px); font-weight: 500; line-height: .98; letter-spacing: -.015em; }
    .event-panel > p:not(.event-panel__eyebrow) { margin: 23px 0 0; color: #c4d6e0; font-size: 14px; line-height: 1.58; }
    .event-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 32px; }
    .event-tags span { padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; color: #e9f1f5; background: rgba(4, 21, 34, .2); font-size: 10px; line-height: 1; }
    .event-report-link { width: fit-content; display: inline-flex; align-items: center; gap: 14px; margin-top: auto; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .48); font-size: 13px; font-weight: 500; }
    .event-report-link span { font-size: 19px; transition: transform .2s ease; }
    .event-report-link:hover { border-color: #fff; }
    .event-report-link:hover span { transform: translate(3px, -3px); }
    .event-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; min-height: 0; }
    .event-gallery .event-shot { border-radius: 16px; }
    .event-shot__label { position: absolute; z-index: 4; right: 14px; bottom: 13px; left: 14px; color: #e5eef3; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }

    .pricing-section { background: var(--paper); }
    .pricing-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 64px 0 34px 122px; }
    .pricing-switch { display: inline-flex; gap: 4px; padding: 5px; border: 1px solid #ccd5d9; border-radius: 7px; background: #e8edeb; }
    .pricing-switch button { min-height: 43px; padding: 10px 15px; border: 0; border-radius: 4px; color: var(--muted); background: transparent; cursor: pointer; font-size: 13px; font-weight: 500; }
    .pricing-switch button.is-active { color: #fff; background: var(--night); }
    .pricing-explain { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 11px 17px; border: 1px solid #aebdc4; border-radius: 6px; color: #123f68; background: rgba(255, 255, 255, .64); cursor: pointer; font-size: 13px; font-weight: 500; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
    .pricing-explain::before { content: "i"; width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid #6790aa; border-radius: 50%; font-family: Georgia, serif; font-size: 13px; font-style: italic; }
    .pricing-explain:hover { color: #fff; border-color: var(--brand); background: var(--brand); transform: translateY(-1px); }
    .price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-left: 122px; }
    .price-card { min-height: 500px; display: flex; flex-direction: column; padding: clamp(31px, 3vw, 43px); border: 1px solid #ccd5d9; border-radius: 12px; background: #fff; }
    .price-card.is-featured { color: #fff; border-color: var(--brand); background: var(--brand); }
    .price-card__name { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--brand); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
    .price-card.is-featured .price-card__name { color: #d9e8f0; }
    .price-card__badge { padding: 5px 7px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 999px; color: #fff; font-family: "PS Text", Arial, sans-serif; font-size: 10px; letter-spacing: 0; text-transform: none; }
    .price-card__value { margin: 36px 0 10px; font-family: "PS Display", Arial, sans-serif; font-size: clamp(43px, 4vw, 56px); line-height: 1; }
    .price-card__value small { color: var(--muted); font-family: "PS Text", Arial, sans-serif; font-size: 13px; }
    .price-card.is-featured .price-card__value small { color: #ccdfeb; }
    .price-card__desc { min-height: 52px; margin: 0; color: var(--muted); font-size: 13px; }
    .price-card.is-featured .price-card__desc { color: #d6e4ec; }
    .price-card ul { display: grid; gap: 13px; margin: 31px 0 34px; padding: 28px 0 0; border-top: 1px solid var(--line); list-style: none; }
    .price-card.is-featured ul { border-color: rgba(255, 255, 255, .25); }
    .price-card li { display: flex; align-items: flex-start; gap: 10px; color: #344650; font-size: 13px; }
    .price-card.is-featured li { color: #eef5f8; }
    .price-card li::before { content: "✓"; color: var(--brand); }
    .price-card.is-featured li::before { color: var(--ice); }
    .price-card__feature { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; border-bottom: 1px dashed rgba(25, 83, 146, .48); color: inherit; background: transparent; cursor: pointer; font: inherit; line-height: inherit; text-align: left; }
    .price-card.is-featured .price-card__feature { border-color: rgba(255, 255, 255, .55); }
    .price-card__feature span { width: 16px; height: 16px; display: inline-grid; flex: 0 0 auto; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 9px; line-height: 1; opacity: .68; }
    .price-card__feature:hover { border-bottom-style: solid; }
    .price-card .button { width: 100%; margin-top: auto; }
    .pricing-note { margin: 22px 0 0 122px; color: var(--muted); font-size: 12px; }

    .pricing-modal {
      width: min(1180px, calc(100vw - 40px));
      max-width: none;
      max-height: calc(100dvh - 40px);
      margin: auto;
      padding: 0;
      overflow: hidden;
      border: 1px solid rgba(191, 224, 240, .3);
      border-radius: 24px;
      color: var(--ink);
      background: #f2f5f4;
      box-shadow: 0 46px 130px rgba(0, 9, 17, .52);
    }
    .pricing-modal::backdrop { background: rgba(2, 12, 20, .76); backdrop-filter: blur(9px); }
    .pricing-modal[open] { animation: pricing-modal-in .34s cubic-bezier(.2, .75, .2, 1); }
    @keyframes pricing-modal-in { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }
    .pricing-modal__surface { max-height: calc(100dvh - 40px); display: grid; grid-template-rows: auto minmax(0, 1fr); overflow: hidden; }
    .pricing-modal__head { position: relative; padding: clamp(34px, 5vw, 62px) clamp(30px, 6vw, 76px) 38px; overflow: hidden; color: #fff; background: radial-gradient(circle at 86% 0%, rgba(101, 169, 207, .3), transparent 36%), linear-gradient(126deg, #04131f, #0a2b43 66%, #123f63); }
    .pricing-modal__head::after { content: "05"; position: absolute; right: -16px; bottom: -82px; color: rgba(191, 224, 240, .055); font-family: "PS Display", Arial, sans-serif; font-size: 210px; line-height: 1; pointer-events: none; }
    .pricing-modal__eyebrow { position: relative; z-index: 1; margin: 0 0 16px; color: var(--ice); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
    .pricing-modal__head h2 { position: relative; z-index: 1; max-width: 760px; margin: 0; font-family: "PS Display", Arial, sans-serif; font-size: clamp(43px, 5vw, 68px); font-weight: 500; line-height: .98; letter-spacing: -.02em; }
    .pricing-modal__intro { position: relative; z-index: 1; max-width: 700px; margin: 22px 0 0; color: #b7cad5; font-size: 16px; }
    .pricing-modal__close { position: absolute; z-index: 3; top: 24px; right: 24px; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .26); border-radius: 50%; color: #fff; background: rgba(255, 255, 255, .06); cursor: pointer; font-size: 27px; font-weight: 300; line-height: 1; transition: background .2s ease, transform .2s ease; }
    .pricing-modal__close:hover { background: rgba(255, 255, 255, .15); transform: rotate(5deg); }
    .pricing-modal__body { overflow-y: auto; overscroll-behavior: contain; padding: clamp(36px, 5vw, 68px) clamp(28px, 6vw, 76px) clamp(48px, 6vw, 78px); }
    .pricing-modal__section-title { margin: 0 0 12px; font-family: "PS Display", Arial, sans-serif; font-size: clamp(32px, 3vw, 43px); font-weight: 500; line-height: 1.05; }
    .pricing-modal__section-lead { max-width: 760px; margin: 0 0 30px; color: var(--muted); font-size: 15px; }
    .module-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .module-card { padding: 28px; border: 1px solid #d2dde1; border-radius: 14px; background: rgba(255, 255, 255, .82); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
    .module-card--wide { grid-column: 1 / -1; }
    .module-card.is-highlighted { border-color: #5a93b8; box-shadow: 0 16px 42px rgba(25, 83, 146, .15); transform: translateY(-2px); }
    .module-card__tag { display: inline-block; margin-bottom: 15px; color: var(--brand); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
    .module-card h3 { margin: 0 0 11px; font-family: "PS Display", Arial, sans-serif; font-size: 27px; font-weight: 500; line-height: 1.08; }
    .module-card > p { margin: 0; color: #5c6f79; font-size: 14px; }
    .module-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 34px; margin: 22px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
    .module-points li { position: relative; padding-left: 16px; color: #344a56; font-size: 13px; }
    .module-points li::before { content: ""; position: absolute; top: 9px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--brand); }
    .pricing-comparison { margin-top: clamp(60px, 7vw, 92px); padding-top: clamp(48px, 6vw, 72px); border-top: 1px solid #cbd7dc; }
    .tariff-differences { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 28px; }
    .tariff-difference { min-height: 168px; padding: 24px; border-radius: 12px; color: #fff; background: #0a2233; }
    .tariff-difference:nth-child(2) { background: #123f68; }
    .tariff-difference:nth-child(3) { background: linear-gradient(135deg, #195392, #2774a8); }
    .tariff-difference span { color: #9db9c9; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
    .tariff-difference strong { display: block; margin: 24px 0 8px; font-family: "PS Display", Arial, sans-serif; font-size: 24px; font-weight: 500; line-height: 1.04; }
    .tariff-difference p { margin: 0; color: #c8d8e1; font-size: 12px; line-height: 1.5; }
    .comparison-scroll { overflow-x: auto; border: 1px solid #cbd7dc; border-radius: 14px; background: #fff; }
    .comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 13px; }
    .comparison-table th, .comparison-table td { padding: 17px 18px; border-bottom: 1px solid #dde5e7; text-align: left; vertical-align: middle; }
    .comparison-table thead th { color: #fff; background: #092237; font-size: 12px; font-weight: 500; }
    .comparison-table thead th:first-child { color: #9db5c3; }
    .comparison-table tbody th { width: 27%; color: #304753; background: #f7f9f8; font-weight: 500; }
    .comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
    .comparison-table .is-included { color: #174f7e; font-weight: 500; }
    .comparison-table .is-absent { color: #98a6ad; }
    .comparison-table .is-price { font-family: "PS Display", Arial, sans-serif; font-size: 20px; font-weight: 500; }
    .pricing-load { margin-top: 44px; padding: clamp(28px, 4vw, 42px); border-radius: 16px; background: #e4ecee; }
    .pricing-load__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); gap: 32px; align-items: end; margin-bottom: 26px; }
    .pricing-load h3 { margin: 0; font-family: "PS Display", Arial, sans-serif; font-size: clamp(30px, 3vw, 40px); font-weight: 500; line-height: 1.06; }
    .pricing-load p { margin: 0; color: #526873; font-size: 14px; }
    .pricing-modal__footnote { margin: 18px 0 0; color: #71818a; font-size: 11px; }

    .contact-section {
      --contact-offset: clamp(108px, 8vw, 126px);
      position: relative;
      overflow: hidden;
      color: #fff;
      background:
        radial-gradient(ellipse 58% 78% at 86% 8%, rgba(92, 158, 204, .25), transparent 57%),
        radial-gradient(circle at 14% 82%, rgba(25, 83, 146, .28), transparent 31%),
        linear-gradient(128deg, #03111c 0%, #061b2c 38%, #0a2d49 69%, #082239 100%);
    }
    .contact-section::before { content: "06"; position: absolute; right: -2vw; bottom: -13vw; color: rgba(191, 224, 240, .035); font-family: "PS Display", Arial, sans-serif; font-size: 42vw; line-height: 1; }
    .contact-section::after {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .22;
      background-image:
        linear-gradient(rgba(191, 224, 240, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(191, 224, 240, .07) 1px, transparent 1px);
      background-size: 72px 72px;
      -webkit-mask-image: linear-gradient(90deg, transparent 5%, #000 43%, #000 100%);
      mask-image: linear-gradient(90deg, transparent 5%, #000 43%, #000 100%);
      pointer-events: none;
    }
    .contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(48px, 6vw, 104px); align-items: center; }
    .contact-copy__no { display: inline-block; padding-left: 48px; color: var(--ice); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 15px; letter-spacing: .08em; }
    .contact-copy h2 { max-width: 660px; margin: 28px 0 28px var(--contact-offset); font-family: "PS Display", Arial, sans-serif; font-size: clamp(52px, 5.5vw, 76px); font-weight: 500; line-height: .98; letter-spacing: -.02em; }
    .contact-copy > p { max-width: 560px; margin: 0 0 0 var(--contact-offset); color: #b9ccd7; font-size: 18px; }
    .contact-details { display: grid; gap: 7px; margin: 33px 0 0 var(--contact-offset); color: #98b5c6; font-size: 13px; }
    .contact-details a { width: fit-content; color: #fff; }
    .lead-form {
      position: relative;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px 16px;
      padding: clamp(30px, 4vw, 54px);
      overflow: hidden;
      border: 1px solid rgba(191, 224, 240, .4);
      border-radius: var(--radius);
      background:
        radial-gradient(circle at 100% 0%, rgba(191, 224, 240, .58), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, .995), #e9f1f4);
      box-shadow: 0 42px 100px rgba(0, 8, 16, .4), inset 0 1px rgba(255, 255, 255, .9);
    }
    .lead-form::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 5px; background: linear-gradient(180deg, var(--ice), #4c98c5 48%, var(--brand)); }
    .lead-form::after { content: "PS"; position: absolute; right: -17px; bottom: -44px; color: rgba(25, 83, 146, .035); font-family: "PS Display", Arial, sans-serif; font-size: 180px; line-height: 1; pointer-events: none; }
    .lead-form > * { position: relative; z-index: 1; }
    .lead-form > .lead-form__anchor { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; }
    .lead-form__head { grid-column: 1 / -1; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 7px; padding-bottom: 25px; border-bottom: 1px solid #cad8de; }
    .lead-form__eyebrow { display: block; margin-bottom: 10px; color: var(--brand); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
    .lead-form__head h3 { max-width: 430px; margin: 0; color: var(--ink); font-family: "PS Display", Arial, sans-serif; font-size: clamp(29px, 2.5vw, 38px); font-weight: 500; line-height: 1.03; letter-spacing: -.012em; }
    .lead-form__meta { min-width: 178px; display: grid; flex: 0 0 auto; gap: 6px; padding: 10px 12px; border: 1px solid #aec5d0; border-radius: 10px; color: #4e6876; background: rgba(255, 255, 255, .58); }
    .lead-form__meta-label { font-size: 9px; letter-spacing: .05em; }
    .lead-form__meta strong { color: #173d59; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; font-weight: 500; }
    .lead-form__progress { height: 3px; display: block; overflow: hidden; border-radius: 999px; background: #d4e0e4; }
    .lead-form__progress i { width: var(--form-progress, 0%); height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #5e9dc2, var(--brand)); transition: width .35s cubic-bezier(.2, .75, .2, 1); }
    .field { display: grid; gap: 8px; }
    .field label { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #546975; font-size: 11px; }
    .field label small { width: 20px; height: 20px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid #b8c8cf; border-radius: 50%; color: #718995; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8px; font-weight: 400; transition: color .2s ease, border-color .2s ease, background .2s ease; }
    .field.is-filled label small { color: #fff; border-color: var(--brand); background: var(--brand); font-size: 0; }
    .field.is-filled label small::before { content: "✓"; font-size: 10px; }
    .field input { width: 100%; min-height: 58px; padding: 15px 16px; overflow: hidden; border: 1px solid #c7d4da; border-radius: 8px; color: var(--ink); background: rgba(255, 255, 255, .76); outline: none; font-size: 14px; line-height: 1.2; text-overflow: ellipsis; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
    .field input::placeholder { color: #96a4ac; font-size: 13px; }
    .field input:hover { border-color: #9fb5c0; background: #fff; }
    .field input:focus { border-color: var(--brand); background: #fff; box-shadow: 0 0 0 4px rgba(25, 83, 146, .1), 0 10px 24px rgba(25, 83, 146, .07); transform: translateY(-1px); }
    .field--wide, .lead-form__required, .form-consent, .lead-form .button, .form-status { grid-column: 1 / -1; }
    .lead-form__required { margin: -2px 0 0; color: #71838d; font-size: 10px; }
    .form-consent { display: flex; align-items: flex-start; gap: 11px; margin: 0; padding: 14px 15px; border: 1px solid rgba(25, 83, 146, .1); border-radius: 8px; color: var(--muted); background: rgba(255, 255, 255, .48); font-size: 11px; }
    .form-consent input { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--brand); }
    .form-consent a { color: var(--brand); text-decoration: underline; }
    .lead-form .button { width: 100%; min-height: 60px; margin-top: 2px; background: linear-gradient(135deg, #123f71, #1f659e); box-shadow: 0 16px 32px rgba(25, 83, 146, .22); }
    .lead-form .button:hover { background: linear-gradient(135deg, #0d335e, #19578c); }
    .form-status { display: none; padding: 11px 13px; border-radius: 5px; color: #38546a; background: #e3f0f5; font-size: 12px; }
    .form-status.is-visible { display: block; }

    .arrival-section {
      position: relative;
      min-height: max(1040px, 116vh);
      overflow: hidden;
      color: #fff;
      background:
        radial-gradient(circle at 72% 76%, rgba(25, 83, 146, .28), transparent 39%),
        linear-gradient(180deg, #071923 0%, #04121c 54%, #020c14 100%);
    }
    .arrival-section::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .32;
      background-image:
        linear-gradient(rgba(191, 224, 240, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(191, 224, 240, .055) 1px, transparent 1px);
      background-size: 56px 56px;
      -webkit-mask-image: linear-gradient(180deg, transparent 4%, #000 34%, #000 100%);
      mask-image: linear-gradient(180deg, transparent 4%, #000 34%, #000 100%);
    }
    .arrival-section::after {
      content: "";
      position: absolute;
      right: -12%;
      bottom: -31%;
      width: 82%;
      aspect-ratio: 1;
      border: 1px solid rgba(191, 224, 240, .08);
      border-radius: 50%;
      box-shadow: 0 0 0 10vw rgba(191, 224, 240, .018), 0 0 0 20vw rgba(191, 224, 240, .012);
    }
    .arrival-heading {
      --arrival-offset: clamp(108px, 8vw, 126px);
      position: relative;
      z-index: 3;
      padding-top: clamp(96px, 8vw, 148px);
    }
    .arrival-heading__label {
      margin: 0 0 0 var(--arrival-offset);
      color: var(--ice);
      font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      font-size: 11px;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .arrival-heading h2 {
      max-width: 820px;
      margin: 24px 0 22px var(--arrival-offset);
      font-family: "PS Display", "Arial Narrow", Arial, sans-serif;
      font-size: clamp(52px, 5.7vw, 84px);
      font-weight: 500;
      line-height: .96;
      letter-spacing: -.025em;
    }
    .arrival-heading h2 span { color: #8da3b1; }
    .arrival-yard { position: absolute; z-index: 0; inset: 0; pointer-events: none; }
    .arrival-yard::before {
      content: "";
      position: absolute;
      right: -8%;
      bottom: 0;
      left: 10%;
      height: 66%;
      opacity: .48;
      background:
        linear-gradient(180deg, transparent, rgba(10, 39, 56, .26) 28%, rgba(6, 25, 37, .72)),
        repeating-linear-gradient(90deg, rgba(191, 224, 240, .055) 0 1px, transparent 1px 92px);
      clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
    }
    .arrival-route-canvas {
      position: absolute;
      inset: 0;
      display: block;
      width: 100%;
      height: 100%;
      opacity: .36;
      filter: saturate(.72) contrast(.94);
      transition: opacity .78s ease, filter .78s ease;
    }
    .arrival-warehouse {
      position: absolute;
      top: 36%;
      right: clamp(-34px, -1.5vw, -8px);
      width: min(1080px, 78vw);
      opacity: .9;
      filter: saturate(.82) contrast(1.01) drop-shadow(0 40px 58px rgba(0, 0, 0, .32));
      transition: opacity 1.2s ease, filter 1.2s ease;
    }
    .arrival-warehouse > img { width: 100%; height: auto; max-width: none; }
    .arrival-anchor { position: absolute; width: 2px; height: 2px; opacity: 0; }
    .arrival-anchor--approach { top: 31%; left: clamp(62px, 7vw, 116px); }
    .arrival-anchor--stage { top: 68.8%; left: 11.5%; }
    .arrival-anchor--road { top: 58.5%; left: 27%; }
    .arrival-anchor--dock { top: 68.8%; left: 30.5%; }
    .arrival-anchor--end { top: 93%; left: 0; }
    .arrival-dock-guide {
      position: absolute;
      top: 65.8%;
      left: 11.5%;
      width: 19%;
      height: 6%;
      border-top: 1px dashed rgba(191, 224, 240, .72);
      border-bottom: 1px dashed rgba(191, 224, 240, .72);
      opacity: 0;
      transform: scaleX(.55);
      transform-origin: right center;
      transition: opacity .8s ease, transform 1.2s ease;
    }
    .arrival-dock-guide::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -2px;
      width: 7px;
      height: 7px;
      border-top: 1px solid var(--ice);
      border-right: 1px solid var(--ice);
      transform: translateY(-50%) rotate(45deg);
    }
    .arrival-status {
      position: absolute;
      right: var(--gutter);
      bottom: 32px;
      display: flex;
      align-items: center;
      gap: 10px;
      min-height: 34px;
      padding: 8px 12px;
      border: 1px solid rgba(191, 224, 240, .18);
      border-radius: 999px;
      color: #a9bdc8;
      background: rgba(3, 16, 26, .68);
      font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      font-size: 10px;
      letter-spacing: .08em;
      text-transform: uppercase;
      backdrop-filter: blur(10px);
    }
    .arrival-status > i { width: 7px; height: 7px; border-radius: 50%; background: var(--ice); box-shadow: 0 0 0 5px rgba(191, 224, 240, .09); transition: background .5s ease, box-shadow .5s ease; }
    .arrival-status__parked { display: none; }
    body.route-arrival-clear .arrival-route-canvas { opacity: 1; filter: saturate(1) contrast(1); }
    body.route-parking .arrival-warehouse { opacity: 1; filter: saturate(1) contrast(1.05) drop-shadow(0 44px 66px rgba(0, 0, 0, .4)); }
    body.route-parking .arrival-dock-guide { opacity: .8; transform: scaleX(1); }
    body.route-parked .arrival-status > i { background: var(--live); box-shadow: 0 0 0 5px rgba(75, 212, 138, .12); }
    body.route-parked .arrival-status__moving { display: none; }
    body.route-parked .arrival-status__parked { display: inline; }

    .site-footer { color: #8da0ad; background: #03101a; }
    .footer-main { display: grid; grid-template-columns: 1.25fr .75fr .75fr 1fr; gap: 50px; padding-block: 60px 52px; }
    .footer-main .brand__name { color: #fff; }
    .footer-col h3 { margin: 0 0 17px; color: #fff; font-size: 12px; font-weight: 500; }
    .footer-col a, .footer-col span { display: block; width: fit-content; margin: 8px 0; font-size: 12px; }
    .footer-col a:hover { color: #fff; }
    .footer-bottom { display: flex; justify-content: space-between; gap: 28px; padding-block: 22px 28px; border-top: 1px solid rgba(255, 255, 255, .09); font-size: 10px; }

    @media (max-width: 1200px) {
      :root { --gutter: clamp(34px, 5vw, 64px); }
      .header__inner { gap: 26px; }
      .brand__meta { display: none; }
      .main-nav { font-size: 10px; }
      .main-nav { gap: 0; }
      .main-nav > a:not(.button), .nav-trigger { padding-inline: 11px; }
      .main-nav > a:not(.button)::after, .nav-trigger::after { right: 11px; left: 11px; }
      .header__cta { padding-inline: 13px; }
      .chapter-head { grid-template-columns: 68px minmax(0, 1fr); }
      .chapter-head > p { grid-column: 2; max-width: 660px; margin-top: 13px; }
      .events-head { grid-template-columns: 68px minmax(0, 1fr); }
      .events-intro { grid-column: 2; max-width: 660px; margin-top: 13px; }
      .role-grid, .journey, .connect-grid, .price-grid { margin-left: 108px; }
      .pricing-toolbar, .pricing-note { margin-left: 108px; }
      .quick-start { margin-left: 108px; }
      .event-showcase { margin-left: 108px; }
      .story { grid-template-columns: 1fr 1.2fr; gap: 54px; }
      .story__copy { padding-left: 108px; }
      .story--dark { margin-left: 0; }
      .story--dark .story__copy { padding-left: 0; }
      .price-card { padding: 31px 25px; }
    }

    @media (max-width: 1120px) {
      .section-rail { display: none; }
      .main-nav { position: fixed; inset: 72px 0 auto; max-height: calc(100svh - 72px); display: grid; gap: 0; overflow-y: auto; overscroll-behavior: contain; padding: 13px var(--gutter) 25px; color: #fff; background: rgba(6, 21, 34, .98); border-bottom: 1px solid rgba(255, 255, 255, .13); box-shadow: 0 22px 40px rgba(0, 0, 0, .22); opacity: 0; pointer-events: none; transform: translateY(-9px); transition: opacity .2s ease, transform .2s ease; }
      .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
      .main-nav > a:not(.button), .nav-trigger { width: 100%; min-height: 52px; justify-content: space-between; padding: 0 6px; border-left: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
      .main-nav > a:not(.button)::after, .nav-trigger::after { display: none; }
      .nav-group { width: 100%; display: block; }
      .nav-panel,
      .nav-panel--docs,
      .nav-panel--videos {
        position: static;
        width: 100%;
        display: none;
        padding: 9px 0 14px;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        border-radius: 0;
        color: #fff;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
      }
      .nav-group:hover > .nav-panel { transform: none; }
      .nav-group.is-open > .nav-panel { display: block; transform: none; }
      .nav-panel__caption { padding: 2px 6px 9px; color: #8299a7; }
      .nav-panel__grid,
      .nav-panel--videos .nav-panel__grid { grid-template-columns: 1fr; gap: 5px; }
      .nav-panel__link { padding: 11px 8px; border-color: rgba(255, 255, 255, .08); background: rgba(255, 255, 255, .035); }
      .nav-panel__link:hover,
      .nav-panel__link:focus-visible { border-color: rgba(191, 224, 240, .24); background: rgba(191, 224, 240, .08); transform: none; }
      .nav-panel__index { color: var(--ice); border-color: rgba(191, 224, 240, .2); background: rgba(191, 224, 240, .06); }
      .nav-panel__link strong { color: #f1f7f9; }
      .nav-panel__link small { color: #91a4af; }
      .header__cta { min-height: 46px; margin-top: 11px; border: 1px solid rgba(191, 224, 240, .35); }
      .menu-toggle { display: block; }
      .hero__copy { width: min(72vw, 730px); }
      .hero__video { --hero-video-opacity: .82; --hero-video-fallback-opacity: .54; right: -4vw; }
      .hero__veil { background: linear-gradient(90deg, #061522 0%, rgba(6, 21, 34, .97) 42%, rgba(6, 21, 34, .58) 72%, rgba(6, 21, 34, .55) 100%), linear-gradient(0deg, #061522 0%, transparent 34%); }
      .trust-line__inner { min-height: 104px; flex-wrap: wrap; padding-block: 20px; }
      .role-grid { grid-template-columns: 1fr; gap: 0; margin-left: 108px; }
      .role-item { min-height: auto; padding-block: 32px 42px; }
      .role-item h3 { margin-top: 25px; }
      .story { grid-template-columns: 1fr; gap: 48px; }
      .story__copy { max-width: 690px; padding-left: 108px; }
      .story--dark { padding: 60px; }
      .story--dark .story__copy { padding-left: 0; }
      .story--reverse .story__media { order: initial; }
      .story__media, .story--dark .story__media { min-height: 520px; }
      .story__media--pan, .story--dark .story__media--pan { height: 520px; min-height: 520px; }
      .journey { grid-template-columns: repeat(4, 210px); overflow-x: auto; padding-bottom: 16px; }
      .quick-start { grid-template-columns: 1fr 1fr; grid-template-areas: "lead device" "flow flow"; }
      .quick-start__flow { border-top: 1px solid rgba(255, 255, 255, .1); }
      .connect-grid { grid-template-columns: 1fr; gap: 80px; }
      .connect-col + .connect-col { padding: 76px 0 0; border-top: 1px solid var(--line); border-left: 0; }
      .event-showcase { grid-template-columns: 1fr; grid-template-rows: 540px auto 230px; min-height: 0; }
      .event-shot--hero { grid-row: auto; }
      .event-panel { min-height: 470px; }
      .price-grid { grid-template-columns: 1fr 1fr; }
      .price-card:last-child { grid-column: 1 / -1; }
      .contact-grid { grid-template-columns: 1fr; }
      .lead-form { margin-left: 108px; }
      .arrival-heading { --arrival-offset: 108px; }
      .arrival-warehouse { right: -6vw; width: 92vw; }
      .footer-main { grid-template-columns: 1.2fr .8fr .8fr; }
      .footer-contacts { grid-column: 1 / -1; }
    }

    @media (max-width: 760px) {
      :root { --gutter: 24px; --section-y: 92px; }
      body { font-size: 16px; }
      .route-canvas-stack, .route-truck { display: none; }
      .system-section { padding-top: var(--section-y); }
      .departure-depot { display: none; }
      .route-node { --route-node-x: -14px; }
      .route-node::before { left: -21px; width: 12px; height: 12px; }
      .route-node::after { left: -9px; width: 32px; }
      .header__inner { min-height: 64px; }
      .brand__meta { display: none; }
      .main-nav { inset: 64px 0 auto; }
      .hero { min-height: 760px; }
      .hero__video {
        --hero-video-opacity: .62;
        --hero-video-fallback-opacity: .44;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 45%;
        -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 62%, rgba(0, 0, 0, .82) 76%, transparent 100%);
        mask-image: linear-gradient(180deg, #000 0%, #000 62%, rgba(0, 0, 0, .82) 76%, transparent 100%);
      }
      .hero__video-loader {
        top: 40%;
        right: auto;
        left: 50%;
        min-width: min(250px, calc(100vw - 48px));
        transform: translate(-50%, -50%);
      }
      .hero.is-video-ready .hero__video-loader { transform: translate(-50%, -50%) translateY(-10px) scale(.96); }
      .hero__veil { background: linear-gradient(180deg, rgba(6, 21, 34, .55) 0%, rgba(6, 21, 34, .52) 34%, rgba(6, 21, 34, .96) 78%, #061522 100%); }
      .hero__inner { min-height: 760px; justify-content: flex-end; padding-top: 112px; padding-bottom: 30px; }
      .hero__copy { width: 100%; margin: auto 0 0; padding: 70px 0 56px; }
      .hero h1 { max-width: 620px; font-size: clamp(50px, 14vw, 68px); line-height: .94; }
      .hero__lead { font-size: 17px; }
      .hero-route { grid-template-columns: repeat(3, 1fr); }
      .hero-route__step:nth-child(2), .hero-route__step:nth-child(5) { display: none; }
      .hero-route__step { padding-right: 10px; font-size: 9px; }
      .hero__live { right: 82px; bottom: 36px; }
      .video-toggle { right: 24px; bottom: 25px; }
      .trust-line__inner { display: grid; gap: 14px; }
      .trust-line__meta { flex-wrap: wrap; gap: 8px 22px; }
      .trust-line__meta span + span::before { right: calc(100% + 9px); }
      .chapter-head { grid-template-columns: 1fr; gap: 22px; }
      .chapter-head__no { padding: 0 0 0 30px; }
      .chapter-head h2 { font-size: clamp(42px, 11vw, 56px); }
      .chapter-head > p { grid-column: auto; margin: 0; font-size: 16px; }
      .events-head { grid-template-columns: 1fr; gap: 22px; }
      .events-no { padding: 0; }
      .events-head h2 { font-size: clamp(48px, 12vw, 68px); }
      .events-intro { grid-column: auto; margin: 0; font-size: 16px; }
      .role-grid, .journey, .connect-grid, .price-grid { margin-left: 0; }
      .pricing-toolbar, .pricing-note { margin-left: 0; }
      .quick-start { grid-template-columns: 1fr; grid-template-areas: "lead" "flow" "device"; margin-left: 0; border-radius: 14px; }
      .quick-start__lead { padding: 22px; border-right: 0; }
      .quick-start__flow { grid-template-columns: 1fr; gap: 0; padding: 10px 22px; }
      .quick-start__step { padding: 11px 0; }
      .quick-start__arrow { justify-self: center; transform: rotate(90deg); }
      .quick-start__device { padding: 20px 22px; border-top: 1px solid rgba(255, 255, 255, .1); border-left: 0; }
      .story__copy { padding-left: 0; }
      .story--dark { margin-inline: calc(var(--gutter) * -1); padding: 55px var(--gutter); border-radius: 0; }
      .story__media, .story--dark .story__media { min-height: 410px; }
      .story__media--pan, .story--dark .story__media--pan { height: 410px; min-height: 410px; }
      .story--mobile .story__media { min-height: 620px; }
      .journey { grid-template-columns: 1fr; gap: 0; overflow: visible; }
      .journey::before { top: 0; right: auto; bottom: 0; left: 4px; width: 2px; height: auto; background: repeating-linear-gradient(180deg, var(--ice) 0 14px, rgba(191, 224, 240, .13) 14px 27px); background-position: 0 var(--journey-shift); }
      .journey-step { padding: 0 0 46px 38px; }
      .journey-step::before { top: 8px; }
      .journey-step h3 { margin: 16px 0 9px; }
      .connect-grid { gap: 62px; }
      .connect-col + .connect-col { padding-top: 62px; }
      .connect-item { grid-template-columns: 75px 1fr; }
      .event-showcase { grid-template-rows: clamp(350px, 68vw, 500px) auto 190px; gap: 10px; margin-left: 0; padding: 10px; border-radius: 22px; }
      .event-shot, .event-panel { border-radius: 15px; }
      .event-panel { min-height: 0; padding: 32px 27px; }
      .event-panel h3 { font-size: clamp(36px, 10vw, 46px); }
      .event-gallery { gap: 10px; }
      .event-gallery .event-shot { border-radius: 12px; }
      .event-shot figcaption { display: block; }
      .event-shot figcaption small { display: block; margin-top: 10px; text-align: left; }
      .price-grid { grid-template-columns: 1fr; }
      .price-card:last-child { grid-column: auto; }
      .pricing-toolbar { align-items: stretch; flex-direction: column; }
      .pricing-switch { width: 100%; }
      .pricing-switch button { flex: 1; }
      .pricing-explain { width: 100%; }
      .pricing-modal { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); border-radius: 18px; }
      .pricing-modal__surface { max-height: calc(100dvh - 20px); }
      .pricing-modal__head { padding: 60px 24px 30px; }
      .pricing-modal__head h2 { max-width: calc(100% - 42px); }
      .pricing-modal__close { top: 16px; right: 16px; width: 40px; height: 40px; }
      .pricing-modal__body { padding-inline: 20px; }
      .module-grid, .tariff-differences { grid-template-columns: 1fr; }
      .module-card--wide { grid-column: auto; }
      .module-points { grid-template-columns: 1fr; }
      .pricing-load__head { grid-template-columns: 1fr; gap: 14px; }
      .lead-form { grid-template-columns: 1fr; }
      .field input { font-size: 16px; }
      .field input::placeholder { font-size: 14px; }
      .lead-form__head { grid-column: auto; flex-direction: column; gap: 15px; }
      .lead-form__meta { width: 100%; }
      .field--wide, .lead-form__required, .form-consent, .lead-form .button, .form-status { grid-column: auto; }
      .contact-section { --contact-offset: 0px; }
      .contact-copy__no { padding-left: 30px; }
      .lead-form { margin-left: 0; }
      .arrival-section { min-height: 780px; }
      .arrival-heading { --arrival-offset: 0px; padding-top: 82px; }
      .arrival-heading h2 { max-width: 650px; font-size: clamp(44px, 11vw, 62px); }
      .arrival-warehouse { top: auto; right: -38vw; bottom: 60px; width: 135vw; }
      .arrival-status { right: auto; bottom: 24px; left: var(--gutter); }
      .footer-main { grid-template-columns: 1fr 1fr; }
      .footer-brand, .footer-contacts { grid-column: 1 / -1; }
      .footer-bottom { flex-direction: column; gap: 7px; }
    }

    @media (max-width: 460px) {
      :root { --gutter: 20px; --section-y: 76px; }
      .hero__actions { display: grid; }
      .hero__actions .button { width: 100%; }
      .hero__link { width: fit-content; }
      .hero__label { font-size: 10px; }
      .hero__live { display: none; }
      .role-item h3 { font-size: 31px; }
      .story { padding-top: 48px; }
      .story h3 { font-size: 38px; }
      .story__media, .story--dark .story__media { min-height: 330px; }
      .story__media--pan, .story--dark .story__media--pan { height: 330px; min-height: 330px; }
      .story--mobile .story__media { min-height: 580px; }
      .courier-phone { width: min(248px, calc(100% - 30px)); }
      .courier-ui__status { max-width: 142px; }
      .courier-phone__zoom span { display: none; }
      .events-section::after { font-size: 145px; }
      .event-showcase { grid-template-rows: 350px auto 165px; }
      .event-shot figcaption strong { font-size: 27px; }
      .event-shot figcaption small { display: none; }
      .event-panel h3 { font-size: 36px; }
      .event-tags { margin-block: 24px 28px; }
      .pricing-switch button { flex: 1; padding-inline: 9px; font-size: 11px; }
      .pricing-modal__head h2 { font-size: 39px; }
      .module-card { padding: 23px; }
      .lead-form { padding: 28px 24px; }
      .contact-copy h2 { font-size: 48px; }
      .footer-main { grid-template-columns: 1fr; }
      .footer-brand, .footer-contacts { grid-column: auto; }
    }

    @media (max-width: 1020px), (hover: none), (pointer: coarse) {
      .story { perspective: none; }
      .story__media, .story__media.is-interacting { --media-lift: 0px; --tilt-rx: 0deg; --tilt-ry: 0deg; transform: none; transition: box-shadow .35s ease; }
      .story__media img, .story__media.is-interacting img { transform: none; }
    }

    @media (hover: none), (pointer: coarse) {
      .story__media--pan { cursor: default; }
      .story-pan__viewport { overflow: auto; -webkit-overflow-scrolling: touch; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .hero__video { display: none; }
      .hero__video-loader { display: none; }
      .hero { background: var(--night) url("/images/header-back.jpg") 68% center / cover no-repeat; }
      .route-truck { display: none; }
      .route-node::before { background: var(--node-color); box-shadow: none; transform: none; }
      .journey::before { background-position: 0 0; }
      .story { perspective: none; }
      .story__media, .story__media img { transform: none; }
      .story__media::after { background: linear-gradient(145deg, rgba(4, 19, 31, .3), transparent 48%, rgba(111, 178, 211, .12)); }
      .event-shot--hero, .event-shot--hero img, .event-shot:hover img { transform: none; }
      *, *::before, *::after { transition-duration: .01ms !important; }
    }
/* Штатная форма Flexcore внутри дизайна новой главной. */
.lead-form--cms { --form-progress: 0%; }
.lead-form--cms .lead-form__cms-form { grid-column: 1 / -1; }
.lead-form--cms .newmain-lead-form { display: grid; gap: 18px 16px; margin: 0; }
.lead-form--cms .newmain-lead-form > input[type="hidden"] { display: none; }
.lead-form--cms .form-callback__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}
.lead-form--cms .form-callback__wrapper > label.form-callback__input:not(.required) {
  min-width: 0;
  display: grid;
  gap: 8px;
  margin: 0;
  color: #546975;
  font-size: 11px;
}
.lead-form--cms .form-callback__wrapper > label.form-callback__input:not(.required) > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.lead-form--cms .form-callback__wrapper > label.form-callback__input:not(.required) > span::after {
  content: attr(data-field-index);
  width: 20px;
  height: 20px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #b8c8cf;
  border-radius: 50%;
  color: #718995;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.lead-form--cms .form-callback__wrapper > label.is-filled > span::after {
  content: "✓";
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
  font-size: 10px;
}
.lead-form--cms .form-callback__wrapper > label:nth-of-type(3) { grid-column: 1 / -1; }
.lead-form--cms .form-callback__wrapper input:not([type="checkbox"]) {
  width: 100%;
  min-height: 58px;
  padding: 15px 16px;
  overflow: hidden;
  border: 1px solid #c7d4da;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, .76);
  outline: none;
  font-size: 14px;
  line-height: 1.2;
  text-overflow: ellipsis;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.lead-form--cms .form-callback__wrapper input:not([type="checkbox"])::placeholder { color: #96a4ac; font-size: 13px; }
.lead-form--cms .form-callback__wrapper input:not([type="checkbox"]):hover { border-color: #9fb5c0; background: #fff; }
.lead-form--cms .form-callback__wrapper input:not([type="checkbox"]):focus {
  border-color: var(--brand);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(25, 83, 146, .1), 0 10px 24px rgba(25, 83, 146, .07);
  transform: translateY(-1px);
}
.lead-form--cms .form-callback__wrapper > label.required {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0;
  padding: 14px 15px;
  border: 1px solid rgba(25, 83, 146, .1);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, .48);
  font-size: 11px;
}
.lead-form--cms .form-callback__wrapper > label.required input { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--brand); }
.lead-form--cms .form-callback__wrapper > label.required span { text-align: left !important; }
.lead-form--cms .form-callback__wrapper > label.required a { color: var(--brand); font-size: inherit !important; text-decoration: underline; }
.lead-form--cms .captcha-cont {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  align-items: end;
  gap: 14px 16px;
  padding: 14px;
  border: 1px solid rgba(25, 83, 146, .14);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(241, 247, 250, .92), rgba(255, 255, 255, .7));
}
.lead-form--cms .captcha-cont > input[type="hidden"] { display: none; }
.lead-form--cms .captcha-cont__visual {
  display: grid;
  gap: 7px;
  justify-items: start;
}
.lead-form--cms .captcha-cont__image {
  width: 200px;
  height: 60px;
  padding: 2px;
  overflow: hidden;
  border: 1px solid rgba(17, 55, 88, .2);
  border-radius: 8px;
  background: #173d59;
  box-shadow: 0 8px 20px rgba(17, 55, 88, .12);
}
.lead-form--cms .captcha-cont__image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  object-fit: cover;
}
.lead-form--cms .captcha-cont__refresh {
  width: 200px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 5px 10px;
  border: 1px solid rgba(25, 83, 146, .16);
  border-radius: 7px;
  color: #315b78;
  background: rgba(255, 255, 255, .72);
  box-shadow: none;
  cursor: pointer;
  font: 600 11px/1.2 Arial, sans-serif;
  letter-spacing: .01em;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.lead-form--cms .captcha-cont__refresh:hover {
  color: var(--brand);
  border-color: rgba(25, 83, 146, .32);
  background: #fff;
}
.lead-form--cms .captcha-cont__refresh:focus-visible {
  outline: 3px solid rgba(25, 83, 146, .16);
  outline-offset: 2px;
}
.lead-form--cms .captcha-cont__refresh:disabled { cursor: wait; opacity: .68; }
.lead-form--cms .captcha-cont.is-refreshing .captcha-cont__refresh svg { animation: captcha-refresh-spin .8s linear infinite; }
.lead-form--cms .captcha-cont__field {
  min-width: 0;
  display: grid;
  gap: 8px;
  margin: 0;
}
.lead-form--cms .captcha-cont__field > span {
  color: #607783;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: .02em;
}
.lead-form--cms .captcha-cont__field input {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .08em;
  text-transform: lowercase;
}
.lead-form--cms .captcha-cont__status {
  grid-column: 1 / -1;
  color: #607783;
  font-size: 11px;
  line-height: 1.35;
}
.lead-form--cms .captcha-cont__status:empty { display: none; }
.lead-form--cms .captcha-cont.has-refresh-error .captcha-cont__status { color: #92313b; }
@keyframes captcha-refresh-spin { to { transform: rotate(360deg); } }
.lead-form--cms .lead-form__submit,
.lead-form--cms .footer__form-btn {
  width: 100%;
  min-height: 60px;
  margin: 2px 0 0;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #123f71, #1f659e);
  box-shadow: 0 16px 32px rgba(25, 83, 146, .22);
  cursor: pointer;
  font: 700 13px/1.2 Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.lead-form--cms .lead-form__submit:hover,
.lead-form--cms .footer__form-btn:hover { background: linear-gradient(135deg, #0d335e, #19578c); }
.lead-form--cms .errors-cont {
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
  padding: 11px 13px;
  border: 1px solid rgba(165, 50, 61, .18);
  border-radius: 8px;
  color: #92313b;
  background: rgba(165, 50, 61, .06);
}
.lead-form--cms .error-title, .lead-form--cms .error { color: #92313b; font-size: 12px; line-height: 1.45; }
.lead-form--cms .form-succes-test {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 330px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
  overflow: hidden;
  padding: 42px 32px;
  border: 1px solid rgba(112, 190, 226, .42);
  border-radius: 14px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 12%, rgba(112, 200, 229, .34), transparent 34%),
    linear-gradient(145deg, #0d315b 0%, #145184 52%, #1c6c9d 100%);
  box-shadow: 0 24px 56px rgba(14, 56, 94, .25);
  text-align: center;
}
.lead-form--cms .form-succes-test::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 230px;
  height: 230px;
  left: -110px;
  bottom: -145px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255, 255, 255, .035), 0 0 0 76px rgba(255, 255, 255, .025);
}
.lead-form--cms .form-success__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 7px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 50%;
  color: #0e5d4b;
  background: #d8fff0;
  box-shadow: 0 12px 28px rgba(3, 30, 50, .22), inset 0 0 0 5px rgba(255, 255, 255, .58);
}
.lead-form--cms .form-success__title {
  font-family: "PS Display", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 54px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.025em;
}
.lead-form--cms .form-success__message {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}
.lead-form--cms .form-success__note {
  max-width: 370px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .lead-form--cms .form-callback__wrapper { grid-template-columns: 1fr; }
  .lead-form--cms .form-callback__wrapper > label:nth-of-type(3) { grid-column: auto; }
  .lead-form--cms .form-callback__wrapper input:not([type="checkbox"]) { font-size: 16px; }
  .lead-form--cms .form-callback__wrapper input:not([type="checkbox"])::placeholder { font-size: 14px; }
  .lead-form--cms .captcha-cont { grid-template-columns: 1fr; align-items: stretch; }
  .lead-form--cms .captcha-cont__image { max-width: 100%; }
  .lead-form--cms .form-succes-test { min-height: 290px; padding: 34px 20px; }
  .lead-form--cms .form-success__message { font-size: 16px; }
}
