    /* ============================================================
       VEGA CONTUR — design system
       Palette: white, #004a69 (deep), #0072A3 (mid). Strict corporate.
       ============================================================ */

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

    :root {
      --primary:        #004a69;
      --primary-2:      #0072A3;
      --primary-3:      #2e95c4;
      --primary-soft:   #eaf3f8;
      --primary-softer: #f4f9fc;
      --primary-tint:   #d6e7f0;

      --text:           #0e1b29;
      --text-2:         #2a3f54;
      --muted:          #5e6f7e;
      --muted-2:        #8597a6;

      --white:          #ffffff;
      --bg:             #f7fafd;
      --bg-2:           #eef5fa;
      --border:         #dde6ee;
      --border-strong:  #c5d4e0;
      --dark:           #002133;
      --dark-2:         #003047;

      --shadow-xs:      0 1px 2px rgba(0,74,105,.06);
      --shadow-sm:      0 4px 14px rgba(0,74,105,.07);
      --shadow:         0 16px 40px -8px rgba(0,74,105,.14);
      --shadow-lg:      0 30px 70px -20px rgba(0,74,105,.28);

      --radius-xs:      8px;
      --radius-sm:      12px;
      --radius:         18px;
      --radius-lg:      28px;
      --radius-pill:    999px;

      --font:           'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

      --container:      1240px;
    }

    html {
      scroll-behavior: smooth; -webkit-text-size-adjust: 100%;
      background: var(--white);
    }
    .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }
    body {
      font-family: var(--font);
      color: var(--text);
      background: var(--white);
      line-height: 1.55;
      font-size: 16px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    img, svg { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button { font-family: inherit; }
    ul, ol { list-style: none; }

    ::selection { background: var(--primary); color: #fff; }

    .container {
      max-width: var(--container);
      margin: 0 auto;
      padding: 0 28px;
    }

    /* ── Section base ── */
    .section { padding: 96px 0; position: relative; }
    .section-tight { padding: 64px 0; }
    /* Контраст к белому основному полотну — только на полосках секций */
    .section-alt {
      background: var(--bg);
      box-shadow:
        inset 0  1px 0 rgba(0,74,105,.045),
        inset 0 -1px 0 rgba(0,74,105,.045);
    }
    /* particles.js — секция «Почему Nextcloud / Seafile у себя» */
    .section-particles {
      position: relative;
      overflow: hidden;
    }
    .section-particles .particles-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background-color: var(--bg);
    }
    .section-particles .particles-bg canvas {
      display: block;
      vertical-align: bottom;
    }
    .section-particles > .container {
      position: relative;
      z-index: 1;
    }
    /* particles + декоративная сетка в section-hero-grid: canvas снизу, сетка поверх, контент выше */
    .section-hero-grid.section-particles::before {
      z-index: 1;
    }
    .section-hero-grid.section-particles .particles-bg {
      background-color: var(--white);
      z-index: 0;
    }
    .section-hero-grid.section-particles > .container {
      z-index: 2;
    }
    /* particles в hero — тот же стек слоёв, что у section-hero-grid */
    .hero.section-particles .particles-bg {
      background-color: var(--white);
      z-index: 0;
    }
    .hero.section-particles::before {
      z-index: 1;
    }
    .hero.section-particles > .container {
      position: relative;
      z-index: 2;
    }
    .section-dark { background: var(--dark); color: #cfe1ec; }
    .section-dark .h2, .section-dark .h1 { color: #fff; }

    .eyebrow {
      display: inline-flex; align-items: center; gap: 12px;
      padding: 0;
      background: transparent;
      border: none;
      color: var(--primary-2);
      font-weight: 700;
      font-size: 12.5px;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .eyebrow::before {
      content: '';
      width: 28px; height: 2px;
      background: currentColor;
      border-radius: 2px;
      flex-shrink: 0;
      opacity: .9;
    }
    .eyebrow .dot { display: none; }
    .section-dark .eyebrow,
    .announce.dark .eyebrow {
      color: #6dc1e8;
    }

    /* Floating tagline (no border, no dot, gentle vertical float in place) */
    .eyebrow-float {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 0;
      background: transparent;
      border: none;
      color: var(--primary-2);
      font-weight: 700;
      font-size: 14px;
      letter-spacing: .08em;
      text-transform: uppercase;
      animation: floatY 4s ease-in-out infinite;
      will-change: transform;
    }
    .eyebrow-float .flag {
      width: 22px; height: 15px;
      border-radius: 3px;
      box-shadow: 0 0 0 1px rgba(0,74,105,.18);
      flex-shrink: 0;
      display: inline-block;
      vertical-align: middle;
    }
    .inline-flags {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      vertical-align: middle;
      white-space: nowrap;
      margin: 0 1px;
    }
    .inline-flags .flag {
      width: 22px;
      height: 15px;
      border-radius: 3px;
      box-shadow: 0 0 0 1px rgba(0,74,105,.18);
      flex-shrink: 0;
      display: block;
    }
    .inline-flags-sep {
      color: var(--muted);
      font-weight: 600;
      font-size: 0.82em;
      line-height: 1;
    }
    @keyframes floatY {
      0%, 100% { transform: translateY(0); }
      50%      { transform: translateY(-6px); }
    }
    @media (prefers-reduced-motion: reduce) {
      .eyebrow-float { animation: none; }
    }

    .h1 {
      font-size: clamp(36px, 5.4vw, 68px);
      font-weight: 800;
      line-height: 1.04;
      letter-spacing: -0.025em;
      color: var(--text);
    }
    .h2 {
      font-size: clamp(28px, 3.6vw, 46px);
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -0.02em;
      color: var(--text);
    }
    .h3 {
      font-size: clamp(20px, 1.7vw, 24px);
      font-weight: 700;
      line-height: 1.25;
      color: var(--text);
    }
    .lead {
      font-size: clamp(16px, 1.3vw, 19px);
      color: var(--muted);
      line-height: 1.6;
      max-width: 720px;
    }
    .section-header { max-width: 820px; margin: 0 auto 56px; text-align: center; }
    .section-header .h2 { margin-top: 14px; }
    .section-header .lead { margin: 18px auto 0; }

    .section-cta {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 12px 16px;
      margin-top: 48px;
    }

    .accent { color: var(--primary-2); }
    .accent-strong { color: var(--primary); }
    .num-x {
      display: inline-flex; align-items: baseline;
      color: var(--primary-2);
      font-weight: 900;
    }

    /* ── Buttons ── */
    .btn {
      position: relative;
      overflow: hidden;
      --vega-chase-a: rgba(0, 74, 105, 0);
      --vega-chase-b: var(--primary-3);
      --vega-chase-w: 2px;
      display: inline-flex; align-items: center; justify-content: center; gap: 10px;
      padding: 16px 26px;
      border-radius: 0;
      font-weight: 600;
      font-size: 15.5px;
      line-height: 1;
      letter-spacing: -.005em;
      cursor: pointer;
      border: 1.5px solid transparent;
      transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
      white-space: nowrap;
    }
    .btn .ico { display: inline-flex; }
    .btn-primary {
      --vega-chase-a: rgba(0, 26, 51, 0);
      --vega-chase-b: #8fd0ef;
      background: var(--primary);
      color: #fff;
      box-shadow: 0 10px 24px -8px rgba(0,74,105,.45);
    }
    .btn-primary:hover { background: var(--primary-2); transform: translateY(-1px); box-shadow: 0 16px 30px -8px rgba(0,114,163,.5); }
    .btn-outline {
      --vega-chase-a: rgba(255, 255, 255, 0);
      --vega-chase-b: var(--primary-2);
      background: transparent;
      color: var(--primary);
      border-color: var(--primary);
    }
    .btn-outline:hover { background: var(--primary); color: #fff; }
    .btn-ghost {
      --vega-chase-a: rgba(255, 255, 255, 0);
      --vega-chase-b: var(--primary-2);
      background: var(--white);
      color: var(--primary);
      border-color: var(--border);
    }
    .btn-ghost:hover { border-color: var(--primary); }
    .btn-lg { padding: 19px 32px; font-size: 16px; }
    .btn-block { width: 100%; }

    /* Пульс по контуру заменён бегущей обводкой .btn-chase — кольцо отключено */
    .btn-primary.pulse::after {
      content: none;
    }
    @keyframes pulseRing {
      0%   { box-shadow: 0 0 0 0   rgba(0,114,163,.45); }
      70%  { box-shadow: 0 0 0 16px rgba(0,114,163,0); }
      100% { box-shadow: 0 0 0 0   rgba(0,114,163,0); }
    }

    /* Бегущая линия — только у «светлых» кнопок (outline / ghost), не у заливки primary */
    .btn-primary .btn-chase {
      display: none !important;
    }

    /* Бегущая линия по периметру (по мотивам animated-button), цвета Vega */
    .btn-chase {
      position: absolute;
      pointer-events: none;
      z-index: 1;
    }
    .btn-chase--t {
      top: 0;
      left: 0;
      width: 100%;
      height: var(--vega-chase-w);
      background: linear-gradient(to left, var(--vega-chase-a), var(--vega-chase-b));
      animation: vegaChaseTop 2s linear infinite;
    }
    .btn-chase--r {
      top: 0;
      right: 0;
      width: var(--vega-chase-w);
      height: 100%;
      background: linear-gradient(to top, var(--vega-chase-a), var(--vega-chase-b));
      animation: vegaChaseRight 2s linear -1s infinite;
    }
    .btn-chase--b {
      bottom: 0;
      left: 0;
      width: 100%;
      height: var(--vega-chase-w);
      background: linear-gradient(to right, var(--vega-chase-a), var(--vega-chase-b));
      animation: vegaChaseBottom 2s linear infinite;
    }
    .btn-chase--l {
      top: 0;
      left: 0;
      width: var(--vega-chase-w);
      height: 100%;
      background: linear-gradient(to bottom, var(--vega-chase-a), var(--vega-chase-b));
      animation: vegaChaseLeft 2s linear -1s infinite;
    }
    @keyframes vegaChaseTop {
      0% { transform: translateX(100%); }
      100% { transform: translateX(-100%); }
    }
    @keyframes vegaChaseRight {
      0% { transform: translateY(100%); }
      100% { transform: translateY(-100%); }
    }
    @keyframes vegaChaseBottom {
      0% { transform: translateX(-100%); }
      100% { transform: translateX(100%); }
    }
    @keyframes vegaChaseLeft {
      0% { transform: translateY(-100%); }
      100% { transform: translateY(100%); }
    }

    /* ============================================================
       HEADER
       ============================================================ */
    .header {
      position: sticky; top: 0; left: 0; right: 0;
      z-index: 100;
      background: rgba(255,255,255,.85);
      backdrop-filter: saturate(180%) blur(14px);
      -webkit-backdrop-filter: saturate(180%) blur(14px);
      border-bottom: 1px solid var(--border);
    }
    .header-in {
      display: flex; align-items: center; gap: 28px;
      height: 76px;
    }
    .logo {
      display: inline-flex; align-items: center; gap: 10px;
      color: var(--primary);
      flex-shrink: 0;
    }
    .logo-img {
      height: 52px; width: auto;
      display: block;
    }
    .logo-mark { width: 44px; height: 26px; color: var(--primary); }
    .logo-text {
      display: inline-flex; flex-direction: column; line-height: 1;
    }
    .logo-text b {
      font-weight: 800; letter-spacing: -.02em;
      font-size: 19px; color: var(--primary);
    }
    .logo-text small {
      font-size: 10.5px; letter-spacing: .14em;
      text-transform: uppercase; color: var(--muted);
      margin-top: 3px; font-weight: 600;
    }

    .header-nav {
      display: flex; align-items: center; gap: 4px;
      margin: 0 auto;
      flex-wrap: nowrap;
    }
    .header-nav a {
      padding: 9px 14px;
      font-size: 14.5px;
      font-weight: 500;
      color: var(--text-2);
      border-radius: var(--radius-xs);
      transition: color .15s, background .15s;
      white-space: nowrap;
    }
    .header-nav a:hover { color: var(--primary); background: var(--primary-softer); }

    .header-contact { display: inline-flex; align-items: center; gap: 14px; flex-shrink: 0; }
    .header-phone { display: inline-flex; align-items: center; gap: 8px; }
    .header-phone a {
      font-weight: 700; color: var(--text); font-size: 15px;
      letter-spacing: -.005em;
    }
    .header-phone a:hover { color: var(--primary-2); }
    .header-phone small {
      display: block;
      font-size: 11px; font-weight: 500;
      color: var(--muted); margin-bottom: 2px;
      letter-spacing: .02em;
    }

    /* Nextcloud / Seafile: компактная кнопка звонка в шапке (десктоп) */
    .header--sublanding .header-tel-btn {
      display: none;
      padding: 12px 16px;
      font-size: 14px;
      font-weight: 600;
    }
    @media (min-width: 1101px) {
      .header--sublanding .header-tel-btn {
        display: inline-flex;
      }
    }

    /* Мобильная нижняя панель: после скролла ниже hero */
    .vega-mobile-dock {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 200;
      box-sizing: border-box;
      align-items: stretch;
      gap: 6px;
      padding: 6px 6px calc(6px + env(safe-area-inset-bottom, 0px));
      background: rgba(255, 255, 255, 0.97);
      border-top: 1px solid var(--border);
      box-shadow: 0 -10px 28px -10px rgba(0, 74, 105, 0.18);
      transform: translateY(110%);
      transition: transform 0.28s ease, visibility 0.28s ease;
      visibility: hidden;
      pointer-events: none;
    }
    .vega-mobile-dock.is-visible {
      transform: translateY(0);
      visibility: visible;
      pointer-events: auto;
    }
    /* Две равные колонки; компактный шрифт (перекрывает .btn) */
    .vega-mobile-dock__btn.btn {
      flex: 1 1 0;
      min-width: 0;
      width: 0;
      justify-content: center;
      text-align: center;
      white-space: normal;
      line-height: 1.12;
      padding: 6px 4px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: -0.03em;
      overflow-wrap: anywhere;
      word-break: break-word;
    }
    @media (max-width: 1100px) {
      .vega-mobile-dock {
        display: flex;
      }
      body.vega-mobile-dock-on {
        padding-bottom: calc(48px + env(safe-area-inset-bottom, 0px));
      }
    }
    body.vega-modal-open .vega-mobile-dock.is-visible {
      transform: translateY(110%);
      visibility: hidden;
      pointer-events: none;
    }
    @media (max-width: 1100px) {
      body.vega-modal-open.vega-mobile-dock-on {
        padding-bottom: 0;
      }
    }

    .nav-toggle {
      display: none;
      width: 44px; height: 44px;
      border: 1px solid var(--border);
      background: #fff;
      border-radius: var(--radius-xs);
      color: var(--text);
      cursor: pointer;
      align-items: center; justify-content: center;
    }
    .nav-toggle svg { width: 22px; height: 22px; }
    .nav-toggle .nav-toggle-close { display: none; }
    .header.is-nav-open .nav-toggle .nav-toggle-icon { display: none; }
    .header.is-nav-open .nav-toggle .nav-toggle-close { display: block; }

    /* ============================================================
       HERO
       ============================================================ */
    .hero {
      position: relative;
      overflow: hidden;
      padding: 80px 0 120px;
      background: var(--white);
    }
    .hero::before {
      content: '';
      position: absolute; inset: 0;
      pointer-events: none;
      /* Лёгкая сетка только внутри hero, без перехода в серый «пол» страницы */
      background-image:
        linear-gradient(rgba(0,74,105,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,74,105,.04) 1px, transparent 1px);
      background-size: 56px 56px;
      mask-image: radial-gradient(ellipse at center, #000 25%, transparent 78%);
      -webkit-mask-image: radial-gradient(ellipse at center, #000 25%, transparent 78%);
      opacity: .22;
    }
    .section-hero-grid {
      position: relative;
      overflow: hidden;
      background: var(--white);
    }
    .section-hero-grid::before {
      content: '';
      position: absolute; inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(0,74,105,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,74,105,.04) 1px, transparent 1px);
      background-size: 56px 56px;
      mask-image: radial-gradient(ellipse at center, #000 25%, transparent 78%);
      -webkit-mask-image: radial-gradient(ellipse at center, #000 25%, transparent 78%);
      opacity: .22;
    }
    .section-hero-grid > .container {
      position: relative;
      z-index: 1;
    }
    .hero-in {
      position: relative; z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
      gap: 48px;
      align-items: center;
    }
    .hero-text { min-width: 0; }
    .hero-text .eyebrow { margin-bottom: 22px; }
    .hero-text .h1 { margin-bottom: 12px; }
    /* Три строки hero — короче формулировки, Nextcloud/Seafile через слэш */
    .hero-text .h1.hero-title {
      font-size: clamp(28px, 2.35vw + 0.48rem, 52px);
      line-height: 1.12;
      letter-spacing: -0.03em;
    }
    .hero-text .h1 .hero-title-line { display: block; }
    .hero-text .h1.hero-title .hero-title-line + .hero-title-line { margin-top: 0.05em; }
    .hero-text .h1 .line { display: block; }
    .hero-text .h1 .num {
      display: inline-block;
      color: var(--primary-2);
      font-weight: 900;
      position: relative;
    }
    .hero-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 12px;
      margin: 0 0 20px;
      max-width: 620px;
    }
    .hero-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px 8px 11px;
      font-size: 13.5px;
      font-weight: 600;
      letter-spacing: -0.01em;
      color: var(--text-2);
      border: none;
      border-radius: 5px;
      box-shadow: var(--shadow-xs);
      background-color: var(--white);
      /* Редкий «пунктир»: короткий штрих и большой зазор (браузерный dotted так не настраивается) */
      background-image:
        repeating-linear-gradient(90deg, var(--border-strong) 0 2px, transparent 2px 7px),
        repeating-linear-gradient(90deg, var(--border-strong) 0 2px, transparent 2px 7px),
        repeating-linear-gradient(180deg, var(--border-strong) 0 2px, transparent 2px 7px),
        repeating-linear-gradient(180deg, var(--border-strong) 0 2px, transparent 2px 7px);
      background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
      background-position: 0 0, 0 100%, 0 0, 100% 0;
      background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    }
    .hero-tag svg {
      flex-shrink: 0;
      width: 18px;
      height: 18px;
      color: var(--primary);
      opacity: .92;
    }
    .hero-text .lead { margin-bottom: 32px; max-width: 580px; }
    .hero-bullets {
      list-style: none;
      margin: 0 0 22px;
      padding: 0;
      max-width: 600px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .hero-bullets li {
      position: relative;
      padding-left: 22px;
      font-size: clamp(15px, 1.22vw, 17px);
      line-height: 1.45;
      color: var(--text-2);
      font-weight: 500;
    }
    .hero-bullets li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.58em;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--primary-2);
      opacity: .9;
    }
    .hero-ctas {
      display: flex; flex-wrap: wrap; gap: 14px;
      margin-bottom: 26px;
    }
    .hero-trust {
      display: inline-flex; align-items: flex-start; gap: 12px;
      padding: 14px 18px;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      max-width: 520px;
      box-shadow: var(--shadow-xs);
    }
    .hero-trust .ti {
      width: 38px; height: 38px; flex-shrink: 0;
      border-radius: 10px;
      background: var(--primary-soft);
      color: var(--primary);
      display: inline-flex; align-items: center; justify-content: center;
    }
    .hero-trust b { display: block; font-weight: 700; font-size: 14.5px; color: var(--text); margin-bottom: 2px; }
    .hero-trust span { font-size: 13.5px; color: var(--muted); }

    /* — Hero visual: орбита + круг Vega (крупнее исходных размеров) — */
    .hero-visual {
      position: relative;
      min-height: 500px;
      overflow: visible;
    }
    .orbit-wrap {
      position: relative;
      aspect-ratio: 1 / 1;
      max-width: 500px;
      margin: 0 auto;
      --r: clamp(118px, 35vw, 222px);
    }
    .orbit {
      position: absolute;
      inset: 0;
      border-radius: 50%;
      border: 2px dashed var(--primary-tint);
      animation: orbitSpinSlow 28s linear infinite;
    }
    .orbit-2 { inset: 11%; border-style: solid; border-color: rgba(0,114,163,.15); animation-duration: 36s; animation-direction: reverse; }
    .orbit-3 { inset: 23%; border-color: rgba(0,114,163,.12); animation-duration: 44s; }
    @keyframes orbitSpinSlow { to { transform: rotate(360deg); } }

    .core {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--primary), var(--primary-2));
      color: #fff;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      box-shadow: 0 28px 68px -12px rgba(0,74,105,.48), inset 0 -12px 36px rgba(0,0,0,.15);
      text-align: center;
      padding: 18px;
      z-index: 3;
    }
    .core::before {
      content: '';
      position: absolute; inset: -12px;
      border-radius: 50%;
      border: 1px solid rgba(0,114,163,.2);
      animation: pulseRing2 3s infinite ease-out;
    }
    @keyframes pulseRing2 {
      0%   { transform: scale(.95); opacity: .9; }
      100% { transform: scale(1.35); opacity: 0; }
    }
    .core .mark {
      width: 116px;
      height: 116px;
      object-fit: contain;
      filter: brightness(0) invert(1);
    }

    .orbit-stage {
      position: absolute;
      inset: 0;
      animation: orbitSpin 28s linear infinite;
      pointer-events: none;
    }
    @keyframes orbitSpin { to { transform: rotate(360deg); } }

    .node-slot {
      position: absolute;
      top: 50%; left: 50%;
      width: 0; height: 0;
      transform: rotate(var(--a, 0deg)) translate(var(--r, 260px)) rotate(calc(-1 * var(--a, 0deg)));
    }
    .node {
      position: absolute;
      top: -44px; left: -44px;
      width: 88px;
      height: 88px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid var(--border);
      box-shadow: var(--shadow-sm);
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      gap: 3px;
      animation: orbitCounter 28s linear infinite reverse;
      pointer-events: auto;
    }
    .node svg { width: 26px; height: 26px; color: var(--primary); }
    .node span { font-size: 11.5px; font-weight: 600; color: var(--muted); }
    @keyframes orbitCounter { to { transform: rotate(-360deg); } }

    @media (prefers-reduced-motion: reduce) {
      .orbit, .orbit-stage, .node, .core::before, .btn-primary.pulse::after { animation: none !important; }
      .btn-chase { animation: none !important; opacity: 0; }
    }

    .chart-card {
      position: absolute;
      right: -12px; bottom: 8px;
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 16px 18px;
      box-shadow: var(--shadow);
      width: 236px;
      z-index: 4;
    }
    .chart-card .label {
      display: flex; align-items: center; justify-content: space-between;
      font-size: 12px; color: var(--muted); margin-bottom: 6px;
    }
    .chart-card .label b { color: var(--text); font-weight: 600; font-size: 12.5px; }
    .chart-card .value {
      display: flex; align-items: baseline; gap: 6px;
      font-size: 30px; font-weight: 800; color: var(--primary);
      letter-spacing: -.02em;
      margin-bottom: 8px;
    }
    .chart-card .value small {
      font-size: 12px; color: var(--primary-2); font-weight: 600;
      display: inline-flex; align-items: center; gap: 3px;
    }
    .chart-card svg.spark { width: 100%; height: 56px; }

    .pill-card {
      position: absolute;
      left: -10px; top: 32px;
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--radius-pill);
      padding: 10px 16px 10px 12px;
      box-shadow: var(--shadow-sm);
      display: inline-flex; align-items: center; gap: 10px;
      z-index: 4;
    }
    .pill-card .av {
      width: 32px; height: 32px; border-radius: 50%;
      background: var(--primary); color: #fff;
      display: inline-flex; align-items: center; justify-content: center;
      font-size: 14px;
    }
    .pill-card b { font-weight: 700; font-size: 13px; color: var(--text); }
    .pill-card span { display: block; font-size: 11.5px; color: var(--muted); }

    /* ============================================================
       3-COL VALUE CARDS
       ============================================================ */
    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .value-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 36px 30px 32px;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--primary-tint); }
    .value-card .big {
      font-size: clamp(40px, 4vw, 56px);
      font-weight: 900;
      letter-spacing: -.03em;
      color: var(--primary);
      line-height: 1;
      margin-bottom: 12px;
      display: flex; align-items: baseline; gap: 6px;
    }
    .value-card .big sup { font-size: .5em; font-weight: 700; }
    .value-card .h3 { margin-bottom: 12px; }
    .value-card p { color: var(--muted); font-size: 15px; line-height: 1.6; }
    .value-card-points {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 9px;
    }
    .value-card-points li {
      position: relative;
      padding-left: 18px;
      font-size: 14px;
      line-height: 1.45;
      color: var(--muted);
    }
    .value-card-points li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.52em;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--primary-2);
      opacity: .85;
    }
    .value-card .ic {
      width: 44px; height: 44px;
      background: var(--primary-soft);
      color: var(--primary);
      border-radius: 12px;
      display: inline-flex; align-items: center; justify-content: center;
      margin-bottom: 22px;
    }

    /* ============================================================
       SERVICES TEASER (главная → будущие страницы WP)
       ============================================================ */
    .services-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
      max-width: 920px;
      margin: 0 auto;
    }
    .service-teaser {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 28px 24px 24px;
      box-shadow: var(--shadow-xs);
      display: flex;
      flex-direction: column;
      gap: 10px;
      min-height: 100%;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .service-teaser:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-sm);
      border-color: var(--primary-tint);
    }
    .service-teaser h3 { font-size: 17px; font-weight: 800; letter-spacing: -.01em; }
    .service-teaser p { color: var(--muted); font-size: 14.5px; line-height: 1.55; flex: 1; margin: 0; }
    .service-teaser .service-teaser-link {
      font-weight: 700;
      font-size: 14px;
      color: var(--primary);
      text-decoration: none;
      margin-top: 8px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
    .service-teaser .service-teaser-link:hover { color: var(--primary-2); }

    /* ============================================================
       USP / COMPARE
       ============================================================ */
    .compare {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      gap: 24px;
      align-items: stretch;
      margin-bottom: 56px;
    }
    .compare-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 32px;
      position: relative;
    }
    .compare-card.muted {
      background: var(--bg);
      color: var(--muted);
    }
    .compare-card.muted .compare-title { color: var(--text-2); }
    .compare-list-pills li {
      padding: 11px 14px;
      border: none;
      border-radius: var(--radius-sm);
      align-items: center;
      box-shadow: 0 1px 3px rgba(0,74,105,.07);
    }
    .compare-list-pills--rose li {
      background: #fdf2f6;
    }
    .compare-list-pills--green li {
      background: #e9f6f0;
    }
    .compare-list-pills li > span:not(.compare-li-ic) {
      flex: 1;
      min-width: 0;
      color: var(--text-2);
    }
    .compare-list-pills li .compare-li-ic {
      align-self: flex-start;
      margin-top: 1px;
      width: 32px;
      height: 32px;
      border-radius: 10px;
      background: #fff;
      border: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 1px 2px rgba(0,74,105,.08);
    }
    .compare-list-pills li .compare-li-ic svg {
      width: 16px;
      height: 16px;
      margin-top: 0;
      color: var(--muted-2);
    }
    .compare-list-pills--rose li .compare-li-ic {
      box-shadow: 0 1px 3px rgba(199, 90, 122, .12);
    }
    .compare-list-pills--rose li .compare-li-ic svg {
      color: #c75a7a;
    }
    .compare-list-pills--green li .compare-li-ic {
      box-shadow: 0 1px 3px rgba(45, 134, 89, .15);
    }
    .compare-list-pills--green li .compare-li-ic svg {
      color: #2d8659;
    }
    .compare-tag {
      display: inline-block;
      padding: 5px 10px;
      border-radius: var(--radius-pill);
      background: var(--primary-soft);
      color: var(--primary);
      border: 1px solid var(--primary-tint);
      font-size: 11.5px;
      font-weight: 700;
      letter-spacing: .04em;
      text-transform: uppercase;
      margin-bottom: 14px;
    }
    .compare-card.muted .compare-tag { background: #e5ebf0; color: var(--muted); border-color: #d3dae0; }
    .compare-title { font-size: 22px; font-weight: 800; margin-bottom: 8px; letter-spacing: -.01em; color: var(--text); }
    .compare-list { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
    .compare-list.compare-list-pills { margin-top: 16px; gap: 11px; }
    .compare-list li {
      display: flex; align-items: flex-start; gap: 10px;
      font-size: 14.5px;
      line-height: 1.45;
    }
    .compare-list li svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; }

    .compare-vs {
      display: flex; align-items: center; justify-content: center;
      font-weight: 900; font-size: 14px;
      color: var(--muted);
      width: 56px;
    }
    .compare-vs span {
      width: 56px; height: 56px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid var(--border);
      display: inline-flex; align-items: center; justify-content: center;
      box-shadow: var(--shadow-xs);
    }

    .usp-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    .usp-item {
      display: flex; gap: 16px;
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 26px;
    }
    .usp-item .check {
      width: 36px; height: 36px;
      border-radius: 50%;
      background: var(--primary-soft);
      color: var(--primary);
      display: inline-flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .usp-item h4 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
    .usp-item p { color: var(--muted); font-size: 14.5px; line-height: 1.6; }

    /* ============================================================
       THREE STEPS — CLOUD CARDS
       ============================================================ */
    .eyebrow-lines {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      color: var(--primary-2);
      font-weight: 700;
      font-size: 12.5px;
      letter-spacing: .14em;
      text-transform: uppercase;
      margin-bottom: 4px;
    }
    .eyebrow-lines::before,
    .eyebrow-lines::after {
      content: '';
      flex: 0 0 36px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--primary-tint));
    }
    .eyebrow-lines::after {
      background: linear-gradient(90deg, var(--primary-tint), transparent);
    }
    .steps-cloud {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 42px;
      margin-top: 8px;
    }
    .step-cloud {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 28px 26px 26px;
      box-shadow: var(--shadow-xs);
      text-align: left;
    }
    .step-cloud-num {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 20px;
      margin-bottom: 18px;
      background: var(--primary-soft);
      color: var(--primary);
    }
    .step-cloud:nth-child(2) .step-cloud-num {
      background: #faf3e8;
      color: #9a6b2d;
    }
    .step-cloud .h3 { font-size: 18px; font-weight: 800; margin-bottom: 10px; letter-spacing: -.01em; }
    .step-cloud > p { color: var(--muted); font-size: 14.5px; margin-bottom: 16px; line-height: 1.55; }
    .step-cloud-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .step-cloud-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 14px;
      color: var(--text-2);
      line-height: 1.45;
    }
    .step-cloud-list .chk {
      flex-shrink: 0;
      margin-top: 1px;
      color: #d4943c;
    }

    /* ============================================================
       HOSTING / DEPLOYMENT OPTIONS
       ============================================================ */
    .hosting-options {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
      margin-top: 8px;
    }
    .hosting-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 28px 24px 26px;
      box-shadow: var(--shadow-xs);
      text-align: left;
    }
    .hosting-card-ic {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: var(--primary-soft);
      color: var(--primary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
    }
    .hosting-card:nth-child(2) .hosting-card-ic {
      background: #faf3e8;
      color: #9a6b2d;
    }
    .hosting-card:nth-child(3) .hosting-card-ic {
      background: #e8f4ec;
      color: #2d6a4f;
    }
    .hosting-card .h3 {
      font-size: 18px;
      font-weight: 800;
      margin-bottom: 10px;
      letter-spacing: -.01em;
    }
    .hosting-card p {
      color: var(--muted);
      font-size: 14.5px;
      line-height: 1.55;
      margin: 0;
    }

    /* ============================================================
       SAVINGS TABLE
       ============================================================ */
    .savings-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 12px;
      box-shadow: var(--shadow);
      overflow: hidden;
      max-width: 1080px;
      margin: 0 auto;
    }
    .table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .savings-table {
      width: 100%;
      border-collapse: collapse;
      min-width: 640px;
    }
    .savings-table thead th {
      text-align: left;
      padding: 22px 22px 18px;
      font-weight: 700; font-size: 14px;
      color: var(--muted);
      border-bottom: 1px solid var(--border);
      letter-spacing: .02em;
    }
    .savings-table thead th.col-vega {
      color: var(--primary);
      position: relative;
    }
    .savings-table thead th.col-vega .badge-5x {
      display: inline-flex; align-items: center; gap: 4px;
      margin-left: 10px;
      padding: 3px 9px;
      background: var(--primary);
      color: #fff;
      border-radius: var(--radius-pill);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .04em;
    }
    .savings-table tbody td {
      padding: 17px 22px;
      font-size: 15px;
      border-bottom: 1px solid var(--border);
      color: var(--text);
    }
    .savings-table tbody tr:last-child td { border-bottom: none; }
    .savings-table td.col-cloud { color: var(--muted); }
    .savings-table td.col-vega {
      color: var(--primary);
      font-weight: 700;
      background: linear-gradient(180deg, var(--primary-softer), var(--primary-soft));
      position: relative;
    }
    .savings-table td.col-vega::before {
      content: '';
      position: absolute; left: 0; top: 0; bottom: 0;
      width: 3px;
      background: var(--primary-2);
    }
    .savings-table tbody tr.total td {
      font-size: 17px;
      font-weight: 800;
      background: var(--bg);
    }
    .savings-table tbody tr.total td.col-vega {
      background: linear-gradient(180deg, var(--primary-soft), var(--primary-tint));
      color: var(--primary);
    }
    .savings-table tbody tr.save td {
      font-size: 18px;
      font-weight: 800;
      background: var(--primary);
      color: #fff;
    }
    .savings-table tbody tr.save td.col-cloud { color: rgba(255,255,255,.5); }
    .savings-table tbody tr.save td:first-child { border-bottom-left-radius: 18px; }
    .savings-table tbody tr.save td:last-child { border-bottom-right-radius: 18px; }
    .savings-note { padding: 16px 24px; color: var(--muted); font-size: 13px; }

    .counter-wrap {
      text-align: center;
      margin-top: 48px;
    }
    .counter {
      display: inline-flex;
      align-items: baseline;
      gap: 10px;
      padding: 22px 36px;
      background: linear-gradient(135deg, var(--primary), var(--primary-2));
      color: #fff;
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-lg);
    }
    .counter .num {
      font-size: clamp(40px, 5vw, 64px);
      font-weight: 900;
      letter-spacing: -.025em;
      line-height: 1;
    }
    .counter .lbl { font-size: 14px; opacity: .85; max-width: 180px; text-align: left; line-height: 1.3; }
    .counter-wrap p { color: var(--muted); margin-top: 14px; font-size: 14px; }
    .counter-wrap .btn { margin-top: 24px; }

    /* ============================================================
       AUDIENCE CARDS
       ============================================================ */
    .audience-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 32px;
      position: relative;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .audience-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--primary-tint); }
    .audience-card .ic {
      width: 56px; height: 56px;
      background: var(--primary-soft);
      color: var(--primary);
      border-radius: 14px;
      display: inline-flex; align-items: center; justify-content: center;
      margin-bottom: 22px;
    }
    .audience-card .badge-5x {
      position: absolute;
      top: 24px; right: 24px;
      padding: 5px 11px;
      background: var(--primary);
      color: #fff;
      border-radius: var(--radius-pill);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .05em;
    }
    .audience-card h3 { font-size: 21px; font-weight: 800; margin-bottom: 12px; letter-spacing: -.01em; }
    .audience-card p { color: var(--muted); font-size: 15px; line-height: 1.6; }

    /* ============================================================
       CASES PLACEHOLDER
       ============================================================ */
    .cases-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .case-placeholder {
      background: linear-gradient(180deg, var(--bg), var(--bg-2));
      border: 1px dashed var(--border-strong);
      border-radius: var(--radius);
      padding: 38px 28px;
      text-align: center;
      transition: box-shadow .25s, transform .25s, border-color .25s;
    }
    .case-placeholder:hover {
      border-color: var(--primary);
      box-shadow: 0 0 0 4px rgba(0,114,163,.08), var(--shadow);
      transform: translateY(-2px);
    }
    .case-placeholder .ic {
      width: 60px; height: 60px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid var(--border);
      color: var(--primary);
      margin: 0 auto 16px;
      display: inline-flex; align-items: center; justify-content: center;
    }
    .case-placeholder h4 { font-size: 17px; font-weight: 700; margin-bottom: 8px; color: var(--text); }
    .case-placeholder p { font-size: 14px; color: var(--muted); }
    .case-cta { text-align: center; margin-top: 36px; }

    /* ============================================================
       FINAL CTA
       ============================================================ */
    .final-cta {
      background:
        radial-gradient(800px 400px at 90% 10%, rgba(0,114,163,.15), transparent 60%),
        linear-gradient(180deg, var(--white), var(--bg-2));
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 60px;
      box-shadow: var(--shadow);
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }
    .final-cta-form-wrap {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .final-cta .h2 { margin-bottom: 14px; }

    .final-cta-lead-bits {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px 22px;
      margin-bottom: 22px;
    }
    .final-cta-lead-bit-title {
      font-size: 15px;
      font-weight: 800;
      color: var(--text);
      margin: 0 0 6px;
      letter-spacing: -.01em;
      line-height: 1.3;
    }
    .final-cta-lead-bit-text {
      margin: 0;
      font-size: 13.5px;
      color: var(--text-2);
      line-height: 1.5;
    }

    .final-cta-points {
      list-style: none;
      margin: 0 0 22px;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 11px;
      max-width: 560px;
    }
    .final-cta-points li {
      position: relative;
      padding-left: 22px;
      font-size: 14.5px;
      color: var(--text-2);
      line-height: 1.5;
    }
    .final-cta-points li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.55em;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--primary-2);
    }

    .cta-form { display: flex; flex-direction: column; gap: 12px; }
    .cta-form input, .cta-form textarea {
      width: 100%;
      padding: 16px 18px;
      border-radius: var(--radius-sm);
      border: 1.5px solid var(--border);
      background: #fff;
      font-family: inherit;
      font-size: 15px;
      color: var(--text);
      transition: border-color .15s, box-shadow .15s;
    }
    .cta-form input:focus, .cta-form textarea:focus {
      outline: none;
      border-color: var(--primary-2);
      box-shadow: 0 0 0 4px rgba(0,114,163,.12);
    }
    .cta-form textarea { resize: vertical; min-height: 96px; }

    .cta-contact { display: flex; flex-direction: column; gap: 14px; }
    .cta-contact a {
      display: flex; align-items: center; gap: 14px;
      padding: 18px 22px;
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      box-shadow: var(--shadow-xs);
      transition: border-color .15s, transform .15s, box-shadow .15s;
    }
    .cta-contact a:hover { border-color: var(--primary); transform: translateY(-1px); box-shadow: var(--shadow-sm); }
    .cta-contact .ic {
      width: 44px; height: 44px;
      border-radius: 12px;
      background: var(--primary-soft);
      color: var(--primary);
      display: inline-flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .cta-contact b { font-size: 17px; font-weight: 800; color: var(--text); letter-spacing: -.01em; }
    .cta-contact small { display: block; font-size: 12px; color: var(--muted); margin-top: 2px; }

    /* ============================================================
       ANNOUNCE (KB + Partners)
       ============================================================ */
    .announce-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }
    .announce {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 40px;
    }
    .announce.dark {
      background: linear-gradient(135deg, var(--dark), var(--dark-2));
      color: #cfe1ec;
      border-color: transparent;
    }
    .announce.dark h3 { color: #fff; }
    .announce h3 { font-size: 24px; font-weight: 800; margin-bottom: 12px; letter-spacing: -.015em; }
    .announce p { color: var(--muted); margin-bottom: 18px; }
    .announce.dark p { color: rgba(255,255,255,.7); }
    .announce ul { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
    .announce ul li {
      display: flex; align-items: flex-start; gap: 10px;
      font-size: 14.5px; line-height: 1.5;
      color: var(--text-2);
    }
    .announce.dark ul li { color: rgba(255,255,255,.8); }
    .announce ul li::before {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--primary-2);
      margin-top: 9px;
      flex-shrink: 0;
    }
    .announce.dark ul li::before { background: #6dc1e8; }

    /* ============================================================
       FOOTER
       ============================================================ */
    .footer {
      background: var(--dark);
      color: #b8cad6;
      padding: 64px 0 28px;
    }
    .footer-top {
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr 1fr;
      gap: 44px;
      padding-bottom: 44px;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .footer .logo { color: #fff; }
    .footer .logo .logo-img {
      height: 56px;
      /* Footer is dark — render the dark-teal logo in white */
      filter: brightness(0) invert(1);
      opacity: .92;
    }
    .footer .logo-text b { color: #fff; }
    .footer .logo-text small { color: rgba(255,255,255,.5); }
    .footer-about { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.6; margin-top: 20px; max-width: 360px; }
    .footer h5 { color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 18px; }
    .footer ul { display: flex; flex-direction: column; gap: 11px; }
    .footer a { color: rgba(255,255,255,.7); font-size: 14.5px; transition: color .15s; }
    .footer a:hover { color: #fff; }
    .footer-contact li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: rgba(255,255,255,.8); }
    .footer-contact .ic { color: var(--primary-3); width: 16px; height: 16px; flex-shrink: 0; }
    .footer-bottom {
      display: flex; justify-content: space-between; align-items: center;
      padding-top: 24px;
      font-size: 13px; color: rgba(255,255,255,.4);
      flex-wrap: wrap; gap: 12px;
    }

    /* ============================================================
       REVEAL ANIMATION
       ============================================================ */
    .reveal {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* ============================================================
       RESPONSIVE
       ============================================================ */
    @media (max-width: 1100px) {
      :root {
        --vega-header-h: 76px;
      }
      .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
      }
      body {
        padding-top: var(--vega-header-h);
      }
      .hero {
        padding-top: 40px;
      }
      .header-nav { display: none; }
      .nav-toggle { display: inline-flex; }
      .header-contact .btn-primary { display: none !important; }
      .hero-in { grid-template-columns: 1fr; gap: 40px; }
      .hero-visual { min-height: 500px; }
      .final-cta { grid-template-columns: 1fr; gap: 36px; padding: 44px; }
      .final-cta-lead-bits { grid-template-columns: 1fr; gap: 14px; }
    }
    @media (max-width: 900px) {
      .section { padding: 72px 0; }
      .grid-3 { grid-template-columns: 1fr 1fr; }
      .compare { grid-template-columns: 1fr; }
      .compare-vs { width: 100%; height: 56px; }
      .steps-cloud { grid-template-columns: 1fr; gap: 28px; }
      .hosting-options { grid-template-columns: 1fr; gap: 24px; }
      .cases-grid { grid-template-columns: 1fr 1fr; }
      .announce-grid { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
      .usp-grid { grid-template-columns: 1fr; }
      .services-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 640px) {
      :root {
        --vega-header-h: 64px;
      }
      .container { padding: 0 18px; }
      .hero { padding: 28px 0 80px; }
      .grid-3, .cases-grid, .services-grid { grid-template-columns: 1fr; }
      .final-cta { padding: 32px 24px; }
      .footer-top { grid-template-columns: 1fr; gap: 28px; }
      .footer-bottom { flex-direction: column; align-items: flex-start; }
      .compare-card, .announce, .value-card, .audience-card, .step-cloud, .service-teaser, .hosting-card { padding: 26px 22px; }
      .savings-table thead th, .savings-table tbody td { padding: 14px 14px; font-size: 13.5px; }
      .header-in { height: 64px; gap: 14px; }
      .header-phone { display: none; }
      .header-contact .btn { padding: 11px 14px; font-size: 13px; }
      .eyebrow-float {
        flex-wrap: wrap;
        row-gap: 6px;
        max-width: 100%;
        font-size: 12px;
        letter-spacing: .06em;
        line-height: 1.35;
      }
      .hero-text .h1.hero-title {
        font-size: clamp(22px, 6.2vw, 34px);
        line-height: 1.15;
        letter-spacing: -0.026em;
        overflow-wrap: break-word;
      }
      .hero-ctas {
        flex-direction: column;
        align-items: stretch;
      }
      .hero-ctas .btn {
        width: 100%;
        white-space: normal;
        line-height: 1.3;
        justify-content: center;
        text-align: center;
      }
      .hero-ctas .btn-lg {
        padding: 16px 18px;
        font-size: 15px;
      }
      .section-cta { flex-direction: column; }
      .section-cta .btn { width: 100%; justify-content: center; }
      .pill-card { left: 0; top: 10px; }
      .chart-card { right: 0; bottom: 0; width: 212px; }
      .core { width: 168px; height: 168px; padding: 14px; }
      .core .mark { width: 88px; height: 88px; }
      .node { width: 72px; height: 72px; top: -36px; left: -36px; }
      .node svg { width: 24px; height: 24px; }
      .node span { font-size: 10px; }
    }

    /* Mobile menu open state */
    .header.is-nav-open .header-nav {
      display: flex !important;
      position: absolute;
      top: 100%; left: 0; right: 0;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      background: #fff;
      padding: 8px 18px 18px;
      border-bottom: 1px solid var(--border);
      box-shadow: var(--shadow);
      max-height: calc(100vh - var(--vega-header-h, 76px));
      max-height: calc(100dvh - var(--vega-header-h, 76px));
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
    .header.is-nav-open .header-nav a {
      padding: 14px 12px;
      border-radius: var(--radius-xs);
      border-bottom: 1px solid #f1f5f9;
    }
    .header.is-nav-open .header-nav a:last-child { border-bottom: none; }

    /* Индикатор текущей секции (мобильная версия, под шапкой) */
    .vega-scroll-indicator {
      display: none;
      position: fixed;
      right: max(10px, env(safe-area-inset-right, 0px));
      z-index: 95;
      max-width: min(50vw, 220px);
      pointer-events: none;
      text-align: right;
    }
    .vega-scroll-indicator__box {
      display: inline-block;
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.42);
      backdrop-filter: blur(12px) saturate(160%);
      -webkit-backdrop-filter: blur(12px) saturate(160%);
      border: 1px solid rgba(255, 255, 255, 0.45);
      box-shadow: 0 2px 14px rgba(0, 74, 105, 0.07);
    }
    .vega-scroll-indicator__inner {
      display: block;
      font-size: 10.5px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--text-2, #2a3f54);
      line-height: 1.2;
      opacity: 1;
      filter: blur(0);
      transform: none;
      transition:
        opacity 0.38s ease,
        filter 0.38s ease,
        transform 0.38s ease;
    }
    .vega-scroll-indicator.is-anim .vega-scroll-indicator__inner {
      opacity: 0;
      filter: blur(12px);
      transform: translateY(-4px) scale(0.93);
    }
    @media (max-width: 1100px) {
      .vega-scroll-indicator:not([hidden]) {
        display: block;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .vega-scroll-indicator__inner {
        transition: none;
      }
      .vega-scroll-indicator.is-anim .vega-scroll-indicator__inner {
        filter: none;
        transform: none;
      }
    }