/* ============================================================
   United Developers — Homepage (dark corporate, cinematic)
   Scoped under body.border-menu-home → inner routes untouched.
   Reveal backbone = IntersectionObserver + .in (bulletproof).
   GSAP suite drives hero boom, kinetic type, parallax, draws.
   ============================================================ */

body.border-menu-home {
    --bg:          #050506;
    --bg-raise:    #0B0B0D;
    --surface:     #101013;
    --surface-2:   #17171B;
    --border:      rgba(255,255,255,0.09);
    --border-hi:   rgba(255,255,255,0.20);
    --text:        #F4F4F6;
    --text-dim:    #A7A7AE;
    --text-faint:  #6A6A73;
    --accent:      #B22800;
    --accent-2:    #E0531F;
    --accent-soft: rgba(178,40,0,0.14);

    --font-display: 'Manrope', sans-serif;
    --font-body:    'Inter', sans-serif;
    --font-mono:    'JetBrains Mono', monospace;

    --fs-giant: clamp(1.45rem, 5.7vw, 4.9rem);
    --fs-h2:    clamp(1.9rem, 4vw, 3.7rem);
    --fs-h3:    clamp(1.3rem, 1.9vw, 1.9rem);
    --fs-lead:  clamp(1.02rem, 1.25vw, 1.28rem);
    --fs-meta:  0.76rem;

    --section-pad: clamp(5.5rem, 12vh, 10rem);
    --gutter:      clamp(1.25rem, 4vw, 5.5rem);
    --maxw:        1480px;
    --radius:      16px;

    background: var(--bg) !important;
    color: var(--text) !important;
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.border-menu-home .wrapper { background: var(--bg); }
body.border-menu-home ::selection { background: var(--accent); color: #fff; }
body.border-menu-home img { display: block; max-width: 100%; }
body.ud-loading { overflow: hidden; }

/* ---------- preloader ---------- */
.ud-loader { position: fixed; inset: 0; z-index: 100000; background: #050506; display: flex; align-items: center; justify-content: center; overflow: hidden;
    background-image:
        linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
    background-size: 58px 58px, 58px 58px; }
.ud-loader .udl-glow { position: absolute; top: 50%; left: 50%; width: 620px; height: 620px; transform: translate(-50%, -58%); background: radial-gradient(circle, rgba(178,40,0,0.20), transparent 60%); filter: blur(40px); pointer-events: none; }
.ud-loader .udl-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 26px; width: min(420px, 82vw); }
.ud-loader .udl-mark { width: clamp(500px, 30vw, 320px); height: auto; display: block; }
.ud-loader .udl-title { font-family: var(--font-display), 'Manrope', sans-serif; font-weight: 600; font-size: clamp(0.95rem, 1.9vw, 1.25rem); line-height: 1; text-transform: uppercase; text-align: center; color: #E7E7EC; letter-spacing: 0.32em; padding-left: 0.32em; }

/* ---------- reveal backbone (IO toggles .in) ---------- */
html.anim-ready body.border-menu-home .rv { opacity: 0; transform: translateY(46px); transition: opacity .95s cubic-bezier(.16,.7,.2,1), transform .95s cubic-bezier(.16,.7,.2,1); transition-delay: var(--d, 0s); will-change: opacity, transform; }
html.anim-ready body.border-menu-home .rv.rv-l { transform: translateX(-64px); }
html.anim-ready body.border-menu-home .rv.rv-r { transform: translateX(64px); }
html.anim-ready body.border-menu-home .rv.rv-s { transform: scale(.9); }
html.anim-ready body.border-menu-home .rv.rv-clip { opacity: 1; clip-path: inset(0 100% 0 0); transform: none; transition: clip-path 1.1s cubic-bezier(.7,0,.2,1); }
html.anim-ready body.border-menu-home .rv.in { opacity: 1; transform: none; }
html.anim-ready body.border-menu-home .rv-clip.in { clip-path: inset(0 0 0 0); }

/* SplitText helpers (lines are masked).
   padding-bottom gives descenders (g, y, ц, р) room inside the mask;
   the matching negative margin keeps line spacing unchanged. */
body.border-menu-home .split-line { overflow: hidden; padding-bottom: 0.3em; margin-bottom: -0.3em; }

/* ============================================================
   NAV
   ============================================================ */
body.border-menu-home .site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 0 var(--gutter); background: transparent; border-bottom: 1px solid transparent; transition: background .4s ease, border-color .4s ease, backdrop-filter .4s ease; }
body.border-menu-home .site-header.scrolled { background: rgba(7,7,9,0.72); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); border-bottom: 1px solid var(--border); }
body.border-menu-home .header-inner { max-width: var(--maxw); margin: 0 auto; padding: 0; height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; transition: height .3s ease; }
body.border-menu-home .site-header.scrolled .header-inner { height: 72px; }
body.border-menu-home .header-logo { display: flex; align-items: center;  text-decoration: none; flex-shrink: 0; }
body.border-menu-home .header-logo img { height: 60px; width: auto; transition: height .3s ease; }
body.border-menu-home .site-header.scrolled .header-logo img { height: 60px; }
body.border-menu-home .header-logo-text { font-family: var(--font-display); font-weight: 600; font-size: 17px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text); white-space: nowrap; }
body.border-menu-home .header-nav, body.border-menu-home .header-nav .menu { display: flex; align-items: center; gap: clamp(8px, 1.6vw, 30px); background: none; border: 0; border-radius: 0; padding: 0; box-shadow: none; position: static; }
body.border-menu-home .header-nav a, body.border-menu-home .header-nav .menu a { position: relative; color: var(--text-dim); text-decoration: none; font-size: 15px; font-weight: 500; letter-spacing: 0.02em; padding: 8px 1px; border-radius: 0; background: none; transition: color .25s; }
body.border-menu-home .header-nav a::after, body.border-menu-home .header-nav .menu a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1.5px; background: var(--accent); transition: right .3s cubic-bezier(.16,.7,.2,1); }
body.border-menu-home .header-nav a:hover, body.border-menu-home .header-nav .menu a:hover { color: var(--text); background: none; }
body.border-menu-home .header-nav a:hover::after, body.border-menu-home .header-nav .menu a:hover::after { right: 0; }
body.border-menu-home .header-nav a.active, body.border-menu-home .header-nav .menu a.active { color: var(--text); background: none; }
body.border-menu-home .header-nav a.active::after, body.border-menu-home .header-nav .menu a.active::after { right: 0; }
body.border-menu-home .header-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
body.border-menu-home .header-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: .01em; padding: 9px 13px; border: 1px solid var(--border); border-radius: 8px; transition: border-color .25s, background .25s; }
body.border-menu-home .header-phone svg:not(.ph-chev) { color: var(--accent); }
body.border-menu-home .header-phone:hover { border-color: var(--accent); background: var(--accent-soft); }
/* phone dropdown (mirrors lang-switcher) */
body.border-menu-home .phone-switcher { position: relative; }
body.border-menu-home .phone-switcher .header-phone { background: none; cursor: pointer; }
body.border-menu-home .ph-chev { color: var(--text-faint); transition: transform .2s; }
body.border-menu-home .phone-switcher:hover .ph-chev { transform: rotate(180deg); }
body.border-menu-home .phone-dropdown { position: absolute; top: calc(100% + 8px); right: 0; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 5px; min-width: 188px; display: flex; flex-direction: column; gap: 2px; box-shadow: 0 16px 48px rgba(0,0,0,0.6); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .18s, transform .18s, visibility .18s; z-index: 200; }
body.border-menu-home .phone-switcher:hover .phone-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
body.border-menu-home .phone-dropdown a { color: var(--text-dim); text-decoration: none; font-size: 13px; font-weight: 600; font-family: var(--font-body); letter-spacing: .01em; padding: 9px 12px; border-radius: 6px; white-space: nowrap; transition: background .12s, color .12s; }
body.border-menu-home .phone-dropdown a:hover { background: var(--surface-2); color: var(--text); }
body.border-menu-home .lang-switcher { position: relative; }
body.border-menu-home .lang-btn { display: flex; align-items: center; gap: 5px; background: none; border: 1px solid var(--border); color: var(--text); padding: 9px 11px; border-radius: 8px; cursor: pointer; font-size: 13px; font-weight: 600; font-family: var(--font-body); letter-spacing: .02em; transition: border-color .2s; }
body.border-menu-home .lang-btn:hover { border-color: var(--accent); }
body.border-menu-home .lang-dropdown { position: absolute; top: calc(100% + 8px); right: 0; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 5px; min-width: 84px; display: flex; flex-direction: column; gap: 2px; box-shadow: 0 16px 48px rgba(0,0,0,0.6); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .18s, transform .18s, visibility .18s; z-index: 200; }
body.border-menu-home .lang-switcher:hover .lang-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
body.border-menu-home .lang-opt { color: var(--text-dim); text-decoration: none; font-size: 12px; font-weight: 600; font-family: var(--font-mono); padding: 8px 12px; border-radius: 6px; text-align: center; transition: background .12s, color .12s; }
body.border-menu-home .lang-opt:hover, body.border-menu-home .lang-opt.active { background: var(--surface-2); color: var(--text); }
body.border-menu-home .header-cta { position: relative; overflow: hidden; isolation: isolate; background: var(--accent); color: #fff; text-decoration: none; padding: 11px 21px; border-radius: 8px; font-family: var(--font-body); font-size: 14px; font-weight: 600; letter-spacing: .01em; white-space: nowrap; transition: color .3s; }
body.border-menu-home .header-cta::before { content: ''; position: absolute; inset: 0; z-index: -1; background: #fff; transform: translateY(101%); transition: transform .35s cubic-bezier(.5,.1,.1,1); }
body.border-menu-home .header-cta:hover { color: #000; }
body.border-menu-home .header-cta:hover::before { transform: translateY(0); }

/* ---------- primitives ---------- */
body.border-menu-home .u-section { position: relative; max-width: var(--maxw); margin: 0 auto; padding: var(--section-pad) var(--gutter); }
body.border-menu-home .u-kicker { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: var(--fs-meta); letter-spacing: .16em; text-transform: uppercase; color: var(--text-faint); }
body.border-menu-home .u-kicker .idx { color: var(--accent); }
body.border-menu-home .u-kicker::before { content: ''; width: 26px; height: 1px; background: var(--accent); }
body.border-menu-home .u-h2 { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-h2); line-height: 1.02; letter-spacing: -0.03em; margin: 18px 0 0; }
body.border-menu-home .u-btn { position: relative; overflow: hidden; isolation: isolate; display: inline-flex; align-items: center; gap: 11px; background: var(--accent); color: #fff; text-decoration: none; border: none; cursor: pointer; font-family: var(--font-body); font-weight: 600; font-size: 1rem; padding: 15px 28px; border-radius: 11px; transition: color .3s; }
body.border-menu-home .u-btn::before { content: ''; position: absolute; inset: 0; z-index: -1; background: #fff; transform: translateX(-101%); transition: transform .4s cubic-bezier(.5,.1,.1,1); }
body.border-menu-home .u-btn:hover { color: #000; }
body.border-menu-home .u-btn:hover::before { transform: translateX(0); }
body.border-menu-home .u-btn svg { transition: transform .3s; }
body.border-menu-home .u-btn:hover svg { transform: translateX(5px); }
body.border-menu-home .btn-ghost { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-weight: 600; font-size: 1rem; padding: 15px 26px; border: 1px solid var(--border-hi); border-radius: 11px; transition: border-color .25s, background .25s; }
body.border-menu-home .btn-ghost:hover { border-color: var(--text); background: rgba(255,255,255,0.03); }

/* ============================================================
   1. HERO — cinematic
   ============================================================ */
body.border-menu-home .hero-u { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: clamp(132px,16vh,176px) var(--gutter) clamp(3.5rem,7vh,5.5rem); overflow: hidden; }
body.border-menu-home .hero-bg { position: absolute; inset: 0; z-index: 0; will-change: transform; }
body.border-menu-home .hero-bg img, body.border-menu-home .hero-bg video { width: 100%; height: 100%; object-fit: cover; opacity: 0.88; }
body.border-menu-home .hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(95deg, rgba(5,5,6,0.97) 26%, rgba(5,5,6,0.72) 52%, rgba(5,5,6,0.42) 100%), linear-gradient(0deg, var(--bg), transparent 55%); }
body.border-menu-home .hero-grain { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0.6;
    background-image:
        linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px),
        radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 58px 58px, 58px 58px, 3px 3px;
    -webkit-mask-image: radial-gradient(115% 115% at 100% 100%, #000 0%, #000 30%, transparent 60%);
    mask-image: radial-gradient(115% 115% at 100% 100%, #000 0%, #000 30%, transparent 60%); }
body.border-menu-home .hero-glow { position: absolute; top: 8%; right: 2%; width: 760px; height: 760px; background: radial-gradient(circle, var(--accent-soft), transparent 62%); filter: blur(20px); pointer-events: none; z-index: 1; }
body.border-menu-home .hero-grid { position: relative; z-index: 2; max-width: var(--maxw); margin: 0 auto; width: 100%; }
body.border-menu-home .hero-l { min-width: 0; max-width: 980px; }
body.border-menu-home .hero-title { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-giant); line-height: 1.0; letter-spacing: -0.04em; margin: 26px 0 0; color: var(--text); white-space: nowrap; }
body.border-menu-home .hero-title .accent { color: var(--accent); }
body.border-menu-home .hero-title .ln { display: block; }
body.border-menu-home .hero-title .ht-line { display: block; }
body.border-menu-home .hero-title .hero-rotate { display: inline-block; will-change: transform, opacity; }
body.border-menu-home .hero-title .hero-rotate.is-decoding { text-shadow: 0 0 12px rgba(178,40,0,0.25); }
body.border-menu-home .hero-underline { display: block; width: clamp(160px, 22vw, 300px); height: 9px; margin-top: 8px; }
body.border-menu-home .hero-underline path { stroke: var(--accent); stroke-width: 5; fill: none; stroke-linecap: round; }
body.border-menu-home .hero-lead { margin: 30px 0 0; max-width: 54ch; font-size: var(--fs-lead); color: var(--text-dim); line-height: 1.6; }
body.border-menu-home .hero-actions { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; }
body.border-menu-home .hero-trust { display: flex; gap: 0; margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--border); }
body.border-menu-home .hero-trust .ht { padding: 0 clamp(20px,2vw,34px); }
body.border-menu-home .hero-trust .ht:first-child { padding-left: 0; }
body.border-menu-home .hero-trust .ht + .ht { border-left: 1px solid var(--border); }
body.border-menu-home .hero-trust .ht b { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem,3.2vw,2.9rem); letter-spacing: -0.03em; line-height: 1; display: flex; align-items: baseline;
    background: linear-gradient(180deg, #ffffff, #dcdce4); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.border-menu-home .hero-trust .ht b i { font-style: normal; font-size: 0.55em; font-weight: 700; color: var(--accent); -webkit-text-fill-color: var(--accent); margin-left: 2px; }
body.border-menu-home .hero-trust .ht > span { display: block; margin-top: 12px; font-family: var(--font-mono); font-size: 11.5px; font-weight: 500; letter-spacing: .07em; color: var(--text-dim); text-transform: uppercase; }

body.border-menu-home .hero-scrollcue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 3; font-family: var(--font-mono); font-size: 10px; letter-spacing: .2em; color: var(--text-faint); text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 8px; }
body.border-menu-home .hero-scrollcue::after { content: ''; width: 1px; height: 34px; background: linear-gradient(var(--accent), transparent); }

/* ============================================================
   2. MARQUEE
   ============================================================ */
body.border-menu-home .marquee-u { background: var(--bg-raise); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 22px 0; overflow: hidden; }
body.border-menu-home .mq-row { display: flex; width: max-content; will-change: transform; }
body.border-menu-home .mq-set { display: flex; animation: mq-scroll 42s linear infinite; }
body.border-menu-home .mq-item { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem,2.4vw,2.2rem); letter-spacing: -.02em; color: var(--text); padding: 0 26px; display: inline-flex; align-items: center; white-space: nowrap; }
body.border-menu-home .mq-item::after { content: '/'; color: var(--accent); margin-left: 52px; font-weight: 400; }
@keyframes mq-scroll { from { transform: translateX(0); } to { transform: translateX(-100%); } }

/* ============================================================
   3. PROJECTS — pinned horizontal carousel
   ============================================================ */
/* ---- bento featured grid ---- */
body.border-menu-home .pj-bento { position: relative; background: var(--bg); padding: var(--section-pad) var(--gutter); }
body.border-menu-home .pj-bento > * { max-width: var(--maxw); margin-inline: auto; }
body.border-menu-home .pj-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(2rem, 4vh, 3.4rem); }
body.border-menu-home .pj-head .u-h2 { max-width: 30ch; text-wrap: balance; }
body.border-menu-home .pj-all { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-family: var(--font-body); font-weight: 600; font-size: 1rem; border: 1px solid var(--border-hi); border-radius: 100px; padding: 13px 24px; white-space: nowrap; transition: background .25s, border-color .25s, color .25s; }
body.border-menu-home .pj-all svg { transition: transform .25s; }
body.border-menu-home .pj-all:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
body.border-menu-home .pj-all:hover svg { transform: translateX(3px); }

body.border-menu-home .pj-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: clamp(190px, 21vw, 280px); gap: clamp(12px, 1.3vw, 20px); }

body.border-menu-home .pj-tile { position: relative; display: block; overflow: hidden; isolation: isolate; border-radius: var(--radius); border: 1px solid var(--border); background: var(--surface-2); color: var(--text); text-decoration: none; transition: border-color .3s ease; }
body.border-menu-home .pj-tile.is-featured { grid-column: span 2; grid-row: span 2; }
body.border-menu-home .pj-tile:hover { border-color: var(--border-hi); }
body.border-menu-home .pj-tile-img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9) brightness(0.92); transition: transform .7s cubic-bezier(.16,.7,.2,1), filter .5s ease; }
body.border-menu-home .pj-tile:hover .pj-tile-img { transform: scale(1.06); filter: saturate(1.04) brightness(1); }
body.border-menu-home .pj-tile::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5,5,6,0) 28%, rgba(5,5,6,0.55) 70%, rgba(5,5,6,0.92) 100%); }

body.border-menu-home .pj-tile-body { position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(15px, 1.5vw, 26px); display: flex; flex-direction: column; gap: 12px; }
body.border-menu-home .pj-tile-desc { color: var(--text-dim); font-size: 0.98rem; line-height: 1.55; max-width: 44ch; }
body.border-menu-home .pj-tile-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; }
body.border-menu-home .pj-tile-title { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-h3); letter-spacing: -.02em; line-height: 1.1; color: #fff; }
body.border-menu-home .pj-tile.is-featured .pj-tile-title { font-size: clamp(1.6rem, 2.6vw, 2.6rem); }
body.border-menu-home .pj-tile-cat { display: block; margin-top: 5px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; color: var(--text-faint); }
body.border-menu-home .pj-tile-arrow { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,0.08); border: 1px solid var(--border-hi); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); transition: background .3s, border-color .3s, transform .3s; }
body.border-menu-home .pj-tile:hover .pj-tile-arrow { background: var(--accent); border-color: var(--accent); transform: translate(2px, -2px); }

@media (max-width: 1024px) {
    body.border-menu-home .pj-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: clamp(200px, 32vw, 260px); }
    body.border-menu-home .pj-tile.is-featured { grid-column: span 2; grid-row: span 1; }
}
@media (max-width: 600px) {
    body.border-menu-home .pj-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
    body.border-menu-home .pj-tile.is-featured { grid-column: span 1; }
}

/* ============================================================
   4. POSITIONING — pinned kinetic typography
   ============================================================ */
body.border-menu-home .pos-u { position: relative; height: 100vh; background: var(--bg-raise); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); overflow: hidden; display: flex; align-items: center; }
body.border-menu-home .pos-ghost { position: absolute; left: 0; white-space: nowrap; font-family: var(--font-display); font-weight: 800; font-size: clamp(7rem, 24vw, 26rem); line-height: 1; color: rgba(255,255,255,0.028); letter-spacing: -.04em; pointer-events: none; will-change: transform; }
body.border-menu-home .pos-ghost.g1 { top: 4%; }
body.border-menu-home .pos-ghost.g2 { bottom: 4%; color: rgba(178,40,0,0.05); }
body.border-menu-home .pos-inner { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; padding: 0 var(--gutter); text-align: center; }
body.border-menu-home .pos-u .u-kicker { justify-content: center; margin-bottom: 40px; }
body.border-menu-home .pos-line { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.7rem, 4vw, 3.6rem); line-height: 1.12; letter-spacing: -.025em; margin: 0; color: var(--text-dim); }
body.border-menu-home .pos-line .hot { color: var(--text); position: relative; white-space: nowrap; }
body.border-menu-home .pos-strike { position: absolute; left: -4%; top: 54%; width: 108%; height: 4px; overflow: visible; }
body.border-menu-home .pos-strike path { stroke: var(--accent); stroke-width: 4; fill: none; stroke-linecap: round; }
body.border-menu-home .pos-pivot { color: var(--text); margin-top: .5em; }
body.border-menu-home .pos-pivot .accent { color: var(--accent); }

/* ============================================================
   5. SOLUTIONS — alternating feature rows
   ============================================================ */
body.border-menu-home .sol-head { max-width: var(--maxw); margin: 0 auto; padding: var(--section-pad) var(--gutter) 0; }
body.border-menu-home .sol-rows { max-width: var(--maxw); margin: 0 auto; padding: clamp(2.5rem,6vh,4.5rem) var(--gutter) var(--section-pad); display: flex; flex-direction: column; gap: clamp(3rem,7vh,6.5rem); }
body.border-menu-home .sol-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,5.5rem); align-items: center; }
body.border-menu-home .sol-row:nth-child(even) .sol-media { order: 2; }
body.border-menu-home .sol-media { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); aspect-ratio: 16/11; }
body.border-menu-home .sol-media img { position: absolute; top: -8%; left: 0; width: 100%; height: 116%; object-fit: cover; will-change: transform; }
body.border-menu-home .sol-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5,5,6,0.45)); }
body.border-menu-home .sol-num { font-family: var(--font-mono); font-size: 13px; color: var(--accent); letter-spacing: .1em; }
body.border-menu-home .sol-text h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.6rem,2.6vw,2.5rem); letter-spacing: -.025em; margin: 16px 0 14px; line-height: 1.05; }
body.border-menu-home .sol-text p { color: var(--text-dim); font-size: var(--fs-lead); line-height: 1.6; margin: 0; max-width: 42ch; }
body.border-menu-home .sol-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
body.border-menu-home .sol-tags span { font-family: var(--font-mono); font-size: 12px; letter-spacing: .03em; color: var(--text); border: 1px solid var(--border-hi); border-radius: 100px; padding: 8px 14px; }

/* ============================================================
   6. PROCESS — sticky-scroll narrative
   ============================================================ */
body.border-menu-home .proc-u { background: var(--bg); border-top: 1px solid var(--border); max-width: none; }
body.border-menu-home .proc-inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(2rem,5vw,5rem); align-items: start; }
body.border-menu-home .proc-sticky { position: sticky; top: 18vh; align-self: start; }
body.border-menu-home .proc-bignum { font-family: var(--font-display); font-weight: 800; font-size: clamp(6rem,11vw,11rem); line-height: 0.9; letter-spacing: -.05em; color: var(--accent); margin: 22px 0 0; }
body.border-menu-home .proc-track { position: absolute; top: 0; bottom: 0; left: 0; width: 2px; background: var(--border); margin-top: 8px; }
body.border-menu-home .proc-bar { width: 2px; background: var(--accent); transform-origin: top; transform: scaleY(0); }
body.border-menu-home .proc-steps { display: flex; flex-direction: column; }
body.border-menu-home .proc-step { padding: clamp(2.5rem,7vh,5.5rem) 0; border-bottom: 1px solid var(--border); transition: opacity .4s; }
body.border-menu-home .proc-step:first-child { padding-top: 0; }
body.border-menu-home .proc-step.is-dim { opacity: 0.35; }
body.border-menu-home .proc-step .ps-tag { font-family: var(--font-mono); font-size: 12px; letter-spacing: .1em; color: var(--accent); text-transform: uppercase; }
body.border-menu-home .proc-step h4 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.5rem,2.4vw,2.3rem); letter-spacing: -.02em; margin: 14px 0 12px; }
body.border-menu-home .proc-step p { color: var(--text-dim); font-size: var(--fs-lead); line-height: 1.6; margin: 0; max-width: 46ch; }

/* ============================================================
   7. PRICING
   ============================================================ */
body.border-menu-home .price-head { text-align: center; max-width: 720px; margin: 0 auto clamp(3rem,5vh,4rem); }
body.border-menu-home .price-head .u-kicker { justify-content: center; }
body.border-menu-home .price-sub { color: var(--text-dim); font-size: var(--fs-lead); line-height: 1.55; margin: 20px auto 0; max-width: 58ch; }
body.border-menu-home .pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
body.border-menu-home .price-card { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 46px 38px; min-height: 560px; display: flex; flex-direction: column; gap: 20px; transition: border-color .35s, transform .35s, box-shadow .35s; }
body.border-menu-home .price-card:hover { border-color: var(--border-hi); transform: translateY(-6px); }

/* — Старт: simplest, quiet — */
body.border-menu-home .price-card.basic { background: transparent; border-color: var(--border); }
body.border-menu-home .price-card.basic .price-tier { color: var(--text-dim); }
body.border-menu-home .price-card.basic:hover { background: rgba(255,255,255,0.02); }

/* — Бизнес: elevated accent — */
body.border-menu-home .price-card.popular { border-color: var(--accent); background: linear-gradient(180deg, rgba(178,40,0,0.07), var(--surface) 42%); box-shadow: 0 40px 80px -40px rgba(178,40,0,0.45); }

/* — Custom: flagship — premium glass + gold flagship accents — */
body.border-menu-home .price-card.max { border-color: transparent;
    background:
        radial-gradient(120% 90% at 80% -10%, rgba(255,196,120,0.10), transparent 55%),
        linear-gradient(165deg, rgba(255,255,255,0.08), rgba(255,255,255,0.015) 34%, var(--surface) 64%);
    box-shadow: 0 60px 130px -55px rgba(0,0,0,0.95), 0 0 60px -30px rgba(255,196,120,0.18), inset 0 1px 0 rgba(255,255,255,0.07); }
body.border-menu-home .price-card.max::before {     /* rotating light-catching flagship edge */
    content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none; z-index: 2;
    background: conic-gradient(from var(--ang,0deg), rgba(255,255,255,0.12), #ffd496 12%, rgba(255,255,255,0.95) 26%, rgba(255,196,120,0.35) 46%, #ffcf8c 70%, rgba(255,255,255,0.12) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask-composite: exclude;
    filter: drop-shadow(0 0 6px rgba(255,196,120,0.6));
    animation: maxEdgeSpin 6s linear infinite; }
@property --ang { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@keyframes maxEdgeSpin { to { --ang: 360deg; } }
body.border-menu-home .price-card.max::after {     /* gold sheen — invisible until the card is revealed */
    content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; border-radius: inherit;
    background: linear-gradient(105deg, transparent 42%, rgba(255,224,180,0.26) 50%, transparent 58%);
    background-size: 250% 100%;
    background-position: 160% 0;
    opacity: 0; }
/* on scroll-in: one bright full-strength sweep, then a permanent subtle loop */
body.border-menu-home .price-card.max.in::after {
    animation:
        maxSheenIntro 2.4s cubic-bezier(.16,.7,.2,1) .3s 1 both,
        maxSheenLoop 9s ease-in-out 2.9s infinite; }
@keyframes maxSheenIntro {
    0%   { background-position: 160% 0; opacity: 1; }
    100% { background-position: -60% 0; opacity: 1; } }
@keyframes maxSheenLoop {
    0%, 16%  { background-position: 160% 0; opacity: .4; }
    62%, 100% { background-position: -60% 0; opacity: .4; } }

/* gold sparkles (блёстки) — bright burst on reveal, then gentle twinkle */
body.border-menu-home .price-card.max .price-spark { position: absolute; inset: 0; z-index: 0; pointer-events: none; border-radius: inherit; overflow: hidden; opacity: 0; }
body.border-menu-home .price-card.max.in .price-spark { animation: sparkLayer 2.6s ease-out .3s both; }
@keyframes sparkLayer { 0% { opacity: 0; } 22% { opacity: 1; } 100% { opacity: .72; } }
body.border-menu-home .price-card.max .price-spark i {
    position: absolute; left: var(--x); top: var(--y);
    width: 13px; height: 13px;
    background: radial-gradient(closest-side, #fff6e3, rgba(255,205,130,0.7) 42%, transparent 74%);
    clip-path: polygon(50% 0, 60% 40%, 100% 50%, 60% 60%, 50% 100%, 40% 60%, 0 50%, 40% 40%);
    filter: drop-shadow(0 0 3px rgba(255,200,120,0.7));
    opacity: 0;
    animation: twinkle 3.4s ease-in-out var(--t, 0s) infinite; }
@keyframes twinkle {
    0%, 100% { opacity: .12; transform: translate(-50%, -50%) scale(calc(var(--s, 1) * .45)) rotate(0deg); }
    50%      { opacity: 1;   transform: translate(-50%, -50%) scale(var(--s, 1)) rotate(45deg); } }
body.border-menu-home .price-card.max > div,
body.border-menu-home .price-card.max > ul,
body.border-menu-home .price-card.max > p,
body.border-menu-home .price-card.max > a { position: relative; z-index: 1; }
body.border-menu-home .price-card.max .price-foot { border-top-color: rgba(255,196,120,0.22); }
body.border-menu-home .price-card.max .price-foot svg { color: #ffc878; }

/* flagship gold accents */
body.border-menu-home .price-card.max .price-tier {
    background: linear-gradient(100deg, #fff 10%, #ffd9a8 50%, #ffb060 90%);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.border-menu-home .price-card.max .price-stack { color: #ffc878; }
body.border-menu-home .price-card.max .price-list li.inc { color: #ffc878; border-bottom-color: rgba(255,196,120,0.22); }
body.border-menu-home .price-card.max .price-list li::before {
    content: ''; flex: 0 0 11px; height: 2px; margin-top: 10px; border-radius: 2px;
    background: #ffc878; box-shadow: 0 0 8px rgba(255,196,120,0.8); }
body.border-menu-home .price-badge.max-badge {
    background: linear-gradient(100deg, #ffe2b0, #ff9d3d); color: #2a1600; font-weight: 700;
    border: none; box-shadow: 0 8px 22px -6px rgba(255,157,61,0.7); -webkit-backdrop-filter: none; backdrop-filter: none; }
body.border-menu-home .u-btn.max-btn {
    background: linear-gradient(100deg, #ffe2b0, #ff9d3d); color: #2a1600; border: none;
    box-shadow: 0 14px 34px -12px rgba(255,157,61,0.6); }
body.border-menu-home .u-btn.max-btn:hover { box-shadow: 0 18px 44px -12px rgba(255,157,61,0.8); }

body.border-menu-home .price-badge { position: absolute; top: -13px; left: 38px; z-index: 3; font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; color: #fff; background: var(--accent); padding: 6px 14px; border-radius: 100px; box-shadow: 0 6px 18px -4px rgba(178,40,0,0.6); }
body.border-menu-home .price-badge.alt { background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.22); color: var(--text); box-shadow: none; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
body.border-menu-home .price-tier { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; letter-spacing: -.02em; }
body.border-menu-home .price-stack { font-family: var(--font-mono); font-size: 12px; color: var(--accent); letter-spacing: .04em; margin-top: 5px; }
body.border-menu-home .price-desc { color: var(--text-dim); font-size: 0.98rem; line-height: 1.5; margin: -8px 0 0; }
body.border-menu-home .price-from { font-family: var(--font-mono); font-size: 13px; color: var(--text-faint); letter-spacing: .04em; }
body.border-menu-home .price-foot { margin-top: 4px; padding-top: 18px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 12px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--text-dim); }
body.border-menu-home .price-term { display: inline-flex; align-items: center; gap: 9px; }
body.border-menu-home .price-term svg { flex: none; color: var(--accent); }
body.border-menu-home .price-foot b { color: var(--text); font-weight: 600; }
body.border-menu-home .price-pick { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 600; white-space: nowrap; transition: gap .25s ease, color .25s; }
body.border-menu-home .price-pick svg { flex: none; }
body.border-menu-home .price-card:hover .price-pick { gap: 11px; }
/* link-card behaviour */
body.border-menu-home a.price-card { text-decoration: none; color: var(--text); cursor: pointer; }
/* flagship gold pick accent */
body.border-menu-home .price-card.max .price-pick { color: #ffc878; }
body.border-menu-home .price-list { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-direction: column; gap: 12px; flex: 1; }
body.border-menu-home .price-list li { color: var(--text-dim); font-size: 0.95rem; display: flex; gap: 10px; align-items: flex-start; }
body.border-menu-home .price-list li::before { content: ''; flex: 0 0 11px; height: 2px; margin-top: 10px; border-radius: 2px; background: var(--accent); }
body.border-menu-home .price-list li.inc { color: var(--accent); font-weight: 700; padding-bottom: 13px; margin-bottom: 5px; border-bottom: 1px solid var(--border); }
body.border-menu-home .price-list li.inc::before { display: none; }
body.border-menu-home .price-card .u-btn, body.border-menu-home .price-card .btn-ghost { justify-content: center; }

/* ============================================================
   8. CTA finale
   ============================================================ */
body.border-menu-home .cta-u { position: relative; overflow: hidden; text-align: center; padding-top: clamp(4.5rem,9vh,7rem); padding-bottom: clamp(4.5rem,9vh,7rem); }
body.border-menu-home .cta-blob { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: 0; }
body.border-menu-home .cta-blob.b1 { width: 520px; height: 520px; background: rgba(178,40,0,0.10); top: -16%; left: 12%; }
body.border-menu-home .cta-blob.b2 { width: 440px; height: 440px; background: rgba(224,83,31,0.06); bottom: -22%; right: 14%; }
body.border-menu-home .cta-inner { position: relative; z-index: 2; max-width: 1000px; margin: 0 auto; }
body.border-menu-home .cta-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem,6.4vw,6rem); line-height: 1.0; letter-spacing: -.04em; margin: 20px 0 0; }
body.border-menu-home .cta-title .accent { color: var(--accent); }
body.border-menu-home .cta-desc { color: var(--text-dim); font-size: var(--fs-lead); line-height: 1.55; margin: 26px auto 0; max-width: 52ch; }
body.border-menu-home .cta-actions { display: flex; gap: 14px; justify-content: center; margin-top: 42px; flex-wrap: wrap; }
body.border-menu-home .cta-channels { display: flex; gap: 12px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
body.border-menu-home .cta-channels a, body.border-menu-home .cta-channels .ch-phone-btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 13px; letter-spacing: .04em; color: var(--text); text-decoration: none; border: 1px solid var(--border-hi); border-radius: 100px; padding: 11px 18px; transition: border-color .25s, color .25s, background .25s; }
body.border-menu-home .cta-channels a:hover { border-color: var(--accent); color: var(--accent); }
body.border-menu-home .cta-channels .ch-strong { border-color: var(--accent); }
body.border-menu-home .cta-channels .ch-strong svg { color: var(--accent); transition: color .25s; }
body.border-menu-home .cta-channels .ch-strong:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
body.border-menu-home .cta-channels .ch-strong:hover svg { color: #fff; }
/* CTA phone dropdown */
body.border-menu-home .ch-phone { position: relative; }
body.border-menu-home .ch-phone-btn { background: none; cursor: pointer; font-family: var(--font-mono); }
body.border-menu-home .ch-phone .ph-chev { color: currentColor; transition: transform .2s; }
body.border-menu-home .ch-phone:hover .ph-chev { transform: rotate(180deg); }
body.border-menu-home .ch-phone-drop { position: absolute; bottom: calc(100% + 10px); left: 50%; transform: translate(-50%, 6px); background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 6px; min-width: 210px; display: flex; flex-direction: column; gap: 2px; box-shadow: 0 18px 50px rgba(0,0,0,0.65); opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; z-index: 50; }
body.border-menu-home .ch-phone:hover .ch-phone-drop { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
body.border-menu-home .ch-phone-drop a { display: block; color: var(--text-dim); text-decoration: none; font-family: var(--font-mono); font-size: 13px; letter-spacing: .04em; padding: 11px 16px; border-radius: 8px; white-space: nowrap; transition: background .12s, color .12s; }
body.border-menu-home .ch-phone-drop a:hover { background: var(--surface-2); color: var(--accent); }

/* ============================================================
   FOOTER
   ============================================================ */
body.border-menu-home .footer-section { background: var(--bg); border-top: 1px solid var(--border); position: relative; overflow: hidden; }
body.border-menu-home .footer-nav { max-width: var(--maxw); margin: 0 auto; padding: 80px var(--gutter) 0; }
body.border-menu-home .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; }
body.border-menu-home .footer-grid .f-brandcol .fb-tagline { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.45rem, 1.9vw, 1.9rem); line-height: 1.18; letter-spacing: -0.02em; color: var(--text); margin: 0; max-width: 18ch; }
body.border-menu-home .footer-grid .f-brandcol .fb-tagline .accent { color: var(--accent); }
body.border-menu-home .footer-grid .f-brandcol p { color: var(--text-dim); font-size: 0.95rem; line-height: 1.6; margin: 20px 0 24px; max-width: 34ch; }
body.border-menu-home .f-social { display: flex; gap: 12px; }
body.border-menu-home .f-social a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border-hi); color: var(--text-dim); display: grid; place-items: center; transition: border-color .25s, color .25s, background .25s, transform .25s; }
body.border-menu-home .f-social a:hover { border-color: var(--accent); color: #fff; background: var(--accent); transform: translateY(-3px); }
body.border-menu-home .f-head { font-family: var(--font-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-faint); margin: 0 0 18px; }
body.border-menu-home .f-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
body.border-menu-home .f-links a { color: var(--text-dim); text-decoration: none; font-size: 1.05rem; transition: color .2s; }
body.border-menu-home .f-links a:hover { color: var(--text); }
body.border-menu-home .f-links a.f-addr { display: inline-block; line-height: 1.4; }
body.border-menu-home .footer-wordmark { font-family: var(--font-display); font-weight: 800; font-size: clamp(3rem,15vw,15rem); line-height: 0.8; letter-spacing: -.05em; color: rgba(255,255,255,0.035); text-align: center; margin: 56px 0 -0.12em; user-select: none; }
body.border-menu-home .footer-brand { border-top: 1px solid var(--border); }
body.border-menu-home .f-copyright { max-width: var(--maxw); margin: 0 auto; padding: 26px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--text-faint); font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; }
body.border-menu-home .f-legal { display: flex; gap: 22px; }
body.border-menu-home .f-legal a { color: var(--text-faint); text-decoration: none; transition: color .2s; }
body.border-menu-home .f-legal a:hover { color: var(--text); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    body.border-menu-home .proc-inner { grid-template-columns: 1fr; }
    body.border-menu-home .proc-sticky { position: relative; top: 0; }
    body.border-menu-home .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1180px) {
    body.border-menu-home .header-phone span { display: none; }
    body.border-menu-home .header-phone { padding: 10px; }
}
@media (max-width: 860px) {
    body.border-menu-home .header-nav { display: none; }
    body.border-menu-home .phone-switcher { display: none; }
    body.border-menu-home .sol-row { grid-template-columns: 1fr; gap: 1.5rem; }
    body.border-menu-home .sol-row:nth-child(even) .sol-media { order: 0; }
    body.border-menu-home .pricing { grid-template-columns: 1fr; }
    body.border-menu-home .price-card.popular { transform: none; }
    body.border-menu-home .hero-trust { flex-wrap: wrap; gap: 22px; }
}
@media (max-width: 600px) {
    body.border-menu-home .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    body.border-menu-home .f-copyright { flex-direction: column; align-items: flex-start; }
    body.border-menu-home .pos-u { height: auto; padding: var(--section-pad) 0; }
}

/* ---------- scroll-to-top with progress ring ---------- */
body.border-menu-home .to-top { position: fixed; right: clamp(18px, 3vw, 38px); bottom: clamp(18px, 3vw, 38px); z-index: 900;
    width: 52px; height: 52px; padding: 0; border: 0; border-radius: 50%; cursor: pointer;
    background: rgba(16,16,19,0.7); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
    color: var(--text); display: grid; place-items: center;
    box-shadow: 0 14px 34px -14px rgba(0,0,0,0.8), 0 0 22px -4px rgba(178,40,0,0.45);
    opacity: 0; visibility: hidden; transform: translateY(16px) scale(0.9);
    transition: opacity .35s ease, transform .35s cubic-bezier(.16,.7,.2,1), visibility .35s, box-shadow .3s ease, background .3s ease, color .3s ease; }
body.border-menu-home .to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
body.border-menu-home .to-top:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 16px 38px -14px rgba(0,0,0,0.85), 0 0 30px -2px rgba(178,40,0,0.6); }
body.border-menu-home .to-top:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
body.border-menu-home .to-top.is-complete { background: var(--accent); color: #fff;
    box-shadow: 0 14px 34px -14px rgba(0,0,0,0.8), 0 0 30px -2px rgba(178,40,0,0.75); }
body.border-menu-home .to-top.is-complete .tt-track { stroke: rgba(255,255,255,0.3); }
body.border-menu-home .to-top.is-complete .tt-prog { stroke: #fff; }
body.border-menu-home .to-top.is-complete .tt-arrow { color: #fff; }
body.border-menu-home .to-top .tt-ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); pointer-events: none; }
body.border-menu-home .to-top .tt-track { fill: none; stroke: rgba(255,255,255,0.12); stroke-width: 2.5; }
body.border-menu-home .to-top .tt-prog { fill: none; stroke: var(--accent); stroke-width: 2.5; stroke-linecap: round;
    transition: stroke-dashoffset .1s linear; }
body.border-menu-home .to-top .tt-arrow { position: relative; z-index: 1; color: var(--text); transition: transform .25s ease; }
body.border-menu-home .to-top:hover .tt-arrow { transform: translateY(-2px); }
