/**
 * VK Network — public site premium UI (Stripe / Notion / Linear inspired)
 * Scoped: body.vk-public-site
 */

/**
 * Public theme tokens — use data-theme + data-bs-theme (kept in sync in JS).
 * Semantic names map to legacy --vk-pub-* for existing rules.
 */
:root {
    --bg-color: #ffffff;
    --text-color: #1a1a1a;
    --text-muted-color: #64748b;
    --card-bg: #ffffff;
    --border-color: #e5e7eb;
    --primary-color: #2563eb;
    --vk-on-primary: #ffffff;
    /* Always light text on blue hero / glass-on-gradient blocks */
    --vk-hero-fg: #ffffff;
    --vk-hero-fg-soft: rgba(255, 255, 255, 0.72);
    --vk-hero-fg-muted: rgba(255, 255, 255, 0.82);
    /* Legacy bridge */
    --vk-pub-primary: #1e3a8a;
    --vk-pub-primary-mid: var(--primary-color);
    --vk-pub-accent: #6366f1;
    --vk-pub-bg: var(--bg-color);
    --vk-pub-surface: var(--card-bg);
    --vk-pub-text: var(--text-color);
    --vk-pub-text-muted: var(--text-muted-color);
    --vk-pub-border: var(--border-color);
    --vk-navbar-bg: rgba(255, 255, 255, 0.72);
    --vk-navbar-bg-solid: rgba(255, 255, 255, 0.94);
    --vk-navbar-border: rgba(15, 23, 42, 0.08);
    --vk-shadow-card: 0 2px 8px rgba(30, 58, 138, 0.06), 0 8px 32px rgba(15, 23, 42, 0.06);
    --vk-shadow-card-hover: 0 12px 40px rgba(30, 58, 138, 0.12), 0 4px 12px rgba(15, 23, 42, 0.08);
    --vk-transition: 0.3s ease;
    /* Fixed blues for hero gradients (same in light & dark so the banner stays on-brand) */
    --vk-marketing-blue-deep: #1e3a8a;
    --vk-marketing-blue-mid: #2563eb;
    --vk-marketing-blue-light: #3b82f6;
}

html[data-theme="dark"],
html[data-bs-theme="dark"] {
    --bg-color: #0f172a;
    --text-color: #e5e7eb;
    --text-muted-color: #94a3b8;
    --card-bg: #1e293b;
    --border-color: #334155;
    --primary-color: #3b82f6;
    --vk-pub-primary: #60a5fa;
    --vk-pub-primary-mid: #3b82f6;
    --vk-pub-accent: #a78bfa;
    --vk-pub-bg: var(--bg-color);
    --vk-pub-surface: var(--card-bg);
    --vk-pub-text: var(--text-color);
    --vk-pub-text-muted: var(--text-muted-color);
    --vk-pub-border: var(--border-color);
    --vk-navbar-bg: rgba(15, 23, 42, 0.72);
    --vk-navbar-bg-solid: rgba(15, 23, 42, 0.96);
    --vk-navbar-border: rgba(148, 163, 184, 0.14);
    --vk-shadow-card: 0 2px 8px rgba(0, 0, 0, 0.25), 0 8px 32px rgba(0, 0, 0, 0.2);
    --vk-shadow-card-hover: 0 16px 48px rgba(0, 0, 0, 0.35), 0 4px 16px rgba(0, 0, 0, 0.25);
}

@media (prefers-reduced-motion: reduce) {
    .vk-float-soft,
    .vk-animate-hero > *,
    .vk-animate-hero.vk-animate-hero--aside > * {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .vk-pub-nav .btn-staff,
    .vk-btn-hero-primary,
    .vk-btn-hero-secondary,
    .vk-public-site .btn-primary,
    .vk-public-site .btn-outline-secondary,
    .vk-theme-toggle {
        transition: none !important;
    }

    .vk-pub-service-card:hover,
    .vk-public-site .vk-service-card:hover {
        transform: none !important;
    }

    .vk-team-card,
    .vk-team-card:hover,
    .vk-social-btn,
    .vk-social-btn:hover {
        transform: none !important;
    }
}

/* Homepage staff and owner portfolio */
.vk-team-showcase-section {
    background:
        radial-gradient(circle at 12% 12%, rgba(234, 179, 8, 0.08), transparent 24%),
        radial-gradient(circle at 88% 18%, rgba(59, 130, 246, 0.14), transparent 28%),
        radial-gradient(circle at 50% 100%, rgba(168, 85, 247, 0.12), transparent 30%),
        var(--vk-pub-bg);
}

.vk-team-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 1.25rem;
}

.vk-team-showcase-grid:has(.vk-team-showcase-card:only-child) {
    grid-template-columns: minmax(0, 42rem);
}

.vk-team-showcase-grid:has(.vk-team-showcase-card:only-child) .vk-team-showcase-card {
    grid-column: auto;
}

.vk-team-showcase-card {
    position: relative;
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.78)) padding-box,
        linear-gradient(135deg, rgba(125, 211, 252, 0.28), rgba(167, 139, 250, 0.18), rgba(255, 255, 255, 0.08)) border-box;
    color: #fff;
    box-shadow: 0 24px 70px rgba(2, 8, 23, 0.24);
    transition: transform 0.28s var(--vk-premium-ease), box-shadow 0.28s ease, border-color 0.28s ease;
    isolation: isolate;
}

.vk-team-showcase-card--owner {
    background:
        linear-gradient(145deg, rgba(15, 23, 42, 0.94), rgba(30, 41, 59, 0.8)) padding-box,
        linear-gradient(135deg, rgba(250, 204, 21, 0.56), rgba(59, 130, 246, 0.38), rgba(167, 139, 250, 0.22)) border-box;
    box-shadow: 0 28px 82px rgba(2, 8, 23, 0.32), 0 0 44px rgba(250, 204, 21, 0.12);
}

.vk-team-card-glow {
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 160deg, transparent, rgba(56, 189, 248, 0.13), transparent, rgba(167, 139, 250, 0.12), transparent);
    opacity: 0;
    transition: opacity 0.28s ease;
    animation: vkSlowSpin 14s linear infinite;
}

.vk-team-showcase-card--owner .vk-team-card-glow {
    background: conic-gradient(from 160deg, transparent, rgba(250, 204, 21, 0.16), transparent, rgba(56, 189, 248, 0.14), transparent);
    opacity: 0.8;
}

.vk-team-showcase-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 92px rgba(2, 8, 23, 0.38), 0 0 34px rgba(56, 189, 248, 0.14);
}

.vk-team-showcase-card:hover .vk-team-card-glow {
    opacity: 1;
}

.vk-team-photo-wrap,
.vk-team-card-body {
    position: relative;
    z-index: 1;
}

.vk-team-photo-wrap {
    flex: 0 0 auto;
    height: clamp(260px, 18vw, 320px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 26px 26px 0 0;
}

.vk-team-photo-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.02) 42%, rgba(15, 23, 42, 0.56) 100%),
        radial-gradient(circle at 50% 0%, rgba(125, 211, 252, 0.18), transparent 48%);
}

.vk-team-showcase-card--owner .vk-team-photo-wrap {
    height: clamp(260px, 18vw, 320px);
}

.vk-team-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.42s var(--vk-premium-ease), filter 0.42s ease;
}

.vk-team-showcase-card:hover .vk-team-photo-wrap img {
    transform: scale(1.07);
    filter: saturate(1.08) contrast(1.04);
}

.vk-team-status,
.vk-founder-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    font-size: 0.72rem;
    font-weight: 800;
}

.vk-team-status {
    left: 1rem;
    top: 1rem;
    padding: 0.42rem 0.68rem;
}

.vk-team-status::before {
    content: "";
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
}

.vk-team-status-active {
    color: #bbf7d0;
    background: rgba(22, 101, 52, 0.42);
}

.vk-team-status-active::before {
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.62);
    animation: vkPulse 1.8s infinite;
}

.vk-team-status-inactive {
    color: #cbd5e1;
    background: rgba(51, 65, 85, 0.58);
}

.vk-team-status-inactive::before {
    background: #94a3b8;
}

.vk-team-status-on_leave {
    color: #fde68a;
    background: rgba(146, 64, 14, 0.48);
}

.vk-team-status-on_leave::before {
    background: #f59e0b;
}

.vk-founder-badge {
    right: 1rem;
    top: 1rem;
    padding: 0.42rem 0.7rem;
    color: #fef3c7;
    background: rgba(120, 53, 15, 0.44);
    box-shadow: 0 0 22px rgba(250, 204, 21, 0.2);
}

.vk-founder-badge svg {
    width: 0.92rem;
    height: 0.92rem;
}

.vk-team-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.15rem;
}

.vk-team-card-body h3 {
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.05rem, 1.2vw, 1.25rem);
    font-weight: 700;
    letter-spacing: 0;
}

.vk-team-role,
.vk-team-desc {
    color: rgba(226, 232, 240, 0.74);
}

.vk-team-role {
    margin: 0.18rem 0 0;
    font-size: 0.86rem;
    line-height: 1.35;
}

.vk-team-exp {
    flex: 0 0 auto;
    padding: 0.38rem 0.56rem;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.14);
    color: #bfdbfe;
    font-size: 0.72rem;
    font-weight: 800;
}

.vk-team-desc {
    position: relative;
    min-height: 5.48rem;
    max-height: 5.48rem;
    margin: 0.95rem 0;
    overflow: hidden;
    font-size: 0.9rem;
    line-height: 1.52;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.vk-team-desc::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1.55rem;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(30, 41, 59, 0), rgba(30, 41, 59, 0.92));
}

.vk-team-tags,
.vk-team-actions,
.vk-team-socials,
.vk-team-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.48rem;
}

.vk-team-tags span {
    flex: 0 0 auto;
    display: inline-flex;
    padding: 0.36rem 0.55rem;
    border-radius: 999px;
    color: rgba(226, 232, 240, 0.88);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
}

.vk-team-tags {
    min-height: 4.2rem;
    max-height: 4.2rem;
    overflow: hidden;
    align-content: flex-start;
}

.vk-team-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 1rem 0;
}

.vk-team-stats span {
    min-width: 0;
    padding: 0.65rem 0.72rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.76rem;
}

.vk-team-stats strong {
    display: block;
    color: #fff;
    font-size: 1.05rem;
}

.vk-team-actions {
    margin-top: auto;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem;
}

.vk-team-actions .btn {
    min-height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    white-space: nowrap;
}

.vk-team-icon-btn {
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: rgba(34, 197, 94, 0.18);
    border: 1px solid rgba(34, 197, 94, 0.28);
    text-decoration: none;
    transition: transform 0.22s ease, background 0.22s ease;
}

.vk-team-icon-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    background: rgba(34, 197, 94, 0.3);
}

.vk-team-icon-btn svg {
    width: 1rem;
    height: 1rem;
}

.vk-team-socials {
    margin-top: 0.85rem;
    min-height: 1.2rem;
    overflow: hidden;
}

.vk-team-socials a {
    color: #7dd3fc;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
}

.vk-team-socials a:hover {
    color: #e0f2fe;
}

.vk-team-modal .modal-content {
    border: 1px solid rgba(125, 211, 252, 0.2);
    border-radius: 28px;
    background:
        radial-gradient(circle at 15% 0%, rgba(59, 130, 246, 0.18), transparent 30%),
        linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.94));
    color: #fff;
    box-shadow: 0 34px 90px rgba(2, 8, 23, 0.55);
}

.vk-team-modal-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.vk-team-modal-role {
    color: #7dd3fc;
    font-weight: 800;
}

.vk-team-modal-bio {
    color: rgba(226, 232, 240, 0.78);
    line-height: 1.7;
}

.vk-team-modal-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 0.8rem;
}

.vk-team-modal-metrics span {
    padding: 0.8rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(226, 232, 240, 0.7);
    font-size: 0.78rem;
}

.vk-team-modal-metrics strong {
    display: block;
    color: #fff;
    font-size: 1.25rem;
}

.vk-skill-bars {
    display: grid;
    gap: 0.75rem;
}

.vk-skill-bars span {
    display: block;
    margin-bottom: 0.28rem;
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.82rem;
    font-weight: 700;
}

.vk-skill-bars div div {
    height: 0.48rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.vk-skill-bars i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #06b6d4, #60a5fa, #a78bfa);
    box-shadow: 0 0 16px rgba(96, 165, 250, 0.42);
}

@media (max-width: 1199.98px) {
    .vk-team-showcase-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vk-team-photo-wrap,
    .vk-team-showcase-card--owner .vk-team-photo-wrap {
        height: clamp(240px, 24vw, 260px);
    }
}

@media (max-width: 991.98px) {
    .vk-team-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .vk-team-showcase-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
    }

    .vk-team-showcase-card,
    .vk-team-showcase-card--owner {
        width: 100%;
    }

    .vk-team-photo-wrap,
    .vk-team-showcase-card--owner .vk-team-photo-wrap {
        height: clamp(200px, 58vw, 240px);
    }

    .vk-team-desc {
        min-height: 4.15rem;
        max-height: 4.15rem;
        -webkit-line-clamp: 3;
    }

    .vk-team-card-body {
        padding: 1rem;
    }

    .vk-founder-badge {
        max-width: calc(100% - 2rem);
    }
}

body.vk-public-site {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    /* Bootstrap 5 — map semantic tokens so cards, modals, forms inherit correctly */
    --bs-body-bg: var(--bg-color);
    --bs-body-color: var(--text-color);
    --bs-secondary-color: var(--text-muted-color);
    --bs-tertiary-color: var(--text-muted-color);
    --bs-border-color: var(--border-color);
    --bs-emphasis-color: var(--text-color);
    --bs-primary: var(--primary-color);
    --bs-link-color: var(--primary-color);
    --bs-link-hover-color: var(--vk-pub-primary);
    --bs-primary-rgb: 37, 99, 235;
}

.vk-announcement-bar {
    position: relative;
    z-index: 1040;
    padding: 0.48rem 1rem;
    text-align: center;
    background: linear-gradient(90deg, var(--primary-color), var(--vk-public-secondary, #14b8a6));
    box-shadow: 0 12px 32px rgba(var(--bs-primary-rgb), 0.24);
}

.vk-announcement-bar a {
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.vk-public-logo-img {
    display: block;
    width: auto;
    max-width: clamp(7.5rem, 13vw, 10.5rem);
    max-height: 3rem;
    object-fit: contain;
    image-rendering: auto;
}

.vk-footer-logo-img {
    display: block;
    width: auto;
    max-width: 8.5rem;
    max-height: 3rem;
    object-fit: contain;
}

html:is([data-theme="dark"], [data-bs-theme="dark"]) body.vk-public-site {
    --bs-primary-rgb: 59, 130, 246;
}

/* Modals, list groups, close button — theme-aware */
.vk-public-site .modal-content {
    background-color: var(--card-bg);
    color: var(--text-color);
    border-color: var(--border-color);
}

.vk-public-site .modal-header {
    border-bottom-color: var(--border-color);
}

.vk-public-site .modal-header .h6,
.vk-public-site .modal-header h1,
.vk-public-site .modal-header h2,
.vk-public-site .modal-header h3 {
    color: var(--text-color);
}

.vk-public-site .btn-close {
    filter: none;
}

html:is([data-theme="dark"], [data-bs-theme="dark"]) .vk-public-site .btn-close {
    filter: invert(1);
}

.vk-public-site .list-group-item {
    background-color: var(--card-bg);
    color: var(--text-color);
    border-color: var(--border-color);
}

.vk-public-site .form-control {
    background-color: var(--card-bg);
    color: var(--text-color);
    border-color: var(--border-color);
}

.vk-public-site .form-control::placeholder {
    color: var(--text-muted-color);
}

.vk-public-site .form-control:focus {
    background-color: var(--card-bg);
    color: var(--text-color);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}

.vk-public-site .form-label {
    color: var(--text-color);
}

.vk-public-site .text-body-secondary {
    color: var(--text-muted-color) !important;
}

html:is([data-theme="dark"], [data-bs-theme="dark"]) .vk-public-site .badge.text-bg-light {
    background-color: var(--card-bg) !important;
    color: var(--text-color) !important;
    border: 1px solid var(--border-color);
}

/* Optional alias for gallery tiles (see .vk-svc-gallery-item) */
.gallery-card {
    background: var(--card-bg);
    color: var(--text-color);
    border: 1px solid var(--border-color);
}

.gallery-card p {
    color: var(--text-muted-color);
}

.vk-gallery-preview-img {
    background: var(--card-bg) !important;
}

/* AOS: avoid layout jump */
[data-aos] {
    pointer-events: auto;
}

/* Lucide (stroke icons) */
.vk-public-site .vk-theme-toggle svg {
    width: 1.125rem;
    height: 1.125rem;
    stroke: currentColor;
}

.vk-public-site .vk-lucide-nav svg {
    width: 1.125rem;
    height: 1.125rem;
    stroke: currentColor;
}

.vk-public-site .vk-pub-icon-wrap svg {
    width: 1.75rem;
    height: 1.75rem;
    stroke: currentColor;
}

.vk-public-site .vk-glass-list svg {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
    margin-top: 0.15rem;
    stroke: #a5f3fc;
}

.vk-public-site .vk-hero-btn-ic svg {
    width: 1.15rem;
    height: 1.15rem;
    stroke: currentColor;
}

.vk-public-site .vk-contact-ic svg {
    width: 1.125rem;
    height: 1.125rem;
    stroke: var(--vk-pub-primary-mid);
    vertical-align: -0.2em;
}

.vk-public-site .vk-lucide-footer svg {
    width: 0.95rem;
    height: 0.95rem;
    stroke: currentColor;
    flex-shrink: 0;
}

.vk-public-site .vk-lucide-inline-sm svg {
    width: 0.95rem;
    height: 0.95rem;
    stroke: currentColor;
    vertical-align: -0.125em;
}

.vk-public-site .vk-portfolio-placeholder svg {
    width: 2.75rem;
    height: 2.75rem;
    stroke: var(--vk-pub-text-muted);
    opacity: 0.65;
}

.vk-public-site h1,
.vk-public-site h2,
.vk-public-site .vk-display-font {
    font-family: "Poppins", "Inter", system-ui, sans-serif;
}

/* ——— Navbar (glass → solid on scroll) ——— */
.vk-navbar-premium {
    background: var(--vk-navbar-bg) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid transparent !important;
    box-shadow: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition:
        background var(--vk-transition),
        border-color var(--vk-transition),
        box-shadow var(--vk-transition);
}

.vk-navbar-premium.is-scrolled {
    background: var(--vk-navbar-bg-solid) !important;
    border-bottom-color: var(--vk-navbar-border) !important;
    box-shadow: 0 1px 0 var(--vk-navbar-border), 0 8px 32px rgba(15, 23, 42, 0.06);
}

html:is([data-theme="dark"], [data-bs-theme="dark"]) .vk-navbar-premium.is-scrolled {
    box-shadow: 0 1px 0 var(--vk-navbar-border), 0 8px 32px rgba(0, 0, 0, 0.35);
}

.vk-public-logo-circle {
    width: 42px;
    height: 42px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    flex-shrink: 0;
    background: linear-gradient(145deg, var(--vk-pub-primary-mid) 0%, var(--vk-pub-primary) 100%);
    box-shadow: 0 2px 12px rgba(30, 58, 138, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

@media (min-width: 992px) {
    .vk-public-logo-circle {
        width: 46px;
        height: 46px;
        font-size: 0.875rem;
    }
}

.vk-public-brand-title {
    font-weight: 700;
    line-height: 1.2;
    color: var(--vk-pub-text);
    letter-spacing: -0.03em;
    font-size: 1.125rem;
    transition: color var(--vk-transition);
}

@media (min-width: 992px) {
    .vk-public-brand-title {
        font-size: 1.375rem;
    }
}

.vk-public-brand-sub {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--vk-pub-text-muted);
    margin-top: 0.125rem;
    letter-spacing: 0.02em;
}

@media (min-width: 992px) {
    .vk-public-brand-sub {
        font-size: 0.8125rem;
    }
}

/* Nav links: underline animation */
.vk-pub-nav .nav-link.vk-pub-nav-link {
    position: relative;
    color: var(--vk-pub-text-muted);
    font-weight: 500;
    font-size: 0.9375rem;
    padding: 0.5rem 0.875rem !important;
    border-radius: 0.5rem;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.vk-pub-nav .nav-link.vk-pub-nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.35rem;
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--vk-pub-primary), var(--vk-pub-accent));
    transform: translateX(-50%);
    transition: width 0.25s ease;
}

.vk-pub-nav .nav-link.vk-pub-nav-link:hover {
    color: var(--vk-pub-text);
    background-color: rgba(99, 102, 241, 0.06);
}

.vk-pub-nav .nav-link.vk-pub-nav-link:hover::after {
    width: 60%;
}

.vk-pub-nav .nav-link.vk-pub-nav-link.active {
    color: var(--vk-pub-primary);
    font-weight: 600;
    background-color: rgba(37, 99, 235, 0.1);
}

html:is([data-theme="dark"], [data-bs-theme="dark"]) .vk-pub-nav .nav-link.vk-pub-nav-link.active {
    color: var(--vk-pub-primary-mid);
    background-color: rgba(59, 130, 246, 0.12);
}

.vk-pub-nav .nav-link.vk-pub-nav-link.active::after {
    width: 70%;
}

/* Staff CTA */
.vk-pub-nav .btn-staff {
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, var(--vk-pub-primary), var(--primary-color));
    color: var(--vk-on-primary);
    box-shadow: 0 2px 8px rgba(30, 58, 138, 0.35);
    transition: transform var(--vk-transition), box-shadow var(--vk-transition);
}

.vk-pub-nav .btn-staff:hover {
    color: var(--vk-on-primary);
    transform: scale(1.05) translateY(-1px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
}

.vk-pub-nav .btn-staff:active {
    transform: scale(1.02);
}

html:is([data-theme="dark"], [data-bs-theme="dark"]) .vk-pub-nav .btn-staff {
    background: linear-gradient(135deg, var(--primary-color), var(--vk-pub-accent));
    box-shadow: 0 2px 12px rgba(59, 130, 246, 0.35);
}

/* Theme toggle */
.vk-theme-toggle {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: 1px solid var(--vk-pub-border);
    background: var(--vk-pub-surface);
    color: var(--vk-pub-text-muted);
    transition: color var(--vk-transition), background var(--vk-transition), border-color var(--vk-transition),
        transform 0.2s ease;
}

.vk-theme-toggle:hover {
    color: var(--vk-pub-text);
    background: rgba(99, 102, 241, 0.08);
    transform: scale(1.05);
}

.vk-navbar-premium .navbar-toggler {
    border: 1px solid var(--vk-pub-border);
    border-radius: 0.5rem;
    padding: 0.45rem 0.55rem;
}

html:is([data-theme="dark"], [data-bs-theme="dark"]) .vk-navbar-premium .navbar-toggler-icon {
    filter: invert(1) brightness(1.15);
}

/* ——— Hero ——— (always blue gradient; text stays light for contrast) */
.vk-hero-premium {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        var(--vk-marketing-blue-deep) 0%,
        var(--vk-marketing-blue-mid) 55%,
        var(--vk-marketing-blue-light) 100%
    );
    color: var(--vk-hero-fg);
}

.vk-hero-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 20% 20%, rgba(99, 102, 241, 0.35), transparent 55%),
        radial-gradient(ellipse 60% 50% at 85% 80%, rgba(56, 189, 248, 0.2), transparent 50%);
    pointer-events: none;
}

.vk-hero-inner {
    position: relative;
    z-index: 1;
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
}

@media (min-width: 992px) {
    .vk-hero-inner {
        padding-top: 3.5rem;
        padding-bottom: 4.5rem;
    }
}

.vk-hero-eyebrow {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--vk-hero-fg-soft);
    margin-bottom: 0.75rem;
}

.vk-hero-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: clamp(1.85rem, 4vw + 1rem, 3.25rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
    color: var(--vk-hero-fg);
}

.vk-hero-lead {
    font-size: clamp(1rem, 1.2vw + 0.9rem, 1.2rem);
    line-height: 1.6;
    color: var(--vk-hero-fg-muted);
    max-width: 36rem;
    margin-bottom: 1.75rem;
}

.vk-btn-hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0.65rem;
    border: none;
    background: linear-gradient(180deg, #fff 0%, #f1f5f9 100%);
    color: #1e3a8a;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    transition: transform var(--vk-transition), box-shadow var(--vk-transition);
}

.vk-btn-hero-primary:hover {
    color: #1e3a8a;
    transform: scale(1.05);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}

.vk-btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    color: var(--vk-hero-fg);
    transition: transform var(--vk-transition), background var(--vk-transition), border-color var(--vk-transition);
}

.vk-btn-hero-secondary:hover {
    color: var(--vk-hero-fg);
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.65);
    transform: scale(1.05);
}

@media (max-width: 575.98px) {
    .vk-hero-actions .vk-btn-hero-primary,
    .vk-hero-actions .vk-btn-hero-secondary {
        width: 100%;
    }
}

/* Glass card */
.vk-glass-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.vk-glass-card h2,
.vk-glass-card .vk-glass-title {
    color: var(--vk-hero-fg);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
}

.vk-glass-card .vk-glass-list {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

@media (prefers-reduced-motion: no-preference) {
    .vk-float-soft {
        animation: vkFloatSoft 7s ease-in-out infinite;
    }

    .vk-animate-hero > * {
        opacity: 0;
        animation: vkFadeUp 0.75s ease forwards;
    }

    .vk-animate-hero > *:nth-child(1) {
        animation-delay: 0.05s;
    }
    .vk-animate-hero > *:nth-child(2) {
        animation-delay: 0.12s;
    }
    .vk-animate-hero > *:nth-child(3) {
        animation-delay: 0.19s;
    }
    .vk-animate-hero > *:nth-child(4) {
        animation-delay: 0.26s;
    }
    .vk-animate-hero.vk-animate-hero--aside > * {
        animation-delay: 0.35s;
    }
}

@keyframes vkFadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vkFloatSoft {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* ——— Sections ——— */
.vk-pub-section {
    background: var(--vk-pub-bg);
}

.vk-pub-section-alt {
    background: var(--vk-pub-bg);
}

.vk-pub-section-contact {
    background: var(--vk-pub-surface);
    border-top: 1px solid var(--vk-pub-border);
}

.vk-pub-page {
    background: var(--vk-pub-bg);
    min-height: 50vh;
}

.vk-section-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
    color: var(--vk-pub-text);
    letter-spacing: -0.02em;
}

.vk-section-lead {
    color: var(--vk-pub-text-muted);
    max-width: 34rem;
}

/* Service cards (Linear-style) */
.vk-pub-service-card {
    background: var(--vk-pub-surface);
    border: 1px solid var(--vk-pub-border);
    border-radius: 16px;
    box-shadow: var(--vk-shadow-card);
    transition: transform var(--vk-transition), box-shadow var(--vk-transition), border-color var(--vk-transition);
    height: 100%;
    overflow: hidden;
}

.vk-pub-service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--vk-shadow-card-hover);
    border-color: rgba(99, 102, 241, 0.2);
}

.vk-pub-service-card .vk-pub-icon-wrap {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.12), rgba(99, 102, 241, 0.15));
    color: var(--vk-pub-primary);
}

html:is([data-theme="dark"], [data-bs-theme="dark"]) .vk-pub-service-card .vk-pub-icon-wrap {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(99, 102, 241, 0.22));
    color: var(--vk-pub-primary-mid);
}

.vk-pub-service-card h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--vk-pub-text);
}

.vk-pub-service-card .stretched-link {
    font-weight: 600;
    border-radius: 0.5rem;
    transition: transform 0.2s ease;
}

.vk-pub-service-card:hover .stretched-link {
    transform: translateX(2px);
}

/* Legacy class used on portfolio */
.vk-public-site .vk-service-card {
    transition: transform var(--vk-transition), box-shadow var(--vk-transition);
    border-radius: 16px;
    border: 1px solid var(--vk-pub-border);
    background: var(--vk-pub-surface);
}

.vk-public-site .vk-service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--vk-shadow-card-hover);
}

/* Buttons on inner pages */
.vk-public-site .btn-primary {
    background: linear-gradient(135deg, var(--vk-pub-primary), var(--primary-color));
    border: none;
    font-weight: 600;
    color: var(--vk-on-primary);
    transition: transform var(--vk-transition), box-shadow var(--vk-transition);
}

.vk-public-site .btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--vk-pub-primary-mid));
    color: var(--vk-on-primary);
    transform: scale(1.03);
}

.vk-public-site .btn-outline-secondary {
    border-color: var(--vk-pub-border);
    color: var(--vk-pub-text);
    font-weight: 600;
    transition: transform var(--vk-transition), background var(--vk-transition);
}

.vk-public-site .btn-outline-secondary:hover {
    background: var(--vk-pub-bg);
    border-color: var(--vk-pub-text-muted);
    color: var(--vk-pub-text);
    transform: scale(1.03);
}

.vk-public-site .btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.vk-public-site .btn-outline-primary:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--vk-on-primary);
}

/* Home page refresh */
.vk-home-hero .vk-hero-eyebrow svg {
    width: 1rem;
    height: 1rem;
}

.vk-home-stat {
    min-height: 6.25rem;
    padding: 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}

.vk-home-stat strong {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1;
}

.vk-home-stat span {
    display: block;
    margin-top: 0.55rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
    line-height: 1.35;
}

.vk-home-hero-panel {
    position: relative;
    border-radius: 24px;
    padding: clamp(1.25rem, 3vw, 2rem);
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
    color: #fff;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.vk-home-pulse {
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.65);
    animation: vkPulse 1.8s infinite;
}

.vk-home-workflow {
    display: grid;
    gap: 1rem;
}

.vk-home-workflow-item {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.vk-home-workflow-item > span,
.vk-feature-mini > i,
.vk-social-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vk-home-workflow-item > span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
}

.vk-home-workflow-item svg,
.vk-feature-mini svg,
.vk-social-btn svg,
.vk-back-to-top svg,
.vk-about-floating svg {
    width: 1.15rem;
    height: 1.15rem;
    stroke: currentColor;
}

.vk-home-workflow-item strong,
.vk-home-workflow-item small {
    display: block;
}

.vk-home-workflow-item small {
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.45;
}

.vk-section-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65rem;
    color: var(--primary-color);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.vk-modern-card {
    min-height: 15.25rem;
}

.vk-about-visual {
    position: relative;
    min-height: 24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid var(--vk-pub-border);
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(20, 184, 166, 0.12)),
        var(--vk-pub-surface);
    box-shadow: var(--vk-shadow-card);
}

.vk-about-visual img {
    width: min(72%, 24rem);
    height: auto;
}

.vk-about-floating {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.24);
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.14);
    color: #0f172a;
}

.vk-hero-shine,
.vk-hero-grain {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.vk-hero-shine {
    background: radial-gradient(circle at 20% 20%, rgba(96, 165, 250, 0.28), transparent 25%),
        radial-gradient(circle at 80% 15%, rgba(168, 85, 247, 0.22), transparent 20%),
        radial-gradient(circle at 50% 80%, rgba(56, 189, 248, 0.14), transparent 30%);
    opacity: 0.85;
}

.vk-hero-grain {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 26px 26px;
}

.vk-gradient-text {
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.vk-hero-badges {
    gap: 0.8rem;
}

.vk-hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.85rem;
    font-weight: 600;
}

.vk-brand-strip {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 1.5rem;
}

.vk-hero-topline {
    gap: 1rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.78);
}

.vk-hero-trust,
.vk-hero-badge-mini {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #f8fafc;
    font-weight: 600;
}

.vk-hero-badge-mini {
    letter-spacing: 0.02em;
}

.vk-brand-strip {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 1.5rem;
}

.vk-brand-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
    letter-spacing: 0.01em;
}

.vk-dashboard-card {
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.26);
    overflow: hidden;
    position: relative;
}

.vk-badge-live {
    background: rgba(34, 197, 94, 0.15);
    color: #a7f3d0;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.vk-mini-kpi {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    color: #fff;
    min-height: 9rem;
}

.vk-mini-kpi strong {
    display: block;
    font-size: 1.7rem;
}

.vk-mini-kpi span,
.vk-mini-kpi small {
    display: block;
}

.vk-track-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
}

.vk-track-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(59, 130, 246, 0.2);
    color: #fff;
}

.vk-track-map {
    min-height: 8rem;
    border-radius: 18px;
    background: radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.22), transparent 28%),
        linear-gradient(180deg, rgba(30, 64, 175, 0.2), rgba(15, 23, 42, 0.3));
    position: relative;
    overflow: hidden;
}

.vk-track-map::before {
    content: '';
    position: absolute;
    inset: 1.2rem;
    border-radius: 16px;
    background: radial-gradient(circle at 25% 35%, rgba(14, 165, 233, 0.35), transparent 28%),
        radial-gradient(circle at 80% 60%, rgba(167, 139, 250, 0.22), transparent 28%);
}

.vk-track-progress {
    width: 55%;
    height: 0.55rem;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    overflow: hidden;
}

.vk-track-progress-bar {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #22c55e, #38bdf8);
}

.vk-ai-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
}

.vk-ai-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.16);
    color: #dbeafe;
    font-size: 0.75rem;
    font-weight: 700;
}

.vk-ai-message {
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.6;
}

.vk-rating-card {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
}

.vk-rating-score {
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.vk-stars i {
    width: 1.1rem;
    height: 1.1rem;
    color: #facc15;
}

.vk-dashboard-footer {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.93rem;
}

.vk-service-card {
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
    color: #fff;
}

.vk-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 72px rgba(15, 23, 42, 0.24);
}

.vk-service-card-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.18), rgba(14, 165, 233, 0.22));
    color: #a5f3fc;
}

.vk-service-card h3,
.vk-service-card p {
    color: #fff;
}

.vk-service-card a {
    color: #7dd3fc;
}

.vk-service-card a:hover {
    color: #e0f2fe;
}

.vk-analytics-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    color: #fff;
}

.vk-analytics-kpi {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 18px;
}

.vk-analytics-kpi strong {
    display: block;
    font-size: 2rem;
    margin-bottom: 0.25rem;
}

.vk-chart-line {
    position: relative;
    height: 10rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    overflow: hidden;
}

.vk-chart-line::after {
    content: '';
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 12%;
    height: 2px;
    background: rgba(255,255,255,0.12);
}

.vk-chart-line::before {
    content: '';
    position: absolute;
    left: 10%;
    bottom: 18%;
    width: 82%;
    height: 2px;
    background: linear-gradient(90deg, rgba(56,189,248,0.7), rgba(168,85,247,0.8));
    border-radius: 999px;
    transform: translateY(-50%);
}

.vk-chart-axis span {
    color: rgba(255, 255, 255, 0.65);
}

.vk-radial-progress {
    min-width: 10rem;
    padding: 1.2rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.vk-radial-progress span {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
}

.vk-radial-progress small {
    color: rgba(255, 255, 255, 0.68);
}

.vk-radial-progress--secondary {
    background: rgba(99, 102, 241, 0.09);
}

.vk-why-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    min-height: 10rem;
    color: #fff;
}

.vk-why-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.12);
    color: #cffafe;
}

.vk-card-glow-blue {
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.22);
}
.vk-card-glow-cyan {
    box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.24);
}
.vk-card-glow-purple {
    box-shadow: inset 0 0 0 1px rgba(168, 85, 247, 0.2);
}
.vk-card-glow-green {
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.24);
}
.vk-card-glow-sky {
    box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.2);
}
.vk-card-glow-pink {
    box-shadow: inset 0 0 0 1px rgba(236, 72, 153, 0.2);
}

.vk-testimonial-card {
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.26);
}

.vk-testimonial-avatar {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(59, 130, 246, 0.2);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

.vk-testimonial-stars i {
    width: 1rem;
    height: 1rem;
    margin-right: 0.2rem;
}

.vk-step-card {
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
}

.vk-step-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(59, 130, 246, 0.2);
    color: #fff;
}

.vk-ready-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.16);
    color: #fff;
}

.vk-ready-title {
    font-size: 1.5rem;
    color: #fff;
}

.vk-back-to-top {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    width: 3.25rem;
    height: 3.25rem;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.3);
    transition: transform 0.25s ease, opacity 0.25s ease;
    z-index: 1050;
}

.vk-back-to-top:hover {
    transform: translateY(-2px);
}

.vk-local-link {
    display: block;
    padding: 1.25rem;
    min-height: 12rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    transition: transform var(--vk-transition), border-color var(--vk-transition), box-shadow var(--vk-transition);
}

.vk-local-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
    border-color: rgba(59, 130, 246, 0.25);
}

.vk-local-link strong {
    display: block;
    margin-bottom: 0.75rem;
}

.vk-local-link span {
    color: rgba(255, 255, 255, 0.68);
}

.vk-cta-panel {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
}

.vk-cta-panel::before {
    content: '';
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.16), transparent 30%);
    opacity: 0.9;
}

.vk-cta-panel::after {
    content: '';
    position: absolute;
    right: -10%;
    bottom: -10%;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.16), transparent 55%);
}

.vk-cta-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.12), transparent 25%);
    z-index: 0;
}

.vk-cta-panel > * {
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .vk-hero-inner {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .vk-back-to-top {
        right: 0.9rem;
        bottom: 0.9rem;
    }
}

.vk-about-floating > i {
    display: inline-flex;
    color: var(--primary-color);
}

.vk-public-footer {
    background: rgba(15, 23, 42, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
}

.vk-footer-logo {
    text-decoration: none;
}

.vk-footer-mark {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.35), rgba(59, 130, 246, 0.15));
    color: #fff;
    font-weight: 700;
}

.vk-footer-brand {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.vk-footer-copy {
    color: rgba(255, 255, 255, 0.74);
    max-width: 29rem;
}

.vk-footer-heading {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.vk-footer-links li + li {
    margin-top: 0.85rem;
}

.vk-footer-links a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: color 0.2s ease;
}

.vk-footer-links a:hover {
    color: #fff;
}

.vk-footer-apps {
    gap: 0.75rem;
}

.vk-app-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 0.85rem;
    text-decoration: none;
}

.vk-app-badge:hover {
    background: rgba(255, 255, 255, 0.1);
}

.vk-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1rem;
}

.vk-footer-bottom .text-muted {
    color: rgba(255, 255, 255, 0.62) !important;
}

.vk-public-footer .vk-social-btn {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
}

.vk-public-footer .vk-social-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}


.vk-about-floating strong,
.vk-about-floating span {
    display: block;
}

.vk-about-floating span {
    color: #64748b;
    font-size: 0.85rem;
}

.vk-feature-mini {
    height: 100%;
    padding: 1rem;
    border: 1px solid var(--vk-pub-border);
    border-radius: 16px;
    background: var(--vk-pub-surface);
}

.vk-feature-mini > i {
    width: 2.35rem;
    height: 2.35rem;
    margin-bottom: 0.75rem;
    border-radius: 12px;
    color: var(--primary-color);
    background: rgba(var(--bs-primary-rgb), 0.1);
}

.vk-feature-mini strong,
.vk-feature-mini span {
    display: block;
}

.vk-feature-mini span {
    margin-top: 0.25rem;
    color: var(--vk-pub-text-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.vk-team-card {
    overflow: hidden;
    border: 1px solid var(--vk-pub-border);
    border-radius: 20px;
    background: var(--vk-pub-surface);
    box-shadow: var(--vk-shadow-card);
    transition: transform var(--vk-transition), box-shadow var(--vk-transition), border-color var(--vk-transition);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vk-team-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(var(--bs-primary-rgb), 0.3);
    box-shadow: var(--vk-shadow-card-hover);
}

.vk-team-card-media {
    position: relative;
    display: flex;
    justify-content: center;
    height: clamp(220px, 22vw, 280px);
    overflow: hidden;
    padding: 0;
    background:
        linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.1), rgba(20, 184, 166, 0.08)),
        var(--vk-pub-surface);
}

.vk-team-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 52%, rgba(15, 23, 42, 0.16) 100%);
}

.vk-team-card-media img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    background: rgba(var(--bs-primary-rgb), 0.06);
    border: 0;
    box-shadow: none;
    transform: scale(1.01);
    transition: transform 0.42s var(--vk-premium-ease), filter 0.42s ease;
}

.vk-team-card:hover .vk-team-card-media img {
    transform: scale(1.07);
    filter: saturate(1.08) contrast(1.04);
}

.vk-team-card .vk-team-card-body {
    padding: 1.25rem;
    text-align: center;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
}

.vk-team-card h3 {
    margin: 0 0 0.5rem;
    color: var(--vk-pub-text);
    font-family: "Poppins", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
}

.vk-team-card p {
    position: relative;
    min-height: 4.05rem;
    max-height: 4.05rem;
    overflow: hidden;
    color: var(--vk-pub-text-muted);
    font-size: 0.9rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.vk-team-card .d-flex.flex-wrap.justify-content-center {
    min-height: 4.5rem;
    max-height: 4.5rem;
    overflow: hidden;
    align-content: flex-start;
}

.vk-team-card .d-flex.justify-content-center.gap-2 {
    margin-top: auto;
}

.vk-social-btn {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    border: 1px solid var(--vk-pub-border);
    color: var(--primary-color);
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
    display: inline-grid;
    place-items: center;
}

.vk-social-btn:hover {
    color: var(--vk-on-primary);
    background: var(--primary-color);
    transform: translateY(-2px);
}

.vk-local-link {
    display: flex;
    min-height: 6.25rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
    padding: 1rem;
    border: 1px solid var(--vk-pub-border);
    border-radius: 16px;
    background: var(--vk-pub-surface);
    color: var(--vk-pub-text);
    text-decoration: none;
    box-shadow: var(--vk-shadow-card);
    transition: transform var(--vk-transition), box-shadow var(--vk-transition);
}

.vk-local-link:hover {
    color: var(--vk-pub-text);
    transform: translateY(-4px);
    box-shadow: var(--vk-shadow-card-hover);
}

.vk-local-link span {
    color: var(--vk-pub-text-muted);
    font-size: 0.85rem;
}

.vk-home-cta {
    background: var(--vk-pub-surface);
    border-top: 1px solid var(--vk-pub-border);
}

.vk-back-to-top {
    position: fixed;
    right: 1.25rem;
    bottom: 5.25rem;
    z-index: 1045;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 999px;
    color: var(--vk-on-primary);
    background: var(--primary-color);
    box-shadow: 0 10px 30px rgba(var(--bs-primary-rgb), 0.35);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vk-back-to-top:hover {
    color: var(--vk-on-primary);
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(var(--bs-primary-rgb), 0.45);
}

@keyframes vkPulse {
    70% {
        box-shadow: 0 0 0 0.75rem rgba(34, 197, 94, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

@media (max-width: 575.98px) {
    .vk-home-stat {
        min-height: 7rem;
        padding: 0.75rem;
    }

    .vk-about-visual {
        min-height: 20rem;
    }

    .vk-team-card-media {
        height: clamp(200px, 62vw, 240px);
    }

    .vk-team-card p {
        min-height: 4.05rem;
        max-height: 4.05rem;
    }
}

html:is([data-theme="dark"], [data-bs-theme="dark"]) .vk-public-site .card {
    background: var(--vk-pub-surface);
    border-color: var(--vk-pub-border);
    color: var(--vk-pub-text);
}

html:is([data-theme="dark"], [data-bs-theme="dark"]) .vk-public-site .text-muted {
    color: var(--vk-pub-text-muted) !important;
}

/* Footer */
.vk-public-footer {
    background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
    color: rgba(248, 250, 252, 0.72);
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.vk-public-footer .vk-footer-brand {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #f8fafc;
    font-size: 1.05rem;
}

.vk-public-footer a.link-footer {
    color: rgba(248, 250, 252, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.vk-public-footer a.link-footer:hover {
    color: #93c5fd;
}

/* ——— Service detail page ——— */
.vk-svc-breadcrumb {
    font-size: 0.875rem;
    color: var(--vk-pub-text-muted);
}

.vk-svc-breadcrumb a {
    color: var(--vk-pub-text-muted);
    text-decoration: none;
}

.vk-svc-breadcrumb a:hover {
    color: var(--vk-pub-primary-mid);
}

.vk-svc-hero {
    position: relative;
    min-height: 46vh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 3rem;
    padding-top: 2.5rem;
    background: linear-gradient(135deg, var(--vk-marketing-blue-deep) 0%, var(--vk-marketing-blue-mid) 100%);
    background-size: cover;
    background-position: center;
    color: var(--vk-hero-fg);
    overflow: hidden;
}

.vk-svc-hero.has-cover {
    background-color: var(--vk-marketing-blue-deep);
}

.vk-svc-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.45) 0%, rgba(15, 23, 42, 0.75) 100%);
    pointer-events: none;
}

.vk-svc-hero-inner {
    position: relative;
    z-index: 1;
}

.vk-svc-hero-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: clamp(1.85rem, 4vw + 1rem, 3rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.vk-svc-hero-lead {
    font-size: clamp(1rem, 1vw + 0.9rem, 1.2rem);
}

/* Premium footer overrides */
.vk-public-footer {
    background: linear-gradient(180deg, #020617 0%, #050b1c 100%) !important;
    color: rgba(248, 250, 252, 0.92) !important;
    border-top: 1px solid rgba(148, 163, 184, 0.12) !important;
}

.vk-public-footer .vk-footer-brand {
    color: #f8fafc !important;
    letter-spacing: -0.01em;
}

.vk-public-footer .vk-footer-heading {
    color: #e2e8f0 !important;
    font-weight: 600;
}

.vk-public-footer a.link-footer {
    color: rgba(248, 250, 252, 0.84) !important;
}

.vk-public-footer a.link-footer:hover {
    color: #93c5fd !important;
}

.vk-public-footer .vk-footer-copy {
    color: rgba(248, 250, 252, 0.72) !important;
}

.vk-public-footer .vk-footer-btn {
    border-color: rgba(148, 163, 184, 0.25) !important;
    color: #f8fafc !important;
}

    color: var(--vk-hero-fg-muted);
    max-width: 40rem;
    line-height: 1.55;
}

.vk-svc-hero-meta {
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.32);
}

.vk-svc-hero-note {
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}

.vk-svc-gallery-item {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid var(--border-color);
    background: var(--card-bg);
    color: var(--text-color);
    box-shadow: var(--vk-shadow-card);
    transition: transform var(--vk-transition), box-shadow var(--vk-transition);
}

.vk-svc-gallery-item figcaption {
    color: var(--text-muted-color);
}

.vk-svc-gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--vk-shadow-card-hover);
}

.vk-svc-gallery-item .ratio {
    background: var(--bg-color);
}

.vk-svc-gallery-btn {
    display: block;
    cursor: zoom-in;
}

.vk-svc-gallery-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.35s ease;
}

.vk-svc-gallery-item:hover img {
    transform: scale(1.07);
}

.vk-svc-feature-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.12), rgba(99, 102, 241, 0.15));
    color: var(--vk-pub-primary);
    flex-shrink: 0;
}

html:is([data-theme="dark"], [data-bs-theme="dark"]) .vk-svc-feature-icon {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(99, 102, 241, 0.22));
    color: var(--vk-pub-primary-mid);
}

.vk-svc-feature-icon svg {
    width: 1.35rem;
    height: 1.35rem;
    stroke: currentColor;
}

.vk-svc-related-card {
    border-radius: 16px;
    border: 1px solid var(--vk-pub-border);
    background: var(--vk-pub-surface);
    box-shadow: var(--vk-shadow-card);
    transition: transform var(--vk-transition), box-shadow var(--vk-transition);
    height: 100%;
}

.vk-svc-related-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--vk-shadow-card-hover);
}

.vk-svc-related-card .vk-pub-icon-wrap svg {
    width: 1.5rem;
    height: 1.5rem;
}

.vk-svc-cta-bar {
    border-radius: 16px;
    border: 1px solid var(--vk-pub-border);
    background: var(--vk-pub-surface);
    box-shadow: var(--vk-shadow-card);
}

.vk-svc-price-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.48);
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    font-weight: 600;
    font-size: 0.9rem;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

html:is([data-theme="dark"], [data-bs-theme="dark"]) .vk-svc-price-pill {
    background: rgba(59, 130, 246, 0.18);
    color: #dbeafe;
}

/* Service hero is always a dark gradient/overlay; force high contrast */
.vk-svc-hero .vk-svc-price-pill {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.52);
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

@media (max-width: 575.98px) {
    .vk-svc-cta-bar .btn-lg {
        width: 100%;
    }
}

/* Floating WhatsApp (public site) */
.vk-float-wa {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-decoration: none;
}

.vk-float-wa:hover {
    color: #fff;
    transform: scale(1.06);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.55);
}

@media (prefers-reduced-motion: reduce) {
    .vk-float-wa {
        transition: none;
    }
}

/* 2026 dark enterprise homepage refresh */
:root,
html[data-theme="dark"],
html[data-bs-theme="dark"] {
    --bg-color: #020617;
    --text-color: #ffffff;
    --text-muted-color: #94a3b8;
    --card-bg: rgba(255, 255, 255, 0.04);
    --border-color: rgba(255, 255, 255, 0.08);
    --primary-color: #60a5fa;
    --vk-pub-primary: #60a5fa;
    --vk-pub-primary-mid: #06b6d4;
    --vk-pub-accent: #8b5cf6;
    --vk-pub-bg: #020617;
    --vk-pub-surface: rgba(255, 255, 255, 0.04);
    --vk-pub-text: #ffffff;
    --vk-pub-text-muted: #94a3b8;
    --vk-pub-border: rgba(255, 255, 255, 0.08);
    --vk-navbar-bg: transparent;
    --vk-navbar-bg-solid: transparent;
    --vk-navbar-border: rgba(255, 255, 255, 0.1);
    --vk-neo-bg: #020617;
    --vk-neo-bg-2: #061124;
    --vk-neo-bg-3: #08172d;
    --vk-neo-panel: rgba(255, 255, 255, 0.04);
    --vk-neo-panel-strong: rgba(8, 23, 45, 0.78);
    --vk-neo-border: rgba(255, 255, 255, 0.08);
    --vk-neo-border-strong: rgba(96, 165, 250, 0.28);
    --vk-neo-text: #ffffff;
    --vk-neo-muted: #cbd5e1;
    --vk-neo-soft: #94a3b8;
    --vk-neo-gradient: linear-gradient(135deg, #4f46e5, #7c3aed, #06b6d4);
    --vk-neo-gradient-alt: linear-gradient(135deg, #60a5fa, #8b5cf6 48%, #06b6d4);
    --vk-neo-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
    --vk-neo-glow: 0 0 34px rgba(6, 182, 212, 0.18), 0 0 72px rgba(124, 58, 237, 0.14);
    color-scheme: dark;
}

html {
    scroll-behavior: smooth;
}

body.vk-neo-site {
    position: relative;
    min-height: 100vh;
    background:
        radial-gradient(circle at 50% 0%, rgba(79, 70, 229, 0.22), transparent 36rem),
        linear-gradient(180deg, #020617 0%, #061124 42%, #020617 100%);
    color: var(--vk-neo-text);
}

.vk-site-bg {
    position: fixed;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), transparent 92%);
}

.vk-site-bg::before {
    content: "";
    position: absolute;
    inset: -20%;
    background:
        radial-gradient(ellipse at 16% 18%, rgba(96, 165, 250, 0.28), transparent 34%),
        radial-gradient(ellipse at 82% 12%, rgba(139, 92, 246, 0.25), transparent 32%),
        radial-gradient(ellipse at 64% 72%, rgba(6, 182, 212, 0.18), transparent 36%);
    filter: blur(38px);
    animation: gradientShift 18s ease-in-out infinite alternate;
}

.vk-aurora-wash {
    position: absolute;
    width: 42rem;
    height: 18rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.22), rgba(6, 182, 212, 0.14));
    filter: blur(54px);
    opacity: 0.78;
    transform: rotate(-18deg);
    animation: float 16s ease-in-out infinite;
}

.vk-aurora-one {
    left: -12rem;
    top: 4rem;
}

.vk-aurora-two {
    right: -14rem;
    top: 18rem;
    animation-delay: -5s;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.22), rgba(34, 197, 94, 0.08));
}

.vk-aurora-three {
    left: 26%;
    bottom: 6rem;
    animation-delay: -9s;
    opacity: 0.45;
}

.vk-particle-field {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.42) 1px, transparent 1.5px),
        radial-gradient(circle, rgba(96, 165, 250, 0.34) 1px, transparent 1.5px);
    background-size: 90px 90px, 130px 130px;
    background-position: 0 0, 42px 56px;
    opacity: 0.16;
    animation: particleDrift 38s linear infinite;
}

.vk-public-site main {
    position: relative;
    z-index: 1;
}

.vk-navbar-premium {
    padding: 1rem 0;
    background: transparent !important;
}

.vk-navbar-shell {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    background: rgba(2, 6, 23, 0.66);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    padding: 0.5rem 0.75rem;
}

.vk-navbar-premium .navbar-brand,
.vk-nav-book-btn,
.vk-pub-nav .btn-staff {
    white-space: nowrap;
}

.vk-navbar-premium.is-scrolled {
    background: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none;
}

.vk-navbar-premium.is-scrolled .vk-navbar-shell {
    background: rgba(2, 6, 23, 0.86);
    border-color: rgba(96, 165, 250, 0.18);
}

.vk-public-logo-circle,
.vk-footer-mark {
    background: var(--vk-neo-gradient);
    box-shadow: 0 0 28px rgba(6, 182, 212, 0.38);
}

.vk-public-brand-title,
.vk-footer-brand,
.vk-public-site h1,
.vk-public-site h2,
.vk-public-site h3,
.vk-public-site strong {
    color: #ffffff;
}

.vk-public-brand-sub,
.vk-public-site .text-muted,
.vk-footer-copy,
.vk-public-site .small.text-muted {
    color: var(--vk-neo-soft) !important;
}

.vk-pub-nav .nav-link.vk-pub-nav-link {
    color: #cbd5e1;
    border-radius: 999px;
    font-size: 0.88rem;
}

.vk-pub-nav .nav-link.vk-pub-nav-link::after {
    display: none;
}

.vk-pub-nav .nav-link.vk-pub-nav-link:hover,
.vk-pub-nav .nav-link.vk-pub-nav-link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 24px rgba(96, 165, 250, 0.16);
}

.vk-pub-nav .btn-staff,
.vk-nav-book-btn,
.vk-btn-hero-primary,
.vk-public-site .btn-primary {
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: var(--vk-neo-gradient);
    box-shadow: 0 14px 34px rgba(79, 70, 229, 0.34), 0 0 24px rgba(6, 182, 212, 0.18);
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.vk-pub-nav .btn-staff {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
}

.vk-nav-book-btn {
    min-height: 2.65rem;
    padding: 0.55rem 1.05rem;
    font-size: 0.88rem;
}

.vk-pub-nav .btn-staff:hover,
.vk-nav-book-btn:hover,
.vk-btn-hero-primary:hover,
.vk-public-site .btn-primary:hover {
    color: #ffffff;
    transform: translateY(-2px);
    filter: brightness(1.08);
    box-shadow: 0 18px 46px rgba(79, 70, 229, 0.44), 0 0 34px rgba(6, 182, 212, 0.26);
}

.vk-theme-toggle,
.vk-navbar-premium .navbar-toggler {
    border-radius: 999px;
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.vk-navbar-premium .navbar-toggler-icon {
    filter: invert(1) brightness(1.3);
}

.vk-home-hero {
    min-height: calc(100vh - 92px);
    display: flex;
    align-items: center;
}

.vk-hero-premium,
.vk-pub-section,
.vk-pub-section-alt {
    background: transparent;
}

.vk-hero-premium::before {
    background:
        radial-gradient(ellipse at 22% 15%, rgba(96, 165, 250, 0.22), transparent 42%),
        radial-gradient(ellipse at 82% 28%, rgba(124, 58, 237, 0.22), transparent 38%);
}

.vk-hero-shine {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 48% 0%, rgba(255, 255, 255, 0.11), transparent 34rem);
    pointer-events: none;
}

.vk-hero-grain {
    position: absolute;
    inset: 0;
    opacity: 0.16;
    background-image: linear-gradient(120deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 50%, transparent 52% 100%);
    background-size: 180px 180px;
    animation: particleDrift 28s linear infinite;
}

.vk-hero-inner {
    padding-top: clamp(4rem, 7vw, 7rem);
    padding-bottom: clamp(4rem, 7vw, 7rem);
}

.vk-hero-trust,
.vk-hero-badge-mini,
.vk-hero-eyebrow,
.vk-section-kicker {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(20px);
    color: #cbd5e1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.vk-hero-eyebrow,
.vk-section-kicker {
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    color: #67e8f9;
}

.vk-hero-title {
    max-width: 760px;
    font-family: "Inter", sans-serif;
    font-size: clamp(2.75rem, 6.2vw, 6.5rem);
    line-height: 0.94;
    letter-spacing: 0;
    font-weight: 850;
    margin-top: 1.15rem;
}

.vk-gradient-text,
.vk-section-title .vk-gradient-text {
    background: linear-gradient(135deg, #ffffff 0%, #60a5fa 32%, #8b5cf6 62%, #06b6d4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.vk-hero-lead,
.vk-section-lead {
    color: #cbd5e1;
}

.vk-btn-hero-primary,
.vk-btn-hero-secondary {
    min-height: 3.45rem;
    padding-inline: 1.35rem;
}

.vk-btn-hero-secondary,
.vk-public-site .btn-outline-primary,
.vk-public-site .btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(16px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.vk-btn-hero-secondary:hover,
.vk-public-site .btn-outline-primary:hover,
.vk-public-site .btn-outline-light:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(96, 165, 250, 0.44);
    transform: translateY(-2px);
}

.vk-hero-badge {
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.045);
    color: #cbd5e1;
    border-radius: 999px;
    padding: 0.5rem 0.75rem;
    font-size: 0.84rem;
}

.vk-home-stat,
.vk-mini-kpi,
.vk-track-panel,
.vk-ai-panel,
.vk-rating-card,
.vk-service-card,
.vk-analytics-card,
.vk-analytics-kpi,
.vk-why-card,
.vk-testimonial-card,
.vk-step-card,
.vk-ready-card,
.vk-public-footer,
.vk-brand-pill {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--vk-neo-shadow);
}

.vk-home-stat::before,
.vk-mini-kpi::before,
.vk-service-card::before,
.vk-why-card::before,
.vk-step-card::before,
.vk-ready-card::before,
.vk-dashboard-card::before,
.vk-analytics-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.45), rgba(139, 92, 246, 0.14), rgba(6, 182, 212, 0.36));
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.28s ease;
}

.vk-home-stat:hover::before,
.vk-mini-kpi:hover::before,
.vk-service-card:hover::before,
.vk-why-card:hover::before,
.vk-step-card:hover::before,
.vk-ready-card:hover::before,
.vk-dashboard-card:hover::before,
.vk-analytics-card:hover::before {
    opacity: 1;
}

.vk-home-stat {
    min-height: 122px;
    border-radius: 24px;
    padding: 1.25rem;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.vk-home-stat strong {
    display: block;
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    line-height: 1;
    background: var(--vk-neo-gradient-alt);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.vk-home-stat span {
    display: block;
    margin-top: 0.55rem;
    color: #cbd5e1;
}

.vk-home-stat::after {
    content: "";
    display: block;
    width: 100%;
    height: 28px;
    margin-top: 0.85rem;
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(96, 165, 250, 0.6), rgba(6, 182, 212, 0.12)),
        repeating-linear-gradient(90deg, transparent 0 16px, rgba(255, 255, 255, 0.08) 17px 18px);
    clip-path: polygon(0 70%, 12% 54%, 24% 64%, 36% 34%, 50% 46%, 64% 22%, 78% 36%, 100% 14%, 100% 100%, 0 100%);
    opacity: 0.82;
}

.vk-home-stat:hover,
.vk-service-card:hover,
.vk-why-card:hover,
.vk-step-card:hover,
.vk-testimonial-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42), var(--vk-neo-glow);
}

.vk-brand-strip {
    color: #94a3b8;
}

.vk-brand-pill {
    border-radius: 999px;
    padding: 0.55rem 0.9rem;
    font-size: 0.78rem;
    color: #cbd5e1;
    box-shadow: none;
}

.vk-dashboard-card {
    position: relative;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
        rgba(8, 23, 45, 0.74);
    backdrop-filter: blur(24px);
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.46), 0 0 80px rgba(79, 70, 229, 0.16);
    animation: float 8s ease-in-out infinite;
}

.vk-badge-live {
    background: rgba(34, 197, 94, 0.15);
    color: #86efac;
    border: 1px solid rgba(34, 197, 94, 0.28);
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.22);
}

.vk-mini-kpi {
    border-radius: 18px;
    box-shadow: none;
}

.vk-mini-kpi strong {
    display: block;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.vk-mini-kpi span,
.vk-track-panel span,
.vk-ai-message,
.vk-dashboard-footer {
    color: #94a3b8;
    font-size: 0.86rem;
}

.vk-track-panel,
.vk-ai-panel,
.vk-rating-card {
    border-radius: 22px;
    box-shadow: none;
}

.vk-track-avatar,
.vk-service-card-icon,
.vk-why-icon,
.vk-step-icon,
.vk-testimonial-avatar {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--vk-neo-gradient);
    box-shadow: 0 0 28px rgba(6, 182, 212, 0.25);
    flex: 0 0 auto;
}

.vk-track-map {
    height: 156px;
    border-radius: 20px;
    border: 1px solid rgba(96, 165, 250, 0.18);
    background:
        radial-gradient(circle at 30% 42%, rgba(34, 197, 94, 0.45) 0 5px, transparent 7px),
        radial-gradient(circle at 68% 34%, rgba(6, 182, 212, 0.7) 0 4px, transparent 6px),
        linear-gradient(rgba(96, 165, 250, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(96, 165, 250, 0.12) 1px, transparent 1px),
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(8, 47, 73, 0.88));
    background-size: auto, auto, 24px 24px, 24px 24px, auto;
    position: relative;
    overflow: hidden;
}

.vk-track-map::before {
    content: "";
    position: absolute;
    inset: 28px 34px;
    border: 2px dashed rgba(96, 165, 250, 0.55);
    border-left-color: transparent;
    border-bottom-color: rgba(139, 92, 246, 0.5);
    border-radius: 48% 52% 44% 56%;
}

.vk-track-map::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 58%;
    top: 36%;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.12), 0 0 22px rgba(34, 197, 94, 0.6);
    animation: glowPulse 1.8s ease-in-out infinite;
}

.vk-track-progress {
    width: min(190px, 52%);
    height: 0.55rem;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.vk-track-progress-bar {
    height: 100%;
    border-radius: inherit;
    background: var(--vk-neo-gradient);
    box-shadow: 0 0 20px rgba(6, 182, 212, 0.35);
}

.vk-ai-badge {
    border-radius: 999px;
    padding: 0.35rem 0.65rem;
    color: #67e8f9;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.22);
}

.vk-stars svg,
.vk-testimonial-stars svg {
    width: 1rem;
    height: 1rem;
    fill: #fbbf24;
    stroke: #fbbf24;
}

.vk-rating-score strong {
    font-size: 2rem;
    line-height: 1;
}

.vk-pub-section,
.vk-pub-section-alt {
    position: relative;
    padding-block: clamp(4.5rem, 8vw, 7rem) !important;
}

.vk-section-title {
    font-family: "Inter", sans-serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.02;
    letter-spacing: 0;
    font-weight: 820;
}

.vk-service-card {
    min-height: 282px;
    border-radius: 26px;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.vk-service-card h3 {
    font-size: 1.08rem;
    font-weight: 750;
}

.vk-service-card a {
    color: #67e8f9 !important;
}

.vk-pricing-card .btn {
    color: #ffffff !important;
}

.vk-pricing-card li svg {
    width: 1rem;
    height: 1rem;
    stroke: #22c55e;
    flex: 0 0 auto;
}

.vk-service-card-icon svg,
.vk-why-icon svg,
.vk-step-icon svg,
.vk-track-avatar svg {
    width: 1.45rem;
    height: 1.45rem;
}

.vk-analytics-card {
    border-radius: 34px;
}

.vk-analytics-card .badge {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9) !important;
}

.vk-analytics-kpi {
    border-radius: 18px;
    padding: 1rem;
    box-shadow: none;
}

.vk-analytics-kpi strong {
    display: block;
    font-size: 1.55rem;
    background: var(--vk-neo-gradient-alt);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.vk-analytics-kpi span {
    color: #94a3b8;
    font-size: 0.82rem;
}

.vk-analytics-chart {
    height: 220px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        rgba(255, 255, 255, 0.035);
    background-size: 36px 36px;
    padding: 1rem;
    position: relative;
    overflow: hidden;
}

.vk-chart-line {
    position: absolute;
    inset: 1.2rem 1.2rem 2.8rem;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.32), rgba(6, 182, 212, 0.08));
    clip-path: polygon(0 76%, 11% 58%, 20% 66%, 31% 34%, 42% 47%, 55% 18%, 68% 30%, 81% 14%, 100% 28%, 100% 100%, 0 100%);
}

.vk-chart-line::after {
    content: "";
    position: absolute;
    inset: 0;
    border-bottom: 3px solid rgba(6, 182, 212, 0.78);
    clip-path: polygon(0 76%, 11% 58%, 20% 66%, 31% 34%, 42% 47%, 55% 18%, 68% 30%, 81% 14%, 100% 28%, 100% 32%, 81% 18%, 68% 34%, 55% 22%, 42% 51%, 31% 38%, 20% 70%, 11% 62%, 0 80%);
    filter: drop-shadow(0 0 12px rgba(6, 182, 212, 0.55));
}

.vk-chart-axis {
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    bottom: 0.9rem;
}

.vk-radial-progress {
    width: 142px;
    min-height: 142px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    background:
        radial-gradient(circle at center, #061124 0 54%, transparent 55%),
        conic-gradient(#06b6d4 0 92%, rgba(255, 255, 255, 0.1) 92% 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 34px rgba(6, 182, 212, 0.14);
}

.vk-radial-progress--secondary {
    background:
        radial-gradient(circle at center, #061124 0 54%, transparent 55%),
        conic-gradient(#8b5cf6 0 87%, rgba(255, 255, 255, 0.1) 87% 100%);
}

.vk-radial-progress span {
    font-size: 1.55rem;
    font-weight: 800;
}

.vk-radial-progress small {
    display: block;
    width: 90px;
    color: #94a3b8;
    font-size: 0.7rem;
}

.vk-why-card {
    min-height: 190px;
    border-radius: 24px;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.vk-card-glow-blue .vk-why-icon { background: linear-gradient(135deg, #2563eb, #06b6d4); }
.vk-card-glow-cyan .vk-why-icon { background: linear-gradient(135deg, #0891b2, #22d3ee); }
.vk-card-glow-purple .vk-why-icon { background: linear-gradient(135deg, #4f46e5, #a855f7); }
.vk-card-glow-green .vk-why-icon { background: linear-gradient(135deg, #16a34a, #22c55e); }
.vk-card-glow-sky .vk-why-icon { background: linear-gradient(135deg, #0284c7, #60a5fa); }
.vk-card-glow-pink .vk-why-icon { background: linear-gradient(135deg, #7c3aed, #ec4899); }

.vk-testimonial-card {
    border-radius: 30px;
}

.vk-testimonial-avatar {
    border-radius: 50%;
    font-weight: 800;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3.25rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.12);
    background-size: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vk-step-card {
    border-radius: 24px;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

#how-it-works .col-12:not(:last-child) .vk-step-card::after {
    content: "";
    position: absolute;
    left: 2.65rem;
    bottom: -1rem;
    width: 2px;
    height: 1rem;
    background: linear-gradient(#06b6d4, #8b5cf6);
    box-shadow: 0 0 16px rgba(6, 182, 212, 0.45);
}

.vk-ready-card {
    isolation: isolate;
    border-radius: 34px !important;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vk-ready-card::after {
    content: "";
    position: absolute;
    inset: -40%;
    z-index: -1;
    background: conic-gradient(from 90deg, transparent, rgba(96, 165, 250, 0.18), rgba(124, 58, 237, 0.18), transparent);
    animation: gradientShift 12s linear infinite;
}

.vk-ready-title {
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.05;
    font-weight: 820;
}

.vk-public-footer {
    margin: 0 1rem 1rem;
    border-radius: 34px 34px 0 0;
    background: rgba(2, 6, 23, 0.84);
}

.vk-footer-logo {
    color: #ffffff;
    text-decoration: none;
}

.vk-footer-heading {
    font-size: 0.82rem;
    color: #e2e8f0;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
}

.vk-footer-links a,
.link-footer {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.22s ease;
}

.vk-footer-links a:hover,
.link-footer:hover {
    color: #67e8f9;
}

.vk-social-btn,
.vk-app-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.4rem;
    padding: 0.55rem 0.75rem;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.055);
    transition: transform 0.22s ease, background 0.22s ease;
}

.vk-social-btn {
    width: 2.55rem;
    padding: 0;
}

.vk-social-btn:hover,
.vk-app-badge:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.vk-back-to-top {
    position: fixed;
    right: 1.25rem;
    bottom: 5.25rem;
    z-index: 1040;
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
}

.vk-float-wa {
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.32), 0 0 24px rgba(37, 211, 102, 0.22);
}

.vk-public-site svg {
    stroke-width: 1.8;
}

@keyframes float {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(-1deg);
    }
    50% {
        transform: translate3d(0, -18px, 0) rotate(1deg);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.78;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.12);
    }
}

@keyframes gradientShift {
    0% {
        transform: translate3d(-1.5%, -1%, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(1.5%, 1%, 0) rotate(12deg);
    }
}

@keyframes particleDrift {
    0% {
        background-position: 0 0, 42px 56px;
    }
    100% {
        background-position: 180px 220px, 260px 310px;
    }
}

@media (min-width: 992px) {
    .vk-navbar-shell {
        flex-wrap: nowrap !important;
    }

    .vk-navbar-premium .navbar-collapse {
        min-width: 0;
    }

    .vk-pub-nav .nav-link.vk-pub-nav-link {
        font-size: 0.82rem;
        padding-inline: 0.62rem !important;
    }

    .vk-pub-nav .btn-staff,
    .vk-nav-book-btn {
        padding-inline: 0.9rem;
        font-size: 0.82rem;
    }

    .vk-dashboard-card {
        transform: perspective(1000px) rotateY(-3deg);
    }

    .vk-dashboard-card:hover {
        transform: perspective(1000px) rotateY(0deg) translateY(-6px);
    }
}

@media (min-width: 1400px) {
    .vk-pub-nav .nav-link.vk-pub-nav-link {
        font-size: 0.88rem;
        padding-inline: 0.875rem !important;
    }
}

@media (max-width: 991.98px) {
    .vk-navbar-shell {
        border-radius: 22px;
    }

    .vk-navbar-premium .navbar-collapse {
        width: 100%;
    }

    .vk-pub-nav {
        padding: 1rem 0 0.25rem !important;
        border-top-color: rgba(255, 255, 255, 0.1) !important;
    }

    .vk-pub-nav .nav-link.vk-pub-nav-link {
        width: 100%;
        justify-content: center;
    }

    .vk-home-hero {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .vk-hero-title {
        font-size: clamp(2.45rem, 13vw, 4.5rem);
    }

    .vk-hero-inner {
        padding-top: 3rem;
    }

    #services .row.g-4 {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 1rem;
    }

    #services .row.g-4 > [class*="col-"] {
        flex: 0 0 82%;
        max-width: 82%;
        scroll-snap-align: start;
    }

    .vk-track-progress {
        width: 48%;
    }

    .vk-hero-lead {
        padding-right: 4.5rem;
    }

    .vk-public-footer {
        margin-inline: 0.5rem;
        border-radius: 26px 26px 0 0;
    }

    .vk-float-wa {
        bottom: 6rem;
        right: 1rem;
        width: 3.25rem;
        height: 3.25rem;
    }

    .vk-back-to-top {
        bottom: 10rem;
        right: 1rem;
    }
}

@media (max-width: 575.98px) {
    .vk-navbar-premium {
        padding: 0.65rem 0;
    }

    .vk-navbar-shell {
        margin-inline: 0.5rem;
        width: calc(100% - 1rem);
        padding: 0.45rem;
    }

    .vk-public-brand-sub {
        display: none;
    }

    .vk-hero-actions .btn {
        width: 100%;
    }

    .vk-dashboard-card {
        border-radius: 26px;
        padding: 1rem !important;
    }

    .vk-track-map {
        height: 132px;
    }

    #services .row.g-4 > [class*="col-"] {
        flex-basis: 88%;
        max-width: 88%;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

/* Desktop-only premium composition. Mobile/tablet behavior above remains intact. */
@media (min-width: 992px) {
    .vk-neo-site .container {
        max-width: 1400px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .vk-site-bg::after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: -1;
        background:
            radial-gradient(circle at 76% 24%, rgba(124, 58, 237, 0.2), transparent 26rem),
            radial-gradient(circle at 18% 58%, rgba(6, 182, 212, 0.12), transparent 30rem),
            linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, 0.025) 43% 44%, transparent 45% 100%);
        background-size: auto, auto, 190px 190px;
        pointer-events: none;
    }

    .vk-navbar-premium {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .vk-navbar-shell {
        min-height: 86px;
        border-radius: 28px;
        padding: 0.72rem 0.9rem;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
            rgba(2, 6, 23, 0.72);
        border-color: rgba(255, 255, 255, 0.12);
        box-shadow:
            0 24px 80px rgba(0, 0, 0, 0.38),
            0 0 0 1px rgba(96, 165, 250, 0.06),
            0 0 54px rgba(79, 70, 229, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .vk-navbar-shell::before {
        content: "";
        position: absolute;
        left: 5.5rem;
        right: 15.5rem;
        top: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.46), rgba(139, 92, 246, 0.34), transparent);
    }

    .vk-navbar-premium .navbar-brand {
        min-width: 255px;
    }

    .vk-public-logo-circle {
        width: 52px;
        height: 52px;
        font-size: 0.95rem;
    }

    .vk-public-brand-title {
        font-size: 1.28rem;
        letter-spacing: 0;
    }

    .vk-public-brand-sub {
        font-size: 0.82rem;
    }

    .vk-pub-nav {
        gap: 0.25rem !important;
    }

    .vk-pub-nav .nav-link.vk-pub-nav-link {
        min-height: 2.65rem;
        padding: 0.58rem 0.78rem !important;
        font-size: 0.88rem;
        font-weight: 700;
        color: #cbd5e1;
    }

    .vk-pub-nav .nav-link.vk-pub-nav-link.active {
        color: #67e8f9;
        background:
            linear-gradient(135deg, rgba(96, 165, 250, 0.16), rgba(79, 70, 229, 0.1)),
            rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(96, 165, 250, 0.2);
    }

    .vk-pub-nav .nav-link.vk-pub-nav-link:hover {
        transform: translateY(-1px);
    }

    .vk-pub-nav .btn-staff,
    .vk-nav-book-btn {
        min-height: 2.85rem;
        padding: 0.68rem 1.35rem;
        font-size: 0.88rem;
    }

    .vk-pub-nav .btn-staff {
        background: linear-gradient(135deg, rgba(96, 165, 250, 0.98), rgba(124, 58, 237, 0.98));
        border: 0;
        box-shadow: 0 14px 34px rgba(96, 165, 250, 0.25);
    }

    .vk-theme-toggle {
        width: 2.85rem;
        height: 2.85rem;
    }

    .vk-home-hero {
        min-height: calc(100vh - 116px);
    }

    .vk-home-hero .vk-hero-inner {
        padding-top: clamp(4.4rem, 6vw, 6.4rem);
        padding-bottom: clamp(4.8rem, 7vw, 7rem);
    }

    .vk-home-hero .row.align-items-center {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(430px, 0.9fr);
        gap: clamp(3.25rem, 5vw, 6.5rem) !important;
        align-items: center !important;
        margin-left: 0;
        margin-right: 0;
    }

    .vk-home-hero .row.align-items-center > [class*="col-"] {
        width: auto;
        max-width: none;
        padding: 0;
    }

    .vk-hero-topline {
        gap: 0.85rem !important;
    }

    .vk-hero-trust,
    .vk-hero-badge-mini {
        min-height: 2.55rem;
        padding-inline: 1rem !important;
        font-weight: 800;
        letter-spacing: 0;
    }

    .vk-hero-eyebrow {
        margin-top: 0.9rem;
        margin-bottom: 1.1rem;
        letter-spacing: 0.18em;
    }

    .vk-hero-title {
        max-width: 780px;
        font-size: clamp(4.25rem, 5vw, 5.75rem);
        line-height: 0.95;
        text-wrap: balance;
        text-shadow: 0 12px 48px rgba(0, 0, 0, 0.34);
    }

    .vk-hero-title .vk-gradient-text {
        filter: drop-shadow(0 0 24px rgba(96, 165, 250, 0.16));
    }

    .vk-hero-lead {
        max-width: 620px;
        margin-top: 1.6rem;
        margin-bottom: 2.1rem;
        font-size: 1.16rem;
        line-height: 1.75;
        color: #dbeafe;
    }

    .vk-hero-actions {
        gap: 1rem !important;
    }

    .vk-btn-hero-primary,
    .vk-btn-hero-secondary {
        min-height: 3.75rem;
        padding-inline: 1.55rem;
        font-size: 1.02rem;
    }

    .vk-hero-badges {
        gap: 0.7rem !important;
    }

    .vk-hero-badge {
        min-height: 2.5rem;
        display: inline-flex;
        align-items: center;
        font-weight: 750;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
            rgba(255, 255, 255, 0.035);
    }

    .vk-home-stat {
        min-height: 148px;
        border-radius: 26px;
        padding: 1.35rem;
        background:
            radial-gradient(circle at 80% 10%, rgba(96, 165, 250, 0.12), transparent 42%),
            rgba(255, 255, 255, 0.045);
    }

    .vk-home-stat strong {
        font-size: clamp(2.05rem, 2.4vw, 2.8rem);
    }

    .vk-home-stat span {
        font-weight: 700;
    }

    .vk-brand-strip {
        max-width: 720px;
        margin-top: 2.6rem !important;
        padding-top: 0.4rem;
        opacity: 0.92;
    }

    .vk-brand-pill {
        min-width: 76px;
        text-align: center;
        font-weight: 800;
        letter-spacing: 0.05em;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
            rgba(255, 255, 255, 0.035);
    }

    .vk-dashboard-card {
        width: min(100%, 580px);
        margin-left: auto;
        border-radius: 36px;
        padding: 2.2rem !important;
        background:
            radial-gradient(circle at 86% 14%, rgba(34, 197, 94, 0.1), transparent 22%),
            radial-gradient(circle at 8% 16%, rgba(96, 165, 250, 0.14), transparent 26%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.04)),
            rgba(8, 23, 45, 0.86);
        border-color: rgba(148, 163, 184, 0.16);
        box-shadow:
            0 44px 130px rgba(0, 0, 0, 0.58),
            0 0 0 1px rgba(96, 165, 250, 0.08),
            0 0 94px rgba(79, 70, 229, 0.22),
            inset 0 1px 0 rgba(255, 255, 255, 0.12);
    }

    .vk-dashboard-card::after {
        content: "";
        position: absolute;
        inset: 1px;
        border-radius: inherit;
        background:
            linear-gradient(115deg, transparent 0 28%, rgba(255, 255, 255, 0.08) 34%, transparent 42% 100%),
            radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.12), transparent 30%);
        pointer-events: none;
        opacity: 0.52;
    }

    .vk-dashboard-card > * {
        position: relative;
        z-index: 1;
    }

    .vk-dashboard-card h2 {
        font-size: 1.35rem !important;
        letter-spacing: 0;
    }

    .vk-mini-kpi {
        min-height: 128px;
        border-radius: 22px;
        padding: 1.25rem !important;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
            rgba(255, 255, 255, 0.035);
        transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
    }

    .vk-mini-kpi:hover {
        transform: translateY(-5px);
        border-color: rgba(96, 165, 250, 0.25);
        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
    }

    .vk-mini-kpi strong {
        font-size: 1.9rem;
    }

    .vk-track-panel,
    .vk-ai-panel,
    .vk-rating-card {
        border-radius: 24px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.032)),
            rgba(255, 255, 255, 0.035);
    }

    .vk-track-map {
        height: 172px;
        border-radius: 22px;
    }

    .vk-ai-panel {
        display: grid !important;
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .vk-ai-panel .vk-ai-message {
        grid-column: 1 / -1;
        font-size: 0.94rem;
        line-height: 1.65;
    }

    .vk-rating-card {
        min-height: 96px;
    }

    .vk-pub-section,
    .vk-pub-section-alt {
        padding-block: clamp(6.5rem, 8vw, 9rem) !important;
        scroll-margin-top: 128px;
    }

    .vk-pub-section::before,
    .vk-pub-section-alt::before {
        content: "";
        position: absolute;
        left: max(2rem, calc((100vw - 1400px) / 2));
        right: max(2rem, calc((100vw - 1400px) / 2));
        top: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.24), rgba(139, 92, 246, 0.18), transparent);
    }

    .vk-section-title {
        max-width: 880px;
        font-size: clamp(3.2rem, 4.2vw, 5.15rem);
        line-height: 0.98;
        text-wrap: balance;
    }

    .vk-section-lead {
        max-width: 720px;
        font-size: 1.1rem;
        line-height: 1.75;
    }

    #services .row.g-4 {
        --bs-gutter-x: 1.35rem;
        --bs-gutter-y: 1.35rem;
    }

    #services .col-xl-3 {
        display: flex;
    }

    .vk-service-card {
        width: 100%;
        min-height: 338px;
        border-radius: 30px;
        padding: 1.65rem !important;
        background:
            radial-gradient(circle at 82% 12%, rgba(96, 165, 250, 0.1), transparent 34%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.032)),
            rgba(255, 255, 255, 0.035);
        transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    .vk-service-card-icon,
    .vk-why-icon,
    .vk-step-icon {
        width: 3.85rem;
        height: 3.85rem;
        border-radius: 22px;
    }

    .vk-service-card h3 {
        margin-top: 1rem;
        margin-bottom: 0.8rem !important;
        font-size: 1.22rem;
    }

    .vk-service-card p {
        font-size: 0.96rem !important;
        line-height: 1.65;
    }

    .vk-service-card:hover {
        border-color: rgba(96, 165, 250, 0.34);
        transform: translateY(-10px);
    }

    #about .row.align-items-center {
        align-items: stretch !important;
    }

    .vk-analytics-card {
        min-height: 100%;
        border-radius: 38px;
        padding: 2.25rem !important;
        background:
            radial-gradient(circle at 82% 12%, rgba(6, 182, 212, 0.12), transparent 28%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
            rgba(8, 23, 45, 0.72);
    }

    .vk-analytics-chart {
        height: 270px;
        border-radius: 28px;
    }

    .vk-analytics-kpi {
        min-height: 112px;
        border-radius: 22px;
    }

    .vk-analytics-kpi strong {
        font-size: 2rem;
    }

    .vk-radial-progress {
        width: 160px;
        min-height: 160px;
    }

    .vk-why-card {
        min-height: 228px;
        border-radius: 28px;
        padding: 1.6rem !important;
        background:
            radial-gradient(circle at 78% 12%, rgba(139, 92, 246, 0.1), transparent 32%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.032)),
            rgba(255, 255, 255, 0.035);
    }

    .vk-why-card h3 {
        font-size: 1.08rem !important;
    }

    .vk-pricing-card {
        min-height: 390px;
    }

    #testimonials .carousel-inner {
        overflow: visible;
    }

    #testimonials .vk-testimonial-card {
        max-width: 940px !important;
        min-height: 340px;
        border-radius: 34px;
        padding: 3rem !important;
        background:
            radial-gradient(circle at 86% 18%, rgba(251, 191, 36, 0.08), transparent 28%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.034)),
            rgba(255, 255, 255, 0.04);
    }

    #testimonials .vk-testimonial-card p {
        font-size: 1.22rem;
        line-height: 1.75;
        color: #dbeafe !important;
    }

    .vk-testimonial-avatar {
        width: 4rem;
        height: 4rem;
        box-shadow: 0 0 0 8px rgba(96, 165, 250, 0.08), 0 0 34px rgba(96, 165, 250, 0.22);
    }

    #how-it-works .row.align-items-center {
        display: block;
    }

    #how-it-works .col-lg-7,
    #how-it-works .col-lg-5 {
        width: 100%;
        max-width: none;
    }

    #how-it-works .col-lg-7 > .row.g-3 {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.35rem !important;
        margin-top: 1.6rem;
    }

    #how-it-works .col-lg-7 > .row.g-3 > .col-12 {
        width: auto;
        padding: 0;
    }

    .vk-step-card {
        min-height: 300px;
        display: flex !important;
        flex-direction: column;
        gap: 1.35rem !important;
        border-radius: 30px;
        padding: 2rem !important;
        background:
            radial-gradient(circle at 80% 16%, rgba(6, 182, 212, 0.1), transparent 32%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.034)),
            rgba(255, 255, 255, 0.04);
    }

    .vk-step-card::before {
        opacity: 0.9;
    }

    .vk-step-card > div:last-child::before {
        display: block;
        margin-bottom: 0.6rem;
        font-size: 3.6rem;
        line-height: 1;
        font-weight: 850;
        color: rgba(255, 255, 255, 0.08);
    }

    #how-it-works .col-12:nth-child(1) .vk-step-card > div:last-child::before { content: "01"; }
    #how-it-works .col-12:nth-child(2) .vk-step-card > div:last-child::before { content: "02"; }
    #how-it-works .col-12:nth-child(3) .vk-step-card > div:last-child::before { content: "03"; }

    #how-it-works .col-12:not(:last-child) .vk-step-card::after {
        left: auto;
        right: -1.35rem;
        top: 50%;
        bottom: auto;
        width: 1.35rem;
        height: 2px;
        transform: translateY(-50%);
        background: linear-gradient(90deg, #06b6d4, #8b5cf6);
    }

    .vk-step-card strong {
        font-size: 1.35rem;
    }

    .vk-step-card p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .vk-ready-card {
        max-width: 980px;
        min-height: 360px;
        margin: 3.5rem auto 0;
        padding: 3rem !important;
    }

    .vk-ready-title {
        max-width: 720px;
        margin-inline: auto;
        font-size: clamp(3rem, 4vw, 4.4rem);
    }

    .vk-public-footer {
        max-width: 1400px;
        margin: 0 auto 1.5rem;
        padding: 4.5rem 0 2.2rem !important;
        border-radius: 36px;
        background:
            radial-gradient(circle at 18% 0%, rgba(96, 165, 250, 0.14), transparent 30%),
            radial-gradient(circle at 88% 14%, rgba(124, 58, 237, 0.12), transparent 28%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
            rgba(2, 6, 23, 0.86);
        border-color: rgba(255, 255, 255, 0.1);
    }

    .vk-public-footer::before {
        content: "";
        position: absolute;
        left: 2.5rem;
        right: 2.5rem;
        top: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.42), rgba(139, 92, 246, 0.34), transparent);
    }

    .vk-footer-heading {
        color: #ffffff;
    }

    .vk-social-btn:hover,
    .vk-app-badge:hover {
        box-shadow: 0 0 28px rgba(6, 182, 212, 0.2);
    }
}

@media (min-width: 1200px) {
    .vk-pub-nav .nav-link.vk-pub-nav-link {
        padding-inline: 0.95rem !important;
    }

    .vk-home-hero .row.align-items-center {
        grid-template-columns: minmax(0, 1.08fr) minmax(500px, 0.92fr);
    }
}

/* Final homepage responsive spacing pass: compact, centered, overflow-safe */
body.vk-neo-site {
    overflow-x: hidden;
}

.vk-neo-site .container {
    width: min(100% - 2rem, 1280px);
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}

.vk-pub-section > .container,
.vk-pub-section-alt > .container,
.vk-home-hero .vk-hero-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.vk-pub-section,
.vk-pub-section-alt {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    scroll-margin-top: 112px;
}

.vk-pub-section + .vk-pub-section,
.vk-pub-section + .vk-pub-section-alt,
.vk-pub-section-alt + .vk-pub-section,
.vk-pub-section-alt + .vk-pub-section-alt {
    margin-top: 0 !important;
}

.vk-section-kicker {
    margin-bottom: 12px;
}

.vk-section-title {
    margin-bottom: 12px !important;
}

.vk-section-lead {
    margin-bottom: 0 !important;
}

.vk-pub-section .row.mb-5,
.vk-pub-section-alt .row.mb-5,
#testimonials .text-center.mb-5 {
    margin-bottom: 32px !important;
}

.vk-service-card,
.vk-why-card,
.vk-step-card,
.vk-testimonial-card,
.vk-pricing-card {
    height: 100%;
}

.vk-service-card,
.vk-why-card,
.vk-step-card {
    min-height: 0;
}

.vk-ready-card {
    min-height: 0;
}

.vk-public-footer {
    margin-top: 0 !important;
}

@media (min-width: 992px) {
    .vk-neo-site .container {
        width: min(100% - 48px, 1280px);
        max-width: 1280px;
    }

    .vk-navbar-shell {
        max-width: 1280px;
    }

    .vk-home-hero {
        min-height: auto;
        padding-top: 56px;
        padding-bottom: 60px;
    }

    .vk-home-hero .row.align-items-center {
        grid-template-columns: minmax(0, 1.06fr) minmax(460px, 0.94fr) !important;
        gap: 48px !important;
    }

    .vk-hero-title {
        font-size: clamp(3.65rem, 4.45vw, 5.1rem);
        line-height: 0.98;
        margin-bottom: 0;
    }

    .vk-hero-lead {
        margin-top: 20px;
        margin-bottom: 24px;
        font-size: 1.06rem;
        line-height: 1.65;
    }

    .vk-hero-badges {
        margin-top: 20px !important;
    }

    .vk-home-hero .row.row-cols-1 {
        margin-top: 20px !important;
        --bs-gutter-x: 16px;
        --bs-gutter-y: 16px;
    }

    .vk-home-stat {
        min-height: 124px;
        padding: 1rem;
        border-radius: 22px;
    }

    .vk-home-stat strong {
        font-size: clamp(1.65rem, 2vw, 2.25rem);
    }

    .vk-brand-strip {
        margin-top: 24px !important;
    }

    .vk-dashboard-card {
        width: min(100%, 540px);
        padding: 1.5rem !important;
        border-radius: 30px;
    }

    .vk-mini-kpi {
        min-height: 104px;
        padding: 1rem !important;
    }

    .vk-track-map {
        height: 142px;
    }

    .vk-pub-section,
    .vk-pub-section-alt {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .vk-pub-section::before,
    .vk-pub-section-alt::before {
        left: max(24px, calc((100vw - 1280px) / 2)) !important;
        right: max(24px, calc((100vw - 1280px) / 2)) !important;
    }

    .vk-section-title {
        font-size: clamp(2.45rem, 3vw, 3.75rem);
        line-height: 1.04;
    }

    .vk-section-lead {
        font-size: 1rem;
        line-height: 1.65;
    }

    #services .row.g-4,
    #pricing .row.g-4,
    #about .row.g-3 {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
        gap: 0 !important;
    }

    #how-it-works .col-lg-7 > .row.g-3 {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
        gap: 20px !important;
    }

    .vk-service-card {
        min-height: 280px;
        padding: 1.25rem !important;
        border-radius: 24px;
    }

    .vk-pricing-card {
        min-height: 310px;
    }

    #pricing .row.g-4 > .col-md-4 {
        display: flex;
    }

    .vk-service-card-icon,
    .vk-why-icon,
    .vk-step-icon {
        width: 3.2rem;
        height: 3.2rem;
        border-radius: 18px;
    }

    .vk-service-card h3 {
        margin-top: 0.75rem;
        margin-bottom: 0.5rem !important;
        font-size: 1.08rem;
    }

    .vk-service-card p,
    .vk-why-card p,
    .vk-step-card p {
        line-height: 1.55;
    }

    .vk-analytics-card {
        padding: 1.5rem !important;
        border-radius: 28px;
    }

    .vk-analytics-chart {
        height: 210px;
        margin-bottom: 20px !important;
    }

    .vk-analytics-kpi {
        min-height: 92px;
        padding: 0.9rem;
    }

    .vk-radial-progress {
        width: 132px;
        min-height: 132px;
    }

    .vk-why-card {
        min-height: 174px;
        padding: 1.2rem !important;
        border-radius: 22px;
    }

    #testimonials .vk-testimonial-card {
        max-width: 820px !important;
        min-height: 0;
        padding: 2rem !important;
        border-radius: 28px;
    }

    #testimonials .vk-testimonial-card p {
        font-size: 1.05rem;
        line-height: 1.65;
        margin-bottom: 20px !important;
    }

    #how-it-works .col-lg-7 > .row.g-3 {
        margin-top: 20px;
    }

    .vk-step-card {
        min-height: 220px;
        padding: 1.35rem !important;
        border-radius: 24px;
    }

    .vk-step-card > div:last-child::before {
        font-size: 2.75rem;
        margin-bottom: 0.35rem;
    }

    .vk-ready-card {
        max-width: 840px;
        margin-top: 32px;
        padding: 2rem !important;
        border-radius: 28px !important;
    }

    .vk-ready-title {
        font-size: clamp(2.35rem, 3vw, 3.35rem);
        margin-bottom: 12px !important;
    }

    .vk-ready-card p {
        margin-bottom: 20px !important;
    }

    .vk-public-footer {
        max-width: 1280px;
        margin-bottom: 20px !important;
        padding: 48px 0 24px !important;
        border-radius: 28px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .vk-neo-site .container {
        width: min(100% - 32px, 1280px);
    }

    .vk-home-hero {
        min-height: auto;
    }

    .vk-hero-inner {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .vk-pub-section,
    .vk-pub-section-alt {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        scroll-margin-top: 96px;
    }

    .vk-section-title {
        font-size: clamp(2rem, 5vw, 3rem);
        line-height: 1.08;
    }

    .vk-pub-section .row.mb-5,
    .vk-pub-section-alt .row.mb-5,
    #testimonials .text-center.mb-5 {
        margin-bottom: 24px !important;
    }

    #services .row.g-4,
    #pricing .row.g-4,
    #about .row.g-3 {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    #services .row.g-4 > [class*="col-"],
    #pricing .row.g-4 > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .vk-service-card,
    .vk-why-card,
    .vk-step-card {
        padding: 1.25rem !important;
        border-radius: 22px;
    }

    .vk-dashboard-card,
    .vk-analytics-card,
    .vk-ready-card {
        padding: 1.5rem !important;
    }

    .vk-ready-card {
        margin-top: 24px;
    }

    .vk-public-footer {
        padding: 40px 0 24px !important;
    }
}

@media (max-width: 767.98px) {
    .vk-neo-site .container {
        width: min(100% - 24px, 1280px);
    }

    .vk-navbar-premium {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .vk-home-hero {
        min-height: auto;
    }

    .vk-hero-inner {
        padding-top: 24px !important;
        padding-bottom: 28px !important;
    }

    .vk-pub-section,
    .vk-pub-section-alt {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
        scroll-margin-top: 86px;
    }

    .vk-hero-title {
        font-size: clamp(2.1rem, 11vw, 3.65rem);
        line-height: 1.02;
        margin-bottom: 0;
    }

    .vk-hero-lead {
        margin-top: 16px;
        margin-bottom: 18px;
        padding-right: 0;
        font-size: 1rem;
        line-height: 1.55;
    }

    .vk-hero-actions {
        gap: 12px !important;
    }

    .vk-hero-actions .btn {
        min-height: 3.15rem;
    }

    .vk-hero-badges,
    .vk-brand-strip {
        margin-top: 18px !important;
    }

    .vk-home-hero .row.row-cols-1 {
        margin-top: 18px !important;
        --bs-gutter-y: 12px;
    }

    .vk-home-stat {
        min-height: 0;
        padding: 1rem;
    }

    .vk-dashboard-card {
        margin-top: 20px;
        padding: 1rem !important;
        border-radius: 22px;
    }

    .vk-pub-section .row.mb-5,
    .vk-pub-section-alt .row.mb-5,
    #testimonials .text-center.mb-5 {
        margin-bottom: 20px !important;
    }

    .vk-section-title {
        font-size: clamp(1.7rem, 8vw, 2.35rem);
        line-height: 1.12;
    }

    .vk-section-lead {
        font-size: 0.98rem;
        line-height: 1.55;
    }

    #services .row.g-4 {
        flex-wrap: wrap;
        overflow-x: visible;
        scroll-snap-type: none;
        --bs-gutter-x: 0;
        --bs-gutter-y: 16px;
    }

    #services .row.g-4 > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #pricing .row.g-4,
    #about .row.g-3 {
        --bs-gutter-y: 16px;
    }

    .vk-service-card,
    .vk-pricing-card,
    .vk-why-card,
    .vk-step-card,
    .vk-testimonial-card,
    .vk-ready-card {
        min-height: 0;
        padding: 1rem !important;
        border-radius: 20px !important;
    }

    .vk-service-card-icon,
    .vk-why-icon,
    .vk-step-icon {
        width: 3rem;
        height: 3rem;
        border-radius: 16px;
    }

    .vk-analytics-card {
        padding: 1rem !important;
        border-radius: 22px;
    }

    .vk-analytics-chart {
        height: 170px;
        margin-bottom: 16px !important;
    }

    .vk-radial-progress {
        width: 120px;
        min-height: 120px;
    }

    #testimonials .vk-testimonial-card {
        max-width: 100% !important;
    }

    #testimonials .vk-testimonial-card p {
        margin-bottom: 16px !important;
        line-height: 1.55;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    #how-it-works .vk-section-title {
        margin-bottom: 20px !important;
    }

    .vk-step-card {
        gap: 12px !important;
    }

    .vk-ready-card {
        margin-top: 20px;
    }

    .vk-ready-title {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
    }

    .vk-ready-card .btn {
        width: 100%;
    }

    .vk-public-footer {
        margin-inline: 12px;
        margin-bottom: 12px !important;
        padding: 28px 0 18px !important;
        border-radius: 22px 22px 0 0;
    }

    .vk-public-footer .row {
        --bs-gutter-y: 20px;
    }
}

@media (max-width: 360px) {
    .vk-neo-site .container {
        width: min(100% - 20px, 1280px);
    }

    .vk-hero-title {
        font-size: clamp(1.95rem, 10vw, 3rem);
    }

    .vk-public-brand-title {
        font-size: 1rem;
    }
}

/* Premium multi-card testimonials carousel */
#testimonials {
    overflow: hidden;
}

#testimonials .vk-testimonials-head {
    max-width: 820px;
    margin-inline: auto;
}

.vk-testimonials-shell {
    position: relative;
    isolation: isolate;
}

.vk-testimonials-swiper {
    overflow: hidden;
    padding: 4px 2px 38px;
}

.vk-testimonials-swiper .swiper-wrapper {
    align-items: stretch;
}

.vk-testimonials-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.vk-testimonial-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 260px;
    padding: 20px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background:
        radial-gradient(circle at 86% 12%, rgba(96, 165, 250, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.032)),
        rgba(8, 23, 45, 0.72);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

#testimonials .vk-testimonial-card {
    max-width: none !important;
}

.vk-testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.38), rgba(124, 58, 237, 0.18), rgba(6, 182, 212, 0.28));
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
}

.vk-testimonial-card:hover {
    transform: translateY(-7px);
    border-color: rgba(96, 165, 250, 0.28);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36), 0 0 36px rgba(6, 182, 212, 0.12);
}

.vk-testimonial-card:hover::before {
    opacity: 1;
}

.vk-testimonial-quote {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: rgba(103, 232, 249, 0.85);
    background: rgba(6, 182, 212, 0.08);
    border: 1px solid rgba(6, 182, 212, 0.16);
}

.vk-testimonial-quote svg {
    width: 18px;
    height: 18px;
}

.vk-testimonial-stars {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 16px;
    color: #fbbf24;
}

.vk-testimonial-stars svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
    stroke: currentColor;
}

.vk-testimonial-copy {
    flex: 1;
    margin: 0 0 18px;
    color: #cbd5e1;
    font-size: 0.94rem;
    line-height: 1.6;
}

.vk-testimonial-person {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vk-testimonial-avatar-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--vk-neo-gradient);
    box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.08), 0 0 22px rgba(96, 165, 250, 0.18);
}

.vk-testimonial-person strong {
    display: block;
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.2;
}

.vk-testimonial-person span {
    display: block;
    margin-top: 3px;
    color: #94a3b8;
    font-size: 0.78rem;
}

.vk-testimonial-nav {
    position: absolute;
    top: 42%;
    z-index: 4;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.vk-testimonial-nav:hover {
    transform: translateY(-2px);
    background: rgba(96, 165, 250, 0.16);
    border-color: rgba(96, 165, 250, 0.32);
}

.vk-testimonial-prev {
    left: -18px;
}

.vk-testimonial-next {
    right: -18px;
}

.vk-testimonial-nav svg {
    width: 20px;
    height: 20px;
}

.vk-testimonial-pagination {
    bottom: 0 !important;
}

.vk-testimonial-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: rgba(203, 213, 225, 0.7);
    opacity: 0.55;
}

.vk-testimonial-pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, #60a5fa, #8b5cf6, #06b6d4);
    opacity: 1;
}

@media (min-width: 992px) {
    #testimonials {
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }

    #testimonials .vk-testimonials-head {
        margin-bottom: 28px !important;
    }
}

@media (max-width: 991.98px) {
    .vk-testimonial-nav {
        width: 38px;
        height: 38px;
    }

    .vk-testimonial-prev {
        left: -8px;
    }

    .vk-testimonial-next {
        right: -8px;
    }
}

@media (max-width: 767.98px) {
    #testimonials {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    #testimonials .vk-testimonials-head {
        margin-bottom: 18px !important;
    }

    .vk-testimonials-swiper {
        padding-bottom: 32px;
    }

    .vk-testimonial-card {
        min-height: 236px;
        padding: 18px;
        border-radius: 20px;
    }

    .vk-testimonial-nav {
        display: none;
    }
}

/* Enterprise homepage refinements: additive polish without restructuring */
:root {
    --vk-premium-line: rgba(125, 211, 252, 0.28);
    --vk-premium-line-strong: rgba(96, 165, 250, 0.48);
    --vk-premium-card: rgba(15, 23, 42, 0.82);
    --vk-premium-card-soft: rgba(255, 255, 255, 0.075);
    --vk-premium-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.vk-navbar-premium {
    position: relative;
    min-height: 72px;
    backdrop-filter: blur(14px) saturate(142%);
    -webkit-backdrop-filter: blur(14px) saturate(142%);
}

.vk-navbar-premium::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.46), rgba(34, 211, 238, 0.32), transparent);
    opacity: 0.55;
    pointer-events: none;
}

.vk-navbar-premium.is-scrolled {
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
}

.vk-navbar-shell {
    gap: 0.75rem;
}

.vk-pub-nav .nav-link.vk-pub-nav-link {
    padding-inline: 0.72rem !important;
}

.vk-nav-book-btn {
    border: 1px solid rgba(96, 165, 250, 0.3);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.98), rgba(14, 165, 233, 0.92));
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.25);
    transition: transform 0.24s var(--vk-premium-ease), box-shadow 0.24s var(--vk-premium-ease), border-color 0.24s ease;
}

.vk-nav-book-btn:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.48);
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(14, 165, 233, 0.34);
}

.vk-home-hero {
    isolation: isolate;
}

.vk-home-hero::before {
    animation: vkHeroGlowShift 14s ease-in-out infinite alternate;
}

.vk-cursor-glow {
    position: absolute;
    left: var(--vk-glow-x, 50%);
    top: var(--vk-glow-y, 34%);
    width: 26rem;
    height: 26rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(125, 211, 252, 0.22), rgba(96, 165, 250, 0.1) 38%, transparent 68%);
    transform: translate(-50%, -50%);
    opacity: 0.75;
    filter: blur(8px);
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 0;
}

.vk-hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.vk-hero-particles span {
    position: absolute;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 0 18px rgba(125, 211, 252, 0.7);
    animation: vkParticleFloat 10s linear infinite;
}

.vk-hero-particles span:nth-child(1) { left: 12%; top: 72%; animation-duration: 11s; }
.vk-hero-particles span:nth-child(2) { left: 34%; top: 18%; animation-duration: 14s; animation-delay: -3s; }
.vk-hero-particles span:nth-child(3) { left: 62%; top: 68%; animation-duration: 12s; animation-delay: -5s; }
.vk-hero-particles span:nth-child(4) { left: 78%; top: 26%; animation-duration: 15s; animation-delay: -7s; }
.vk-hero-particles span:nth-child(5) { left: 91%; top: 78%; animation-duration: 13s; animation-delay: -2s; }

.vk-hero-inner {
    padding-top: clamp(2rem, 5vw, 4rem);
    padding-bottom: clamp(2.25rem, 5.4vw, 4.4rem);
}

.vk-home-hero .row.align-items-center {
    align-items: center !important;
}

.vk-hero-title {
    max-width: 48rem;
    line-height: 1.08;
}

.vk-hero-lead {
    max-width: 39rem;
    line-height: 1.58;
}

.vk-btn-hero-primary,
.vk-btn-hero-secondary,
.vk-public-site .btn-primary,
.vk-public-site .btn-outline-primary {
    will-change: transform;
}

.vk-btn-hero-primary {
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    color: #123b74 !important;
    background:
        linear-gradient(#ffffff, #eef6ff) padding-box,
        linear-gradient(120deg, #ffffff, #7dd3fc, #a78bfa, #ffffff) border-box;
    background-size: 100% 100%, 240% 100%;
    animation: vkBorderFlow 4s linear infinite;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.2), 0 0 24px rgba(125, 211, 252, 0.2);
}

.vk-btn-hero-primary:hover {
    color: #0f2f72 !important;
}

.vk-btn-hero-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.65) 45%, transparent 70%);
    transform: translateX(-120%);
    transition: transform 0.65s var(--vk-premium-ease);
}

.vk-btn-hero-primary:hover::after {
    transform: translateX(120%);
}

.vk-magnetic {
    transform: translate3d(var(--vk-magnet-x, 0), var(--vk-magnet-y, 0), 0);
}

.vk-home-stat,
.vk-dashboard-card,
.vk-service-card,
.vk-analytics-card,
.vk-why-card,
.vk-testimonial-card,
.vk-step-card,
.vk-ready-card {
    backdrop-filter: blur(20px) saturate(145%);
    -webkit-backdrop-filter: blur(20px) saturate(145%);
}

.vk-dashboard-card {
    padding: clamp(1.25rem, 2.2vw, 2rem) !important;
    background:
        linear-gradient(145deg, rgba(15, 23, 42, 0.94), rgba(17, 24, 39, 0.86)) padding-box,
        linear-gradient(135deg, rgba(125, 211, 252, 0.36), rgba(167, 139, 250, 0.18), rgba(255, 255, 255, 0.1)) border-box;
    border: 1px solid transparent;
}

.vk-dashboard-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    transform: translateX(-120%);
    animation: vkGlassSweep 7s ease-in-out infinite;
    pointer-events: none;
}

.vk-badge-live {
    position: relative;
    padding-left: 1.45rem;
}

.vk-badge-live::before,
.vk-ai-panel .text-success::before {
    content: "";
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.68);
    animation: vkPulse 1.8s infinite;
}

.vk-badge-live::before {
    left: 0.62rem;
    top: 50%;
    transform: translateY(-50%);
}

.vk-mini-kpi {
    min-height: 6.85rem;
    padding: 0.9rem !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vk-mini-kpi strong {
    font-size: clamp(1.2rem, 1.6vw, 1.48rem);
    letter-spacing: -0.02em;
}

.vk-track-map {
    min-height: 7rem;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.24), transparent 28%),
        linear-gradient(180deg, rgba(30, 64, 175, 0.22), rgba(15, 23, 42, 0.36));
    background-size: 32px 32px, 32px 32px, auto, auto;
}

.vk-track-map::after {
    content: "";
    position: absolute;
    left: 16%;
    top: 56%;
    width: 68%;
    height: 42%;
    border-top: 2px solid rgba(34, 211, 238, 0.82);
    border-right: 2px solid rgba(167, 139, 250, 0.72);
    border-radius: 50% 42% 38% 44%;
    filter: drop-shadow(0 0 9px rgba(34, 211, 238, 0.7));
    animation: vkRouteGlow 2.8s ease-in-out infinite;
}

.vk-track-progress-bar,
.vk-chart-line::before {
    animation: vkChartLoad 1.35s var(--vk-premium-ease) both;
    transform-origin: left center;
}

.vk-ai-panel {
    position: relative;
}

.vk-ai-panel .text-success {
    position: relative;
    padding-left: 0.9rem;
}

.vk-ai-panel .text-success::before {
    left: 0;
    top: 0.45rem;
}

.vk-pub-section,
.vk-pub-section-alt {
    position: relative;
    overflow: hidden;
}

.vk-pub-section {
    padding-top: clamp(2.25rem, 5vw, 4.25rem) !important;
    padding-bottom: clamp(2.25rem, 5vw, 4.25rem) !important;
}

.vk-pub-section-alt {
    padding-top: clamp(2.35rem, 5.2vw, 4.5rem) !important;
    padding-bottom: clamp(2.35rem, 5.2vw, 4.5rem) !important;
    background:
        radial-gradient(circle at 15% 10%, rgba(37, 99, 235, 0.12), transparent 25%),
        radial-gradient(circle at 85% 80%, rgba(20, 184, 166, 0.08), transparent 28%),
        var(--vk-pub-bg);
}

.vk-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 18rem;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.78)) padding-box,
        linear-gradient(135deg, rgba(125, 211, 252, 0.22), rgba(167, 139, 250, 0.18), rgba(255, 255, 255, 0.08)) border-box;
    border: 1px solid transparent;
    transform-style: preserve-3d;
}

.vk-live-tick {
    color: #bbf7d0 !important;
    text-shadow: 0 0 16px rgba(34, 197, 94, 0.42);
    transition: color 0.18s ease, text-shadow 0.18s ease;
}

.vk-service-card::before,
.vk-why-card::before,
.vk-testimonial-card::before,
.vk-step-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--vk-spot-x, 50%) var(--vk-spot-y, 0%), rgba(125, 211, 252, 0.14), transparent 34%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.vk-service-card:hover::before,
.vk-why-card:hover::before,
.vk-testimonial-card:hover::before,
.vk-step-card:hover::before {
    opacity: 1;
}

.vk-service-card:hover {
    transform: translateY(-8px) rotateX(var(--vk-tilt-y, 0deg)) rotateY(var(--vk-tilt-x, 0deg));
    box-shadow: 0 28px 72px rgba(2, 8, 23, 0.34), 0 0 32px rgba(59, 130, 246, 0.16);
}

.vk-service-card-icon {
    flex: 0 0 auto;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 10px 24px rgba(14, 165, 233, 0.18);
}

.vk-service-availability {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.36rem 0.62rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.12);
    color: #bbf7d0;
    border: 1px solid rgba(34, 197, 94, 0.22);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.vk-service-availability::before {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.72);
}

.vk-service-meta span,
.vk-cta-trust span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(226, 232, 240, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.72rem;
    font-weight: 700;
}

.vk-service-meta svg,
.vk-cta-trust svg {
    width: 0.86rem;
    height: 0.86rem;
}

.vk-analytics-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(15, 23, 42, 0.88), rgba(30, 41, 59, 0.72)) padding-box,
        linear-gradient(135deg, rgba(125, 211, 252, 0.26), rgba(167, 139, 250, 0.16), rgba(255, 255, 255, 0.08)) border-box;
    border: 1px solid transparent;
}

.vk-analytics-card::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(180deg, rgba(0,0,0,0.7), transparent 80%);
    pointer-events: none;
}

.vk-analytics-card > * {
    position: relative;
    z-index: 1;
}

.vk-analytics-kpi {
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.vk-analytics-kpi strong::after {
    content: " +";
    color: #22c55e;
    font-size: 0.82rem;
    vertical-align: middle;
}

.vk-chart-line {
    background:
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(56, 189, 248, 0.12), rgba(168, 85, 247, 0.05) 55%, rgba(255,255,255,0.02));
    background-size: 34px 34px, 34px 34px, auto;
}

.vk-chart-line::before {
    height: 3px;
    bottom: 36%;
    background: linear-gradient(90deg, #22d3ee, #60a5fa 42%, #a78bfa 78%, #f0abfc);
    box-shadow: 0 0 22px rgba(96, 165, 250, 0.58);
}

.vk-chart-line::after {
    left: 11%;
    right: auto;
    bottom: 35%;
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    background: #ecfeff;
    box-shadow:
        4.8rem -1.9rem 0 -1px #bfdbfe,
        9.6rem 0.6rem 0 -1px #a5f3fc,
        14.6rem -2.7rem 0 -1px #ddd6fe,
        19.2rem -0.8rem 0 -1px #f5d0fe,
        0 0 18px rgba(125, 211, 252, 0.86);
}

.vk-radial-progress {
    position: relative;
    min-height: 10.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.vk-radial-progress svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.vk-radial-progress circle {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
}

.vk-radial-progress circle:first-child {
    stroke: rgba(255, 255, 255, 0.1);
}

.vk-radial-progress circle:last-child {
    stroke: #38bdf8;
    stroke-dasharray: 314;
    stroke-dashoffset: 25;
    filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.72));
    animation: vkRingLoad 1.4s var(--vk-premium-ease) both;
}

.vk-radial-progress--secondary circle:last-child {
    stroke: #a78bfa;
    stroke-dashoffset: 41;
}

.vk-radial-progress span,
.vk-radial-progress small {
    position: relative;
    z-index: 1;
}

.vk-why-card {
    position: relative;
    overflow: hidden;
    min-height: 9.6rem;
    transition: transform 0.26s var(--vk-premium-ease), box-shadow 0.26s var(--vk-premium-ease), border-color 0.26s ease;
}

.vk-why-card:hover {
    transform: translateY(-5px);
    border-color: rgba(125, 211, 252, 0.28);
    box-shadow: 0 24px 60px rgba(2, 8, 23, 0.22);
}

.vk-why-icon {
    box-shadow: 0 0 24px rgba(125, 211, 252, 0.13);
    transition: transform 0.26s var(--vk-premium-ease), box-shadow 0.26s ease;
}

.vk-why-card:hover .vk-why-icon {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 0 34px rgba(125, 211, 252, 0.26);
}

.vk-testimonials-shell {
    position: relative;
}

.vk-testimonials-shell::before,
.vk-testimonials-shell::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 2rem;
    width: 5rem;
    z-index: 3;
    pointer-events: none;
}

.vk-testimonials-shell::before {
    left: 0;
    background: linear-gradient(90deg, var(--vk-pub-bg), transparent);
}

.vk-testimonials-shell::after {
    right: 0;
    background: linear-gradient(270deg, var(--vk-pub-bg), transparent);
}

.vk-testimonial-card {
    position: relative;
    min-height: 18rem;
    padding: 1.35rem;
    overflow: hidden;
    transition: transform 0.26s var(--vk-premium-ease), box-shadow 0.26s var(--vk-premium-ease), border-color 0.26s ease;
}

.vk-testimonial-card:hover {
    transform: translateY(-6px);
    border-color: rgba(125, 211, 252, 0.22);
    box-shadow: 0 30px 84px rgba(2, 8, 23, 0.35);
}

.vk-testimonial-stars {
    color: #facc15;
    filter: drop-shadow(0 0 8px rgba(250, 204, 21, 0.36));
}

.vk-testimonial-person {
    display: flex;
    align-items: center;
    gap: 0.78rem;
}

.vk-testimonial-avatar-img {
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 18px;
    object-fit: cover;
    background: rgba(59, 130, 246, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 12px 28px rgba(2, 8, 23, 0.22);
}

.vk-verified-badge {
    display: inline-flex;
    vertical-align: -0.16em;
    color: #38bdf8;
}

.vk-verified-badge svg {
    width: 0.95rem;
    height: 0.95rem;
}

#how-it-works .row .col-12 {
    position: relative;
}

#how-it-works .col-12 + .col-12::before {
    content: "";
    position: absolute;
    left: 2.85rem;
    top: -1.1rem;
    height: 1.1rem;
    width: 2px;
    background: linear-gradient(#38bdf8, rgba(167, 139, 250, 0.6));
    box-shadow: 0 0 14px rgba(56, 189, 248, 0.46);
}

.vk-step-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.26s var(--vk-premium-ease), border-color 0.26s ease, box-shadow 0.26s ease;
}

.vk-step-card:hover {
    transform: translateX(5px);
    border-color: rgba(125, 211, 252, 0.28);
    box-shadow: 0 22px 58px rgba(2, 8, 23, 0.22);
}

.vk-step-icon {
    box-shadow: 0 0 0 1px rgba(125, 211, 252, 0.08) inset, 0 0 24px rgba(59, 130, 246, 0.18);
}

.vk-ready-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(168, 85, 247, 0.11), rgba(20, 184, 166, 0.12)),
        rgba(255, 255, 255, 0.07);
}

.vk-ready-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 90deg, transparent, rgba(56, 189, 248, 0.18), transparent, rgba(167, 139, 250, 0.14), transparent);
    animation: vkSlowSpin 12s linear infinite;
}

.vk-ready-card > * {
    position: relative;
    z-index: 1;
}

.vk-public-footer {
    position: relative;
    overflow: hidden;
}

.vk-public-footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.56), rgba(34, 211, 238, 0.36), transparent);
}

.vk-footer-links a,
.vk-public-footer .link-footer {
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

.vk-footer-links a:hover,
.vk-public-footer .link-footer:hover {
    color: #e0f2fe;
    text-shadow: 0 0 16px rgba(125, 211, 252, 0.42);
}

.vk-newsletter-form .input-group {
    padding: 0.25rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.vk-newsletter-form .form-control {
    border: 0;
    background: transparent;
    color: #fff;
    min-height: 2.55rem;
}

.vk-newsletter-form .form-control:focus {
    box-shadow: none;
}

.vk-newsletter-form .btn {
    width: 2.55rem;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    color: #fff;
    display: inline-grid;
    place-items: center;
}

.vk-newsletter-form svg {
    width: 1rem;
    height: 1rem;
}

.vk-app-badge {
    min-width: 9.4rem;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.045));
    transition: transform 0.24s var(--vk-premium-ease), box-shadow 0.24s ease, border-color 0.24s ease;
}

.vk-app-badge:hover {
    color: #fff;
    transform: translateY(-3px);
    border-color: rgba(125, 211, 252, 0.34);
    box-shadow: 0 16px 38px rgba(14, 165, 233, 0.18);
}

.vk-support-widget {
    position: fixed;
    right: 1.1rem;
    bottom: 5rem;
    z-index: 1050;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.7rem;
    align-items: center;
    min-width: 10.75rem;
    padding: 0.72rem 0.85rem;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(125, 211, 252, 0.22);
    box-shadow: 0 18px 48px rgba(2, 8, 23, 0.36);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: transform 0.24s var(--vk-premium-ease), border-color 0.24s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
}

.vk-float-wa {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.vk-float-wa.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.vk-support-widget.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.vk-support-widget:hover {
    color: #fff;
    transform: translateY(-3px);
    border-color: rgba(125, 211, 252, 0.44);
}

.vk-support-widget > span {
    grid-row: span 2;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(6, 182, 212, 0.86));
}

.vk-support-widget strong {
    line-height: 1;
    font-size: 0.86rem;
}

.vk-support-widget small {
    color: #86efac;
    font-size: 0.72rem;
}

.vk-support-widget svg {
    width: 1.1rem;
    height: 1.1rem;
}

@keyframes vkHeroGlowShift {
    0% { transform: translate3d(0, 0, 0) scale(1); }
    100% { transform: translate3d(1.2rem, -0.8rem, 0) scale(1.04); }
}

@keyframes vkParticleFloat {
    0% { transform: translate3d(0, 1.5rem, 0); opacity: 0; }
    18% { opacity: 0.75; }
    100% { transform: translate3d(1.5rem, -7rem, 0); opacity: 0; }
}

@keyframes vkBorderFlow {
    to { background-position: 0 0, 240% 0; }
}

@keyframes vkGlassSweep {
    0%, 42% { transform: translateX(-120%); }
    66%, 100% { transform: translateX(120%); }
}

@keyframes vkRouteGlow {
    50% { filter: drop-shadow(0 0 16px rgba(34, 211, 238, 0.9)); opacity: 0.72; }
}

@keyframes vkChartLoad {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@keyframes vkRingLoad {
    from { stroke-dashoffset: 314; }
}

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

@media (min-width: 768px) and (max-width: 1199.98px) {
    #services .row.g-4 > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    .vk-navbar-premium {
        min-height: 64px;
    }

    .vk-navbar-premium .navbar-collapse {
        margin-top: 0.7rem;
        padding: 0.85rem;
        border: 1px solid var(--vk-navbar-border);
        border-radius: 18px;
        background: rgba(15, 23, 42, 0.86);
        box-shadow: 0 18px 48px rgba(2, 8, 23, 0.22);
    }

    .vk-pub-nav .nav-link.vk-pub-nav-link {
        width: 100%;
        justify-content: center;
        padding-block: 0.72rem !important;
    }

    .vk-hero-inner {
        padding-top: 1.6rem;
        padding-bottom: 2rem;
    }

    .vk-hero-title {
        font-size: clamp(2rem, 12vw, 2.9rem);
    }

    .vk-hero-topline,
    .vk-hero-badges,
    .vk-brand-strip {
        gap: 0.5rem !important;
    }

    .vk-hero-badge,
    .vk-brand-pill,
    .vk-hero-trust,
    .vk-hero-badge-mini {
        padding: 0.58rem 0.75rem !important;
        font-size: 0.76rem;
    }

    .vk-brand-pill {
        min-width: auto;
        flex: 1 1 29%;
    }

    .vk-home-stat {
        min-height: 5.2rem;
    }

    .vk-dashboard-card {
        border-radius: 22px;
        margin-top: 0.5rem;
    }

    .vk-mini-kpi {
        min-height: 6.2rem;
    }

    .vk-track-progress {
        width: 48%;
    }

    #services .container > .row.g-4 {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 0.7rem;
        margin-inline: -0.75rem;
        padding-inline: 0.75rem;
        -webkit-overflow-scrolling: touch;
    }

    #services .container > .row.g-4 > [class*="col-"] {
        flex: 0 0 min(84vw, 22rem);
        scroll-snap-align: start;
    }

    .vk-service-card {
        min-height: 17rem;
    }

    .vk-chart-line::after {
        box-shadow:
            3.4rem -1.5rem 0 -1px #bfdbfe,
            6.6rem 0.4rem 0 -1px #a5f3fc,
            9.8rem -2.1rem 0 -1px #ddd6fe,
            13rem -0.7rem 0 -1px #f5d0fe,
            0 0 18px rgba(125, 211, 252, 0.86);
    }

    .vk-radial-progress {
        flex: 1 1 100%;
    }

    #how-it-works .col-12 + .col-12::before {
        left: 2.2rem;
    }

    .vk-step-card:hover {
        transform: translateY(-3px);
    }

    .vk-support-widget {
        right: 0.85rem;
        bottom: 4.65rem;
        min-width: 3.3rem;
        grid-template-columns: auto;
        padding: 0.55rem;
    }

    .vk-support-widget strong,
    .vk-support-widget small {
        display: none;
    }

    .vk-back-to-top {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .vk-public-logo-circle {
        width: 38px;
        height: 38px;
    }

    .vk-public-brand-title {
        font-size: 1rem;
    }

    .vk-public-brand-sub {
        display: none;
    }

    .vk-section-title {
        font-size: clamp(1.35rem, 8vw, 1.85rem);
    }

    .vk-testimonials-shell::before,
    .vk-testimonials-shell::after {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vk-home-hero::before,
    .vk-hero-particles span,
    .vk-btn-hero-primary,
    .vk-dashboard-card::before,
    .vk-ready-card::before,
    .vk-track-map::after,
    .vk-track-progress-bar,
    .vk-chart-line::before,
    .vk-radial-progress circle:last-child {
        animation: none !important;
    }

    .vk-cursor-glow {
        display: none;
    }
}
