        :root {
            --bg: #07070b;
            --bg-2: #0d0d14;
            --surface: rgba(255, 255, 255, .035);
            --surface-2: rgba(255, 255, 255, .06);
            --line: rgba(255, 255, 255, .09);
            --text: #ffffff;
            --muted: rgba(255, 255, 255, .58);
            --muted-2: rgba(255, 255, 255, .4);
            --accent: #d84664;
            --accent-2: #87346d;
            --grad: linear-gradient(135deg, #87346d 0%, #d84664 100%);
            --grad-soft: linear-gradient(135deg, rgba(135, 52, 109, .22), rgba(216, 70, 100, .22));
            /* Резиновая шкала: макет 1440px */
            --radius: max(13px, 1.35vw);
            --gutter: max(16px, 3.4vw);
            --gutter-sm: max(14px, 2.3vw);
            --section-y: max(64px, 7.8vw);
            --nav-h: max(50px, 4.4vw);
            --gap: max(14px, 1.55vw);
            --gap-lg: max(22px, 2.7vw);
            --ease-out: cubic-bezier(.22, 1, .36, 1);
            --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
            --font-sans: 'Manrope', system-ui, -apple-system, sans-serif;
            --text-xs: max(9px, 0.6vw);
            --text-sm: max(10px, 0.78vw);
            --text-base: max(12.5px, 0.98vw);
            --text-md: max(13px, 1.04vw);
            --text-lg: max(14px, 1.12vw);
            --text-xl: max(15px, 1.25vw);
            --text-2xl: max(22px, 2.65vw);
            --text-hero: max(27px, 3.25vw);
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
        body {
            font-family: var(--font-sans);
            font-size: var(--text-base);
            background: var(--bg);
            color: var(--text);
            line-height: 1.6;
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
        }
        body.menu-open { overflow: hidden; }
        a { color: inherit; text-decoration: none; }
        img { max-width: 100%; display: block; }
        ::selection { background: var(--accent); color: #fff; }

        h1, h2, .display { font-family: var(--font-sans); font-weight: 800; line-height: 1.12; letter-spacing: -.03em; }
        h3 { font-family: var(--font-sans); font-weight: 700; line-height: 1.2; letter-spacing: -.02em; }

        .wrap { width: 100%; max-width: 100%; padding-inline: var(--gutter); box-sizing: border-box; }
        .grad-text {
            background: var(--grad);
            -webkit-background-clip: text; background-clip: text;
            -webkit-text-fill-color: transparent; color: transparent;
        }

        /* ---------- Decorative background ---------- */
        .bg-fx { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
        .bg-grid {
            position: absolute; inset: 0;
            background-image:
                linear-gradient(var(--line) 1px, transparent 1px),
                linear-gradient(90deg, var(--line) 1px, transparent 1px);
            background-size: max(40px, 4.44vw) max(40px, 4.44vw);
            opacity: .35;
            /* Сетка не заходит в шапку — плавное появление ниже nav */
            mask-image:
                linear-gradient(
                    to bottom,
                    transparent 0,
                    transparent calc(var(--nav-h) - 1px),
                    rgba(0, 0, 0, .22) calc(var(--nav-h) + 18px),
                    rgba(0, 0, 0, .65) calc(var(--nav-h) + 44px),
                    #000 calc(var(--nav-h) + 76px)
                ),
                radial-gradient(ellipse 130% 90% at 50% 38%, #000 0%, transparent 72%);
            -webkit-mask-image:
                linear-gradient(
                    to bottom,
                    transparent 0,
                    transparent calc(var(--nav-h) - 1px),
                    rgba(0, 0, 0, .22) calc(var(--nav-h) + 18px),
                    rgba(0, 0, 0, .65) calc(var(--nav-h) + 44px),
                    #000 calc(var(--nav-h) + 76px)
                ),
                radial-gradient(ellipse 130% 90% at 50% 38%, #000 0%, transparent 72%);
            -webkit-mask-composite: source-in;
            mask-composite: intersect;
        }
        .orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; will-change: transform; }
        .orb--1 { width: 520px; height: 520px; background: #87346d; top: -120px; left: -100px; }
        .orb--2 { width: 460px; height: 460px; background: #d84664; top: 30%; right: -140px; opacity: .4; }
        .orb--3 { width: 420px; height: 420px; background: #5b2f6b; bottom: -120px; left: 30%; opacity: .35; }

        /* Aurora — мягкое сияние в фирменных тонах (#87346d, #d84664, #5b2f6b) */
        .bg-aurora {
            position: absolute;
            inset: -15% -8%;
            overflow: hidden;
            opacity: .42;
            /* Не заливаем шапку и низ — сохраняем глубокий тёмный фон */
            mask-image: linear-gradient(
                to bottom,
                transparent 0%,
                transparent 8%,
                rgba(0, 0, 0, .35) 14%,
                #000 28%,
                #000 78%,
                rgba(0, 0, 0, .5) 92%,
                transparent 100%
            );
            -webkit-mask-image: linear-gradient(
                to bottom,
                transparent 0%,
                transparent 8%,
                rgba(0, 0, 0, .35) 14%,
                #000 28%,
                #000 78%,
                rgba(0, 0, 0, .5) 92%,
                transparent 100%
            );
        }
        .aurora {
            position: absolute;
            width: 130%;
            height: 50%;
            left: -15%;
            border-radius: 50%;
            filter: blur(88px);
            will-change: transform, opacity;
        }
        .aurora--1 {
            top: 2%;
            background: linear-gradient(100deg, transparent 12%, rgba(135, 52, 109, .38) 38%, rgba(216, 70, 100, .28) 58%, transparent 88%);
            animation: aurora-drift-1 20s ease-in-out infinite alternate;
        }
        .aurora--2 {
            top: 22%;
            height: 44%;
            background: linear-gradient(80deg, transparent 8%, rgba(216, 70, 100, .22) 32%, rgba(91, 47, 107, .32) 54%, rgba(135, 52, 109, .18) 72%, transparent 90%);
            animation: aurora-drift-2 24s ease-in-out infinite alternate;
            animation-delay: -7s;
        }
        .aurora--3 {
            top: 48%;
            height: 38%;
            background: linear-gradient(95deg, transparent 10%, rgba(91, 47, 107, .28) 30%, rgba(135, 52, 109, .22) 52%, rgba(216, 70, 100, .16) 70%, transparent 88%);
            animation: aurora-drift-3 28s ease-in-out infinite alternate;
            animation-delay: -14s;
        }
        @keyframes aurora-drift-1 {
            0% { transform: translate3d(-3%, 0, 0) skewX(-4deg); opacity: .55; }
            50% { transform: translate3d(4%, 2%, 0) skewX(3deg); opacity: .75; }
            100% { transform: translate3d(-2%, 4%, 0) skewX(-2deg); opacity: .5; }
        }
        @keyframes aurora-drift-2 {
            0% { transform: translate3d(5%, 0, 0) skewX(4deg); opacity: .45; }
            50% { transform: translate3d(-4%, -3%, 0) skewX(-3deg); opacity: .65; }
            100% { transform: translate3d(2%, 4%, 0) skewX(2deg); opacity: .4; }
        }
        @keyframes aurora-drift-3 {
            0% { transform: translate3d(-2%, 2%, 0) skewX(-3deg); opacity: .4; }
            50% { transform: translate3d(3%, -2%, 0) skewX(4deg); opacity: .6; }
            100% { transform: translate3d(-4%, 3%, 0) skewX(-2deg); opacity: .35; }
        }

        /* ---------- Scroll progress ---------- */
        .progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--grad); z-index: 200; box-shadow: 0 0 14px rgba(216,70,100,.7); }

        /* ---------- Nav ---------- */
        .nav {
            position: fixed;
            inset: 0 0 auto;
            z-index: 120;
            pointer-events: none;
            animation: nav-enter .8s var(--ease-out) both;
        }
        @keyframes nav-enter {
            from { opacity: 0; transform: translateY(-12px); }
            to { opacity: 1; transform: none; }
        }
        .nav__bar {
            pointer-events: auto;
            width: 100%;
            border-bottom: 1px solid transparent;
            transition: background .4s var(--ease-out), border-color .4s, backdrop-filter .4s, box-shadow .4s;
        }
        .nav.scrolled .nav__bar {
            background: rgba(7, 7, 11, .82);
            backdrop-filter: blur(20px) saturate(160%);
            -webkit-backdrop-filter: blur(20px) saturate(160%);
            border-color: rgba(255, 255, 255, .07);
            box-shadow: 0 8px 32px -16px rgba(0, 0, 0, .6);
        }
        .nav__inner {
            display: flex;
            align-items: center;
            gap: max(12px, 2.22vw);
            min-height: var(--nav-h);
            width: 100%;
            padding-inline: var(--gutter);
        }
        .nav__brand-group {
            display: flex;
            align-items: center;
            gap: max(12px, 1.11vw);
            flex-shrink: 0;
        }
        .nav__logo {
            display: flex;
            align-items: center;
            flex-shrink: 0;
            transition: opacity .25s, transform .3s var(--ease-out);
        }
        .nav__logo:hover { opacity: .85; transform: translateY(-1px); }
        .nav__logo img,
        .nav__logo-mark {
            height: max(26px, 2.36vw);
            width: auto;
            max-width: max(100px, 10.28vw);
            display: block;
        }
        .nav__brand {
            display: flex;
            flex-direction: column;
            gap: max(2px, 0.14vw);
            padding-left: max(12px, 1.11vw);
            border-left: 1px solid rgba(255, 255, 255, .12);
        }
        .nav__brand-line {
            font-size: max(10px, 0.76vw);
            letter-spacing: .14em;
            text-transform: uppercase;
            color: var(--accent);
            font-weight: 600;
            line-height: 1.2;
            white-space: nowrap;
        }
        .nav__brand-sub {
            font-size: max(11px, 0.83vw);
            color: var(--muted-2);
            font-weight: 500;
            line-height: 1.2;
            white-space: nowrap;
        }
        .nav__links {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0;
            min-width: 0;
        }
        .nav__sep {
            width: 1px;
            height: max(14px, 1.25vw);
            background: rgba(255, 255, 255, .14);
            flex-shrink: 0;
            margin-inline: max(4px, 0.42vw);
        }
        .nav__links a {
            position: relative;
            padding: max(8px, 0.69vw) max(16px, 1.67vw);
            font-size: max(12px, 1.04vw);
            font-weight: 600;
            letter-spacing: .01em;
            color: var(--muted);
            white-space: nowrap;
            border-radius: 50px;
            transition: color .25s, background .25s;
        }
        .nav__links a:hover {
            color: rgba(255, 255, 255, .92);
            background: rgba(255, 255, 255, .04);
        }
        .nav__links a.is-active {
            color: #fff;
            background: rgba(255, 255, 255, .06);
        }
        .nav__actions {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-shrink: 0;
        }
        .nav__mail {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 9px 16px;
            border-radius: 50px;
            font-size: var(--text-sm);
            font-weight: 500;
            color: var(--muted);
            background: rgba(255, 255, 255, .04);
            border: 1px solid rgba(255, 255, 255, .08);
            white-space: nowrap;
            transition: color .25s, border-color .25s, background .25s, transform .25s var(--ease-out);
        }
        .nav__mail-icon {
            width: 16px;
            height: 16px;
            flex-shrink: 0;
            opacity: .85;
        }
        .nav__mail:hover {
            color: #fff;
            border-color: rgba(216, 70, 100, .35);
            background: rgba(216, 70, 100, .08);
            transform: translateY(-1px);
        }
        .nav__mail--block {
            width: 100%;
            justify-content: center;
        }
        .nav__soc {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .nav__soc-btn {
            width: 40px;
            height: 40px;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, .08);
            background: rgba(255, 255, 255, .04);
            color: rgba(255, 255, 255, .88);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: background .25s, border-color .25s, transform .3s var(--ease-spring), box-shadow .25s;
        }
        .nav__soc-btn svg { width: 18px; height: 18px; }
        .nav__soc-btn:hover {
            background: var(--grad);
            border-color: transparent;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px -8px rgba(216, 70, 100, .55);
        }
        .burger {
            display: none;
            width: 42px;
            height: 42px;
            border: 1px solid rgba(255, 255, 255, .1);
            border-radius: 12px;
            background: rgba(255, 255, 255, .04);
            cursor: pointer;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 6px;
            transition: background .25s, border-color .25s;
        }
        .burger:hover { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .16); }
        .burger span {
            display: block;
            width: 18px;
            height: 2px;
            background: #fff;
            border-radius: 2px;
            transition: transform .35s var(--ease-out), width .35s var(--ease-out);
        }
        body.menu-open .burger span:nth-child(1) { transform: translateY(4px) rotate(45deg); width: 20px; }
        body.menu-open .burger span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); width: 20px; }

        /* ---------- Mobile menu ---------- */
        .mobile-menu {
            position: fixed;
            inset: 0;
            z-index: 115;
            pointer-events: none;
            visibility: hidden;
        }
        body.menu-open .mobile-menu {
            pointer-events: auto;
            visibility: visible;
        }
        .mobile-menu__backdrop {
            position: absolute;
            inset: 0;
            background: rgba(4, 4, 8, .6);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            opacity: 0;
            transition: opacity .35s var(--ease-out);
        }
        body.menu-open .mobile-menu__backdrop { opacity: 1; }
        .mobile-menu__panel {
            position: absolute;
            top: 0;
            right: 0;
            width: min(100%, 400px);
            height: 100%;
            padding: calc(var(--nav-h) + 20px) var(--gutter-sm) 32px;
            background: rgba(9, 9, 14, .97);
            backdrop-filter: blur(24px);
            -webkit-backdrop-filter: blur(24px);
            border-left: 1px solid rgba(255, 255, 255, .07);
            box-shadow: -20px 0 60px -20px rgba(0, 0, 0, .75);
            transform: translateX(100%);
            transition: transform .45s var(--ease-out);
            display: flex;
            flex-direction: column;
            overflow-y: auto;
            overscroll-behavior: contain;
        }
        body.menu-open .mobile-menu__panel { transform: none; }
        .mobile-menu__head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 36px;
        }
        .mobile-menu__close {
            width: 42px;
            height: 42px;
            border: 1px solid rgba(255, 255, 255, .1);
            border-radius: 12px;
            background: rgba(255, 255, 255, .04);
            color: #fff;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background .25s, transform .3s var(--ease-spring);
        }
        .mobile-menu__close:hover { background: rgba(255, 255, 255, .1); transform: rotate(90deg); }
        .mobile-menu__close svg { width: 20px; height: 20px; }
        .mobile-menu__nav {
            display: flex;
            flex-direction: column;
            gap: 2px;
            flex: 1;
        }
        .mobile-menu__nav a {
            font-family: var(--font-sans);
            font-size: clamp(26px, 7vw, 34px);
            font-weight: 800;
            letter-spacing: -.02em;
            padding: 12px 0;
            color: rgba(255, 255, 255, .55);
            opacity: 0;
            transform: translateX(20px);
            transition:
                opacity .4s var(--ease-out),
                transform .4s var(--ease-out),
                color .25s;
            transition-delay: calc(.05s * var(--i, 0) + .08s);
        }
        body.menu-open .mobile-menu__nav a { opacity: 1; transform: none; }
        .mobile-menu__nav a.is-active { color: #fff; }
        .mobile-menu__nav a:hover { color: #fff; }
        .mobile-menu__foot {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-top: 32px;
            padding-top: 28px;
            border-top: 1px solid rgba(255, 255, 255, .07);
            opacity: 0;
            transform: translateY(12px);
            transition: opacity .4s var(--ease-out) .25s, transform .4s var(--ease-out) .25s;
        }
        body.menu-open .mobile-menu__foot { opacity: 1; transform: none; }
        .mobile-menu__foot .nav__soc { justify-content: center; }
        .mobile-menu__cta {
            justify-content: center;
            width: 100%;
        }

        /* ---------- Buttons ---------- */
        .btn { display: inline-flex; align-items: center; gap: max(8px, 0.69vw); padding: max(12px, 1.04vw) max(20px, 1.94vw); border-radius: 50px; font-weight: 600; font-size: var(--text-base); cursor: pointer; border: none; transition: transform .25s, box-shadow .3s, background .3s; white-space: nowrap; }
        .btn--primary { background: var(--grad); color: #fff; box-shadow: 0 10px 30px -8px rgba(216,70,100,.6); }
        .btn--primary:hover { transform: translateY(-3px); box-shadow: 0 18px 44px -10px rgba(216,70,100,.75); }
        .btn--ghost { background: var(--surface); color: #fff; border: 1px solid var(--line); }
        .btn--ghost:hover { background: var(--surface-2); transform: translateY(-3px); }
        .btn svg { width: max(14px, 1.11vw); height: max(14px, 1.11vw); }

        /* ---------- Hero ---------- */
        .hero { position: relative; z-index: 1; min-height: 100svh; display: flex; align-items: center; padding: calc(var(--nav-h) + max(32px, 3.33vw)) 0 max(64px, 5.5vw); overflow: hidden; }
        .hero__mesh { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 55% at 10% 50%, rgba(135,52,109,.1), transparent 60%); pointer-events: none; z-index: 0; }
        .hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 0.92fr 1.08fr; gap: max(24px, 3.5vw); align-items: center; width: 100%; }
        .hero__content { min-width: 0; }
        .hero__kicker { margin-bottom: max(20px, 1.94vw); }

        /* Kicker G — иконка + одна строка */
        .hero__kicker--g { display: inline-flex; align-items: center; gap: max(10px, 0.83vw); padding: max(8px, 0.69vw) max(14px, 1.25vw) max(8px, 0.69vw) max(10px, 0.83vw); border-radius: max(10px, 0.97vw); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
        .hero__kicker--g .hero__kicker-icon { width: max(28px, 2.22vw); height: max(28px, 2.22vw); border-radius: max(8px, 0.63vw); background: var(--grad-soft); border: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .hero__kicker--g .hero__kicker-icon svg { width: max(14px, 1.11vw); height: max(14px, 1.11vw); stroke: var(--accent); }
        .hero__kicker--g .hero__kicker-text { font-size: var(--text-base); font-weight: 500; letter-spacing: -.01em; color: rgba(255,255,255,.8); line-height: 1.35; }
        .hero__title {
            font-size: var(--text-hero);
            font-weight: 800;
            line-height: 1.14;
            letter-spacing: -.03em;
            margin-bottom: max(20px, 1.8vw);
            color: #fff;
            text-wrap: balance;
        }
        .hero__title-tail {
            background: linear-gradient(90deg, #fff 0%, #fff 45%, #e8a0b0 78%, var(--accent) 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
        }
        .hero__lead { display: flex; align-items: flex-start; gap: max(12px, 0.97vw); max-width: 90%; margin-bottom: 0; }
        .hero__lead-icon { width: max(32px, 2.5vw); height: max(32px, 2.5vw); border-radius: max(8px, 0.69vw); background: var(--grad-soft); border: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
        .hero__lead-icon svg { width: max(16px, 1.25vw); height: max(16px, 1.25vw); stroke: var(--accent); }
        .hero__lead p { font-size: var(--text-lg); font-weight: 400; line-height: 1.68; letter-spacing: -.01em; color: rgba(255,255,255,.58); margin: 0; }
        .hero__foot { display: flex; flex-direction: column; gap: max(28px, 2.5vw); margin-top: max(32px, 2.78vw); }
        .hero__cta { display: flex; gap: max(12px, 0.97vw); flex-wrap: wrap; }
        .hero__stats {
            display: flex;
            gap: max(12px, 1.11vw);
            padding-top: max(20px, 1.67vw);
            border-top: 1px solid rgba(255, 255, 255, .08);
        }
        .hero__stat {
            flex: 1;
            min-width: 0;
            padding: max(14px, 1.11vw) max(12px, 1.04vw);
            border-radius: max(12px, 1.04vw);
            background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
            border: 1px solid rgba(255, 255, 255, .08);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
        }
        .hero__stat .num {
            font-family: var(--font-sans);
            font-size: clamp(26px, 2.8vw, 40px);
            font-weight: 800;
            line-height: 1;
            margin-bottom: max(6px, 0.49vw);
            font-variant-numeric: tabular-nums;
            letter-spacing: -.03em;
            background: linear-gradient(135deg, #fff 20%, #f0b8c4 55%, var(--accent) 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
        }
        .hero__stat .lbl { font-size: var(--text-sm); color: var(--muted-2); line-height: 1.35; max-width: 12em; }
        @keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:.35;} }

        /* Hero workflow — IDE-инфографика процесса */
        .hero__visual { position: relative; width: 100%; min-width: 0; perspective: 1200px; }
        .hero__glow { position: absolute; inset: -8% -6%; background: radial-gradient(ellipse at 50% 40%, rgba(216,70,100,.28), rgba(135,52,109,.12) 45%, transparent 70%); filter: blur(40px); z-index: 0; animation: heroGlow 8s ease-in-out infinite; }
        .hero__orbit { position: absolute; inset: -4%; border-radius: 24px; background: conic-gradient(from 0deg, transparent, rgba(216,70,100,.35), transparent, rgba(135,52,109,.25), transparent); opacity: .45; z-index: 0; animation: heroOrbit 12s linear infinite; mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000); -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000); -webkit-mask-composite: xor; mask-composite: exclude; padding: 1px; pointer-events: none; }
        @keyframes heroGlow { 0%,100%{ opacity: .85; transform: scale(1); } 50%{ opacity: 1; transform: scale(1.04); } }
        @keyframes heroOrbit { to { transform: rotate(360deg); } }

        .workflow { position: relative; z-index: 1; transform: rotateY(-4deg) rotateX(2deg); transform-style: preserve-3d; transition: transform .6s var(--ease-out); }
        .hero__visual:hover .workflow { transform: rotateY(0deg) rotateX(0deg); }

        /* Process rail */
        .workflow__rail { margin-bottom: 14px; padding: 0 2px; }
        .workflow__track { display: flex; justify-content: space-between; gap: 2px; margin-bottom: 10px; }
        .workflow__step { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 7px; background: none; border: none; cursor: pointer; padding: 4px 0; color: var(--muted-2); transition: color .35s; min-width: 0; }
        .workflow__step:hover { color: var(--muted); }
        .workflow__dot { width: max(20px, 1.67vw); height: max(20px, 1.67vw); border-radius: 50%; border: 1px solid var(--line); background: rgba(11,11,17,.85); display: flex; align-items: center; justify-content: center; transition: .4s var(--ease-out); position: relative; }
        .workflow__dot i { width: max(5px, 0.42vw); height: max(5px, 0.42vw); border-radius: 50%; background: var(--muted-2); transition: .4s; }
        .workflow__step.is-active .workflow__dot { border-color: rgba(216,70,100,.65); box-shadow: 0 0 20px rgba(216,70,100,.5); background: rgba(216,70,100,.14); transform: scale(1.08); }
        .workflow__step.is-active .workflow__dot i { background: var(--accent); box-shadow: 0 0 8px var(--accent); animation: pulse 2s infinite; }
        .workflow__step.is-done .workflow__dot { border-color: rgba(78,227,122,.45); background: rgba(78,227,122,.1); }
        .workflow__step.is-done .workflow__dot i { background: #4ee37a; }
        .workflow__lbl { font-size: max(7px, 0.63vw); letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; transition: color .35s; }
        .workflow__step.is-active .workflow__lbl { color: #fff; font-weight: 600; }
        .workflow__bar { height: 3px; border-radius: 99px; background: rgba(255,255,255,.06); overflow: hidden; margin-bottom: 12px; }
        .workflow__fill { display: block; height: 100%; width: 0; background: var(--grad); border-radius: inherit; box-shadow: 0 0 12px rgba(216,70,100,.6); transition: width .7s var(--ease-out); }
        .workflow__caption { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: opacity .4s; }
        .workflow__caption-num { font-family: var(--font-sans); font-size: max(16px, 1.4vw); font-weight: 800; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; flex-shrink: 0; min-width: max(24px, 2.08vw); font-variant-numeric: tabular-nums; }
        .workflow__caption-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
        .workflow__caption-body strong { font-size: max(11px, 0.86vw); font-weight: 600; color: #fff; }
        .workflow__caption-body span { font-size: max(10px, 0.76vw); color: var(--muted-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

        /* IDE window — масштабируется от vw через em */
        .ide { position: relative; border: 1px solid rgba(255,255,255,.12); border-radius: max(12px, 1.11vw); background: rgba(8,8,13,.92); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 max(24px, 2.22vw) max(60px, 5.56vw) -24px rgba(0,0,0,.85), inset 0 1px 0 rgba(255,255,255,.06); overflow: hidden; animation: ideEnter 1s var(--ease-out) .2s both; font-size: max(9px, 0.69vw); }
        @keyframes ideEnter { from { opacity: 0; transform: translateY(24px) scale(.96); } to { opacity: 1; transform: none; } }
        .ide__shine { position: absolute; inset: 0; background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.04) 50%, transparent 60%); animation: ideShine 6s ease-in-out infinite; pointer-events: none; z-index: 5; }
        @keyframes ideShine { 0%,100%{ transform: translateX(-120%); } 50%{ transform: translateX(120%); } }

        .ide__titlebar { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.025); }
        .ide__traffic { display: flex; gap: 6px; flex-shrink: 0; }
        .ide__traffic i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.14); }
        .ide__traffic i:nth-child(1) { background: #ff5f57; }
        .ide__traffic i:nth-child(2) { background: #febc2e; }
        .ide__traffic i:nth-child(3) { background: #28c840; }
        .ide__title { flex: 1; display: flex; align-items: center; gap: 6px; font-size: 11.5px; color: var(--muted); min-width: 0; overflow: hidden; }
        .ide__title svg { width: 14px; height: 14px; stroke: var(--accent); flex-shrink: 0; }
        .ide__project { color: rgba(255,255,255,.75); white-space: nowrap; }
        .ide__sep { opacity: .35; }
        .ide__file { color: var(--accent); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color .3s; }
        .ide__actions { display: flex; gap: 5px; opacity: .35; }
        .ide__actions span { width: 14px; height: 14px; border: 1px solid var(--line); border-radius: 3px; }

        .ide__body { display: grid; grid-template-columns: max(120px, 11.67vw) 1fr; min-height: max(260px, 23.6vw); }
        .ide__sidebar { border-right: 1px solid var(--line); background: rgba(0,0,0,.22); padding: 0.9em 0; font-size: 1em; overflow: hidden; }
        .ide__sidebar-head { padding: 0 1.2em 0.7em; font-size: 0.92em; letter-spacing: .12em; color: var(--muted-2); font-weight: 600; }
        .ide__tree { list-style: none; padding: 0; }
        .ide__tree ul { list-style: none; padding-left: 10px; }
        .ide__folder > span { display: block; padding: 4px 14px; color: var(--muted); font-weight: 600; }
        .ide__file-item { display: flex; align-items: center; gap: 0.5em; padding: 0.35em 0.85em 0.35em 1.2em; color: var(--muted-2); cursor: default; transition: .25s; border-left: 2px solid transparent; white-space: nowrap; font-size: 0.95em; }
        .ide__file-item.is-active { color: #fff; background: rgba(216,70,100,.1); border-left-color: var(--accent); }
        .ide__ext { width: 14px; height: 14px; border-radius: 3px; flex-shrink: 0; background: rgba(255,255,255,.08); position: relative; }
        .ide__ext::after { content: ''; position: absolute; bottom: 2px; right: 2px; width: 0; height: 0; border-style: solid; border-width: 0 0 4px 4px; border-color: transparent transparent rgba(255,255,255,.2) transparent; }
        .ide__ext--md { background: rgba(255,121,198,.2); }
        .ide__ext--yaml { background: rgba(139,233,253,.18); }
        .ide__ext--php { background: rgba(189,147,249,.22); }
        .ide__ext--json { background: rgba(241,250,140,.18); }

        .ide__main { display: flex; flex-direction: column; min-width: 0; }
        .ide__tabs { display: flex; gap: 1px; background: rgba(0,0,0,.2); border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; }
        .ide__tabs::-webkit-scrollbar { display: none; }
        .ide__tab { display: flex; align-items: center; gap: 0.5em; padding: 0.7em 1.2em; font-size: 1em; color: var(--muted-2); white-space: nowrap; border-bottom: 2px solid transparent; transition: .3s; flex-shrink: 0; }
        .ide__tab i { width: 6px; height: 6px; border-radius: 50%; background: var(--muted-2); }
        .ide__tab.is-active { color: #fff; background: rgba(255,255,255,.03); border-bottom-color: var(--accent); }
        .ide__tab.is-active i { background: var(--accent); }

        .ide__editor-wrap { display: grid; grid-template-columns: 2.8em 1fr; flex: 1; min-height: max(140px, 11.67vw); position: relative; }
        .ide__gutter { padding: 1em 0; text-align: right; font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: 1em; line-height: 1.65; color: rgba(255,255,255,.18); user-select: none; }
        .ide__gutter span { display: block; padding-right: 0.8em; }
        .ide__editor { margin: 0; padding: 1em 1.2em 1em 0; font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: 1em; line-height: 1.65; color: rgba(255,255,255,.88); overflow: hidden; white-space: pre-wrap; word-break: break-word; position: relative; }
        .ide__cursor { display: inline-block; width: 2px; height: 1.2em; background: var(--accent); margin-left: 1px; vertical-align: text-bottom; animation: cursorBlink 1s step-end infinite; opacity: 0; }
        .ide__cursor.is-typing { opacity: 1; }
        @keyframes cursorBlink { 0%,100%{ opacity: 1; } 50%{ opacity: 0; } }
        .ide__code-line { display: block; opacity: 0; transform: translateX(-6px); animation: codeLineIn .35s var(--ease-out) forwards; }
        @keyframes codeLineIn { to { opacity: 1; transform: none; } }

        /* Syntax tokens */
        .tk-h { color: #ff79c6; font-weight: 600; }
        .tk-k { color: #ff79c6; }
        .tk-t { color: #8be9fd; }
        .tk-f { color: #50fa7b; }
        .tk-v { color: #ffb86c; }
        .tk-s { color: #f1fa8c; }
        .tk-n { color: #bd93f9; }
        .tk-p { color: rgba(255,255,255,.55); }
        .tk-b { color: #8be9fd; }
        .tk-c { color: rgba(255,255,255,.35); font-style: italic; }

        .ide__panel { border-top: 1px solid var(--line); background: rgba(0,0,0,.28); }
        .ide__panel-head { display: flex; gap: 1.2em; padding: 0.55em 1em; font-size: 0.92em; letter-spacing: .08em; color: var(--muted-2); border-bottom: 1px solid var(--line); }
        .ide__panel-head .is-active { color: #fff; }
        .ide__terminal { padding: 0.9em 1.2em; font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: 1em; line-height: 1.7; min-height: max(60px, 5vw); }
        .ide__term-line { opacity: 0; transform: translateY(6px); animation: termLineIn .4s var(--ease-out) forwards; animation-delay: var(--d, 0s); }
        @keyframes termLineIn { to { opacity: 1; transform: none; } }
        .t-p { color: var(--accent); }
        .t-g { color: #4ee37a; }
        .t-m { color: var(--muted-2); }
        .t-n { color: #bd93f9; }

        .ide__statusbar { display: flex; align-items: center; gap: 1.2em; padding: 0.45em 1em; border-top: 1px solid var(--line); background: rgba(135,52,109,.18); font-size: 0.95em; color: rgba(255,255,255,.65); }
        .ide__status { display: flex; align-items: center; gap: 5px; }
        .ide__status--branch svg { width: 12px; height: 12px; opacity: .7; }
        .ide__status--ok { margin-left: auto; color: #4ee37a; }
        .ide__pulse { width: 6px; height: 6px; border-radius: 50%; background: #4ee37a; box-shadow: 0 0 8px #4ee37a; animation: pulse 2s infinite; }

        /* Floating stage cards */
        .wf-cards { position: absolute; inset: 0; pointer-events: none; z-index: 4; }
        .wf-card { position: absolute; display: flex; align-items: center; gap: max(9px, 0.76vw); padding: max(9px, 0.76vw) max(12px, 1.04vw); border: 1px solid var(--line); border-radius: max(12px, 1.04vw); background: rgba(11,11,17,.78); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 max(16px, 1.39vw) max(40px, 3.47vw) -20px rgba(0,0,0,.9); font-size: var(--text-sm); color: var(--muted); white-space: nowrap; opacity: 0; transform: translateY(12px) scale(.94); transition: opacity .5s var(--ease-out), transform .5s var(--ease-spring); top: 38%; right: -6%; }
        .wf-card.is-visible { opacity: 1; transform: translateY(0) scale(1); animation: wfFloat 6s ease-in-out infinite; }
        .wf-card b { display: block; color: #fff; font-weight: 600; font-size: max(10px, 0.8vw); }
        .wf-card small { display: block; color: var(--muted-2); font-size: max(9px, 0.69vw); margin-top: 1px; }
        .wf-card__ico { width: max(28px, 2.36vw); height: max(28px, 2.36vw); border-radius: max(9px, 0.76vw); display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid var(--line); background: var(--grad-soft); }
        .wf-card__ico svg { width: 17px; height: 17px; stroke: var(--accent); }
        @keyframes wfFloat { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-10px); } }

        /* Hero responsive */
        @media (max-width: 1100px) {
            .hero { min-height: auto; padding-block: calc(var(--nav-h) + max(28px, 2.78vw)) max(80px, 10vw); }
            .hero__grid { grid-template-columns: 1fr; gap: max(20px, 1.94vw); }
            .hero__visual {
                width: 100%;
                margin-bottom: max(24px, 4vw);
                padding-bottom: max(20px, 3.5vw);
            }
            .hero__foot { margin-top: 36px; gap: 32px; }
            .workflow { transform: none; }
            .wf-card { right: 0; top: 42%; }
            .scroll-hint {
                position: relative;
                left: auto;
                bottom: auto;
                transform: none;
                margin: max(96px, 16vw) auto 0;
                padding-bottom: 8px;
            }
        }
        @media (max-width: 720px) {
            .hero__stats { gap: 24px; }
            .hero__stat .lbl { white-space: normal; }
        }
        @media (max-width: 620px) {
            .hero { padding-block: calc(var(--nav-h) + 32px) clamp(48px, 10vw, 60px); }
            .hero__visual { max-width: 100%; }
            .hero__foot { margin-top: 32px; gap: 28px; }
            .hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
            .hero__stat { padding: 12px 10px; }
            .hero__stat .num { font-size: clamp(22px, 6.5vw, 28px); }
            .hero__stat .lbl { font-size: 11.5px; }
            .hero__cta { width: 100%; }
            .hero__cta .btn { flex: 1 1 auto; justify-content: center; min-height: 44px; }
            .hero__kicker { margin-bottom: 24px; }
            .hero__kicker--g { padding: 8px 14px 8px 10px; gap: 10px; }
            .hero__kicker--g .hero__kicker-text { font-size: 14.5px; }
            .hero__title { font-size: clamp(32px, 8.5vw, 42px); }
            .hero__lead { gap: 12px; }
            .hero__lead-icon { width: 32px; height: 32px; }
            .hero__lead p { font-size: 15px; }
            .workflow__lbl { font-size: 7px; }
            .workflow__dot { width: 18px; height: 18px; }
            .workflow__caption { padding: 10px 12px; gap: 10px; }
            .workflow__caption-num { font-size: 18px; min-width: 26px; }
            .workflow__caption-body strong { font-size: 12.5px; }
            .workflow__caption-body span { font-size: 11px; white-space: normal; }
            .ide__body { grid-template-columns: 1fr; min-height: 300px; }
            .ide__sidebar { display: none; }
            .ide__editor-wrap { min-height: 140px; }
            .wf-card { font-size: 11px; padding: 9px 12px; right: -2%; top: auto; bottom: 0; }
            .wf-card__ico { width: 28px; height: 28px; }
            .hero__visual {
                margin-bottom: max(32px, 6vw);
                padding-bottom: max(28px, 5vw);
            }
            .scroll-hint { margin-top: max(120px, 24vw); }
        }
        @media (prefers-reduced-motion: reduce) {
            .hero__glow, .hero__orbit, .ide__shine, .wf-card.is-visible,
            .aurora, .orb { animation: none; }
            .workflow { transform: none; }
        }

        .scroll-hint { position: absolute; bottom: max(12px, 1.1vw); left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: max(6px, 0.56vw); color: var(--muted-2); font-size: var(--text-sm); letter-spacing: .15em; z-index: 4; pointer-events: none; }
        .scroll-hint .mouse { width: max(20px, 1.67vw); height: max(30px, 2.64vw); border: 1px solid var(--line); border-radius: 14px; position: relative; }
        .scroll-hint .mouse::after { content: ''; position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: var(--accent); border-radius: 4px; animation: wheel 1.6s infinite; }
        @keyframes wheel { 0%{opacity:1; transform:translate(-50%,0);} 100%{opacity:0; transform:translate(-50%,12px);} }

        /* ---------- Section heading ---------- */
        section { position: relative; z-index: 1; padding-block: var(--section-y); }
        .eyebrow { display: inline-flex; align-items: center; gap: max(8px, 0.69vw); font-size: var(--text-sm); letter-spacing: .2em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-bottom: max(14px, 1.25vw); }
        .eyebrow::before { content: ''; width: max(22px, 1.94vw); height: 1px; background: var(--accent); }
        .sec-head { max-width: 52%; margin-bottom: max(28px, 2.8vw); }
        .sec-head h2 { font-size: var(--text-2xl); margin-bottom: max(16px, 1.39vw); }
        .sec-head p { color: var(--muted); font-size: var(--text-lg); }

        /* ---------- Marquee ---------- */
        .marquee { padding: max(28px, 2.78vw) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
        .marquee__track { display: flex; gap: max(36px, 3.89vw); width: max-content; animation: scroll-x 32s linear infinite; }
        .marquee__track span { font-family: var(--font-sans); font-size: max(16px, 1.4vw); font-weight: 700; color: rgba(255,255,255,.32); white-space: nowrap; display: flex; align-items: center; gap: max(36px, 3.89vw); }
        .marquee__track span::after { content: '✦'; color: var(--accent); }
        @keyframes scroll-x { to { transform: translateX(-50%); } }

        /* ---------- Approach (Кто мы) ---------- */
        .approach-sec,
        .exp-sec {
            position: relative;
            padding-block: var(--section-y);
        }
        .approach-sec__shell,
        .exp-sec__shell {
            --sh-pad: max(26px, 2.75vw);
            --sh-radius: max(16px, 1.53vw);
            --sh-gap: var(--gap-lg);
            --sh-split: var(--gap-lg);
            --sh-title: var(--text-2xl);
            --sh-lead: var(--text-lg);
            --sh-h3: var(--text-xl);
            --sh-body: var(--text-base);
            --sh-label: var(--text-xs);
            --sh-num: var(--text-xs);
            --sh-card-pad: max(16px, 1.53vw);
            position: relative;
            border: 1px solid var(--line);
            border-radius: var(--sh-radius);
            padding: var(--sh-pad);
            overflow: hidden;
        }
        .approach-sec__shell .eyebrow,
        .exp-sec__shell .eyebrow {
            font-size: var(--text-sm);
            margin-bottom: max(12px, 1.04vw);
        }
        .approach-sec__shell .eyebrow::before,
        .exp-sec__shell .eyebrow::before {
            width: max(18px, 1.67vw);
        }
        .approach-sec__shell {
            background:
                radial-gradient(ellipse 80% 60% at 100% 0%, rgba(216, 70, 100, .14), transparent 55%),
                radial-gradient(ellipse 50% 40% at 0% 100%, rgba(135, 52, 109, .12), transparent 50%),
                linear-gradient(165deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018));
        }
        .approach-sec__glow {
            position: absolute;
            top: -40%;
            right: -10%;
            width: min(520px, 46vw);
            height: min(520px, 46vw);
            border-radius: 50%;
            background: rgba(216, 70, 100, .12);
            filter: blur(80px);
            pointer-events: none;
        }

        .approach-sec__hero {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: var(--sh-gap);
            align-items: start;
        }
        .approach-sec__copy h2 {
            font-size: var(--sh-title);
            line-height: 1.14;
            margin-bottom: max(12px, 1.18vw);
        }
        .approach-sec__desc {
            color: var(--muted);
            font-size: var(--sh-lead);
            line-height: 1.65;
            max-width: 34em;
        }

        .approach-sec__matrix {
            display: flex;
            flex-direction: column;
            gap: max(10px, 0.9vw);
        }
        .approach-sec__matrix-head {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: max(8px, 0.69vw);
            padding: 0 max(4px, 0.35vw);
        }
        .approach-sec__matrix-head span {
            font-size: var(--sh-label);
            font-weight: 700;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: var(--muted-2);
        }
        .approach-sec__matrix-head .is-accent { color: var(--accent); }

        .approach-sec__matrix-body {
            display: flex;
            flex-direction: column;
            gap: max(8px, 0.69vw);
        }
        .approach-sec__matrix-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: max(8px, 0.69vw);
        }
        .approach-sec__cell {
            display: grid;
            grid-template-columns: auto 1fr;
            column-gap: max(6px, 0.56vw);
            row-gap: 2px;
            align-items: start;
            padding: max(9px, 0.83vw) max(10px, 0.9vw);
            border-radius: max(10px, 0.9vw);
            font-size: var(--sh-body);
            line-height: 1.45;
            min-height: 100%;
            transition: border-color .35s var(--ease-out), background .35s var(--ease-out);
        }
        .approach-sec__col-label {
            display: none;
            grid-column: 1 / -1;
            font-size: 9px;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
            margin-bottom: 2px;
        }
        .approach-sec__cell > span:not(.approach-sec__col-label):not(.approach-sec__mark) {
            grid-column: 2;
            min-width: 0;
        }
        .is-bad .approach-sec__col-label { color: rgba(255, 255, 255, .35); }
        .is-good .approach-sec__col-label { color: var(--accent); }
        .approach-sec__cell.is-bad {
            color: var(--muted-2);
            background: rgba(255, 255, 255, .025);
            border: 1px solid rgba(255, 255, 255, .06);
        }
        .approach-sec__cell.is-good {
            color: rgba(255, 255, 255, .92);
            background: rgba(216, 70, 100, .08);
            border: 1px solid rgba(216, 70, 100, .22);
        }
        .approach-sec__cell.is-good > span:not(.approach-sec__col-label):not(.approach-sec__mark) {
            font-weight: 500;
        }
        .approach-sec__matrix-row:hover .approach-sec__cell.is-good {
            background: rgba(216, 70, 100, .12);
            border-color: rgba(216, 70, 100, .35);
        }
        .approach-sec__mark {
            grid-column: 1;
            flex-shrink: 0;
            width: max(16px, 1.39vw);
            height: max(16px, 1.39vw);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: max(10px, 0.76vw);
            font-weight: 700;
            line-height: 1;
            margin-top: 0.15em;
        }
        .is-bad .approach-sec__mark {
            color: rgba(255, 255, 255, .35);
            background: rgba(255, 255, 255, .06);
            border: 1px solid rgba(255, 255, 255, .08);
        }
        .is-good .approach-sec__mark {
            color: #fff;
            background: var(--grad);
            box-shadow: 0 0 12px rgba(216, 70, 100, .35);
        }

        .approach-sec__principles {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0;
            margin-top: var(--sh-split);
            padding-top: var(--sh-split);
            border-top: 1px solid var(--line);
        }
        .approach-item {
            padding: 0 max(22px, 2.05vw);
            border-right: 1px solid var(--line);
            transition: transform .35s var(--ease-out);
        }
        .approach-item:first-child { padding-left: 0; }
        .approach-item:last-child {
            padding-right: 0;
            border-right: none;
        }
        .approach-item:hover { transform: translateY(-3px); }
        .approach-item__num {
            display: block;
            font-family: var(--font-sans);
            font-size: var(--sh-num);
            font-weight: 800;
            letter-spacing: .14em;
            color: var(--accent);
            margin-bottom: max(10px, 0.9vw);
            font-variant-numeric: tabular-nums;
        }
        .approach-item h3 {
            font-size: var(--sh-h3);
            line-height: 1.25;
            margin-bottom: max(7px, 0.69vw);
        }
        .approach-item p {
            color: var(--muted);
            font-size: var(--sh-body);
            line-height: 1.6;
        }

        /* ---------- Shared cards grid (trust и др.) ---------- */
        .grid { display: grid; gap: var(--gap); }
        .approach { grid-template-columns: repeat(3, 1fr); }
        .card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: max(24px, 2.36vw); transition: transform .4s cubic-bezier(.2,.8,.2,1), border-color .4s, background .4s; position: relative; overflow: hidden; }
        .card::before { content: ''; position: absolute; inset: 0; background: var(--grad-soft); opacity: 0; transition: opacity .4s; }
        .card:hover { transform: translateY(-6px); border-color: rgba(216,70,100,.45); }
        .card:hover::before { opacity: 1; }
        .card > * { position: relative; z-index: 1; }
        .card .ic { width: max(44px, 3.89vw); height: max(44px, 3.89vw); border-radius: max(10px, 0.97vw); background: var(--grad-soft); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; margin-bottom: max(16px, 1.53vw); }
        .card .ic svg { width: max(20px, 1.81vw); height: max(20px, 1.81vw); stroke: var(--accent); }
        .card h3 { font-size: var(--text-xl); margin-bottom: 12px; }
        .card p { color: var(--muted); font-size: var(--text-base); }
        .card .q { display: flex; align-items: center; gap: max(7px, 0.63vw); font-size: var(--text-sm); font-weight: 600; letter-spacing: .01em; color: var(--accent); margin-bottom: max(12px, 0.97vw); }
        .card .q svg { width: max(14px, 1.11vw); height: max(14px, 1.11vw); stroke: var(--accent); flex-shrink: 0; }

        /* ---------- Expertise (Услуги) ---------- */
        .exp-sec__shell {
            background:
                radial-gradient(ellipse 70% 55% at 0% 0%, rgba(135, 52, 109, .14), transparent 55%),
                radial-gradient(ellipse 55% 45% at 100% 100%, rgba(216, 70, 100, .1), transparent 50%),
                linear-gradient(165deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018));
        }
        .exp-sec__glow {
            position: absolute;
            top: -35%;
            left: -8%;
            width: min(480px, 42vw);
            height: min(480px, 42vw);
            border-radius: 50%;
            background: rgba(135, 52, 109, .14);
            filter: blur(80px);
            pointer-events: none;
            animation: exp-glow-drift 12s ease-in-out infinite alternate;
        }
        @keyframes exp-glow-drift {
            from { transform: translate(0, 0) scale(1); opacity: .9; }
            to { transform: translate(24px, 16px) scale(1.08); opacity: 1; }
        }
        .exp-sec__hero {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: var(--sh-gap);
            align-items: start;
        }
        .exp-sec__copy {
            min-width: 0;
            max-width: 100%;
        }
        .exp-sec__copy h2 {
            font-size: var(--sh-title);
            line-height: 1.14;
            margin-bottom: max(12px, 1.18vw);
            overflow-wrap: break-word;
        }
        .exp-sec__desc {
            color: var(--muted);
            font-size: var(--sh-lead);
            line-height: 1.65;
            max-width: 34em;
        }

        /* Pillars — три направления */
        .exp-pillars {
            display: flex;
            flex-direction: column;
            gap: max(10px, .9vw);
            min-width: 0;
            max-width: 100%;
        }
        .exp-pillar {
            display: grid;
            grid-template-columns: auto 1fr;
            align-items: center;
            gap: max(10px, .9vw);
            padding: max(12px, 1.1vw) max(14px, 1.2vw);
            border-radius: max(12px, 1vw);
            border: 1px solid rgba(255, 255, 255, .09);
            background: rgba(255, 255, 255, .03);
            position: relative;
            overflow: hidden;
            transition: border-color .35s var(--ease-out), background .35s var(--ease-out);
        }
        .exp-pillar::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            background: var(--grad);
            transform: scaleY(0);
            transform-origin: bottom;
            transition: transform .45s var(--ease-out);
        }
        .exp-pillar.in::before { transform: scaleY(1); }
        .exp-pillar__ico {
            flex-shrink: 0;
            width: max(36px, 3vw);
            height: max(36px, 3vw);
            border-radius: max(10px, .85vw);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent);
            background: var(--grad-soft);
            border: 1px solid rgba(216, 70, 100, .2);
        }
        .exp-pillar__ico svg { width: max(18px, 1.5vw); height: max(18px, 1.5vw); }
        .exp-pillar__text {
            display: flex;
            flex-direction: column;
            gap: max(4px, .35vw);
            min-width: 0;
            overflow-wrap: break-word;
        }
        .exp-pillar__text strong {
            font-size: var(--sh-body);
            font-weight: 600;
            line-height: 1.35;
            color: rgba(255, 255, 255, .94);
        }
        .exp-pillar__text span {
            font-size: var(--sh-label);
            color: var(--muted-2);
            line-height: 1.45;
        }
        .exp-tech {
            position: relative;
            margin-top: max(6px, .55vw);
            padding-top: max(12px, 1vw);
            border-top: 1px solid var(--line);
            min-width: 0;
            width: 100%;
            max-width: 100%;
        }
        .exp-tech__viewport {
            overflow: hidden;
            width: 100%;
            max-width: 100%;
            -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
            mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
        }
        .exp-tech__track {
            display: flex;
            align-items: center;
            gap: max(24px, 2vw);
            width: max-content;
            animation: exp-tech-scroll 48s linear infinite;
        }
        .exp-tech__logo {
            flex-shrink: 0;
            display: block;
            height: max(22px, 1.7vw);
            width: auto;
            opacity: .45;
            filter: brightness(0) invert(1);
            user-select: none;
            -webkit-user-drag: none;
        }
        .exp-pillars.in .exp-tech__logo:nth-child(13n+1) { opacity: .58; }
        @keyframes exp-tech-scroll {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }
        @media (prefers-reduced-motion: reduce) {
            .exp-tech__track { animation: none; flex-wrap: wrap; width: 100%; justify-content: center; gap: max(10px, .9vw) max(18px, 1.5vw); }
            .exp-tech__logo:nth-child(n+14) { display: none; }
            .exp-tech__viewport {
                -webkit-mask-image: none;
                mask-image: none;
            }
        }

        .exp-sec__glow--2 {
            top: auto;
            left: auto;
            bottom: -25%;
            right: -6%;
            background: rgba(216, 70, 100, .12);
            animation-delay: -6s;
        }

        /* Cards grid — bento */
        .exp-sec__grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: max(12px, 1vw);
            margin-top: var(--sh-split);
            padding-top: var(--sh-split);
            border-top: 1px solid var(--line);
        }
        .exp-card {
            border-radius: max(14px, 1.15vw);
            border: 1px solid rgba(255, 255, 255, .09);
            background: rgba(255, 255, 255, .025);
            position: relative;
            overflow: hidden;
            transition: border-color .35s var(--ease-out);
        }
        .exp-card:hover {
            border-color: rgba(216, 70, 100, .28);
        }
        .exp-card > * { position: relative; z-index: 1; }

        .exp-card--feat {
            display: grid;
            grid-template-columns: minmax(0, .95fr) minmax(0, 1.25fr);
            gap: max(14px, 1.2vw);
            align-items: stretch;
            padding: max(18px, 1.6vw);
            min-height: max(260px, 22vw);
        }
        .exp-card--sites { grid-column: span 7; }
        .exp-card--cabinet { grid-column: span 5; }
        .exp-card--auto { grid-column: 1 / -1; }
        .exp-card--load,
        .exp-card--fintech,
        .exp-card--integ {
            grid-column: span 4;
            display: flex;
            flex-direction: column;
            gap: max(10px, .9vw);
            padding: max(16px, 1.4vw);
            min-height: max(320px, 26vw);
        }
        .exp-card__copy {
            display: flex;
            flex-direction: column;
            gap: max(6px, .55vw);
            justify-content: center;
        }
        .exp-card__idx {
            font-family: var(--font-sans);
            font-size: var(--sh-label);
            font-weight: 800;
            letter-spacing: .16em;
            text-transform: uppercase;
            color: var(--accent);
            font-variant-numeric: tabular-nums;
            line-height: 1;
        }
        .exp-card h3 {
            font-size: var(--sh-h3);
            line-height: 1.25;
            margin-top: max(2px, .2vw);
        }
        .exp-card p {
            color: var(--muted);
            font-size: var(--sh-body);
            line-height: 1.6;
        }
        .exp-card--auto .exp-card__copy p + p {
            margin-top: max(8px, .7vw);
        }
        .exp-card__cases {
            display: flex;
            flex-wrap: wrap;
            gap: max(6px, .5vw);
            margin-top: max(6px, .55vw);
        }
        .exp-card__cases span {
            font-size: var(--sh-label);
            font-weight: 600;
            color: var(--muted-2);
            padding: max(5px, .45vw) max(10px, .85vw);
            border-radius: 50px;
            border: 1px solid rgba(255, 255, 255, .08);
            background: rgba(255, 255, 255, .03);
            line-height: 1.3;
        }

        /* Visual stages */
        .exp-stage {
            position: relative;
            flex: 1;
            min-height: max(180px, 15vw);
            border-radius: max(12px, 1vw);
            border: 1px solid rgba(255, 255, 255, .1);
            background:
                radial-gradient(ellipse 70% 60% at 80% 10%, rgba(216, 70, 100, .14), transparent 55%),
                linear-gradient(165deg, rgba(14, 14, 22, .98), rgba(7, 7, 11, .95));
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: max(16px, 1.4vw);
        }
        .exp-card--feat .exp-stage { min-height: 100%; }
        .exp-stage__glow {
            position: absolute;
            width: 55%;
            height: 55%;
            top: -15%;
            right: -8%;
            border-radius: 50%;
            background: var(--accent);
            filter: blur(55px);
            opacity: .18;
            pointer-events: none;
            animation: exp-stage-glow 6s ease-in-out infinite alternate;
        }
        @keyframes exp-stage-glow {
            from { opacity: .12; transform: scale(1); }
            to { opacity: .22; transform: scale(1.1); }
        }
        .exp-stage__badge {
            position: absolute;
            z-index: 3;
            font-size: var(--sh-label);
            font-weight: 700;
            letter-spacing: .04em;
            padding: max(5px, .45vw) max(10px, .85vw);
            border-radius: 50px;
            border: 1px solid rgba(216, 70, 100, .35);
            background: rgba(7, 7, 11, .75);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            color: #fff;
            box-shadow: 0 8px 24px -8px rgba(216, 70, 100, .35);
            animation: exp-badge-float 4s ease-in-out infinite;
        }
        .exp-stage__badge--1 { top: 12%; right: 8%; }
        .exp-stage__badge--2 { bottom: 14%; left: 8%; color: var(--muted); border-color: rgba(255,255,255,.12); animation-delay: -2s; }
        .exp-stage__badge--audit { top: 10%; right: 8%; color: var(--accent); text-transform: uppercase; letter-spacing: .08em; }
        .exp-stage__badge--auto { bottom: 12%; right: 8%; top: auto; color: #4ee37a; border-color: rgba(78, 227, 122, .35); }
        @keyframes exp-badge-float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-4px); }
        }
        .exp-stage__metrics {
            position: absolute;
            bottom: max(10px, .85vw);
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: max(14px, 1.2vw);
            padding: max(6px, .5vw) max(12px, 1vw);
            border-radius: 50px;
            border: 1px solid rgba(255, 255, 255, .1);
            background: rgba(7, 7, 11, .8);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            font-size: var(--sh-label);
            color: var(--muted-2);
            white-space: nowrap;
        }
        .exp-stage__metrics b { color: #fff; font-weight: 800; }
        .exp-stage__metrics .grad-text { -webkit-text-fill-color: transparent; }

        .exp-stage--browser { align-items: flex-end; padding-bottom: 0; }
        .exp-browser {
            position: relative;
            z-index: 2;
            width: 92%;
            max-width: 340px;
            border-radius: max(10px, .85vw) max(10px, .85vw) 0 0;
            border: 1px solid rgba(255, 255, 255, .14);
            border-bottom: none;
            overflow: hidden;
            box-shadow: 0 -8px 40px -12px rgba(0, 0, 0, .6);
        }
        .exp-browser__chrome {
            display: flex;
            align-items: center;
            gap: max(10px, .85vw);
            padding: max(8px, .7vw) max(12px, 1vw);
            background: rgba(18, 18, 26, .98);
            border-bottom: 1px solid rgba(255, 255, 255, .08);
        }
        .exp-browser__dots { display: flex; gap: 6px; }
        .exp-browser__dots i { width: 9px; height: 9px; border-radius: 50%; }
        .exp-browser__dots i:nth-child(1) { background: #ff5f57; }
        .exp-browser__dots i:nth-child(2) { background: #febc2e; }
        .exp-browser__dots i:nth-child(3) { background: #28c840; }
        .exp-browser__url {
            flex: 1;
            display: flex;
            align-items: center;
            gap: 6px;
            height: max(22px, 1.8vw);
            padding: 0 max(10px, .85vw);
            border-radius: max(6px, .5vw);
            background: rgba(255, 255, 255, .06);
            font-size: var(--sh-label);
            color: var(--muted-2);
        }
        .exp-browser__url svg { width: 10px; height: 10px; opacity: .6; flex-shrink: 0; }
        .exp-browser__screen {
            aspect-ratio: 16 / 10;
            background: linear-gradient(180deg, #12121a, #0a0a10);
            padding: max(10px, .85vw);
            display: flex;
            flex-direction: column;
            gap: max(8px, .7vw);
        }
        .exp-browser__nav { display: flex; gap: max(12px, 1vw); }
        .exp-browser__nav span {
            height: max(5px, .42vw);
            width: max(32px, 2.8vw);
            border-radius: 3px;
            background: rgba(255, 255, 255, .08);
        }
        .exp-browser__nav span:first-child { width: max(48px, 4vw); background: var(--grad); opacity: .7; }
        .exp-browser__hero {
            flex: 1;
            min-height: max(48px, 4vw);
            border-radius: max(8px, .7vw);
            background: var(--grad-soft);
            border: 1px solid rgba(216, 70, 100, .2);
            animation: exp-hero-pulse 3s ease-in-out infinite;
        }
        @keyframes exp-hero-pulse {
            0%, 100% { opacity: .85; }
            50% { opacity: 1; box-shadow: 0 0 24px rgba(216, 70, 100, .15); }
        }
        .exp-browser__cards { display: flex; gap: max(6px, .5vw); }
        .exp-browser__cards i {
            flex: 1;
            height: max(28px, 2.4vw);
            border-radius: max(5px, .45vw);
            background: rgba(255, 255, 255, .06);
        }
        .exp-browser__cards i:first-child { background: rgba(216, 70, 100, .15); }

        .exp-dash {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 300px;
            display: flex;
            border-radius: max(10px, .85vw);
            border: 1px solid rgba(255, 255, 255, .12);
            overflow: hidden;
            background: rgba(10, 10, 16, .95);
            box-shadow: 0 16px 48px -16px rgba(0, 0, 0, .7);
        }
        .exp-dash__side {
            width: 22%;
            padding: max(12px, 1vw) max(8px, .7vw);
            display: flex;
            flex-direction: column;
            gap: max(6px, .5vw);
            border-right: 1px solid rgba(255, 255, 255, .08);
            background: rgba(0, 0, 0, .25);
        }
        .exp-dash__side span { height: max(6px, .5vw); border-radius: 3px; background: rgba(255, 255, 255, .08); }
        .exp-dash__side .is-on { background: var(--grad); box-shadow: 0 0 10px rgba(216, 70, 100, .4); }
        .exp-dash__main {
            flex: 1;
            padding: max(12px, 1vw);
            display: flex;
            flex-direction: column;
            gap: max(10px, .85vw);
        }
        .exp-dash__top { display: flex; align-items: center; gap: max(8px, .7vw); }
        .exp-dash__avatar {
            width: max(28px, 2.4vw);
            height: max(28px, 2.4vw);
            border-radius: 50%;
            background: var(--grad-soft);
            border: 1px solid rgba(216, 70, 100, .35);
            flex-shrink: 0;
        }
        .exp-dash__search {
            flex: 1;
            height: max(22px, 1.8vw);
            border-radius: max(6px, .5vw);
            background: rgba(255, 255, 255, .06);
            border: 1px solid rgba(255, 255, 255, .08);
        }
        .exp-dash__stats { display: flex; gap: max(6px, .5vw); }
        .exp-dash__stat {
            flex: 1;
            padding: max(8px, .7vw);
            border-radius: max(8px, .7vw);
            border: 1px solid rgba(255, 255, 255, .08);
            background: rgba(255, 255, 255, .03);
            text-align: center;
        }
        .exp-dash__stat b { display: block; font-size: var(--text-md); font-weight: 800; line-height: 1.1; }
        .exp-dash__stat small { font-size: max(8px, .58vw); color: var(--muted-2); text-transform: uppercase; letter-spacing: .05em; }
        .exp-dash__stat.is-hot { border-color: rgba(216, 70, 100, .35); background: rgba(216, 70, 100, .1); }
        .exp-dash__stat.is-hot b { color: var(--accent); }
        .exp-dash__chart {
            display: flex;
            align-items: flex-end;
            gap: max(5px, .45vw);
            height: max(56px, 4.8vw);
        }
        .exp-dash__chart span {
            flex: 1;
            height: var(--h);
            border-radius: max(4px, .35vw) max(4px, .35vw) 0 0;
            background: rgba(255, 255, 255, .1);
            transform-origin: bottom;
            animation: exp-bar-live 2.5s ease-in-out infinite;
            animation-delay: calc(var(--i, 0) * .15s);
        }
        .exp-dash__chart span:nth-child(1) { --i: 0; }
        .exp-dash__chart span:nth-child(2) { --i: 1; }
        .exp-dash__chart span:nth-child(3) { --i: 2; }
        .exp-dash__chart span:nth-child(4) { --i: 3; }
        .exp-dash__chart span:nth-child(5) { --i: 4; }
        .exp-dash__chart span:nth-child(6) { --i: 5; }
        .exp-dash__chart .is-peak { background: var(--grad); box-shadow: 0 0 12px rgba(216, 70, 100, .35); }
        @keyframes exp-bar-live {
            0%, 100% { transform: scaleY(1); }
            50% { transform: scaleY(1.08); }
        }

        .exp-servers {
            position: relative;
            display: flex;
            gap: max(12px, 1vw);
            align-items: flex-end;
            width: 100%;
            max-width: 300px;
            padding-bottom: max(36px, 3vw);
        }
        .exp-servers__mesh {
            position: absolute;
            left: 12%;
            right: 12%;
            top: 28%;
            width: 76%;
            height: 24px;
            pointer-events: none;
            z-index: 0;
        }
        .exp-servers__link {
            animation: exp-mesh-flow 2s linear infinite;
        }
        @keyframes exp-mesh-flow {
            from { stroke-dashoffset: 0; opacity: .45; }
            50% { opacity: 1; }
            to { stroke-dashoffset: -24; opacity: .45; }
        }
        .exp-srv {
            position: relative;
            z-index: 1;
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            gap: max(6px, .5vw);
            padding: max(10px, .85vw) max(8px, .7vw);
            border-radius: max(10px, .85vw);
            border: 1px solid rgba(255, 255, 255, .1);
            background: rgba(255, 255, 255, .03);
            transition: border-color .4s, box-shadow .4s;
            animation: exp-srv-breathe 4s ease-in-out infinite;
        }
        .exp-srv:nth-child(2) { animation-delay: -1.3s; }
        .exp-srv:nth-child(3) { animation-delay: -2.6s; }
        .exp-srv:nth-child(4) { animation-delay: -0.7s; }
        .exp-srv.is-hot {
            border-color: rgba(216, 70, 100, .35);
            box-shadow: 0 0 20px -6px rgba(216, 70, 100, .45);
        }
        @keyframes exp-srv-breathe {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-2px); }
        }
        .exp-srv__head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 6px;
        }
        .exp-srv__load {
            font-size: max(7px, .52vw);
            font-weight: 700;
            font-variant-numeric: tabular-nums;
            color: var(--muted-2);
            font-family: ui-monospace, monospace;
        }
        .exp-srv__bars {
            display: flex;
            align-items: flex-end;
            gap: max(4px, .35vw);
            height: max(52px, 4.5vw);
        }
        .exp-srv__led {
            width: max(6px, .5vw);
            height: max(6px, .5vw);
            border-radius: 50%;
            background: rgba(255, 255, 255, .2);
            flex-shrink: 0;
        }
        .exp-srv__led.is-active {
            background: #4ee37a;
            box-shadow: 0 0 8px rgba(78, 227, 122, .7);
            animation: exp-led-pulse 2s ease-in-out infinite;
        }
        .exp-srv__led.is-warn {
            background: #febc2e;
            box-shadow: 0 0 8px rgba(254, 188, 46, .55);
            animation: exp-led-pulse 2.8s ease-in-out infinite .6s;
        }
        @keyframes exp-led-pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: .55; transform: scale(.85); }
        }
        .exp-srv__bar {
            flex: 1;
            height: var(--h);
            min-height: 10px;
            border-radius: max(4px, .35vw);
            background: rgba(255, 255, 255, .1);
            transform-origin: bottom;
            animation: exp-bar-live 2.8s ease-in-out infinite;
            animation-delay: calc(var(--d, 0) * 1s);
        }
        .exp-srv__bar.is-peak {
            background: var(--grad);
            box-shadow: 0 0 14px rgba(216, 70, 100, .35);
            animation: exp-bar-peak 2.2s ease-in-out infinite;
            animation-delay: calc(var(--d, 0) * 1s);
        }
        @keyframes exp-bar-peak {
            0%, 100% { transform: scaleY(1); filter: brightness(1); }
            50% { transform: scaleY(1.12); filter: brightness(1.15); }
        }
        .exp-srv__slots {
            display: flex;
            flex-direction: column;
            gap: 3px;
        }
        .exp-srv__slots i {
            display: block;
            height: max(3px, .28vw);
            border-radius: 2px;
            background: rgba(255, 255, 255, .06);
        }
        .exp-srv__slots i.is-busy {
            background: rgba(216, 70, 100, .35);
            animation: exp-slot-scan 1.8s ease-in-out infinite;
        }
        .exp-srv__slots i.is-busy:nth-child(2) { animation-delay: .3s; }
        .exp-srv__slots i.is-busy:nth-child(3) { animation-delay: .6s; }
        .exp-srv__slots i.is-busy:nth-child(4) { animation-delay: .9s; }
        @keyframes exp-slot-scan {
            0%, 100% { opacity: .35; }
            50% { opacity: 1; }
        }
        .exp-srv small {
            font-size: max(8px, .58vw);
            color: var(--muted-2);
            text-transform: uppercase;
            letter-spacing: .06em;
            text-align: center;
        }

        .exp-trade {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 300px;
            padding: max(12px, 1vw);
            border-radius: max(10px, .85vw);
            border: 1px solid rgba(255, 255, 255, .12);
            background: rgba(8, 8, 14, .95);
            box-shadow: 0 16px 48px -16px rgba(0, 0, 0, .7);
        }
        .exp-trade__head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: max(10px, .85vw);
        }
        .exp-trade__pair { font-size: var(--sh-body); font-weight: 700; }
        .exp-trade__chg {
            font-size: var(--sh-label);
            font-weight: 700;
            padding: max(3px, .28vw) max(8px, .7vw);
            border-radius: 50px;
        }
        .exp-trade__chg.is-up {
            color: #4ee37a;
            background: rgba(78, 227, 122, .12);
            border: 1px solid rgba(78, 227, 122, .25);
        }
        .exp-trade__chart { height: max(72px, 6vw); margin-bottom: max(10px, .85vw); }
        .exp-trade__chart svg { width: 100%; height: 100%; display: block; }
        .exp-trade__line { stroke-dasharray: 400; stroke-dashoffset: 400; }
        .exp-card.in .exp-trade__line { animation: exp-line-draw 1.6s var(--ease-out) .3s forwards; }
        .exp-trade__area { opacity: 0; }
        .exp-card.in .exp-trade__area { animation: exp-area-fade .8s var(--ease-out) 1s forwards; }
        @keyframes exp-area-fade { to { opacity: 1; } }
        @keyframes exp-line-draw { to { stroke-dashoffset: 0; } }
        .exp-trade__book {
            display: flex;
            gap: max(8px, .7vw);
            font-size: var(--sh-label);
            font-family: ui-monospace, monospace;
        }
        .exp-trade__book .is-bid {
            flex: 1;
            text-align: center;
            padding: max(5px, .45vw);
            border-radius: max(6px, .5vw);
            background: rgba(78, 227, 122, .1);
            color: #4ee37a;
            border: 1px solid rgba(78, 227, 122, .2);
        }
        .exp-trade__book .is-ask {
            flex: 1;
            text-align: center;
            padding: max(5px, .45vw);
            border-radius: max(6px, .5vw);
            background: rgba(216, 70, 100, .1);
            color: var(--accent);
            border: 1px solid rgba(216, 70, 100, .2);
        }

        /* Automation pipeline mockup */
        .exp-pipe {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 380px;
            padding: max(12px, 1vw);
            border-radius: max(10px, .85vw);
            border: 1px solid rgba(255, 255, 255, .12);
            background: rgba(8, 8, 14, .95);
            box-shadow: 0 16px 48px -16px rgba(0, 0, 0, .7);
            display: flex;
            flex-direction: column;
            gap: max(10px, .85vw);
        }
        .exp-pipe__head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: max(8px, .7vw);
            padding-bottom: max(8px, .7vw);
            border-bottom: 1px solid rgba(255, 255, 255, .08);
        }
        .exp-pipe__case {
            font-size: var(--sh-body);
            font-weight: 700;
            color: rgba(255, 255, 255, .92);
        }
        .exp-pipe__prog {
            font-size: var(--sh-label);
            color: var(--muted-2);
            font-variant-numeric: tabular-nums;
        }
        .exp-pipe__prog b { color: var(--accent); font-weight: 800; }
        .exp-pipe__track {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: max(2px, .2vw);
            position: relative;
        }
        .exp-pipe__track::before {
            content: '';
            position: absolute;
            top: max(5px, .42vw);
            left: 8%;
            right: 8%;
            height: 1px;
            background: rgba(255, 255, 255, .1);
            z-index: 0;
        }
        .exp-pipe__step {
            position: relative;
            z-index: 1;
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: max(4px, .35vw);
            min-width: 0;
        }
        .exp-pipe__step i {
            display: block;
            width: max(10px, .85vw);
            height: max(10px, .85vw);
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, .2);
            background: rgba(10, 10, 16, .95);
            transition: border-color .3s, background .3s, box-shadow .3s;
        }
        .exp-pipe__step small {
            font-size: max(7px, .52vw);
            color: var(--muted-2);
            text-align: center;
            line-height: 1.2;
            letter-spacing: .02em;
        }
        .exp-pipe__step.is-active i {
            border-color: var(--accent);
            background: var(--grad);
            box-shadow: 0 0 10px rgba(216, 70, 100, .45);
        }
        .exp-pipe__step.is-active small { color: rgba(255, 255, 255, .85); }
        .exp-pipe__step.is-done i {
            border-color: rgba(78, 227, 122, .5);
            background: rgba(78, 227, 122, .25);
        }
        .exp-pipe__body {
            display: flex;
            flex-direction: column;
            gap: max(8px, .7vw);
        }
        .exp-pipe__search {
            display: flex;
            align-items: center;
            gap: max(8px, .7vw);
            padding: max(8px, .7vw) max(10px, .85vw);
            border-radius: max(8px, .7vw);
            border: 1px solid rgba(255, 255, 255, .1);
            background: rgba(255, 255, 255, .04);
            font-size: var(--sh-label);
            color: var(--muted-2);
        }
        .exp-pipe__search svg {
            flex-shrink: 0;
            width: max(14px, 1.15vw);
            height: max(14px, 1.15vw);
            opacity: .55;
        }
        .exp-pipe__search span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .exp-pipe__log {
            display: flex;
            align-items: center;
            gap: max(8px, .7vw);
            padding: max(8px, .7vw) max(10px, .85vw);
            border-radius: max(8px, .7vw);
            border: 1px solid rgba(255, 255, 255, .08);
            background: rgba(0, 0, 0, .35);
            font-family: ui-monospace, monospace;
            font-size: var(--sh-label);
            color: rgba(255, 255, 255, .75);
            min-height: max(32px, 2.6vw);
        }
        .exp-pipe__led {
            flex-shrink: 0;
            width: max(7px, .6vw);
            height: max(7px, .6vw);
            border-radius: 50%;
            background: #4ee37a;
            box-shadow: 0 0 6px rgba(78, 227, 122, .6);
        }
        #expAutoLog.is-fade { opacity: 0; transition: opacity .25s; }
        .exp-pipe__rank {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: max(6px, .5vw);
            opacity: .35;
            transition: opacity .4s;
        }
        .exp-pipe.is-rank .exp-pipe__rank { opacity: 1; }
        .exp-pipe__offer {
            padding: max(8px, .7vw);
            border-radius: max(8px, .7vw);
            border: 1px solid rgba(255, 255, 255, .08);
            background: rgba(255, 255, 255, .03);
            text-align: center;
            transition: border-color .3s, background .3s;
        }
        .exp-pipe__offer b {
            display: block;
            font-size: var(--text-md);
            font-weight: 800;
            line-height: 1.1;
            color: rgba(255, 255, 255, .7);
        }
        .exp-pipe__offer span {
            display: block;
            font-size: var(--sh-label);
            font-weight: 600;
            margin-top: max(3px, .28vw);
            color: rgba(255, 255, 255, .85);
        }
        .exp-pipe__offer small {
            display: block;
            font-size: max(7px, .52vw);
            color: var(--muted-2);
            margin-top: max(2px, .2vw);
        }
        .exp-pipe__offer.is-top {
            border-color: rgba(78, 227, 122, .35);
            background: rgba(78, 227, 122, .08);
        }
        .exp-pipe__offer.is-top b { color: #4ee37a; }

        /* Integrations panel */
        .exp-integ {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 320px;
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            gap: max(10px, .85vw);
            align-items: center;
        }
        .exp-integ__side {
            display: flex;
            flex-direction: column;
            gap: max(6px, .5vw);
        }
        .exp-integ__tag {
            display: block;
            text-align: center;
            font-size: var(--sh-label);
            font-weight: 600;
            padding: max(8px, .7vw) max(10px, .85vw);
            border-radius: max(8px, .7vw);
            border: 1px solid rgba(255, 255, 255, .1);
            background: rgba(255, 255, 255, .04);
            color: var(--muted);
        }
        .exp-integ__tag.is-live {
            border-color: rgba(78, 227, 122, .35);
            color: #4ee37a;
            background: rgba(78, 227, 122, .08);
        }
        .exp-integ__gate {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: max(4px, .35vw);
            padding: max(14px, 1.2vw);
            border-radius: max(12px, 1vw);
            border: 1px solid rgba(216, 70, 100, .35);
            background: rgba(216, 70, 100, .1);
            text-align: center;
        }
        .exp-integ__gate-ico {
            width: max(36px, 3vw);
            height: max(36px, 3vw);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--grad);
            color: #fff;
            margin-bottom: max(4px, .35vw);
        }
        .exp-integ__gate-ico svg { width: max(18px, 1.5vw); height: max(18px, 1.5vw); }
        .exp-integ__gate b { font-size: var(--sh-body); font-weight: 700; }
        .exp-integ__gate small { font-size: var(--sh-label); color: var(--muted-2); }
        .exp-integ__foot {
            grid-column: 1 / -1;
            display: flex;
            justify-content: center;
            gap: max(14px, 1.2vw);
            margin-top: max(4px, .35vw);
            padding-top: max(10px, .85vw);
            border-top: 1px solid rgba(255, 255, 255, .08);
            font-size: var(--sh-label);
            color: var(--muted-2);
        }
        .exp-integ__foot span { display: flex; align-items: center; gap: max(6px, .5vw); }
        .exp-integ__foot i {
            width: max(6px, .5vw);
            height: max(6px, .5vw);
            border-radius: 50%;
            background: rgba(255, 255, 255, .25);
        }
        .exp-integ__foot i.is-on { background: #4ee37a; box-shadow: 0 0 6px rgba(78, 227, 122, .5); }

        /* ---------- Flagship (в стиле expertise: shell + side visual) ---------- */
        .flagship { padding-top: 0; }
        .flagship__shell {
            position: relative;
            isolation: isolate;
            overflow: hidden;
            border: 1px solid var(--line);
            border-radius: max(18px, 1.6vw);
            padding: max(22px, 2vw);
            background:
                radial-gradient(ellipse 70% 55% at 100% 0%, rgba(216, 70, 100, .12), transparent 55%),
                radial-gradient(ellipse 50% 40% at 0% 100%, rgba(135, 52, 109, .1), transparent 50%),
                linear-gradient(165deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018));
        }
        .flagship__glow {
            position: absolute;
            top: -30%;
            right: -8%;
            width: min(420px, 36vw);
            height: min(420px, 36vw);
            border-radius: 50%;
            background: rgba(216, 70, 100, .12);
            filter: blur(80px);
            pointer-events: none;
            z-index: 0;
        }
        .flagship__glow--2 {
            top: auto;
            right: auto;
            bottom: -25%;
            left: -6%;
            background: rgba(135, 52, 109, .12);
        }
        .flagship__head,
        .flag-list { position: relative; z-index: 1; }

        .flagship__head {
            display: grid;
            grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
            gap: max(24px, 2.4vw);
            align-items: end;
            margin-bottom: max(22px, 2vw);
            padding-bottom: max(20px, 1.8vw);
            border-bottom: 1px solid var(--line);
        }
        .flagship__intro .eyebrow { margin-bottom: max(10px, .85vw); }
        .flagship__intro h2 {
            font-size: var(--text-2xl);
            margin: 0;
        }
        .flagship__aside {
            display: flex;
            flex-direction: column;
            gap: max(12px, 1.05vw);
        }
        .flagship__aside p {
            color: var(--muted);
            font-size: var(--text-md);
            line-height: 1.55;
            margin: 0;
        }
        .flag-eco {
            display: inline-flex;
            align-items: center;
            flex-wrap: wrap;
            gap: max(8px, .7vw);
            align-self: flex-start;
            padding: max(6px, .5vw) max(12px, 1.05vw);
            border: 1px solid var(--line);
            border-radius: 50px;
            background: rgba(255, 255, 255, .03);
            font-size: var(--text-sm);
            font-weight: 700;
        }
        .flag-eco__sep { color: var(--muted-2); font-weight: 500; }

        .flag-list {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        /* Карточка: текст + крупный горизонтальный мокап — без лишних рамок */
        .flag-card {
            display: grid;
            grid-template-columns: minmax(0, .92fr) minmax(0, 1.28fr);
            gap: max(20px, 1.8vw);
            align-items: center;
            padding: max(8px, .7vw) 0;
            border: none;
            border-radius: 0;
            background: transparent;
            transition: opacity .35s var(--ease-out);
        }
        .flag-card + .flag-card {
            border-top: 1px solid var(--line);
            padding-top: max(18px, 1.6vw);
            margin-top: max(6px, .5vw);
        }
        .flag-card:nth-child(even) {
            grid-template-columns: minmax(0, 1.28fr) minmax(0, .92fr);
        }
        .flag-card:nth-child(even) .flag-card__body { order: 2; }
        .flag-card:nth-child(even) .flag-card__stage { order: 1; }
        .flag-card:hover { opacity: 1; }

        .flag-card__body {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: max(8px, .7vw);
            min-width: 0;
            padding: max(4px, .35vw) max(4px, .4vw);
        }
        .flag-card__top {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: max(8px, .65vw);
        }
        .flag-card__idx {
            font-family: var(--font-sans);
            font-size: var(--text-xs);
            font-weight: 800;
            letter-spacing: .14em;
            text-transform: uppercase;
            color: var(--accent);
            font-variant-numeric: tabular-nums;
            line-height: 1;
        }
        .flag-tag {
            display: inline-flex;
            align-items: center;
            font-size: var(--text-xs);
            letter-spacing: .1em;
            text-transform: uppercase;
            font-weight: 700;
            color: #fff;
            background: var(--grad);
            padding: max(4px, .35vw) max(9px, .8vw);
            border-radius: 50px;
        }
        .flag-card__domain {
            font-size: var(--text-sm);
            font-weight: 600;
            color: var(--muted-2);
            letter-spacing: .02em;
        }
        .flag-card h3 {
            font-size: max(17px, 1.45vw);
            line-height: 1.25;
            margin: 0;
        }
        .flag-card__subtitle {
            color: var(--muted-2);
            font-size: var(--text-sm);
            margin: 0;
        }
        .flag-card__lead {
            color: var(--text);
            font-size: var(--text-sm);
            line-height: 1.5;
            margin: 0;
            opacity: .88;
        }
        .flag-card__desc {
            color: var(--muted);
            font-size: var(--text-sm);
            line-height: 1.5;
            margin: 0;
        }

        .flag-metrics {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: max(8px, .65vw);
            margin-top: max(4px, .35vw);
        }
        .flag-metrics__item {
            padding: max(8px, .7vw) max(8px, .7vw);
            border: 1px solid rgba(255, 255, 255, .08);
            border-radius: max(10px, .85vw);
            background: rgba(255, 255, 255, .03);
        }
        .flag-metrics__item .v {
            font-family: var(--font-sans);
            font-size: max(14px, 1.15vw);
            font-weight: 800;
            font-variant-numeric: tabular-nums;
            letter-spacing: -.02em;
            line-height: 1.15;
            margin-bottom: max(3px, .25vw);
        }
        .flag-metrics__item .v.grad-text { -webkit-text-fill-color: transparent; }
        .flag-metrics__item .l {
            font-size: var(--text-xs);
            color: var(--muted-2);
            line-height: 1.3;
        }

        .flag-stack {
            display: flex;
            flex-wrap: wrap;
            gap: max(5px, .45vw);
            margin-top: max(2px, .2vw);
        }
        .flag-stack span {
            font-size: var(--text-xs);
            font-weight: 600;
            color: var(--muted-2);
            padding: max(4px, .35vw) max(8px, .7vw);
            border: 1px solid rgba(255, 255, 255, .08);
            border-radius: 50px;
            background: rgba(255, 255, 255, .03);
            line-height: 1.3;
        }

        .flag-card__stage {
            position: relative;
            width: 100%;
            background: transparent;
        }
        .flag-card__frame {
            display: block;
            transform: translateY(max(3px, .25vw)) scale(.99);
            transition: transform .65s var(--ease-out);
        }
        .flag-card:hover .flag-card__frame {
            transform: translateY(0) scale(1);
        }
        .flag-card__frame img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: var(--radius);
        }
        /* ---------- Portfolio grid ---------- */
        .port-grid--3 { grid-template-columns: repeat(3, 1fr); }
        .port-grid--2 { grid-template-columns: repeat(2, 1fr); gap: max(16px, 1.5vw); }
        .port-grid--1 { grid-template-columns: 1fr; gap: max(10px, .85vw); }
        .port--hidden { display: none !important; }
        .port.port--revealed { animation: port-in .45s var(--ease-out) both; }
        @keyframes port-in {
            from { opacity: 0; transform: translateY(16px); }
            to { opacity: 1; transform: none; }
        }
        .port-more-wrap { display: flex; justify-content: center; margin-top: max(32px, 2.78vw); }
        .port-more-wrap[hidden] { display: none !important; }
        .port-more { min-width: min(100%, 280px); justify-content: center; }
        .port { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); transition: transform .4s, border-color .4s, background .4s; display: flex; flex-direction: column; }
        .port:hover { transform: translateY(-6px); border-color: rgba(216,70,100,.4); }
        .port__img { aspect-ratio: 16/11; overflow: hidden; position: relative; background: var(--bg-2); }
        .port__img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .7s var(--ease-out); }
        .port:hover .port__img img { transform: scale(1.06); }
        .port__cat { position: absolute; top: max(10px, 0.97vw); left: max(10px, 0.97vw); font-size: var(--text-sm); padding: max(4px, 0.42vw) max(10px, 0.83vw); border-radius: 50px; background: rgba(7,7,11,.7); backdrop-filter: blur(6px); color: #fff; border: 1px solid var(--line); z-index: 1; }
        .port__body { padding: max(18px, 1.67vw); display: flex; flex-direction: column; gap: max(6px, 0.56vw); flex: 1; }
        .port__city { font-size: var(--text-sm); color: var(--accent); font-weight: 600; }
        .port__body h3 { font-size: var(--text-xl); font-weight: 700; letter-spacing: 0; line-height: 1.3; }
        .port__body p { font-size: var(--text-md); color: var(--muted); flex: 1; }
        .port__link { font-size: var(--text-sm); color: var(--muted-2); display: inline-flex; align-items: center; gap: max(4px, 0.42vw); margin-top: max(4px, 0.42vw); }

        /* Подписи макетов (сравнение раскладок) */
        .port-variant {
            display: flex;
            align-items: flex-end;
            gap: max(14px, 1.2vw);
            margin: max(52px, 4.6vw) 0 max(22px, 2vw);
            padding-top: max(28px, 2.4vw);
            border-top: 1px solid var(--line);
        }
        .port-variant--first {
            margin-top: 0;
            padding-top: 0;
            border-top: none;
        }
        .port-variant__n {
            font-family: var(--font-sans);
            font-size: max(28px, 2.5vw);
            font-weight: 800;
            line-height: .85;
            letter-spacing: -.04em;
            font-variant-numeric: tabular-nums;
            background: var(--grad);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
            flex-shrink: 0;
        }
        .port-variant h3 {
            font-size: var(--text-xl);
            font-weight: 700;
            letter-spacing: -.02em;
            margin: 0 0 max(4px, .3vw);
        }
        .port-variant p {
            margin: 0;
            color: var(--muted);
            font-size: var(--text-md);
        }

        .port.port--duo { display: grid; }
        .port--duo {
            grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
            align-items: stretch;
        }
        .port--duo .port__img {
            aspect-ratio: auto;
            min-height: max(180px, 14vw);
            height: 100%;
        }
        .port--duo .port__body {
            justify-content: center;
            padding: max(20px, 1.8vw) max(20px, 1.7vw);
            gap: max(8px, .65vw);
        }
        .port--duo .port__body h3 { font-size: max(15px, 1.2vw); }
        .port--duo .port__body p { font-size: var(--text-md); }

        .port__idx {
            font-family: var(--font-sans);
            font-size: var(--text-xs);
            font-weight: 800;
            letter-spacing: .14em;
            text-transform: uppercase;
            color: var(--accent);
            font-variant-numeric: tabular-nums;
            line-height: 1;
        }

        /* Макет 03: индекс с превью — sticky-кадр, список скроллит страницу */
        .port-index {
            display: grid;
            grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr);
            gap: max(24px, 2.1vw);
            align-items: start;
        }
        .port-index__list {
            display: flex;
            flex-direction: column;
            min-width: 0;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: var(--surface);
            overflow: hidden;
        }
        .port-index__row {
            position: relative;
            display: grid;
            grid-template-columns: max(28px, 2.2vw) max(58px, 4.6vw) minmax(0, 1fr) auto;
            align-items: center;
            gap: max(12px, 1vw);
            width: 100%;
            min-height: max(64px, 5vw);
            padding: max(11px, .85vw) max(14px, 1.1vw) max(11px, .85vw) max(16px, 1.25vw);
            border: none;
            border-bottom: 1px solid var(--line);
            border-radius: 0;
            background: transparent;
            color: inherit;
            font: inherit;
            text-align: left;
            cursor: pointer;
            transition: background .25s;
        }
        .port-index__row:last-child { border-bottom: none; }
        .port-index__row::before {
            content: '';
            position: absolute;
            left: 0;
            top: 10px;
            bottom: 10px;
            width: 2px;
            border-radius: 2px;
            background: var(--grad);
            transform: scaleY(0);
            transform-origin: center;
            transition: transform .28s var(--ease-out);
        }
        .port-index__row:hover { background: rgba(255, 255, 255, .03); }
        .port-index__row.is-on { background: rgba(216, 70, 100, .1); }
        .port-index__row.is-on::before { transform: scaleY(1); }
        .port-index__thumb {
            width: max(54px, 4.4vw);
            height: max(38px, 3vw);
            border-radius: max(7px, .55vw);
            overflow: hidden;
            background: var(--bg-2);
            border: 1px solid var(--line);
            flex-shrink: 0;
            transition: border-color .25s, box-shadow .25s;
        }
        .port-index__row.is-on .port-index__thumb {
            border-color: rgba(216, 70, 100, .55);
            box-shadow: 0 0 0 1px rgba(216, 70, 100, .25);
        }
        .port-index__thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
            transition: transform .5s var(--ease-out);
        }
        .port-index__row.is-on .port-index__thumb img,
        .port-index__row:hover .port-index__thumb img { transform: scale(1.08); }
        .port-index__copy {
            display: flex;
            flex-direction: column;
            gap: 2px;
            min-width: 0;
        }
        .port-index__name {
            font-size: var(--text-lg);
            font-weight: 700;
            letter-spacing: -.01em;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .port-index__sub {
            font-size: var(--text-sm);
            color: var(--muted);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .port-index__dom {
            font-size: var(--text-sm);
            color: var(--muted-2);
            white-space: nowrap;
        }
        .port-index__row.is-on .port-index__dom { color: var(--muted); }
        .port-index__stage {
            position: sticky;
            top: calc(var(--nav-h) + max(16px, 1.2vw));
            display: flex;
            flex-direction: column;
            max-height: calc(100vh - var(--nav-h) - max(24px, 2vw));
            border: 1px solid var(--line);
            border-radius: calc(var(--radius) + 2px);
            overflow: hidden;
            background: #09090f;
            box-shadow:
                0 0 0 1px rgba(255, 255, 255, .04),
                0 28px 80px rgba(216, 70, 100, .16);
        }
        .port-index__viewport {
            position: relative;
            aspect-ratio: 16 / 9;
            flex: 0 1 auto;
            min-height: 0;
            overflow: hidden;
            background: var(--bg-2);
        }
        .port-index__viewport::after {
            content: '';
            position: absolute;
            inset: 0;
            pointer-events: none;
            z-index: 2;
            box-shadow: inset 0 0 90px rgba(7, 7, 11, .28);
            background: linear-gradient(180deg, rgba(7, 7, 11, .18) 0%, transparent 24%);
        }
        .port-index__shot {
            position: absolute;
            inset: 0;
            margin: 0;
            opacity: 0;
            pointer-events: none;
            transition: opacity .5s var(--ease-out);
        }
        .port-index__shot.is-on { opacity: 1; z-index: 1; }
        .port-index__shot img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
            transform: scale(1.04);
            transition: transform 1s var(--ease-out);
        }
        .port-index__shot.is-on img {
            transform: none;
            animation: port-ken 14s var(--ease-out) forwards;
        }
        @keyframes port-ken {
            from { transform: scale(1); }
            to { transform: scale(1.07); }
        }
        .port-index__count {
            position: absolute;
            top: max(12px, 1vw);
            right: max(12px, 1vw);
            z-index: 3;
            display: flex;
            align-items: baseline;
            gap: 4px;
            padding: max(6px, .45vw) max(11px, .85vw);
            border-radius: 50px;
            background: rgba(7, 7, 11, .82);
            border: 1px solid rgba(255, 255, 255, .12);
            backdrop-filter: blur(10px);
            font-variant-numeric: tabular-nums;
            font-weight: 800;
            letter-spacing: .06em;
            line-height: 1;
        }
        .port-index__count b { font-size: var(--text-sm); color: #fff; }
        .port-index__count i {
            font-style: normal;
            font-size: var(--text-xs);
            color: var(--muted-2);
        }
        .port-index__count span { font-size: var(--text-xs); color: var(--muted); }
        .port-index__info {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            gap: max(6px, .45vw);
            padding: max(16px, 1.3vw) max(18px, 1.5vw) max(16px, 1.3vw);
            background: #0c0c14;
            border-top: 1px solid var(--line);
        }
        .port-index__info::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: var(--grad);
        }
        .port-index__info em {
            font-style: normal;
            align-self: flex-start;
            font-size: var(--text-xs);
            letter-spacing: .14em;
            text-transform: uppercase;
            font-weight: 800;
            color: #fff;
            background: var(--grad);
            padding: max(3px, .28vw) max(8px, .7vw);
            border-radius: 50px;
        }
        .port-index__info strong {
            display: block;
            font-size: max(18px, 1.55vw);
            font-weight: 800;
            letter-spacing: -.03em;
            line-height: 1.2;
            color: #fff;
        }
        .port-index__info [data-index-meta] {
            font-size: var(--text-sm);
            color: var(--accent);
            font-weight: 600;
        }
        .port-index__info p {
            margin: 0;
            font-size: var(--text-md);
            color: rgba(255, 255, 255, .72);
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .port-index__info-dom {
            display: inline-flex;
            align-items: center;
            gap: max(4px, .35vw);
            margin-top: 2px;
            font-size: var(--text-sm);
            color: var(--muted);
        }
        .port-index__info [hidden] { display: none !important; }
        .port-index__info.is-swap { animation: port-info-in .35s var(--ease-out); }
        @keyframes port-info-in {
            from { opacity: .4; transform: translateY(6px); }
            to { opacity: 1; transform: none; }
        }

        /* ---------- Process ---------- */
        .process { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap); counter-reset: step; }
        .step { padding: max(22px, 2.08vw); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); position: relative; }
        .step__n { font-family: var(--font-sans); font-size: max(32px, 3.3vw); font-weight: 800; line-height: 1; margin-bottom: max(14px, 1.25vw); font-variant-numeric: tabular-nums; }
        .step h3 { font-size: var(--text-xl); margin-bottom: max(8px, 0.69vw); font-weight: 700; letter-spacing: 0; }
        .step p { color: var(--muted); font-size: var(--text-md); }

        /* ---------- Stats band ---------- */
        .stats-band { border: 1px solid var(--line); border-radius: max(20px, 1.94vw); background: linear-gradient(160deg, rgba(135,52,109,.18), rgba(216,70,100,.1)); padding: max(36px, 3.89vw); display: grid; grid-template-columns: repeat(4, 1fr); gap: max(20px, 2.08vw); }
        .stat-b .num { font-family: var(--font-sans); font-size: max(26px, 3.3vw); font-weight: 800; font-variant-numeric: tabular-nums; }
        .stat-b .lbl { color: var(--muted); font-size: var(--text-md); margin-top: max(4px, 0.42vw); }

        /* ---------- Brief CTA + Quiz ---------- */
        .brief-cta { position: relative; z-index: 1; }
        .brief-cta__shell {
            position: relative;
            border: 1px solid var(--line);
            border-radius: max(28px, 2.5vw);
            background:
                radial-gradient(ellipse 80% 60% at 10% 0%, rgba(135, 52, 109, .28), transparent 55%),
                radial-gradient(ellipse 70% 50% at 100% 100%, rgba(216, 70, 100, .18), transparent 50%),
                var(--bg-2);
            padding: max(40px, 3.89vw);
            overflow: hidden;
        }
        .brief-cta__glow {
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
            pointer-events: none;
            opacity: .45;
        }
        .brief-cta__glow--1 { width: 320px; height: 320px; background: #87346d; top: -80px; left: -60px; }
        .brief-cta__glow--2 { width: 280px; height: 280px; background: #d84664; bottom: -60px; right: 10%; opacity: .3; }
        .brief-cta__grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
            gap: max(36px, 4.17vw);
            align-items: center;
        }
        .brief-cta__copy h2 { font-size: var(--text-2xl); margin-bottom: max(16px, 1.39vw); line-height: 1.1; }
        .brief-cta__lead { color: var(--muted); font-size: var(--text-lg); line-height: 1.65; max-width: 34em; margin-bottom: max(28px, 2.5vw); }
        .brief-cta__perks { list-style: none; display: flex; flex-direction: column; gap: max(14px, 1.25vw); margin-bottom: max(28px, 2.64vw); }
        .brief-cta__perks li { display: flex; align-items: center; gap: max(12px, 1.04vw); color: var(--muted); font-size: var(--text-md); }
        .brief-cta__perks strong { color: #fff; font-weight: 600; }
        .brief-cta__perk-ico {
            width: max(36px, 2.92vw);
            height: max(36px, 2.92vw);
            border-radius: max(10px, .9vw);
            background: var(--grad-soft);
            border: 1px solid var(--line);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .brief-cta__perk-ico svg { width: 18px; height: 18px; stroke: var(--accent); }
        .brief-cta__alt { font-size: var(--text-sm); color: var(--muted-2); }
        .brief-cta__alt-links { display: flex; flex-wrap: wrap; gap: max(10px, .97vw); margin-top: max(8px, .69vw); }
        .brief-cta__alt-links a {
            color: var(--muted);
            padding: max(6px, .42vw) max(12px, .97vw);
            border: 1px solid var(--line);
            border-radius: 999px;
            background: var(--surface);
            transition: color .25s, border-color .25s, background .25s, transform .25s var(--ease-out);
        }
        .brief-cta__alt-links a:hover { color: #fff; border-color: rgba(216, 70, 100, .45); background: rgba(216, 70, 100, .12); transform: translateY(-2px); }

        .brief-quiz {
            position: relative;
            border: 1px solid rgba(255, 255, 255, .1);
            border-radius: max(22px, 1.94vw);
            background: rgba(7, 7, 11, .72);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            padding: max(28px, 2.5vw);
            box-shadow:
                0 0 0 1px rgba(255, 255, 255, .03) inset,
                0 24px 60px -24px rgba(0, 0, 0, .65),
                0 0 80px -20px rgba(216, 70, 100, .25);
        }
        .brief-quiz__head { margin-bottom: max(22px, 1.94vw); }
        .brief-quiz__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: max(12px, 1.04vw); }
        .brief-quiz__badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: var(--text-xs);
            letter-spacing: .14em;
            text-transform: uppercase;
            font-weight: 700;
            color: var(--accent);
            padding: max(5px, .35vw) max(10px, .83vw);
            border-radius: 999px;
            background: rgba(216, 70, 100, .12);
            border: 1px solid rgba(216, 70, 100, .25);
        }
        .brief-quiz__step-label { font-size: var(--text-sm); color: var(--muted-2); font-variant-numeric: tabular-nums; }
        .brief-quiz__progress {
            height: 4px;
            border-radius: 999px;
            background: rgba(255, 255, 255, .08);
            overflow: hidden;
        }
        .brief-quiz__progress-fill {
            display: block;
            height: 100%;
            background: var(--grad);
            border-radius: inherit;
            box-shadow: 0 0 12px rgba(216, 70, 100, .6);
            transition: width .45s var(--ease-out);
        }
        .brief-quiz__pane {
            animation: briefPaneIn .45s var(--ease-out) both;
        }
        @keyframes briefPaneIn {
            from { opacity: 0; transform: translateX(12px); }
            to { opacity: 1; transform: none; }
        }
        .brief-quiz__title { font-size: var(--text-xl); margin-bottom: max(8px, .69vw); }
        .brief-quiz__hint { color: var(--muted); font-size: var(--text-md); margin-bottom: max(20px, 1.81vw); }
        .brief-quiz__fields { display: flex; flex-direction: column; gap: max(14px, 1.25vw); }
        .brief-field { display: flex; flex-direction: column; gap: max(8px, .69vw); }
        .brief-field[hidden],
        .brief-field.is-hidden,
        .brief-field__or[hidden],
        .brief-field__or.is-hidden,
        [data-contact-block][hidden],
        [data-contact-block].is-hidden { display: none !important; }
        .brief-field__label { font-size: var(--text-sm); color: var(--muted); font-weight: 600; }
        .brief-field__label em { color: var(--accent); font-style: normal; }
        .brief-field__input {
            width: 100%;
            padding: max(12px, 1.04vw) max(14px, 1.18vw);
            border-radius: max(12px, 1.04vw);
            border: 1px solid var(--line);
            background: rgba(255, 255, 255, .04);
            color: #fff;
            font: inherit;
            transition: border-color .25s, box-shadow .25s, background .25s;
        }
        .brief-field__input::placeholder { color: var(--muted-2); }
        .brief-field__input:focus {
            outline: none;
            border-color: rgba(216, 70, 100, .55);
            box-shadow: 0 0 0 3px rgba(216, 70, 100, .15);
            background: rgba(255, 255, 255, .06);
        }
        .brief-field__textarea { resize: vertical; min-height: 110px; line-height: 1.55; }
        .brief-field__select {
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23ffffff99' stroke-width='2'%3E%3Cpath d='M4 6l4 4 4-4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 14px center;
            padding-right: 40px;
        }
        .brief-field__select option { background: #14141c; color: #fff; }

        /* Поле с иконкой слева (email / ник) */
        .brief-field__control {
            position: relative;
            display: block;
        }
        .brief-field__ico {
            position: absolute;
            left: max(12px, 1.04vw);
            top: 50%;
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            color: rgba(255, 255, 255, .45);
            pointer-events: none;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .brief-field__ico svg { width: 18px; height: 18px; display: block; }
        .brief-field__control .brief-field__input {
            padding-left: calc(max(12px, 1.04vw) + 18px + 10px);
        }
        .brief-field__control:focus-within .brief-field__ico { color: rgba(216, 70, 100, .85); }
        .brief-field__or {
            margin: 0;
            text-align: center;
            font-size: var(--text-sm);
            color: var(--muted-2);
            font-weight: 600;
            letter-spacing: .08em;
            text-transform: uppercase;
        }

        /* intl-tel-input — тёмная тема под brief */
        .brief-quiz .iti,
        .iti__dropdown-content {
            --iti-hover-color: rgba(216, 70, 100, .22);
            --iti-border-gray: rgba(255, 255, 255, .12);
            --iti-text-gray: rgba(255, 255, 255, .45);
            --iti-arrow-color: rgba(255, 255, 255, .55);
        }
        .brief-quiz .iti { width: 100%; display: block; }
        .brief-quiz .iti__country-container { z-index: 3; }
        .brief-quiz .iti__selected-country,
        .brief-quiz .iti__selected-country-primary {
            border-radius: max(12px, 1.04vw) 0 0 max(12px, 1.04vw);
        }
        .brief-quiz .iti__selected-country-primary {
            background: rgba(255, 255, 255, .04);
            padding-left: 12px;
        }
        .brief-quiz .iti__selected-country-primary:hover {
            background: rgba(255, 255, 255, .08) !important;
        }
        .brief-quiz .iti__arrow { border-top-color: rgba(255, 255, 255, .55); }
        .brief-quiz .iti__arrow--up { border-bottom-color: rgba(255, 255, 255, .55); }
        .brief-quiz .iti__selected-dial-code {
            color: rgba(255, 255, 255, .78);
            font-weight: 600;
        }
        .brief-quiz .iti__tel-input.brief-field__input {
            padding-left: max(14px, 1.18vw);
        }

        /* Дропдаун стран (внутри виджета и при append на body) */
        .iti__dropdown-content,
        .brief-quiz .iti__dropdown-content {
            background: #12121a !important;
            border: 1px solid rgba(255, 255, 255, .14) !important;
            border-radius: 12px !important;
            box-shadow: 0 18px 48px -12px rgba(0, 0, 0, .8) !important;
            overflow: hidden;
            color: #f2f2f5 !important;
            z-index: 9999;
        }
        .iti__search-input {
            width: 100%;
            box-sizing: border-box;
            background: rgba(255, 255, 255, .05) !important;
            color: #fff !important;
            border: 0 !important;
            border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
            border-radius: 0 !important;
            padding: 12px 14px !important;
            font: inherit;
            outline: none;
        }
        .iti__search-input::placeholder { color: rgba(255, 255, 255, .4); }
        .iti__search-input:focus {
            background: rgba(255, 255, 255, .08) !important;
            box-shadow: inset 0 0 0 1px rgba(216, 70, 100, .35);
        }
        .iti__country-list {
            background: #12121a !important;
            color: #f2f2f5 !important;
            max-height: 220px;
            scrollbar-width: thin;
            scrollbar-color: rgba(216, 70, 100, .45) transparent;
        }
        .iti__country-list .iti__country {
            color: rgba(255, 255, 255, .88) !important;
            padding: 9px 12px;
            transition: background .15s;
        }
        .iti__country-list .iti__country:hover,
        .iti__country-list .iti__country.iti__highlight {
            background: rgba(216, 70, 100, .22) !important;
        }
        .iti__country-list .iti__country-name { color: rgba(255, 255, 255, .9) !important; }
        .iti__country-list .iti__dial-code { color: rgba(255, 255, 255, .45) !important; }
        .iti__country-list .iti__divider {
            border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
        }
        /* fullscreen popup на мобилке */
        .iti--fullscreen-popup .iti__dropdown-content {
            background: #0c0c12 !important;
            border: 0 !important;
            border-radius: 0 !important;
        }

        .brief-options { border: none; margin: 0 0 max(16px, 1.39vw); padding: 0; min-width: 0; }
        .brief-options__legend { font-size: var(--text-sm); color: var(--muted); font-weight: 600; margin-bottom: max(10px, .9vw); }
        .brief-options__legend em { color: var(--accent); font-style: normal; }
        .brief-options__grid { display: grid; gap: max(10px, .9vw); }
        .brief-options__grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .brief-options__grid:not(.brief-options__grid--2) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .brief-option { cursor: pointer; }
        .brief-option input { position: absolute; opacity: 0; pointer-events: none; }
        .brief-option__box {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: max(8px, .69vw);
            min-height: max(44px, 3.47vw);
            padding: max(10px, .83vw) max(12px, 1.04vw);
            border-radius: max(12px, 1.04vw);
            border: 1px solid var(--line);
            background: var(--surface);
            color: var(--muted);
            font-size: var(--text-sm);
            font-weight: 600;
            text-align: center;
            transition: border-color .25s, background .25s, color .25s, transform .25s var(--ease-out), box-shadow .25s;
        }
        .brief-option__box svg { width: 16px; height: 16px; flex-shrink: 0; }
        .brief-option--card .brief-option__box {
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            min-height: max(78px, 6.25vw);
            text-align: left;
        }
        .brief-option--card .brief-option__box strong { color: #fff; font-size: var(--text-md); font-weight: 700; display: block; margin-bottom: 4px; }
        .brief-option--card .brief-option__box small { color: var(--muted-2); font-size: var(--text-xs); font-weight: 500; line-height: 1.4; }
        .brief-option:hover .brief-option__box { border-color: rgba(216, 70, 100, .35); transform: translateY(-2px); }
        .brief-option input:checked + .brief-option__box {
            border-color: rgba(216, 70, 100, .65);
            background: linear-gradient(135deg, rgba(135, 52, 109, .28), rgba(216, 70, 100, .18));
            color: #fff;
            box-shadow: 0 8px 24px -12px rgba(216, 70, 100, .55);
        }
        .brief-option input:focus-visible + .brief-option__box { outline: 2px solid var(--accent); outline-offset: 2px; }

        .brief-summary {
            border: 1px solid var(--line);
            border-radius: max(14px, 1.18vw);
            background: rgba(255, 255, 255, .03);
            padding: max(14px, 1.18vw) max(16px, 1.39vw);
            margin-bottom: max(16px, 1.39vw);
            max-height: 220px;
            overflow: auto;
        }
        .brief-summary__row { display: grid; grid-template-columns: 110px 1fr; gap: 10px; padding: 8px 0; border-bottom: 1px solid rgba(255, 255, 255, .06); font-size: var(--text-sm); }
        .brief-summary__row:last-child { border-bottom: none; }
        .brief-summary__row dt { color: var(--muted-2); }
        .brief-summary__row dd { color: #fff; line-height: 1.45; word-break: break-word; }

        .brief-check {
            display: flex;
            align-items: flex-start;
            gap: max(10px, .9vw);
            cursor: pointer;
            font-size: var(--text-md);
            color: var(--muted);
            user-select: none;
        }
        .brief-check input { position: absolute; opacity: 0; pointer-events: none; }
        .brief-check__box {
            width: 20px;
            height: 20px;
            border-radius: 6px;
            border: 1px solid var(--line);
            background: var(--surface);
            flex-shrink: 0;
            margin-top: 2px;
            position: relative;
            transition: background .25s, border-color .25s;
        }
        .brief-check input:checked + .brief-check__box {
            background: var(--grad);
            border-color: transparent;
        }
        .brief-check input:checked + .brief-check__box::after {
            content: '';
            position: absolute;
            inset: 4px 6px 6px 4px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

        .brief-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
        .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; }

        .brief-quiz__error {
            margin-top: max(12px, 1.04vw);
            padding: max(10px, .83vw) max(12px, 1.04vw);
            border-radius: max(10px, .9vw);
            background: rgba(216, 70, 100, .12);
            border: 1px solid rgba(216, 70, 100, .35);
            color: #ffb8c8;
            font-size: var(--text-sm);
        }
        .brief-quiz__nav {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: max(10px, .9vw);
            margin-top: max(22px, 1.94vw);
        }
        .brief-quiz__back,
        .brief-quiz__submit { display: none !important; }
        .brief-quiz__next { display: inline-flex !important; }
        .brief-quiz__back.is-show,
        .brief-quiz__submit.is-show { display: inline-flex !important; }
        .brief-quiz__next:not(.is-show) { display: none !important; }
        .brief-quiz__back.is-show { margin-right: auto; }
        .brief-quiz__submit[disabled] { opacity: .7; cursor: wait; }

        .brief-budget {
            padding: max(16px, 1.39vw);
            border-radius: max(14px, 1.18vw);
            border: 1px solid var(--line);
            background: rgba(255, 255, 255, .03);
        }
        .brief-budget__head {
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: max(18px, 1.53vw);
        }
        .brief-budget__head .brief-field__label { margin: 0; }
        .brief-budget__value {
            font-size: var(--text-md);
            font-weight: 700;
            color: #fff;
            text-align: right;
            background: var(--grad);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
            white-space: nowrap;
        }
        .brief-budget__track-wrap {
            position: relative;
            height: 28px;
            display: flex;
            align-items: center;
            margin-bottom: max(12px, 1.04vw);
        }
        .brief-budget__track-wrap::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            height: 8px;
            border-radius: 999px;
            background: rgba(255, 255, 255, .08);
            pointer-events: none;
        }
        .brief-budget__fill {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 8px;
            width: 0;
            border-radius: 999px;
            background: var(--grad);
            box-shadow: 0 0 16px rgba(216, 70, 100, .45);
            pointer-events: none;
            transition: width .2s var(--ease-out);
        }
        .brief-budget__range {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            margin: 0;
            -webkit-appearance: none;
            appearance: none;
            background: transparent;
            cursor: pointer;
            z-index: 2;
        }
        .brief-budget__range:focus { outline: none; }
        .brief-budget__range::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 22px;
            height: 22px;
            margin-top: -7px;
            border-radius: 50%;
            background: #fff;
            border: 3px solid var(--accent);
            box-shadow: 0 4px 14px rgba(216, 70, 100, .55), 0 0 0 4px rgba(216, 70, 100, .15);
            transition: transform .2s var(--ease-spring), box-shadow .2s;
        }
        .brief-budget__range::-moz-range-thumb {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #fff;
            border: 3px solid var(--accent);
            box-shadow: 0 4px 14px rgba(216, 70, 100, .55), 0 0 0 4px rgba(216, 70, 100, .15);
            transition: transform .2s var(--ease-spring), box-shadow .2s;
        }
        .brief-budget__range:active::-webkit-slider-thumb,
        .brief-budget__range:active::-moz-range-thumb { transform: scale(1.12); }
        .brief-budget__range::-webkit-slider-runnable-track {
            height: 8px;
            background: transparent;
            border: none;
        }
        .brief-budget__range::-moz-range-track {
            height: 8px;
            background: transparent;
            border: none;
        }
        .brief-budget__ticks {
            display: flex;
            justify-content: space-between;
            gap: 2px;
            font-size: 10px;
            color: var(--muted-2);
            padding: 0 1px;
        }
        .brief-budget__ticks span { flex: 1; text-align: center; min-width: 0; }
        .brief-budget__ticks span:first-child,
        .brief-budget__ticks span:last-child { text-align: center; }

        .brief-quiz__success {
            text-align: center;
            padding: max(24px, 2.22vw) max(12px, 1.04vw);
            animation: briefPaneIn .5s var(--ease-out) both;
        }
        .brief-quiz__success-ico {
            width: max(64px, 5vw);
            height: max(64px, 5vw);
            margin: 0 auto max(16px, 1.39vw);
            border-radius: 50%;
            background: var(--grad-soft);
            border: 1px solid rgba(216, 70, 100, .35);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 40px -8px rgba(216, 70, 100, .55);
        }
        .brief-quiz__success-ico svg { width: 32px; height: 32px; stroke: var(--accent); }
        .brief-quiz__success h3 { font-size: var(--text-xl); margin-bottom: max(10px, .9vw); }
        .brief-quiz__success p { color: var(--muted); font-size: var(--text-md); max-width: 28em; margin: 0 auto; }

        /* ---------- Footer ---------- */
        .site-foot {
            position: relative;
            z-index: 1;
            border-top: 1px solid var(--line);
            padding: max(56px, 5.56vw) 0 max(28px, 2.5vw);
            overflow: hidden;
            background:
                radial-gradient(ellipse 90% 70% at 50% 0%, rgba(135, 52, 109, .14), transparent 58%),
                linear-gradient(180deg, rgba(13, 13, 20, .55) 0%, var(--bg) 100%);
        }
        .site-foot__glow {
            position: absolute;
            inset: -40% -20% auto;
            height: 280px;
            background: radial-gradient(ellipse 50% 100% at 50% 100%, rgba(216, 70, 100, .12), transparent 70%);
            pointer-events: none;
        }
        .foot-top {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: max(28px, 3.33vw);
            margin-bottom: max(36px, 3.33vw);
            padding-top: max(36px, 3.33vw);
        }
        .foot-brand { flex: 1; min-width: min(100%, 320px); }
        .foot-brand__logo {
            display: inline-flex;
            margin-bottom: max(14px, 1.25vw);
            transition: opacity .25s, transform .3s var(--ease-out);
        }
        .foot-brand__logo:hover { opacity: .88; transform: translateY(-2px); }
        .foot-brand__logo img,
        .foot-brand__logo .nav__logo-mark { height: max(34px, 2.92vw); width: auto; }
        .foot-brand p { color: var(--muted); max-width: 32em; font-size: var(--text-md); line-height: 1.65; }
        .foot-actions {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: max(14px, 1.25vw);
            flex-shrink: 0;
        }
        .foot-actions__mail {
            color: var(--muted);
            font-size: var(--text-md);
            transition: color .25s;
        }
        .foot-actions__mail:hover { color: #fff; }
        .foot-soc { display: flex; gap: max(10px, .83vw); }
        .foot-soc a {
            width: max(42px, 2.92vw);
            height: max(42px, 2.92vw);
            border: 1px solid var(--line);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--surface);
            color: rgba(255, 255, 255, .82);
            transition: background .3s, border-color .3s, transform .3s var(--ease-out), box-shadow .3s;
        }
        .foot-soc a:hover {
            background: var(--grad);
            border-color: transparent;
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 12px 28px -10px rgba(216, 70, 100, .55);
        }
        .foot-soc svg { width: 20px; height: 20px; }

        .foot-partner {
            position: relative;
            border: 1px solid var(--line);
            border-radius: max(22px, 1.94vw);
            background:
                radial-gradient(ellipse 80% 120% at 0% 0%, rgba(135, 52, 109, .22), transparent 55%),
                radial-gradient(ellipse 60% 100% at 100% 100%, rgba(216, 70, 100, .12), transparent 50%),
                var(--bg-2);
            padding: max(32px, 3.05vw) max(32px, 2.92vw);
            overflow: hidden;
        }
        .foot-partner__grid {
            display: grid;
            grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr);
            gap: max(28px, 3.33vw);
            align-items: center;
        }
        .foot-partner__eyebrow {
            display: inline-flex;
            align-items: center;
            gap: max(8px, .69vw);
            font-size: var(--text-sm);
            letter-spacing: .16em;
            text-transform: uppercase;
            color: var(--accent);
            font-weight: 600;
            margin-bottom: max(12px, 1.04vw);
        }
        .foot-partner__eyebrow::before {
            content: '';
            width: max(22px, 1.94vw);
            height: 1px;
            background: var(--accent);
        }
        .foot-partner__name {
            font-size: max(22px, 2.22vw);
            font-weight: 800;
            letter-spacing: -.03em;
            margin-bottom: max(12px, 1.11vw);
        }
        .foot-partner__desc {
            color: var(--muted);
            font-size: var(--text-md);
            line-height: 1.65;
            max-width: 38em;
            margin-bottom: max(18px, 1.67vw);
        }
        .foot-partner__tags {
            display: flex;
            flex-wrap: wrap;
            gap: max(8px, .69vw);
            list-style: none;
        }
        .foot-partner__tags li {
            padding: max(6px, .56vw) max(12px, 1.04vw);
            border: 1px solid var(--line);
            border-radius: 999px;
            background: var(--surface);
            color: rgba(255, 255, 255, .72);
            font-size: var(--text-sm);
            letter-spacing: .02em;
        }
        .foot-partner__aside {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: max(16px, 1.39vw);
            padding: max(24px, 2.22vw);
            border-radius: max(16px, 1.39vw);
            border: 1px solid rgba(255, 255, 255, .08);
            background: rgba(0, 0, 0, .32);
        }
        .foot-partner__logo {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            transition: transform .3s var(--ease-out), opacity .3s;
        }
        .foot-partner__logo:hover { transform: translateY(-2px); opacity: .92; }
        .foot-partner__logo img {
            height: max(32px, 2.78vw);
            width: auto;
            /* max-width: min(260px, 70vw); */
        }
        .foot-partner__link {
            display: inline-flex;
            align-items: center;
            gap: max(6px, .56vw);
            color: var(--muted);
            font-size: var(--text-sm);
            letter-spacing: .04em;
            transition: color .25s, gap .25s;
        }
        .foot-partner__link svg { width: 14px; height: 14px; }
        .foot-partner__link:hover { color: #fff; gap: max(10px, .83vw); }

        .foot-bottom {
            border-top: 1px solid var(--line);
            padding-top: max(22px, 1.94vw);
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: max(12px, 1.11vw);
            flex-wrap: wrap;
            color: var(--muted-2);
            font-size: var(--text-sm);
        }
        .foot-bottom__tag { letter-spacing: .04em; }

        /* ---------- Reveal animation ---------- */
        [data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }
        [data-reveal].in { opacity: 1; transform: none; }
        [data-reveal][data-delay="1"] { transition-delay: .08s; }
        [data-reveal][data-delay="2"] { transition-delay: .16s; }
        [data-reveal][data-delay="3"] { transition-delay: .24s; }
        [data-reveal][data-delay="4"] { transition-delay: .32s; }

        @media (max-width: 1280px) {
            .nav__brand-sub { display: none; }
        }
        @media (max-width: 1180px) {
            .nav__mail-text { display: none; }
            .nav__mail { padding: 0; width: 40px; height: 40px; justify-content: center; border-radius: 12px; }
            .nav__mail-icon { width: 18px; height: 18px; opacity: 1; }
        }
        @media (max-width: 980px) {
            .nav__brand { display: none; }
            .nav__links { display: none; }
            .burger { display: none; }
            :root { --nav-h: 56px; }
            .nav__inner {
                gap: 8px;
                justify-content: space-between;
            }
            .nav__brand-group {
                flex: 0 1 auto;
                min-width: 0;
            }
            .nav__logo img,
            .nav__logo-mark {
                height: 28px;
                max-width: 108px;
            }
            .nav__actions {
                gap: 6px;
                flex-shrink: 0;
            }
            .nav__mail {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: auto;
                height: 36px;
                box-sizing: border-box;
                flex-shrink: 1;
                min-width: 0;
                padding: 0 10px;
                border-radius: 10px;
                font-size: 11px;
                font-weight: 600;
                line-height: 1;
                color: rgba(255, 255, 255, .82);
            }
            .nav__mail-text { display: inline; }
            .nav__mail-icon { display: none; }
            .nav__soc {
                display: flex;
                gap: 6px;
            }
            .nav__soc-btn {
                width: 36px;
                height: 36px;
                border-radius: 10px;
                flex-shrink: 0;
            }
            .nav__soc-btn svg { width: 17px; height: 17px; }
            .sec-head { max-width: 100%; }
            .approach-sec__hero { grid-template-columns: 1fr; }
            .exp-sec__hero { grid-template-columns: 1fr; }
            .exp-sec__hero > * {
                min-width: 0;
                max-width: 100%;
            }
            .exp-sec__desc { max-width: 100%; }
            .exp-sec__grid { grid-template-columns: repeat(2, 1fr); }
            .exp-card--sites,
            .exp-card--cabinet,
            .exp-card--auto,
            .exp-card--load,
            .exp-card--fintech,
            .exp-card--integ { grid-column: span 1; }
            .exp-card--feat {
                grid-template-columns: 1fr;
                min-height: auto;
            }
            .exp-card--feat .exp-stage { min-height: max(200px, 18vw); }
            .exp-integ { max-width: 100%; }
            .exp-pipe { max-width: 100%; }
            .exp-pipe__track { overflow-x: auto; padding-bottom: 4px; -webkit-overflow-scrolling: touch; }
            .exp-pipe__step { min-width: max(36px, 3vw); }
            .approach-sec__principles { grid-template-columns: 1fr; gap: max(24px, 2.22vw); }
            .approach-item {
                padding: 0;
                border-right: none;
                border-bottom: 1px solid var(--line);
                padding-bottom: max(24px, 2.22vw);
            }
            .approach-item:last-child { border-bottom: none; padding-bottom: 0; }
            .approach, .port-grid--3 { grid-template-columns: repeat(2, 1fr); }
            .port-grid--2 { grid-template-columns: repeat(2, 1fr); }
            .port-grid--1 { grid-template-columns: 1fr; }
            .port--duo { grid-template-columns: 1fr; }
            .port--duo .port__img { aspect-ratio: 16 / 11; min-height: 0; }
            .port-index { grid-template-columns: 1fr; }
            .port-index__stage {
                position: relative;
                top: 0;
                order: -1;
                max-height: none;
            }
            .port-index__dom { display: none; }
            .port-index__row {
                grid-template-columns: max(24px, 4vw) max(48px, 10vw) minmax(0, 1fr);
            }
            .process { grid-template-columns: repeat(2, 1fr); }
            .stats-band { grid-template-columns: repeat(2, 1fr); padding: max(28px, 2.78vw); }
            .flagship__head { grid-template-columns: 1fr; gap: max(14px, 1.3vw); align-items: start; }
            .flag-card,
            .flag-card:nth-child(even) {
                grid-template-columns: 1fr;
            }
            .flag-card:nth-child(even) .flag-card__body,
            .flag-card:nth-child(even) .flag-card__stage { order: 0; }
            .flag-card__stage {
                order: -1;
            }
            .flagship__shell { padding: max(16px, 1.5vw); }
            .foot-partner__grid { grid-template-columns: 1fr; }
            .foot-partner__aside { align-items: flex-start; }
        }
        @media (max-width: 620px) {
            :root { --gutter: max(14px, 4vw); --nav-h: 52px; }
            .sec-head { max-width: 100%; }
            .sec-head h2 { font-size: clamp(26px, 7vw, 34px); }
            .sec-head p { font-size: 15px; }
            .nav__logo img,
            .nav__logo-mark {
                height: 26px;
                max-width: 96px;
            }
            .nav__actions { gap: 5px; }
            .nav__mail {
                height: 34px;
                padding: 0 8px;
                font-size: 10px;
            }
            .nav__soc-btn {
                width: 34px;
                height: 34px;
            }
            .nav__soc-btn svg { width: 16px; height: 16px; }
            .mobile-menu__panel { width: 100%; border-left: none; }
            section { padding-block: clamp(72px, 15vw, 84px); }
            .approach-sec__shell,
            .exp-sec__shell {
                --sh-pad: max(18px, 1.94vw);
                --sh-radius: max(16px, 1.53vw);
                padding: var(--sh-pad);
                border-radius: var(--sh-radius);
            }
            .exp-sec__hero > * {
                min-width: 0;
                max-width: 100%;
            }
            .exp-sec__desc {
                max-width: 100%;
            }
            .exp-sec__grid { grid-template-columns: 1fr; }
            .exp-card--sites,
            .exp-card--cabinet,
            .exp-card--auto,
            .exp-card--load,
            .exp-card--fintech,
            .exp-card--integ { grid-column: span 1; min-height: auto; }
            .exp-card--feat .exp-stage { min-height: max(180px, 50vw); }
            .exp-stage { min-height: max(160px, 45vw); }
            .exp-pillar { grid-template-columns: auto 1fr; }
            .exp-integ {
                grid-template-columns: 1fr;
                text-align: center;
            }
            .exp-integ__side { flex-direction: row; flex-wrap: wrap; justify-content: center; }
            .exp-integ__gate { order: -1; }
            .approach-sec__matrix-row { grid-template-columns: 1fr; gap: 6px; }
            .approach-sec__col-label { display: block; }
            .approach-sec__matrix-head { display: none; }
            .approach, .port-grid--3, .port-grid--2, .process { grid-template-columns: 1fr; }
            .port--duo { grid-template-columns: 1fr; }
            .port--duo .port__img { aspect-ratio: 16 / 11; min-height: 0; }
            .port-index__info { min-height: 0; }
            .port-variant { align-items: flex-start; gap: max(10px, 2vw); }
            .port-variant__n { font-size: 26px; }
            .stats-band { grid-template-columns: 1fr; }
            .brief-cta__grid { grid-template-columns: 1fr; }
            .brief-cta__shell { padding: max(28px, 5vw); }
            .brief-options__grid:not(.brief-options__grid--2) { grid-template-columns: 1fr; }
            .brief-summary__row { grid-template-columns: 1fr; gap: 4px; }
            .flagship__intro h2 { font-size: clamp(22px, 6vw, 28px); }
            .flagship__aside p { font-size: 14px; }
            .flag-card { padding: max(6px, .5vw) 0; gap: 12px; }
            .flag-card + .flag-card { padding-top: max(14px, 3.5vw); }
            .flag-card h3 { font-size: clamp(16px, 4.5vw, 19px); }
            .flag-metrics { gap: 6px; }
            .flag-metrics__item { padding: 8px 6px; }
            .flag-metrics__item .v { font-size: clamp(13px, 3.6vw, 15px); }
            .flag-metrics__item .l { font-size: 9px; }
            .foot-top {
                flex-direction: column;
                align-items: flex-start;
                gap: max(24px, 5vw);
            }
            .foot-actions { align-items: flex-start; width: 100%; }
            .foot-partner { padding: max(24px, 5vw); }
            .foot-partner__aside { width: 100%; }
            .foot-bottom { flex-direction: column; align-items: flex-start; }
        }
        @media (max-width: 400px) {
            .hero__stats { grid-template-columns: 1fr; gap: 10px; }
            .hero__stat {
                display: flex;
                align-items: center;
                gap: 14px;
                padding: 12px 14px;
            }
            .hero__stat .num {
                flex-shrink: 0;
                min-width: 3.2em;
                font-size: 28px;
                margin-bottom: 0;
            }
            .hero__stat .lbl { max-width: none; }
            .hero__cta { flex-direction: column; }
            .hero__cta .btn { width: 100%; }
        }
        @media (prefers-reduced-motion: reduce) {
            .aurora,
            .orb { animation: none !important; }
            .flag-card__frame { transition: none !important; }
            .flag-card:hover .flag-card__frame { transform: none; }
            .port-index__shot.is-on img { animation: none; }
            .port-index__info.is-swap { animation: none; }
        }

        /* Мобилка: только тяжёлый фон упрощаем — контент и скролл не трогаем */
        @media (max-width: 980px), (hover: none) and (pointer: coarse) {
            .aurora,
            .orb,
            .hero__orbit,
            .hero__glow,
            .ide__shine,
            .exp-sec__glow {
                animation: none !important;
            }
            .orb {
                filter: blur(56px);
                opacity: .38;
                will-change: auto;
            }
            .bg-aurora { opacity: .38; }
            .nav.scrolled .nav__bar {
                backdrop-filter: none;
                -webkit-backdrop-filter: none;
                background: rgba(7, 7, 11, .94);
            }
            .ide {
                backdrop-filter: none;
                -webkit-backdrop-filter: none;
                background: rgba(8, 8, 13, .96);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after { animation-duration: .001ms !important; transition: none !important; }
        }
