.anya-vp-preview {
    margin: 0;
}

.anya-vp-landing {
    --bg: #02050c;
    --bg2: #07101f;
    --panel: rgba(7, 16, 31, .72);
    --panel2: rgba(10, 24, 50, .82);
    --line: rgba(127, 180, 255, .18);
    --line2: rgba(127, 180, 255, .28);
    --text: #edf5ff;
    --muted: #9eb2ce;
    --blue: #174895;
    --blue2: #2f76ff;
    --blue3: #7fb4ff;
    --cyan: #9ed4ff;
    --radius: 28px;
    --shadow: 0 30px 100px rgba(0, 0, 0, .45)
}

.anya-vp-landing,
.anya-vp-landing * {
    box-sizing: border-box
}

.anya-vp-landing {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    background: radial-gradient(circle at 18% 0, rgba(23, 72, 149, .35), transparent 28%), radial-gradient(circle at 78% 12%, rgba(47, 118, 255, .20), transparent 30%), var(--bg);
    color: var(--text);
    overflow-x: hidden
}

.anya-vp-landing a {
    color: inherit;
    text-decoration: none
}

.anya-vp-landing img,
.anya-vp-landing video {
    max-width: 100%;
    display: block
}

.anya-vp-container {
    width: min(1180px, calc(100% - 40px));
    margin: auto
}

.anya-vp-section {
    padding: 40px 0;
    position: relative
}

.anya-vp-section-dark {
    background: linear-gradient(180deg, rgba(1, 4, 10, .94), rgba(4, 9, 20, .86))
}

.anya-vp-noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 80;
    opacity: .08;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")
}

.anya-vp-cursor-glow {
    position: fixed;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 118, 255, .25), transparent 62%);
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 79;
    mix-blend-mode: screen
}

.anya-vp-preloader {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    background: #02050c;
    transition: .7s ease
}

.anya-vp-preloader img {
    width: 120px;
    filter: drop-shadow(0 0 40px rgba(47, 118, 255, .7));
    animation: pulse 1.3s infinite
}

.anya-vp-preloader span {
    position: absolute;
    margin-top: 190px;
    font-weight: 900;
    letter-spacing: .25em
}

.anya-vp-preloader i {
    position: absolute;
    width: 260px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--blue3), transparent);
    margin-top: 250px;
    animation: load 1.1s infinite
}

.anya-vp-preloader.anya-vp-is-hidden {
    opacity: 0;
    visibility: hidden
}

.anya-vp-page-progress {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255, 255, 255, .04)
}

.anya-vp-page-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--blue), var(--blue3));
    box-shadow: 0 0 25px var(--blue2)
}

.anya-vp-site-header {
    position: fixed;
    z-index: 120;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1180px, calc(100% - 28px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(2, 5, 12, .58);
    backdrop-filter: blur(22px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    transition: .3s
}

.anya-vp-site-header.anya-vp-scrolled {
    top: 10px;
    background: rgba(2, 5, 12, .82)
}

.anya-vp-logo {
    display: flex;
    align-items: center;
    gap: 11px;
    font-weight: 900;
    letter-spacing: .02em
}

.anya-vp-logo img {
    width: 42px;
    height: 32px;
    object-fit: contain
}

.anya-vp-logo span span {
    color: var(--blue3)
}

.anya-vp-nav {
    display: flex;
    gap: 24px;
    color: #c6d5ec;
    font-size: 14px
}

.anya-vp-nav a {
    transition: .2s
}

.anya-vp-nav a:hover {
    color: #fff;
    text-shadow: 0 0 18px var(--blue3)
}

.anya-vp-header-cta,
.anya-vp-btn {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 13px 18px;
    font-weight: 800;
    font-size: 14px
}

.anya-vp-header-cta {
    background: rgba(47, 118, 255, .14)
}

.anya-vp-burger {
    display: none;
    background: none;
    border: 0
}

.anya-vp-burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 5px
}

.anya-vp-hero {
    min-height: 100vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 20px;
}

.anya-vp-hero-canvas,
.anya-vp-hero-video,
.anya-vp-hero-gradient {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.anya-vp-hero-canvas {
    z-index: 0
}

.anya-vp-hero-video {
    object-fit: cover;
    opacity: .30;
    mix-blend-mode: screen;
    filter: saturate(1.2) contrast(1.05)
}

.anya-vp-hero-gradient {
    z-index: 2;
    background: radial-gradient(circle at 78% 38%, rgba(47, 118, 255, .18), transparent 34%), linear-gradient(90deg, #02050c 0%, rgba(2, 5, 12, .72) 50%, rgba(2, 5, 12, .92) 100%), linear-gradient(0deg, #02050c 0%, transparent 32%)
}

.anya-vp-hero-content {
    position: relative;
    z-index: 4
}

.anya-vp-eyebrow {
    display: inline-flex;
    color: var(--blue3);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 9px 13px;
    background: rgba(47, 118, 255, .08)
}

.anya-vp-hero-title {
    font-size: clamp(44px, 7vw, 104px);
    line-height: .92;
    letter-spacing: -.075em;
    max-width: 1040px;
    margin: 22px 0;
    background: linear-gradient(120deg, #fff, #d7e9ff 46%, #7fb4ff 70%, #fff);
    -webkit-background-clip: text;
    color: transparent
}

.anya-vp-hero-text {
    font-size: 20px;
    line-height: 1.65;
    color: #c7d6ea;
    max-width: 760px
}

.anya-vp-hero-chips,
.anya-vp-hero-actions,
.anya-vp-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px
}

.anya-vp-hero-chips span,
.anya-vp-motion-tags span {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 10px 13px;
    background: rgba(255, 255, 255, .04);
    color: #dcecff
}

.anya-vp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    position: relative;
    overflow: hidden
}

.anya-vp-btn-primary {
    background: linear-gradient(135deg, var(--blue), var(--blue2));
    box-shadow: 0 18px 60px rgba(47, 118, 255, .3)
}

.anya-vp-btn-ghost {
    color: #b4bbc4;
    background: rgba(255, 255, 255, .4)
}

.anya-vp-hero-stats {
    gap: 18px
}

.anya-vp-hero-stats div {
    width: 190px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(7, 16, 31, .55);
    backdrop-filter: blur(16px)
}

.anya-vp-hero-stats strong {
    display: block;
    font-size: 38px
}

.anya-vp-hero-stats span {
    color: var(--muted);
    font-size: 13px
}

.anya-vp-hero-terminal {
    position: absolute;
    z-index: 5;
    right: 5vw;
    bottom: 90px;
    width: 300px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(3, 10, 24, .64);
    backdrop-filter: blur(20px);
    box-shadow: var(--shadow)
}

.anya-vp-hero-terminal b {
    color: #fff
}

.anya-vp-hero-terminal p {
    font-family: ui-monospace, monospace;
    color: var(--blue3);
    font-size: 12px
}

.anya-vp-hero-terminal span,
.anya-vp-stack-console span {
    display: block;
    height: 2px;
    background: linear-gradient(90deg, var(--blue), transparent);
    animation: scan 2s infinite
}

.anya-vp-ticker {
    overflow: hidden;
    border-block: 1px solid var(--line);
    background: #050b15
}

.anya-vp-ticker-inner {
    display: flex;
    align-items: center;
    width: max-content;
    animation: tickerLoop 30s linear infinite;
    will-change: transform
}

.anya-vp-ticker:hover .anya-vp-ticker-inner {
    animation-play-state: paused
}

.anya-vp-ticker-group {
    display: flex;
    gap: 34px;
    flex-shrink: 0;
    padding-right: 34px
}

.anya-vp-ticker span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .14em;
    color: #adc9f5;
    white-space: nowrap
}

.anya-vp-section-head {
    max-width: 100%;
    margin-bottom: 48px
}

.anya-vp-section-head h2,
.anya-vp-motion-copy h2,
.anya-vp-vdoc h2,
.anya-vp-stack h2,
.anya-vp-contacts h2 {
    font-size: clamp(34px, 5vw, 68px);
    line-height: 1;
    letter-spacing: -.055em;
    margin: 18px 0 color: var(var(--text));
}

.anya-vp-section-head p,
.anya-vp-motion-copy p,
.anya-vp-vdoc p,
.anya-vp-stack p,
.anya-vp-contacts p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.65
}

.anya-vp-solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.anya-vp-solution-card {
    position: relative;
    min-height: 430px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(160deg, rgba(12, 27, 54, .78), rgba(5, 10, 22, .7));
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform .18s ease, border-color .25s, box-shadow .25s;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .22)
}

.anya-vp-solution-card.wide {
    grid-column: span 2;
    min-height: 360px
}

.anya-vp-solution-card:hover {
    border-color: rgba(127, 180, 255, .52);
    box-shadow: 0 34px 100px rgba(23, 72, 149, .32)
}

.anya-vp-card-bg {
    position: absolute;
    inset: -1px;
    background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(47, 118, 255, .32), transparent 44%);
    opacity: 0;
    transition: .25s
}

.anya-vp-solution-card:hover .anya-vp-card-bg {
    opacity: 1
}

.anya-vp-solution-top {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.anya-vp-solution-top b {
    font-size: 34px;
    color: rgba(127, 180, 255, .45)
}

.anya-vp-solution-top span {
    font-size: 12px;
    text-transform: uppercase;
    color: #cfe4ff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, .04)
}

.anya-vp-solution-card h3 {
    position: relative;
    z-index: 2;
    font-size: 28px;
    line-height: 1.05;
    margin: 24px 0 12px;
    letter-spacing: -.04em
}

.anya-vp-solution-card p,
.anya-vp-solution-card li {
    position: relative;
    z-index: 2;
    color: #b7c8de;
    line-height: 1.55
}

.anya-vp-solution-card ul {
    position: relative;
    z-index: 2;
    margin: 18px 0 22px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.anya-vp-solution-card li {
    font-size: 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 7px 9px
}

.anya-vp-solution-card a {
    position: absolute;
    z-index: 3;
    left: 26px;
    bottom: 24px;
    font-weight: 900;
    color: var(--blue3)
}

.anya-vp-visual {
    position: relative;
    z-index: 2;
    height: 120px;
    margin-top: 24px;
    border-radius: 22px;
    background: rgba(2, 5, 12, .35);
    border: 1px solid var(--line);
    overflow: hidden
}

.anya-vp-visual:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(127, 180, 255, .15), transparent);
    animation: sweep 2.4s infinite
}

.anya-vp-visual i,
.anya-vp-visual em {
    position: absolute;
    display: block
}

.anya-vp-visual i {
    background: linear-gradient(135deg, var(--blue), var(--blue3));
    box-shadow: 0 0 28px rgba(47, 118, 255, .45)
}

.anya-vp-visual-crm i {
    width: 46px;
    height: 30px;
    border-radius: 10px;
    left: 28px;
    top: 25px
}

.anya-vp-visual-crm i:nth-child(2) {
    left: 95px;
    top: 58px
}

.anya-vp-visual-crm i:nth-child(3) {
    left: 166px;
    top: 30px
}

.anya-vp-visual-crm em {
    inset: 58px 35px auto 52px;
    border-top: 2px dashed rgba(127, 180, 255, .45)
}

.anya-vp-visual-erp i {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    top: 38px
}

.anya-vp-visual-erp i:nth-child(1) {
    left: 38px
}

.anya-vp-visual-erp i:nth-child(2) {
    left: 100px
}

.anya-vp-visual-erp i:nth-child(3) {
    left: 162px
}

.anya-vp-visual-erp em {
    width: 150px;
    height: 150px;
    border: 1px solid rgba(127, 180, 255, .24);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: spin 8s linear infinite
}

.anya-vp-visual-infra i {
    width: 70%;
    height: 8px;
    left: 15%;
    border-radius: 999px
}

.anya-vp-visual-infra i:nth-child(1) {
    top: 32px
}

.anya-vp-visual-infra i:nth-child(2) {
    top: 58px
}

.anya-vp-visual-infra i:nth-child(3) {
    top: 84px
}

.anya-vp-visual-infra em {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    right: 22px;
    top: 18px;
    background: radial-gradient(circle, var(--blue3), transparent 62%);
    opacity: .6
}

.anya-vp-visual-dev i {
    height: 2px;
    left: 28px;
    right: 28px
}

.anya-vp-visual-dev i:nth-child(1) {
    top: 36px
}

.anya-vp-visual-dev i:nth-child(2) {
    top: 60px;
    width: 60%
}

.anya-vp-visual-dev i:nth-child(3) {
    top: 84px;
    width: 75%
}

.anya-vp-visual-dev em {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 70%;
    top: 56px;
    background: #fff;
    animation: blink 1s infinite
}

.anya-vp-visual-doc i {
    height: 72px;
    width: 48px;
    border-radius: 8px;
    top: 25px
}

.anya-vp-visual-doc i:nth-child(1) {
    left: 40px
}

.anya-vp-visual-doc i:nth-child(2) {
    left: 108px
}

.anya-vp-visual-doc i:nth-child(3) {
    left: 176px
}

.anya-vp-visual-doc em {
    height: 2px;
    left: 40px;
    right: 40px;
    top: 88px;
    background: linear-gradient(90deg, var(--blue3), transparent)
}

.anya-vp-visual-support i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 30px
}

.anya-vp-visual-support i:nth-child(1) {
    left: 40px
}

.anya-vp-visual-support i:nth-child(2) {
    left: 120px
}

.anya-vp-visual-support i:nth-child(3) {
    left: 200px
}

.anya-vp-visual-support em {
    inset: 20px;
    border: 1px dashed rgba(127, 180, 255, .45);
    border-radius: 22px;
    animation: pulse 2s infinite
}

.anya-vp-motion-grid,
.anya-vp-stack-grid,
.anya-vp-contact-panel,
.anya-vp-vdoc-panel {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 42px;
    align-items: center
}

.anya-vp-motion-stage {
    position: relative;
    min-height: 580px;
    border: 1px solid var(--line);
    border-radius: 40px;
    overflow: hidden;
    background: #020814;
    box-shadow: var(--shadow);
    isolation: isolate
}

.anya-vp-motion-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .72;
    filter: saturate(1.15) contrast(1.02)
}

.anya-vp-motion-stage-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 5, 12, .92) 0%, rgba(2, 5, 12, .58) 44%, rgba(2, 5, 12, .76) 100%), radial-gradient(circle at 70% 18%, rgba(47, 118, 255, .24), transparent 26%), linear-gradient(0deg, rgba(2, 5, 12, .84), transparent 34%)
}

.anya-vp-motion-stage-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(127, 180, 255, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(127, 180, 255, .06) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent 120%);
    opacity: .28;
    animation: gridShift 18s linear infinite
}

.anya-vp-motion-stage-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: end;
    min-height: 580px;
    padding: 46px
}

.anya-vp-motion-floats {
    display: grid;
    gap: 14px;
    align-content: end;
    justify-items: end
}

.anya-vp-float-card {
    width: min(320px, 100%);
    padding: 18px 20px;
    border: 1px solid var(--line2);
    border-radius: 22px;
    background: rgba(2, 5, 12, .58);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
    animation: floatY 6s ease-in-out infinite
}

.anya-vp-float-card:nth-child(2) {
    animation-delay: 1.4s
}

.anya-vp-float-card:nth-child(3) {
    animation-delay: 2.2s
}

.anya-vp-float-card b {
    display: block;
    color: #fff;
    font-size: 13px;
    letter-spacing: .12em;
    margin-bottom: 8px
}

.anya-vp-float-card span {
    color: #c4d7f3;
    font-size: 14px
}

/* .anya-vp-motion-bottom-bar {
    position: absolute;
    z-index: 3;
    left: 22px;
    right: 22px;
    bottom: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid var(--line2);
    border-radius: 22px;
    background: rgba(2, 5, 12, .62);
    backdrop-filter: blur(18px)
}

.anya-vp-motion-bottom-bar span {
    color: var(--blue3);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em
}

.anya-vp-motion-bottom-bar b {
    font-size: clamp(22px, 3vw, 34px);
    letter-spacing: -.03em
} */

.anya-vp-motion-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.anya-vp-eco-layout {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 38px;
    align-items: center
}

.anya-vp-core-orbit {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 40px;
    background: radial-gradient(circle at 50% 50%, rgba(47, 118, 255, .16), transparent 54%), rgba(7, 16, 31, .55);
    overflow: hidden;
    isolation: isolate
}

.anya-vp-eco-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .95
}

.anya-vp-orbit-rings,
.anya-vp-orbit-rings:before,
.anya-vp-orbit-rings:after {
    content: "";
    position: absolute;
    border: 1px dashed rgba(127, 180, 255, .22);
    border-radius: 50%
}

.anya-vp-orbit-rings {
    width: 320px;
    height: 320px;
    animation: spin 22s linear infinite
}

.anya-vp-orbit-rings:before {
    inset: -62px;
    animation: spinReverse 24s linear infinite
}

.anya-vp-orbit-rings:after {
    inset: -122px;
    animation: spin 28s linear infinite
}

.anya-vp-core-center {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    gap: 10px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(127, 180, 255, .18);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 118, 255, .2), rgba(3, 10, 24, .52) 68%);
    box-shadow: 0 0 80px rgba(47, 118, 255, .18)
}

.anya-vp-core-center img {
    width: 92px;
    filter: drop-shadow(0 0 26px rgba(47, 118, 255, .7))
}

.anya-vp-core-center small {
    font-size: 12px;
    letter-spacing: .22em;
    color: #cfe4ff
}

.anya-vp-orbit-node {
    position: absolute;
    left: var(--x);
    top: var(--y);
    transform: translate(-50%, -50%);
    padding: 10px 14px;
    border: 1px solid var(--line2);
    border-radius: 999px;
    background: rgba(2, 5, 12, .74);
    font-weight: 900;
    color: #dcecff;
    z-index: 3;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .18);
    animation: nodePulse 4.8s ease-in-out infinite;
    animation-delay: var(--delay)
}

.anya-vp-orbit-hud {
    position: absolute;
    z-index: 3;
    padding: 14px 16px;
    border: 1px solid var(--line2);
    border-radius: 20px;
    background: rgba(2, 5, 12, .58);
    backdrop-filter: blur(18px)
}

.anya-vp-orbit-hud b {
    display: block;
    font-size: 12px;
    color: #fff;
    letter-spacing: .14em
}

.anya-vp-orbit-hud span {
    color: #bad1ee;
    font-size: 13px
}

.anya-vp-orbit-hud-a {
    left: 12px;
    top: 12px
}

.anya-vp-orbit-hud-b {
    right: 26px;
    bottom: 15px
}

.anya-vp-eco-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.anya-vp-eco-card {
    position: relative;
    min-height: 170px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(7, 16, 31, .66);
    overflow: hidden;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .16)
}

.anya-vp-eco-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 50%), rgba(47, 118, 255, .2), transparent 55%)
}

.anya-vp-eco-card:after {
    content: "";
    position: absolute;
    inset: auto 16px 16px 16px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(127, 180, 255, .6), transparent);
    animation: scan 4s infinite
}

.anya-vp-eco-card b {
    font-size: 24px
}

.anya-vp-eco-card p {
    color: var(--muted);
    line-height: 1.55
}

.anya-vp-vdoc-panel,
.anya-vp-contact-panel {
    padding: 38px;
    border: 1px solid var(--line);
    border-radius: 40px;
    background: linear-gradient(135deg, rgba(10, 24, 50, .82), rgba(3, 9, 22, .86));
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden
}

.anya-vp-doc-ui {
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(2, 5, 12, .55);
    overflow: hidden
}

.anya-vp-doc-toolbar {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 14px;
    border-bottom: 1px solid var(--line)
}

.anya-vp-doc-toolbar i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--blue3)
}

.anya-vp-doc-toolbar span {
    margin-left: 10px;
    color: #cfe0f7;
    font-size: 13px
}

.anya-vp-doc-body {
    display: grid;
    grid-template-columns: 150px 1fr;
    min-height: 300px
}

.anya-vp-doc-body aside {
    border-right: 1px solid var(--line);
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.anya-vp-doc-body aside span {
    padding: 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .04);
    color: #b9cae0
}

.anya-vp-doc-body aside .anya-vp-active {
    background: rgba(47, 118, 255, .22);
    color: #fff
}

.anya-vp-doc-body main {
    padding: 26px
}

.anya-vp-doc-body h4 {
    font-size: 28px;
    margin: 0 0 22px
}

.anya-vp-doc-body p {
    height: 12px;
    border-radius: 999px;
    background: rgba(127, 180, 255, .15)
}

.anya-vp-doc-body p:nth-child(3) {
    width: 80%
}

.anya-vp-doc-body p:nth-child(4) {
    width: 62%
}

.anya-vp-signature {
    display: inline-flex;
    margin-top: 30px;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid rgba(127, 180, 255, .3);
    color: var(--blue3);
    font-weight: 900
}

.anya-vp-case-swiper {
    padding: 10px 0 60px
}

.anya-vp-case-card {
    min-height: 310px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(12, 27, 54, .8), rgba(3, 10, 24, .8))
}

.anya-vp-case-card span {
    color: var(--blue3);
    font-weight: 900
}

.anya-vp-case-card h3 {
    font-size: 34px;
    letter-spacing: -.04em
}

.anya-vp-case-card p {
    color: var(--muted);
    line-height: 1.6
}

.anya-vp-stack-console {
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: #020712;
    font-family: ui-monospace, monospace;
    box-shadow: var(--shadow)
}

.anya-vp-stack-console p {
    color: var(--blue3);
    font-size: 15px
}

.anya-vp-contact-form {
    display: grid;
    gap: 12px
}

.anya-vp-contact-form input,
.anya-vp-contact-form textarea {
    width: 100%;
    padding: 17px 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(2, 5, 12, .5);
    color: #fff;
    font: inherit;
    outline: none
}

.anya-vp-contact-form textarea {
    min-height: 130px;
    resize: vertical
}

.anya-vp-footer {
    border-top: 1px solid var(--line);
    padding: 34px 0;
    background: #02050c
}

.anya-vp-footer .anya-vp-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--muted)
}

.anya-vp-js-ready .anya-vp-reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .75s ease, transform .75s ease
}

.anya-vp-js-ready .anya-vp-reveal.anya-vp-visible {
    opacity: 1;
    transform: translateY(0)
}

@keyframes tickerLoop {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes pulse {
    50% {
        transform: scale(1.05);
        opacity: .72
    }
}

@keyframes load {
    0% {
        transform: scaleX(.25)
    }

    50% {
        transform: scaleX(1)
    }

    100% {
        transform: scaleX(.25)
    }
}

@keyframes scan {
    0% {
        transform: translateX(-20%);
        opacity: .2
    }

    50% {
        opacity: 1
    }

    100% {
        transform: translateX(100%);
        opacity: .2
    }
}

@keyframes sweep {
    to {
        transform: translateX(140%)
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinReverse {
    to {
        transform: rotate(-360deg)
    }
}

@keyframes blink {
    50% {
        opacity: .25
    }
}

@keyframes gridShift {
    to {
        transform: translate3d(0, 48px, 0)
    }
}

@keyframes floatY {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

@keyframes nodePulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(47, 118, 255, .0), 0 14px 40px rgba(0, 0, 0, .18);
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        box-shadow: 0 0 0 14px rgba(47, 118, 255, .0), 0 0 24px rgba(47, 118, 255, .22);
        transform: translate(-50%, -50%) scale(1.07)
    }
}

@media (max-width:980px) {
    .anya-vp-nav {
        position: fixed;
        left: 14px;
        right: 14px;
        top: 82px;
        display: none;
        flex-direction: column;
        padding: 20px;
        border: 1px solid var(--line);
        border-radius: 24px;
        background: rgba(2, 5, 12, .95)
    }

    .anya-vp-nav.anya-vp-open {
        display: flex
    }

    .anya-vp-burger {
        display: block
    }

    .anya-vp-header-cta {
        display: none
    }

    .anya-vp-hero-title {
        font-size: 52px
    }

    .anya-vp-hero-terminal {
        display: none
    }

    .anya-vp-solutions-grid,
    .anya-vp-eco-layout,
    .anya-vp-stack-grid,
    .anya-vp-contact-panel,
    .anya-vp-vdoc-panel {
        grid-template-columns: 1fr
    }

    .anya-vp-motion-stage-content {
        grid-template-columns: 1fr;
        align-items: end;
        padding: 32px
    }

    .anya-vp-motion-stage {
        min-height: 620px
    }

    .anya-vp-motion-floats {
        justify-items: stretch
    }

    .anya-vp-solution-card,
    .anya-vp-solution-card.wide {
        grid-column: auto
    }

    .anya-vp-solutions-grid {
        grid-template-columns: 1fr 1fr
    }

    .anya-vp-eco-cards {
        grid-template-columns: 1fr
    }

    .anya-vp-footer .anya-vp-container {
        align-items: flex-start;
        gap: 14px;
        flex-direction: column
    }
}

@media (max-width:640px) {
    .anya-vp-section {
        padding: 82px 0
    }

    .anya-vp-hero {
        padding-top: 132px
    }

    .anya-vp-hero-title {
        font-size: 42px
    }

    .anya-vp-hero-text {
        font-size: 16px
    }

    .anya-vp-solutions-grid {
        grid-template-columns: 1fr
    }

    .anya-vp-hero-stats div {
        width: 100%
    }

    .anya-vp-doc-body {
        grid-template-columns: 1fr
    }

    .anya-vp-doc-body aside {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .anya-vp-site-header {
        border-radius: 24px
    }

    .anya-vp-logo span {
        font-size: 14px
    }

    .anya-vp-motion-stage {
        min-height: 560px
    }

    .anya-vp-motion-stage-content {
        padding: 24px
    }

    .anya-vp-motion-bottom-bar {
        left: 14px;
        right: 14px;
        bottom: 14px;
        align-items: flex-start;
        gap: 10px;
        flex-direction: column
    }

    .anya-vp-core-orbit {
        min-height: 460px
    }

    .anya-vp-orbit-node {
        font-size: 12px;
        padding: 9px 12px
    }

    .anya-vp-orbit-hud {
        display: none
    }
}

.anya-vp-intro-proof {
    padding-top: 80px;
}

.anya-vp-proof-grid,
.anya-vp-workflow-grid,
.anya-vp-partners-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.anya-vp-proof-card,
.anya-vp-workflow-step,
.anya-vp-partner-card,
.anya-vp-requisites-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
    box-shadow: 0 30px 90px rgba(0, 0, 0, .25);
    backdrop-filter: blur(16px);
}

.anya-vp-proof-card,
.anya-vp-workflow-step,
.anya-vp-partner-card {
    padding: 28px;
    min-height: 190px;
}

.anya-vp-proof-card b,
.anya-vp-partner-card b {
    display: block;
    font-size: 20px;
    margin-bottom: 12px;
    color: #fff;
}

.anya-vp-proof-card p,
.anya-vp-workflow-step p,
.anya-vp-partner-card p,
.anya-vp-requisites-panel p {
    color: rgba(255, 255, 255, .72);
    line-height: 1.65;
}

.anya-vp-workflow-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.anya-vp-workflow-step span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(0, 199, 255, .13);
    color: #68e4ff;
    font-weight: 900;
    margin-bottom: 22px;
}

.anya-vp-workflow-step h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 21px;
}

.anya-vp-stack-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.anya-vp-stack-tags span,
.anya-vp-contact-lines span {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    padding: 10px 14px;
    color: rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .05);
}

.anya-vp-partners {
    background: radial-gradient(circle at top right, rgba(0, 199, 255, .12), transparent 35%);
}

.anya-vp-partners-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.anya-vp-partner-card {
    min-height: 220px;
}

.anya-vp-requisites-panel {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 36px;
    padding: 42px;
}

.anya-vp-req-list {
    border-radius: 22px;
    padding: 26px;
    background: rgba(3, 8, 20, .55);
    border: 1px solid rgba(255, 255, 255, .11);
}

.anya-vp-req-list p {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.anya-vp-req-list p:last-child {
    border-bottom: 0;
}

.anya-vp-contact-lines {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

@media (max-width: 980px) {

    .anya-vp-proof-grid,
    .anya-vp-workflow-grid,
    .anya-vp-partners-grid,
    .anya-vp-requisites-panel {
        grid-template-columns: 1fr;
    }

    .anya-vp-workflow-step,
    .anya-vp-partner-card,
    .anya-vp-proof-card {
        min-height: auto;
    }
}

/* === update: brand watermark and actual requisites === */
.anya-vp-hero-logo-bg {
    position: absolute;
    z-index: 1;
    right: clamp(-260px, -8vw, -40px);
    top: 50%;
    width: min(58vw, 860px);
    transform: translateY(-45%) rotate(-1deg);
    opacity: .105;
    filter: drop-shadow(0 0 90px rgba(47, 118, 255, .46)) saturate(1.1);
    mix-blend-mode: screen;
    pointer-events: none;
}

.anya-vp-hero-logo-glow {
    position: absolute;
    z-index: 1;
    right: 4vw;
    top: 20%;
    width: 42vw;
    height: 42vw;
    max-width: 720px;
    max-height: 720px;
    background: radial-gradient(circle, rgba(47, 118, 255, .20), rgba(47, 118, 255, .08) 35%, transparent 70%);
    filter: blur(12px);
    pointer-events: none;
}

.anya-vp-requisites {
    background: radial-gradient(circle at 84% 22%, rgba(47, 118, 255, .16), transparent 34%), radial-gradient(circle at 8% 90%, rgba(0, 199, 255, .08), transparent 32%);
}

.anya-vp-requisites-panel {
    align-items: start;
}

.anya-vp-req-copy {
    position: sticky;
    top: 110px;
}

.anya-vp-req-copy h2 {
    margin: 20px 0 16px;
}

.anya-vp-copy-btn {
    margin-top: 24px;
}

.anya-vp-copy-status {
    display: inline-flex;
    margin-left: 14px;
    color: #9cc8ff;
    font-weight: 700;
    min-height: 22px;
}

.anya-vp-req-card {
    border-radius: 28px;
    padding: 18px;
    background: linear-gradient(145deg, rgba(8, 20, 42, .82), rgba(2, 8, 18, .72));
    border: 1px solid rgba(127, 180, 255, .22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 30px 90px rgba(0, 0, 0, .28);
}

.anya-vp-req-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.anya-vp-req-card-head span {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.02em;
}

.anya-vp-req-card-head small {
    color: #8dbbff;
    border: 1px solid rgba(127, 180, 255, .25);
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(47, 118, 255, .10);
    white-space: nowrap;
}

.anya-vp-req-list {
    background: transparent;
    border: 0;
    padding: 8px 6px 2px;
}

.anya-vp-req-list p {
    display: grid;
    grid-template-columns: minmax(150px, .46fr) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin: 0;
    padding: 14px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .075);
}

.anya-vp-req-list p:last-child {
    border-bottom: 0;
}

.anya-vp-req-list b {
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    line-height: 1.45;
}

.anya-vp-req-list span {
    color: rgba(255, 255, 255, .9);
    line-height: 1.5;
}

@media (max-width: 1180px) {
    .anya-vp-nav {
        gap: 18px;
    }

    .anya-vp-hero-logo-bg {
        width: min(70vw, 760px);
        opacity: .08;
        right: -220px;
    }
}

@media (max-width: 980px) {
    .anya-vp-req-copy {
        position: static;
    }

    .anya-vp-hero-logo-bg {
        width: 92vw;
        right: -45vw;
        top: 42%;
        opacity: .06;
    }

    .anya-vp-hero-logo-glow {
        right: -20vw;
        width: 76vw;
        height: 76vw;
        opacity: .7;
    }
}

@media (max-width: 640px) {
    .anya-vp-req-list p {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 13px 6px;
    }

    .anya-vp-req-card-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .anya-vp-copy-status {
        display: block;
        margin: 12px 0 0;
    }
}


/* === v3: live stack console and clearer motion/ecosystem split === */
.anya-vp-stack {
    position: relative;
    overflow: hidden;
}

.anya-vp-stack::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 20%, rgba(35, 145, 255, 0.16), transparent 34%),
        radial-gradient(circle at 78% 72%, rgba(0, 255, 209, 0.10), transparent 30%);
    pointer-events: none;
}

.anya-vp-stack-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
    gap: 44px;
    align-items: center;
}

.anya-vp-stack-copy p {
    max-width: 720px;
}

.anya-vp-stack-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.anya-vp-stack-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1;
    backdrop-filter: blur(12px);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.anya-vp-stack-tags span:hover {
    transform: translateY(-2px);
    border-color: rgba(65, 201, 255, 0.42);
    background: rgba(65, 201, 255, 0.10);
}

.anya-vp-stack-console {
    position: relative;
    overflow: hidden;
    padding: 0;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background:
        linear-gradient(145deg, rgba(8, 15, 28, 0.94), rgba(9, 23, 42, 0.82)),
        rgba(255, 255, 255, 0.04);
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.anya-vp-stack-console::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: linear-gradient(120deg, transparent, rgba(65, 201, 255, 0.18), transparent);
    opacity: 0.65;
    pointer-events: none;
}

.anya-vp-stack-console::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    pointer-events: none;
}

.anya-vp-console-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 17px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.035);
}

.anya-vp-console-top b {
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.anya-vp-console-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
}

.anya-vp-console-dot:nth-child(1) {
    background: rgba(255, 95, 86, 0.85);
}

.anya-vp-console-dot:nth-child(2) {
    background: rgba(255, 189, 46, 0.85);
}

.anya-vp-console-dot:nth-child(3) {
    background: rgba(39, 201, 63, 0.85);
}

.anya-vp-console-body {
    position: relative;
    z-index: 1;
    padding: 24px 24px 28px;
    min-height: 370px;
}

.anya-vp-console-body p {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.55;
}

.anya-vp-console-body p:nth-child(odd) {
    color: rgba(255, 255, 255, 0.9);
}

.anya-vp-console-muted {
    color: rgba(65, 201, 255, 0.9);
    margin-right: 7px;
}

.anya-vp-console-status {
    color: rgba(69, 255, 190, 0.92);
    margin-right: 7px;
}

.anya-vp-console-live-line {
    color: rgba(255, 255, 255, 0.92);
}

.anya-vp-console-cursor {
    display: inline-block;
    width: 8px;
    height: 1.1em;
    margin-left: 4px;
    vertical-align: -2px;
    background: rgba(69, 255, 190, 0.88);
    animation: consoleCursor 0.85s steps(2, start) infinite;
}

@keyframes consoleCursor {

    0%,
    45% {
        opacity: 1;
    }

    46%,
    100% {
        opacity: 0;
    }
}

@media (max-width: 980px) {
    .anya-vp-stack-grid {
        grid-template-columns: 1fr;
    }

    .anya-vp-stack-console {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .anya-vp-stack-tags span {
        font-size: 13px;
    }

    .anya-vp-console-body {
        padding: 20px 18px 24px;
        min-height: 320px;
    }

    .anya-vp-console-body p {
        font-size: 12px;
    }
}

.anya-vp-partners-logo-grid {
    align-items: stretch;
}

.anya-vp-partner-logo-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
}

.anya-vp-partner-logo-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(92, 163, 255, 0.16), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 44%);
    opacity: 0.9;
    pointer-events: none;
}

.anya-vp-partner-logo-card>* {
    position: relative;
    z-index: 1;
}

.anya-vp-partner-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 112px;
    margin-bottom: 22px;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(230, 238, 249, 0.88));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 18px 42px rgba(0, 0, 0, 0.18);
}

.anya-vp-partner-logo-box img {
    display: block;
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}

.anya-vp-partner-logo-box-redos img {
    max-height: 58px;
}

.anya-vp-partner-logo-box-uley img {
    max-height: 78px;
}

.anya-vp-partner-logo-box-alteroffice img {
    max-height: 86px;
}

.anya-vp-partner-logo-card b {
    margin-bottom: 10px;
}

.anya-vp-partner-logo-card:hover .anya-vp-partner-logo-box {
    transform: translateY(-3px);
    border-color: rgba(108, 172, 255, 0.34);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 22px 54px rgba(30, 105, 210, 0.18),
        0 18px 42px rgba(0, 0, 0, 0.18);
}

.anya-vp-partner-logo-box {
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

@media (max-width: 640px) {
    .anya-vp-partner-logo-box {
        min-height: 96px;
        padding: 18px;
        margin-bottom: 18px;
    }

    .anya-vp-partner-logo-box img {
        max-height: 58px;
    }

    .anya-vp-partner-logo-box-alteroffice img {
        max-height: 70px;
    }
}


.anya-vp-landing {
    position: relative;
    isolation: isolate;
}

.anya-vp-landing main {
    display: block;
}

.anya-vp-landing .anya-vp-slider-wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 1fr);
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 14px;
    -webkit-overflow-scrolling: touch;
}

.anya-vp-landing .anya-vp-slider-slide {
    scroll-snap-align: start;
}

.anya-vp-landing .anya-vp-slider-pagination {
    display: none;
}

@media (min-width: 760px) {
    .anya-vp-landing .anya-vp-slider-wrapper {
        grid-auto-columns: minmax(320px, 1fr);
    }
}

@media (min-width: 1100px) {
    .anya-vp-landing .anya-vp-slider-wrapper {
        grid-auto-columns: calc((100% - 36px) / 3);
    }
}

@media (max-width: 768px),
(prefers-reduced-motion: reduce) {
    .anya-vp-landing .anya-vp-motion-bg-video {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {

    .anya-vp-landing *,
    .anya-vp-landing *::before,
    .anya-vp-landing *::after {
        animation-duration: .001ms;
        animation-iteration-count: 1;
        transition-duration: .001ms;
        scroll-behavior: auto;
    }
}


.anya-vp-landing .anya-vp-reveal {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.anya-vp-landing.anya-vp-js-ready .anya-vp-reveal {
    opacity: 1;
    visibility: visible;
}

.anya-vp-landing .anya-vp-reveal.anya-vp-visible {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.anya-vp-landing .anya-vp-cases {
    overflow: hidden;
}

.anya-vp-landing .anya-vp-case-slider {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 18% 0%, rgba(57, 176, 255, 0.13), transparent 35%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px);
}

.anya-vp-landing .anya-vp-case-slider-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.anya-vp-landing .anya-vp-case-slider-head span {
    display: block;
    margin-bottom: 6px;
    color: rgba(102, 214, 255, 0.88);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.anya-vp-landing .anya-vp-case-slider-head b {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}

.anya-vp-landing .anya-vp-case-slider-controls {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.anya-vp-landing .anya-vp-case-slider-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.anya-vp-landing .anya-vp-case-slider-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(92, 206, 255, 0.42);
    background: rgba(92, 206, 255, 0.12);
}

.anya-vp-landing .anya-vp-case-slider-btn:disabled {
    opacity: 0.38;
    cursor: default;
    transform: none;
}

.anya-vp-landing .anya-vp-case-slider-viewport {
    overflow: hidden;
    width: 100%;
    padding-top: 6px;
}

.anya-vp-landing .anya-vp-case-slider-track {
    display: flex;
    gap: 18px;
    will-change: transform;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.anya-vp-landing .anya-vp-case-slide {
    flex: 0 0 calc((100% - 36px) / 3);
    min-width: 0;
}

.anya-vp-landing .anya-vp-case-card {
    position: relative;
    height: 100%;
    min-height: 370px;
    padding: 28px;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background:
        radial-gradient(circle at 20% 0%, rgba(57, 176, 255, 0.15), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(16px);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.anya-vp-landing .anya-vp-case-card:hover {
    transform: translateY(-5px);
    border-color: rgba(92, 206, 255, 0.42);
    background:
        radial-gradient(circle at 20% 0%, rgba(57, 176, 255, 0.20), transparent 36%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.04));
}

.anya-vp-landing .anya-vp-case-card::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(58, 185, 255, 0.10);
    filter: blur(10px);
    pointer-events: none;
}

.anya-vp-landing .anya-vp-case-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 34px;
}

.anya-vp-landing .anya-vp-case-card-top span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(92, 206, 255, 0.10);
    border: 1px solid rgba(92, 206, 255, 0.22);
    color: rgba(220, 245, 255, 0.92);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.anya-vp-landing .anya-vp-case-card-top strong {
    color: rgba(255, 255, 255, 0.24);
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
}

.anya-vp-landing .anya-vp-case-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    color: #fff;
    font-size: 22px;
    line-height: 1.16;
}

.anya-vp-landing .anya-vp-case-card p {
    position: relative;
    z-index: 1;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.65;
}

.anya-vp-landing .anya-vp-case-card ul {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.anya-vp-landing .anya-vp-case-card li {
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.45;
}

.anya-vp-landing .anya-vp-case-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(92, 206, 255, 0.9);
    box-shadow: 0 0 14px rgba(92, 206, 255, 0.8);
}

.anya-vp-landing .anya-vp-case-slider-dots {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 24px;
}

.anya-vp-landing .anya-vp-case-slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.26);
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease;
}

.anya-vp-landing .anya-vp-case-slider-dot.anya-vp-active {
    width: 28px;
    background: rgba(92, 206, 255, 0.95);
}

@media (max-width: 1180px) {
    .anya-vp-landing .anya-vp-case-slide {
        flex-basis: calc((100% - 18px) / 2);
    }
}

@media (max-width: 720px) {
    .anya-vp-landing .anya-vp-case-slider {
        padding: 16px;
        border-radius: 26px;
    }

    .anya-vp-landing .anya-vp-case-slider-head {
        align-items: flex-start;
    }

    .anya-vp-landing .anya-vp-case-slider-head b {
        font-size: 18px;
    }

    .anya-vp-landing .anya-vp-case-slider-btn {
        width: 40px;
        height: 40px;
        font-size: 28px;
    }

    .anya-vp-landing .anya-vp-case-slide {
        flex-basis: 100%;
    }

    .anya-vp-landing .anya-vp-case-card {
        min-height: auto;
        padding: 22px;
    }

    .anya-vp-landing .anya-vp-case-card h3 {
        font-size: 20px;
    }
}

.anya-vp-landing {
    position: relative;
    isolation: isolate;
    display: block;
    min-width: 0;
    background: var(--bg);
    color: var(--text);
}

.anya-vp-landing main {
    position: relative;
    z-index: 1;
    display: block;
    min-width: 0;
}

.anya-vp-landing .anya-vp-hero {
    position: relative;
    isolation: isolate;
    z-index: 1;
}

.anya-vp-landing .anya-vp-hero-canvas,
.anya-vp-landing .anya-vp-hero-video,
.anya-vp-landing .anya-vp-hero-gradient,
.anya-vp-landing .anya-vp-hero-logo-bg,
.anya-vp-landing .anya-vp-hero-logo-glow {
    pointer-events: none;
}

.anya-vp-landing .anya-vp-section,
.anya-vp-landing .anya-vp-ticker,
.anya-vp-landing .anya-vp-motion-stage,
.anya-vp-landing .anya-vp-ecosystem,
.anya-vp-landing .anya-vp-vdoc,
.anya-vp-landing .anya-vp-cases,
.anya-vp-landing .anya-vp-stack,
.anya-vp-landing .anya-vp-partners,
.anya-vp-landing .anya-vp-requisites,
.anya-vp-landing .anya-vp-contacts {
    position: relative;
    z-index: 2;
    visibility: visible;
}

.anya-vp-landing .anya-vp-container,
.anya-vp-landing .anya-vp-section-head,
.anya-vp-landing .anya-vp-solutions-grid,
.anya-vp-landing .anya-vp-eco-layout,
.anya-vp-landing .anya-vp-workflow-grid,
.anya-vp-landing .anya-vp-case-slider,
.anya-vp-landing .anya-vp-stack-grid,
.anya-vp-landing .anya-vp-partners-grid,
.anya-vp-landing .anya-vp-requisites-panel,
.anya-vp-landing .anya-vp-contact-panel {
    position: relative;
    z-index: 3;
}

.anya-vp-landing .anya-vp-reveal {
    opacity: 1;
    visibility: visible;
    transform: none;
}


.anya-vp-landing .anya-vp-page-progress {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    z-index: 120;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.04);
}

.anya-vp-landing .anya-vp-page-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--blue), var(--cyan), var(--blue3));
    box-shadow: 0 0 24px rgba(127, 180, 255, 0.65);
}

.anya-vp-landing .anya-vp-cursor-glow {
    opacity: 0;
    transition: opacity .35s ease;
}

.anya-vp-landing.anya-vp-cursor-active .anya-vp-cursor-glow {
    opacity: 1;
}

.anya-vp-landing .anya-vp-hero {
    min-height: clamp(720px, 92vh, 980px);
}

.anya-vp-landing .anya-vp-hero-canvas,
.anya-vp-landing .anya-vp-hero-logo-bg,
.anya-vp-landing .anya-vp-motion-bg-video,
.anya-vp-landing .anya-vp-core-orbit {
    will-change: transform;
}

.anya-vp-landing .anya-vp-hero-title {
    text-shadow: 0 0 45px rgba(47, 118, 255, 0.18);
}

.anya-vp-landing .anya-vp-hero-title::after {
    content: "";
    display: block;
    width: min(360px, 55vw);
    height: 2px;
    margin-top: 24px;
    background: linear-gradient(90deg, rgba(127, 180, 255, .9), rgba(127, 180, 255, 0));
    box-shadow: 0 0 28px rgba(127, 180, 255, .35);
    transform-origin: left center;
    animation: anyaVpLinePulse 3.8s ease-in-out infinite;
}

.anya-vp-landing .anya-vp-hero-terminal {
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.anya-vp-landing .anya-vp-hero-terminal::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: linear-gradient(120deg, transparent, rgba(127, 180, 255, .22), transparent);
    opacity: .75;
    transform: translateX(-65%);
    animation: anyaVpPanelSweep 5.4s ease-in-out infinite;
    pointer-events: none;
}

.anya-vp-landing .anya-vp-hero-terminal>* {
    position: relative;
    z-index: 1;
}

.anya-vp-landing .anya-vp-ticker {
    box-shadow: inset 0 1px rgba(255, 255, 255, .05), inset 0 -1px rgba(255, 255, 255, .04);
}

.anya-vp-landing .anya-vp-solution-card,
.anya-vp-landing .anya-vp-proof-card,
.anya-vp-landing .anya-vp-eco-card,
.anya-vp-landing .anya-vp-workflow-step,
.anya-vp-landing .anya-vp-partner-card,
.anya-vp-landing .anya-vp-case-card,
.anya-vp-landing .anya-vp-requisites-panel,
.anya-vp-landing .anya-vp-contact-panel,
.anya-vp-landing .anya-vp-stack-console,
.anya-vp-landing .anya-vp-motion-stage,
.anya-vp-landing .anya-vp-vdoc-panel {
    transform: translateZ(0);
}

.anya-vp-landing .anya-vp-solution-card::after,
.anya-vp-landing .anya-vp-proof-card::after,
.anya-vp-landing .anya-vp-eco-card::after,
.anya-vp-landing .anya-vp-workflow-step::after,
.anya-vp-landing .anya-vp-partner-card::after,
.anya-vp-landing .anya-vp-case-card::before,
.anya-vp-landing .anya-vp-stack-console::before,
.anya-vp-landing .anya-vp-motion-stage::before {
    pointer-events: none;
}

.anya-vp-landing .anya-vp-solution-card::before,
.anya-vp-landing .anya-vp-proof-card::before,
.anya-vp-landing .anya-vp-workflow-step::before,
.anya-vp-landing .anya-vp-partner-card::before,
.anya-vp-landing .anya-vp-case-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .08) 32%, transparent 58%);
    transform: translateX(-120%);
    opacity: 0;
    transition: opacity .25s ease;
    pointer-events: none;
}

.anya-vp-landing .anya-vp-solution-card:hover::before,
.anya-vp-landing .anya-vp-proof-card:hover::before,
.anya-vp-landing .anya-vp-workflow-step:hover::before,
.anya-vp-landing .anya-vp-partner-card:hover::before,
.anya-vp-landing .anya-vp-case-card:hover::before {
    opacity: 1;
    animation: anyaVpCardSweep 1.15s ease forwards;
}

.anya-vp-landing .anya-vp-motion-stage {
    box-shadow: 0 40px 140px rgba(0, 0, 0, .42), 0 0 0 1px rgba(127, 180, 255, .08) inset;
}

.anya-vp-landing .anya-vp-motion-stage-grid {
    animation: anyaVpGridDrift 16s linear infinite;
}

.anya-vp-landing .anya-vp-orbit-rings,
.anya-vp-landing .anya-vp-core-center {
    filter: drop-shadow(0 0 32px rgba(47, 118, 255, .22));
}

.anya-vp-landing .anya-vp-orbit-node {
    animation-name: orbitNode, anyaVpNodeGlow;
    animation-duration: 6s, 2.6s;
    animation-timing-function: ease-in-out, ease-in-out;
    animation-iteration-count: infinite, infinite;
}

.anya-vp-landing .anya-vp-stack-console {
    box-shadow: 0 36px 110px rgba(0, 0, 0, .38), 0 0 0 1px rgba(127, 180, 255, .09) inset;
}

.anya-vp-landing .anya-vp-stack-console .anya-vp-console-status,
.anya-vp-landing .anya-vp-stack-console .anya-vp-console-muted {
    text-shadow: 0 0 18px rgba(127, 180, 255, .28);
}

.anya-vp-landing [data-anya-vp-animate] {
    opacity: 1;
    transform: none;
}

.anya-vp-landing.anya-vp-animate-ready [data-anya-vp-animate] {
    opacity: .001;
    transform: translate3d(0, 24px, 0) scale(.985);
}

.anya-vp-landing.anya-vp-animate-ready [data-anya-vp-animate="fade-left"] {
    transform: translate3d(34px, 0, 0) scale(.985);
}

.anya-vp-landing.anya-vp-animate-ready [data-anya-vp-animate="fade-right"] {
    transform: translate3d(-34px, 0, 0) scale(.985);
}

.anya-vp-landing.anya-vp-animate-ready .anya-vp-inview {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    transition: opacity .8s ease, transform .9s cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--anya-vp-delay, 0ms);
}

@keyframes anyaVpLinePulse {

    0%,
    100% {
        transform: scaleX(.72);
        opacity: .65;
    }

    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes anyaVpPanelSweep {

    0%,
    42% {
        transform: translateX(-70%);
        opacity: 0;
    }

    58% {
        opacity: .75;
    }

    100% {
        transform: translateX(70%);
        opacity: 0;
    }
}

@keyframes anyaVpCardSweep {
    0% {
        transform: translateX(-120%);
    }

    100% {
        transform: translateX(120%);
    }
}

@keyframes anyaVpGridDrift {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 70px 70px;
    }
}

@keyframes anyaVpNodeGlow {

    0%,
    100% {
        box-shadow: 0 0 0 rgba(127, 180, 255, 0);
    }

    50% {
        box-shadow: 0 0 22px rgba(127, 180, 255, .24);
    }
}

@media (max-width: 980px) {

    .anya-vp-landing .anya-vp-page-progress,
    .anya-vp-landing .anya-vp-cursor-glow {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {

    .anya-vp-landing .anya-vp-motion-stage-grid,
    .anya-vp-landing .anya-vp-orbit-node,
    .anya-vp-landing .anya-vp-hero-title::after,
    .anya-vp-landing .anya-vp-hero-terminal::before {
        animation: none;
    }

    .anya-vp-landing.anya-vp-animate-ready [data-anya-vp-animate] {
        opacity: 1;
        transform: none;
    }
}
/* === Production candidate v2: customer polish === */
.anya-vp-landing h1,
.anya-vp-landing h2,
.anya-vp-landing h3,
.anya-vp-landing .anya-vp-section-head h2,
.anya-vp-landing .anya-vp-motion-copy h2,
.anya-vp-landing .anya-vp-vdoc h2,
.anya-vp-landing .anya-vp-stack h2,
.anya-vp-landing .anya-vp-requisites h2 {
  color: #ffffff;
}

.anya-vp-landing .anya-vp-btn-consult,
.anya-vp-landing .anya-vp-btn-ghost.anya-vp-copy-btn {
  border-color: rgba(96, 200, 255, 0.38);
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 0%, rgba(119, 223, 255, 0.26), transparent 36%),
    linear-gradient(135deg, #2f7cff, #69d9ff);
  box-shadow: 0 18px 50px rgba(48, 125, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.anya-vp-landing .anya-vp-btn-consult:hover,
.anya-vp-landing .anya-vp-btn-ghost.anya-vp-copy-btn:hover {
  border-color: rgba(129, 229, 255, 0.7);
  box-shadow: 0 22px 70px rgba(48, 125, 255, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.anya-vp-landing .anya-vp-solution-card h3 {
  color: #ffffff;
  font-size: clamp(21px, 1.7vw, 28px);
  line-height: 1.12;
}

.anya-vp-landing .anya-vp-solutions-grid {
  justify-content: center;
}

.anya-vp-landing .anya-vp-card-bg,
.anya-vp-landing .anya-vp-workflow-step,
.anya-vp-landing .anya-vp-case-slider,
.anya-vp-landing .anya-vp-case-card,
.anya-vp-landing .anya-vp-req-card,
.anya-vp-landing .anya-vp-vdoc-panel,
.anya-vp-landing .anya-vp-stack-console,
.anya-vp-landing .anya-vp-partner-card {
  background-image:
    radial-gradient(circle at 18% 0%, rgba(66, 168, 255, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028));
  background-color: rgba(7, 15, 31, 0.62);
}

.anya-vp-landing .anya-vp-workflow-step,
.anya-vp-landing .anya-vp-case-card,
.anya-vp-landing .anya-vp-stack-console,
.anya-vp-landing .anya-vp-req-card,
.anya-vp-landing .anya-vp-vdoc-flow-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 22px 64px rgba(0, 0, 0, 0.24);
}

/* vDoc: meaningful product cards instead of decorative mockup */
.anya-vp-landing .anya-vp-vdoc-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: 34px;
  align-items: center;
}

.anya-vp-landing .anya-vp-vdoc-copy p:not(.anya-vp-eyebrow) {
  max-width: 680px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.72;
}

.anya-vp-landing .anya-vp-vdoc-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.anya-vp-landing .anya-vp-vdoc-flow-card {
  position: relative;
  overflow: hidden;
  min-height: 184px;
  padding: 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(83, 197, 255, 0.17), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.028));
}

.anya-vp-landing .anya-vp-vdoc-flow-card::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -48px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: rgba(67, 174, 255, 0.12);
  filter: blur(12px);
}

.anya-vp-landing .anya-vp-vdoc-flow-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 12px;
  color: rgba(130, 231, 255, 0.95);
  background: rgba(77, 199, 255, 0.12);
  border: 1px solid rgba(77, 199, 255, 0.25);
  font-size: 12px;
  font-weight: 800;
}

.anya-vp-landing .anya-vp-vdoc-flow-card b {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.22;
}

.anya-vp-landing .anya-vp-vdoc-flow-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14px;
  line-height: 1.58;
}

/* Stack: static uppercase-style engineering log */
.anya-vp-landing .anya-vp-stack-console-static .anya-vp-console-body p {
  animation: none;
  transform: none;
  opacity: 1;
  color: rgba(255, 255, 255, 0.82);
}

.anya-vp-landing .anya-vp-stack-console-static .anya-vp-console-body p:nth-child(odd) {
  color: rgba(255, 255, 255, 0.94);
}

.anya-vp-landing .anya-vp-stack-console-static .anya-vp-console-cursor,
.anya-vp-landing .anya-vp-stack-console-static .anya-vp-console-live-line {
  display: none;
}

/* Cases: cleaner glass base */
.anya-vp-landing .anya-vp-case-slider {
  background:
    radial-gradient(circle at 18% 0%, rgba(65, 185, 255, 0.16), transparent 36%),
    radial-gradient(circle at 84% 100%, rgba(55, 104, 255, 0.11), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026));
}

.anya-vp-landing .anya-vp-case-card {
  background:
    radial-gradient(circle at 20% 0%, rgba(76, 185, 255, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.032));
}

/* Requisites: single full-width centered block */
.anya-vp-landing .anya-vp-requisites {
  padding-top: clamp(86px, 8vw, 132px);
}

.anya-vp-landing .anya-vp-requisites-wrap {
  display: grid;
  gap: 34px;
}

.anya-vp-landing .anya-vp-requisites-head {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.anya-vp-landing .anya-vp-requisites-head .anya-vp-eyebrow {
  justify-content: center;
}

.anya-vp-landing .anya-vp-requisites-head h2 {
  margin-bottom: 16px;
}

.anya-vp-landing .anya-vp-requisites-head p:not(.anya-vp-eyebrow) {
  margin: 0 auto 22px;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.anya-vp-landing .anya-vp-req-card-wide {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 30px;
}

.anya-vp-landing .anya-vp-req-card-wide .anya-vp-req-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.anya-vp-landing .anya-vp-req-card-wide .anya-vp-req-list p {
  min-width: 0;
}

.anya-vp-landing .anya-vp-copy-status {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  color: rgba(127, 232, 255, 0.92);
  font-size: 13px;
}

.anya-vp-landing .anya-vp-contacts,
.anya-vp-landing .anya-vp-contact-panel,
.anya-vp-landing .anya-vp-contact-form {
  display: none;
}

@media (max-width: 980px) {
  .anya-vp-landing .anya-vp-vdoc-panel {
    grid-template-columns: 1fr;
  }
  .anya-vp-landing .anya-vp-req-card-wide .anya-vp-req-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .anya-vp-landing .anya-vp-vdoc-flow {
    grid-template-columns: 1fr;
  }
  .anya-vp-landing .anya-vp-requisites-head {
    text-align: left;
  }
  .anya-vp-landing .anya-vp-requisites-head .anya-vp-eyebrow {
    justify-content: flex-start;
  }
}

/* Production v3: subtle hero depth and floating emblem */
.anya-vp-landing .anya-vp-hero::before,
.anya-vp-landing .anya-vp-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.anya-vp-landing .anya-vp-hero::before {
    width: min(720px, 58vw);
    height: min(720px, 58vw);
    right: -12vw;
    top: 14%;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(64, 142, 255, 0.20), rgba(64, 142, 255, 0.07) 36%, transparent 68%);
    filter: blur(14px);
    opacity: .9;
    animation: anyaVpHeroAuraFloat 13s ease-in-out infinite alternate;
}

.anya-vp-landing .anya-vp-hero::after {
    left: 5%;
    bottom: 8%;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(127, 180, 255, .12);
    border-radius: 34% 66% 44% 56%;
    background:
        linear-gradient(135deg, rgba(127, 180, 255, .08), rgba(28, 92, 220, .03));
    box-shadow: inset 0 0 80px rgba(127, 180, 255, .08), 0 0 70px rgba(38, 104, 255, .08);
    opacity: .52;
    transform: rotate(-12deg);
    animation: anyaVpHeroShapeDrift 18s ease-in-out infinite alternate;
}

.anya-vp-landing .anya-vp-hero-logo-bg {
    opacity: .19;
    filter: drop-shadow(0 0 48px rgba(39, 117, 255, .35));
    animation: anyaVpHeroLogoBreath 8.5s ease-in-out infinite;
}

.anya-vp-landing .anya-vp-hero-logo-glow {
    animation: anyaVpHeroGlowPulse 7.5s ease-in-out infinite;
}

.anya-vp-landing .anya-vp-hero-content,
.anya-vp-landing .anya-vp-hero-terminal {
    z-index: 3;
}

.anya-vp-landing .anya-vp-hero-canvas,
.anya-vp-landing .anya-vp-hero-gradient,
.anya-vp-landing .anya-vp-hero-logo-bg,
.anya-vp-landing .anya-vp-hero-logo-glow {
    z-index: 1;
}

.anya-vp-landing .anya-vp-case-slider::after {
    content: "autoplay";
    position: absolute;
    right: 26px;
    bottom: 20px;
    z-index: 1;
    color: rgba(127, 180, 255, .36);
    font-size: 10px;
    line-height: 1;
    letter-spacing: .18em;
    text-transform: uppercase;
    pointer-events: none;
}

@keyframes anyaVpHeroLogoBreath {
    0%, 100% {
        opacity: .15;
        transform: translate3d(0, 0, 0) scale(.98) rotate(-1.2deg);
    }
    50% {
        opacity: .24;
        transform: translate3d(14px, -10px, 0) scale(1.025) rotate(1.2deg);
    }
}

@keyframes anyaVpHeroGlowPulse {
    0%, 100% {
        opacity: .52;
        transform: translate3d(0, 0, 0) scale(.98);
    }
    50% {
        opacity: .82;
        transform: translate3d(10px, -8px, 0) scale(1.08);
    }
}

@keyframes anyaVpHeroAuraFloat {
    0% {
        transform: translate3d(0, 0, 0) scale(.96);
    }
    100% {
        transform: translate3d(-6vw, 4vh, 0) scale(1.08);
    }
}

@keyframes anyaVpHeroShapeDrift {
    0% {
        transform: translate3d(0, 0, 0) rotate(-12deg);
        border-radius: 34% 66% 44% 56%;
    }
    100% {
        transform: translate3d(34px, -18px, 0) rotate(8deg);
        border-radius: 58% 42% 62% 38%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .anya-vp-landing .anya-vp-hero::before,
    .anya-vp-landing .anya-vp-hero::after,
    .anya-vp-landing .anya-vp-hero-logo-bg,
    .anya-vp-landing .anya-vp-hero-logo-glow {
        animation: none;
    }
}

@media (max-width: 760px) {
    .anya-vp-landing .anya-vp-hero::after {
        display: none;
    }
    .anya-vp-landing .anya-vp-hero::before {
        right: -48vw;
        top: 24%;
        width: 92vw;
        height: 92vw;
    }
    .anya-vp-landing .anya-vp-hero-logo-bg {
        opacity: .12;
    }
}

/* production-v3.1-autoplay-hero-fixed: hero section closed, autoplay slider enabled, subtle hero depth active */


/* production-v3.2-bright-hero-autoplay: stronger but still soft hero background emblem */
.anya-vp-landing .anya-vp-hero-logo-bg {
    opacity: .24;
    right: clamp(-180px, -4vw, 20px);
    top: 50%;
    width: min(64vw, 940px);
    transform: translateY(-45%) rotate(-1deg) scale(1.08);
    filter:
        drop-shadow(0 0 34px rgba(64, 176, 255, .50))
        drop-shadow(0 0 110px rgba(64, 176, 255, .30))
        saturate(1.22) contrast(1.08);
    mix-blend-mode: screen;
}

.anya-vp-landing .anya-vp-hero-logo-glow {
    opacity: .86;
    right: 0;
    top: 17%;
    width: 48vw;
    height: 48vw;
    background:
        radial-gradient(circle at 50% 50%, rgba(78, 190, 255, .34), rgba(47, 118, 255, .16) 38%, transparent 72%);
    filter: blur(24px);
}

.anya-vp-landing .anya-vp-hero::before {
    opacity: 1;
    background:
        radial-gradient(circle at 50% 50%, rgba(78, 190, 255, .30), rgba(64, 142, 255, .12) 38%, transparent 70%);
}

.anya-vp-landing .anya-vp-hero::after {
    opacity: .72;
    border-color: rgba(127, 210, 255, .18);
    background:
        linear-gradient(135deg, rgba(127, 210, 255, .11), rgba(28, 92, 220, .045));
    box-shadow:
        inset 0 0 90px rgba(127, 210, 255, .10),
        0 0 90px rgba(38, 150, 255, .12);
}

.anya-vp-landing .anya-vp-hero-gradient {
    background:
        radial-gradient(circle at 76% 44%, rgba(47, 118, 255, .10), transparent 34%),
        linear-gradient(90deg, #02050c 0%, rgba(2, 5, 12, .60) 50%, rgba(2, 5, 12, .80) 100%),
        linear-gradient(0deg, #02050c 0%, transparent 32%);
}

.anya-vp-landing .anya-vp-case-slider::after {
    content: "autoplay 2.8s";
}

@media (max-width: 760px) {
    .anya-vp-landing .anya-vp-hero-logo-bg {
        opacity: .14;
        right: -34vw;
        width: 98vw;
        transform: translateY(-42%) rotate(-1deg) scale(1.02);
    }

    .anya-vp-landing .anya-vp-hero-logo-glow {
        opacity: .42;
        width: 88vw;
        height: 88vw;
        right: -38vw;
    }
}


/* production-v3.3-hero-orbit-autoplay: wider, visible hero emblem orbit */
.anya-vp-landing .anya-vp-hero-logo-bg {
    top: 26%;
    right: 7%;
    bottom: auto;
    left: auto;
    width: min(58vw, 860px);
    opacity: .20;
    transform-origin: 50% 50%;
    filter:
        drop-shadow(0 0 36px rgba(64, 176, 255, .56))
        drop-shadow(0 0 118px rgba(64, 176, 255, .34))
        saturate(1.26) contrast(1.1);
    mix-blend-mode: screen;
    animation: anyaVpHeroLogoOrbit 19s ease-in-out infinite;
}

.anya-vp-landing .anya-vp-hero-logo-glow {
    top: 16%;
    right: 9%;
    width: min(50vw, 720px);
    height: min(50vw, 720px);
    opacity: .72;
    animation: anyaVpHeroGlowOrbit 19s ease-in-out infinite;
}

@keyframes anyaVpHeroLogoOrbit {
    0% {
        transform: translate3d(12%, -8%, 0) scale(1.02) rotate(-2deg);
        opacity: .14;
    }
    25% {
        transform: translate3d(-6%, 6%, 0) scale(1.12) rotate(.8deg);
        opacity: .22;
    }
    50% {
        transform: translate3d(8%, 22%, 0) scale(1.08) rotate(2.5deg);
        opacity: .18;
    }
    75% {
        transform: translate3d(24%, 8%, 0) scale(1.16) rotate(-1deg);
        opacity: .24;
    }
    100% {
        transform: translate3d(12%, -8%, 0) scale(1.02) rotate(-2deg);
        opacity: .14;
    }
}

@keyframes anyaVpHeroGlowOrbit {
    0% {
        transform: translate3d(8%, -4%, 0) scale(.96);
        opacity: .48;
    }
    25% {
        transform: translate3d(-5%, 8%, 0) scale(1.08);
        opacity: .74;
    }
    50% {
        transform: translate3d(6%, 18%, 0) scale(1.02);
        opacity: .62;
    }
    75% {
        transform: translate3d(18%, 7%, 0) scale(1.12);
        opacity: .78;
    }
    100% {
        transform: translate3d(8%, -4%, 0) scale(.96);
        opacity: .48;
    }
}

@media (max-width: 760px) {
    .anya-vp-landing .anya-vp-hero-logo-bg {
        top: 18%;
        right: -22vw;
        width: 96vw;
        opacity: .11;
        animation-duration: 24s;
    }

    .anya-vp-landing .anya-vp-hero-logo-glow {
        top: 12%;
        right: -28vw;
        width: 86vw;
        height: 86vw;
        opacity: .38;
        animation-duration: 24s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .anya-vp-landing .anya-vp-hero-logo-bg,
    .anya-vp-landing .anya-vp-hero-logo-glow {
        animation: none;
    }
}
