
/* ==============================================
   ⚡ AURORA GAMING PLATFORM v6.0
   Premium Neon Cyberpunk Design System
   ============================================== */

/* Дизайн-токены - Премиум система */
:root {
    /* Поверхности (казино-тематика) */
    --surface-void: #0a1f14;
    --surface-deep: #151b2e;
    --surface-raised: #090f1e;
    --surface-elevated: rgba(9, 15, 30, 0.95);
    --surface-overlay: rgba(21, 27, 46, 0.92);
    
    /* Бренд */
    --brand-primary: #089e4e;
    --brand-primary-dark: #00b8a3;
    --brand-primary-light: #5cfff0;
    --brand-muted: #056632;
    --brand-vivid: #0ced75;
    --brand-glow: #0acd65;
    --brand-secondary: hsl(193, 80%, 55%);
    
    /* Контент */
    --content-main: #ffffff;
    --content-high: rgba(255, 255, 255, 0.95);
    --content-dim: rgba(255, 255, 255, 0.75);
    --content-muted: rgba(255, 255, 255, 0.5);
    --content-subtle: rgba(255, 255, 255, 0.25);
    
    /* RGB */
    --brand-rgb: 8, 158, 78;
    --surface-rgb: 21, 27, 46;
    
    /* Статусы (казино-тематика) */
    --success: #00C853;
    --success-glow: rgba(0, 200, 83, 0.5);
    --warning: #FFA500;
    --warning-glow: rgba(255, 165, 0, 0.5);
    --error: #DC143C;
    --error-glow: rgba(220, 20, 60, 0.5);
    --gold: #089e4e;
    --gold-dark: #00b8a3;
    --gold-light: #5cfff0;
    --gold-glow: rgba(8, 158, 78, 0.6);
    
    /* Градиенты (казино-тематика) */
    --grad-surface: linear-gradient(165deg, var(--surface-void) 0%, var(--surface-deep) 30%, var(--surface-raised) 100%);
    --grad-brand: linear-gradient(135deg, #089e4e 0%, #00b8a3 100%);
    --grad-brand-radial: radial-gradient(circle at 30% 30%, #089e4e, #00b8a3, #089e4e);
    --grad-shine: linear-gradient(45deg, #089e4e 0%, #00b8a3 25%, #089e4e 50%, #00b8a3 75%, #089e4e 100%);
    --grad-aurora: conic-gradient(from 180deg at 50% 50%, #089e4e 0deg, #FFA500 120deg, #089e4e 240deg, #089e4e 360deg);
    --grad-mesh: radial-gradient(at 20% 80%, rgba(var(--brand-rgb), 0.18) 0%, transparent 50%), 
                 radial-gradient(at 80% 20%, rgba(var(--brand-rgb), 0.15) 0%, transparent 50%),
                 radial-gradient(at 50% 50%, rgba(var(--brand-rgb), 0.1) 0%, transparent 60%);
    --grad-cta: linear-gradient(135deg, #089e4e 0%, #FFA500 50%, #089e4e 100%);
    --grad-gold: linear-gradient(135deg, #089e4e 0%, #5cfff0 50%, #00b8a3 100%);
    
    /* Glass (казино-тематика) */
    --glass-bg: rgba(var(--brand-rgb), 0.05);
    --glass-bg-hover: rgba(var(--brand-rgb), 0.1);
    --glass-bg-active: rgba(var(--brand-rgb), 0.15);
    --glass-edge: rgba(var(--brand-rgb), 0.2);
    --glass-edge-active: rgba(var(--brand-rgb), 0.6);
    --glass-blur: 20px;
    --glass-blur-strong: 32px;
    
    /* Тени и свечение */
    --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.25);
    --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.35);
    --shadow-lg: 0 16px 50px rgba(0, 0, 0, 0.45);
    --shadow-xl: 0 24px 70px rgba(0, 0, 0, 0.55);
    --shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    --glow-sm: 0 0 20px rgba(var(--brand-rgb), 0.35);
    --glow-md: 0 0 40px rgba(var(--brand-rgb), 0.5);
    --glow-lg: 0 0 60px rgba(var(--brand-rgb), 0.65);
    --glow-xl: 0 0 100px rgba(var(--brand-rgb), 0.5);
    --glow-text: 0 0 30px rgba(var(--brand-rgb), 0.8);
    
    /* Пространство */
    --space-3xs: 4px;
    --space-2xs: 8px;
    --space-xs: 12px;
    --space-sm: 16px;
    --space-md: 24px;
    --space-lg: 32px;
    --space-xl: 48px;
    --space-2xl: 64px;
    --space-3xl: 96px;
    --space-4xl: 128px;
    
    /* Скругления */
    --radius-xs: 6px;
    --radius-sm: 10px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --radius-2xl: 40px;
    --radius-full: 9999px;
    
    /* Шрифты */
    --font-display: 'Unbounded', 'Manrope', system-ui, sans-serif;
    --font-body: 'Outfit', 'Source Sans 3', system-ui, sans-serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
    
    /* Анимации */
    --ease-out: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    --ease-in-out: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    --ease-bounce: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-elastic: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --ease-spring: 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    
    /* Z-индексы */
    --z-base: 1;
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-fixed: 300;
    --z-modal-backdrop: 400;
    --z-modal: 500;
    --z-toast: 600;
    --z-max: 9999;
}

/* ==============================================
   THEME VARIANTS (t1..t5)
   ============================================== */

/* t1 — базовый неоновый киберпанк (по умолчанию) */

/* t2 — Тёмный минимализм */
body.vq-hovoru {
    --surface-void: #020617;
    --surface-deep: #020617;
    --surface-raised: #020617;
    --surface-elevated: rgba(15,23,42,0.98);
    --surface-overlay: rgba(15,23,42,0.98);
    --brand-muted: #475569;
    --content-main: #e2e8f0;
    --content-high: #f9fafb;
    --content-dim: #cbd5f5;
    --font-display: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* t3 — Глянцевый стекло‑эффект */
body.vq-lepohu {
    --surface-void: #020617;
    --surface-raised: rgba(15,23,42,0.85);
    --surface-elevated: rgba(15,23,42,0.92);
    --surface-overlay: rgba(15,23,42,0.96);
    --glass-bg: radial-gradient(circle at top left, rgba(255,255,255,0.18), rgba(15,23,42,0.95));
    --glass-bg-hover: radial-gradient(circle at top left, rgba(255,255,255,0.26), rgba(15,23,42,0.98));
    --glass-edge: rgba(255,255,255,0.18);
    --glass-edge-active: rgba(255,255,255,0.38);
}

/* t4 — Лёгкая светлая тема */
body.vq-kepuzo {
    --surface-void: #f2f4f8;
    --surface-deep: #ffffff;
    --surface-raised: #ffffff;
    --surface-elevated: #ffffff;
    --surface-overlay: #ffffff;
    --content-main: #111827;
    --content-high: #020617;
    --content-dim: #4b5563;
    --content-muted: #9ca3af;
    --content-subtle: #e5e7eb;
    --brand-muted: #9ca3af;
    --shadow-md: 0 12px 30px rgba(15,23,42,0.12);
    --shadow-lg: 0 16px 40px rgba(15,23,42,0.15);
}

/* t5 — Ретро‑терминал */
body.vq-dutube {
    --surface-void: #020b06;
    --surface-deep: #020b06;
    --surface-raised: #041510;
    --surface-elevated: #041510;
    --surface-overlay: #041510;
    --brand-primary: #00ff88;
    --brand-primary-dark: #00cc66;
    --brand-primary-light: #4dffb3;
    --brand-muted: #16a34a;
    --content-main: #eafff4;
    --content-high: #eafff4;
    --content-dim: #6ee7b7;
    --content-muted: #34d399;
    --content-subtle: #14532d;
    --font-display: 'JetBrains Mono', 'Fira Code', monospace;
    --font-body: 'JetBrains Mono', 'Fira Code', monospace;
    --ease-out: 0.18s linear;
    --ease-in-out: 0.22s linear;
}

/* ==============================================
   RESET & BASE
   ============================================== */

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-padding-top: 100px;
}

body {
    font-family: var(--font-body);
    background: linear-gradient(135deg, var(--surface-deep) 0%, var(--surface-raised) 50%, #0f3520 100%);
    color: var(--content-main);
    line-height: 1.75;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background: rgba(var(--brand-rgb), 0.4);
    color: var(--content-high);
}

/* Скроллбар */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: var(--surface-deep);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--brand-primary) 0%, #FFA500 100%);
    border-radius: var(--radius-full);
    border: 3px solid var(--surface-deep);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #FFA500 0%, var(--brand-primary) 100%);
}

/* Links */
a {
    color: var(--brand-primary);
    text-decoration: none;
    transition: var(--ease-out);
}

a:hover {
    color: var(--brand-vivid);
    text-shadow: var(--glow-text);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Container */
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

@media (max-width: 768px) {
    .container {
        padding: 0 var(--space-md);
    }
}

/* ==============================================
   АТМОСФЕРНЫЕ ЭФФЕКТЫ
   ============================================== */

.vq-kinelu {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
}

.vq-kinelu::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--grad-mesh);
    opacity: 0.9;
}

.vq-kinelu::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--grad-aurora);
    opacity: 0.05;
    filter: blur(100px);
    animation: vq-zurike 30s ease-in-out infinite;
}

@keyframes vq-zurike {
    0%, 100% { transform: rotate(0deg) scale(1); opacity: 0.05; }
    50% { transform: rotate(180deg) scale(1.2); opacity: 0.08; }
}

.vq-buduko {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
    animation: vq-kinepo 25s ease-in-out infinite;
}

.vq-pahotu {
    width: 600px;
    height: 600px;
    background: conic-gradient(from 45deg, var(--brand-primary), var(--brand-vivid), var(--brand-secondary), var(--brand-primary));
    top: -200px;
    right: -100px;
}

.vq-riciro {
    width: 500px;
    height: 500px;
    background: conic-gradient(from 180deg, #056632, var(--brand-primary), var(--brand-secondary), #056632);
    bottom: -150px;
    left: -150px;
    animation-delay: -12s;
}

.vq-fegugi {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, var(--brand-vivid) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: vq-kagira 15s ease-in-out infinite;
    opacity: 0.2;
}

@keyframes vq-kinepo {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    25% { transform: translate(40px, -40px) rotate(90deg) scale(1.05); }
    50% { transform: translate(-30px, 30px) rotate(180deg) scale(0.95); }
    75% { transform: translate(-40px, -30px) rotate(270deg) scale(1.03); }
}

@keyframes vq-kagira {
    0%, 100% { opacity: 0.2; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.35; transform: translate(-50%, -50%) scale(1.4); }
}

.vq-databu {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(var(--brand-rgb), 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--brand-rgb), 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 40%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 40%, transparent 100%);
    animation: vq-sosoto 20s ease-in-out infinite;
}

@keyframes vq-sosoto {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* ==============================================
   HEADER - Premium Design
   ============================================== */

/* ===== APPLE-STYLE HEADER ===== */
.vq-dusone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.35s ease, border-color 0.35s ease, padding 0.35s ease;
}

.vq-dusone::before,
.vq-dusone::after {
    display: none;
}

.vq-dusone.vq-dehelu {
    background: rgba(0, 0, 0, 0.45);
    border-bottom-color: rgba(255, 255, 255, 0.04);
}

.vq-zegesa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 10px 24px;
    transition: padding 0.35s ease;
}

.vq-dusone.vq-dehelu .vq-zegesa {
    padding: 4px 24px;
    justify-content: center;
}

.vq-tasege {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    transition: opacity 0.35s ease, max-width 0.35s ease, margin 0.35s ease;
    overflow: hidden;
    max-width: 200px;
}

.vq-dusone.vq-dehelu .vq-tasege {
    opacity: 0;
    max-width: 0;
    margin: 0;
    pointer-events: none;
}

.vq-susiki {
    height: 55px;
    width: auto;
    object-fit: contain;
    transition: var(--ease-out);
    filter: drop-shadow(0 0 10px rgba(var(--brand-rgb), 0.3));
}

.vq-susiki:hover {
    transform: scale(1.08);
    filter: drop-shadow(0 0 25px rgba(var(--brand-rgb), 0.6));
}

/* Navigation */
/* ===== APPLE-STYLE NAVIGATION - 12 КНОПОК ===== */
.vq-tocoli {
    flex: 1;
    display: flex;
    justify-content: center;
}

.vq-zonego {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.vq-dusone.vq-dehelu .vq-zonego {
    flex-wrap: nowrap;
}

.vq-zonego li {
    flex-shrink: 0;
}

.vq-kufudo {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    color: #f5f5f7;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease, opacity 0.2s ease, background 0.2s ease;
    opacity: 0.8;
    border-radius: 6px;
}

.vq-kufudo:hover {
    opacity: 1;
    color: var(--brand-primary);
    background: rgba(0, 229, 204, 0.08);
}

.vq-kufudo.active {
    opacity: 1;
    color: var(--brand-primary);
}

.vq-dusone.vq-dehelu .vq-kufudo {
    padding: 5px 8px;
    font-size: 11px;
}

.vq-nibecu {
    font-size: 12px;
    flex-shrink: 0;
}

/* Header Actions */
.vq-zeluda {
    display: flex;
    gap: var(--space-sm);
    flex-shrink: 0;
    transition: opacity 0.35s ease, max-width 0.35s ease, margin 0.35s ease;
    overflow: hidden;
    max-width: 300px;
}

.vq-dusone.vq-dehelu .vq-zeluda {
    opacity: 0;
    max-width: 0;
    margin: 0;
    pointer-events: none;
}

/* Mobile Menu */
.vq-nocumi {
    display: none;
    width: 50px;
    height: 50px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-edge);
    border-radius: var(--radius-md);
    cursor: pointer;
    position: relative;
    transition: var(--ease-out);
}

.vq-nocumi:hover {
    background: var(--glass-bg-hover);
    border-color: var(--brand-primary);
}

.vq-tibuzo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 2px;
    background: var(--content-main);
    transition: var(--ease-out);
}

.vq-tibuzo::before,
.vq-tibuzo::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--content-main);
    transition: var(--ease-out);
}

.vq-tibuzo::before { top: -8px; }
.vq-tibuzo::after { bottom: -8px; }

.vq-nocumi.active .vq-tibuzo {
    background: transparent;
}

.vq-nocumi.active .vq-tibuzo::before {
    top: 0;
    transform: rotate(45deg);
    background: var(--brand-primary);
}

.vq-nocumi.active .vq-tibuzo::after {
    bottom: 0;
    transform: rotate(-45deg);
    background: var(--brand-primary);
}

@media (max-width: 1400px) {
    .vq-kufudo {
        padding: 5px 8px;
        font-size: 11px;
    }
    .vq-nibecu {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .vq-kufudo {
        padding: 5px 7px;
        font-size: 10px;
        gap: 3px;
    }
    .vq-nibecu {
        font-size: 11px;
    }
}

@media (max-width: 1024px) {
    .vq-tocoli { display: none; }
    .vq-nocumi { display: flex; }
    .vq-zeluda { display: none; }
}

/* Mobile Navigation */
.vq-zotege {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--surface-rgb), 0.98);
    backdrop-filter: blur(var(--glass-blur-strong));
    z-index: var(--z-fixed);
    padding: var(--space-lg);
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    transform: translateX(100%);
    opacity: 0;
    transition: var(--ease-out);
}

.vq-zotege.active {
    transform: translateX(0);
    opacity: 1;
}

.vq-cuvuno {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-md) var(--space-lg);
    color: var(--content-main);
    font-size: 18px;
    font-weight: 600;
    border-radius: var(--radius-md);
    background: var(--glass-bg);
    border: 1px solid var(--glass-edge);
    transition: var(--ease-out);
}

.vq-cuvuno:hover,
.vq-cuvuno.active {
    background: var(--grad-brand);
    border-color: var(--brand-primary);
    box-shadow: var(--glow-md);
    color: var(--content-high);
}

.vq-hoviku {
    margin-top: auto;
    padding-top: var(--space-lg);
    border-top: 1px solid var(--glass-edge);
}

/* ==============================================
   BUTTONS - Premium CTA
   ============================================== */

.vq-kinace {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-xs);
    padding: var(--space-sm) var(--space-lg);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: var(--ease-out);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.vq-kinace::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, transparent 40%, transparent 60%, rgba(255,255,255,0.15) 100%);
    opacity: 0;
    transition: var(--ease-out);
}

.vq-kinace::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transition: 0.5s;
}

.vq-kinace:hover::before {
    opacity: 1;
}

.vq-kinace:hover::after {
    left: 100%;
}

.vq-nodela {
    background: var(--grad-brand);
    color: var(--content-high);
    box-shadow: var(--glow-md), var(--shadow-inset);
    border: 1px solid rgba(255,255,255,0.15);
}

.vq-nodela:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: var(--glow-lg), var(--shadow-lg);
}

.vq-nodela:active {
    transform: translateY(-2px) scale(0.98);
}

.vq-mudica {
    background: var(--glass-bg);
    color: var(--brand-primary);
    border: 2px solid var(--brand-primary);
    backdrop-filter: blur(10px);
}

.vq-mudica:hover {
    background: var(--brand-primary);
    color: var(--surface-deep);
    transform: translateY(-4px);
    box-shadow: var(--glow-md);
}

.vq-rumele {
    background: var(--grad-cta);
    color: var(--surface-deep);
    font-size: 16px;
    padding: var(--space-md) var(--space-xl);
    animation: vq-kumivo 2s ease-in-out infinite;
}

@keyframes vq-kumivo {
    0%, 100% { box-shadow: var(--glow-md), 0 0 30px var(--success-glow); }
    50% { box-shadow: var(--glow-lg), 0 0 50px var(--success-glow); }
}

.vq-gudasi {
    padding: var(--space-md) var(--space-2xl);
    font-size: 16px;
    border-radius: var(--radius-lg);
}

.vq-mudove {
    width: 100%;
}

.vq-zalore {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--grad-gold);
    color: var(--surface-deep);
    font-size: 10px;
    font-weight: 800;
    padding: 5px 10px;
    border-radius: var(--radius-full);
    animation: vq-tupoko 1.5s ease-in-out infinite;
    box-shadow: 0 0 20px var(--gold-glow);
}

@keyframes vq-tupoko {
    0%, 100% { transform: scale(1) rotate(-5deg); }
    50% { transform: scale(1.1) rotate(5deg); }
}

/* ==============================================
   MAIN CONTENT
   ============================================== */

.vq-zipure {
    padding-top: 72px; /* Apple-style compact header */
    padding-bottom: var(--space-3xl);
    min-height: 100vh;
}

.vq-zihiku {
    animation: vq-dadiha 0.8s cubic-bezier(0.33, 1, 0.68, 1);
    position: relative;
    padding: var(--space-xl) 0;
}

.vq-zihiku::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--radius-2xl);
    padding: 1px;
    background: linear-gradient(160deg, rgba(var(--brand-rgb), 0.25) 0%, transparent 40%, rgba(var(--brand-rgb), 0.08) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

@keyframes vq-dadiha {
    from {
        opacity: 0;
        transform: translateY(50px);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.vq-zabuto {
    text-align: center;
    margin-bottom: var(--space-2xl);
    position: relative;
    padding: var(--space-lg) var(--space-md);
    background: linear-gradient(180deg, rgba(var(--brand-rgb), 0.06) 0%, transparent 70%);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(var(--brand-rgb), 0.12);
}

.vq-zabuto::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: var(--grad-brand);
    border-radius: var(--radius-full);
    opacity: 0.8;
}

.vq-nofuhu {
    font-family: var(--font-display);
    font-size: clamp(32px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: var(--space-lg);
    letter-spacing: -0.03em;
    position: relative;
}

.vq-nofuhu:not(.vq-ditetu) {
    color: var(--content-high);
}

.vq-ditetu {
    background: var(--grad-shine);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: vq-zotoda 6s ease-in-out infinite;
    filter: drop-shadow(0 0 30px rgba(var(--brand-rgb), 0.4));
}

@keyframes vq-zotoda {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* ==============================================
   HERO SECTION - MODERN GAMING STYLE
   ============================================== */

/* Hero — ценность бренда (уникальная структура) */
.vq-vahuma,
.vq-bilozi {
    margin: 28px 0;
    padding: 0;
    background: linear-gradient(160deg, rgba(15, 38, 28, 0.98) 0%, rgba(8, 26, 18, 0.99) 100%);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(var(--brand-rgb), 0.22);
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.vq-vahuma::before,
.vq-bilozi::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--brand-primary) 25%, var(--brand-primary-light) 50%, var(--brand-primary) 75%, transparent 100%);
    opacity: 0.9;
}

.vq-vahuma::after,
.vq-bilozi::after {
    content: '';
    position: absolute;
    top: -30%;
    right: -15%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(var(--brand-rgb), 0.08) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.vq-nofuzi,
.vq-tapofi {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 44px;
    align-items: center;
    padding: 44px 48px;
    position: relative;
    z-index: 1;
}

@media (max-width: 968px) {
    .vq-nofuzi,
    .vq-tapofi {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 28px 20px;
    }
}

.vq-lahipe {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vq-hosifi,
.vq-tofera {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 229, 204, 0.12);
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: var(--brand-primary);
    width: fit-content;
    border: 1px solid rgba(0, 229, 204, 0.25);
    letter-spacing: 0.02em;
}

.vq-tagafa {
    font-size: 14px;
    opacity: 0.95;
}

.vq-lodure {
    font-family: var(--font-display);
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary) 50%, var(--brand-primary-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0;
    text-shadow: 0 0 40px rgba(0, 229, 204, 0.3);
    animation: vq-heputa 4s ease-in-out infinite;
}

@keyframes vq-heputa {
    0%, 100% { filter: drop-shadow(0 0 20px rgba(0, 229, 204, 0.3)); }
    50% { filter: drop-shadow(0 0 35px rgba(0, 229, 204, 0.5)); }
}

.vq-zakopo {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

/* Features List - важно для ботов */
.vq-ruhagu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 12px 0;
}

.vq-ruhagu li {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(0, 229, 204, 0.1), rgba(0, 0, 0, 0.3));
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 229, 204, 0.2);
    transition: all 0.3s ease;
}

.vq-ruhagu li:hover {
    background: linear-gradient(135deg, rgba(0, 229, 204, 0.2), rgba(0, 0, 0, 0.4));
    border-color: rgba(0, 229, 204, 0.4);
    transform: translateX(5px);
}

.vq-laniza {
    font-size: 18px;
}

/* Modern Gaming Buttons */
.vq-recicu {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.vq-sefage {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
}

.vq-sefage::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
}

.vq-sefage:hover::before {
    width: 300px;
    height: 300px;
}

.vq-kuvucu {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary));
    color: #0d2818;
    box-shadow: 0 8px 25px rgba(0, 229, 204, 0.3);
}

.vq-kuvucu:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(0, 229, 204, 0.5);
}

.vq-ziveto {
    background: rgba(0, 229, 204, 0.15);
    color: var(--brand-primary);
    border: 2px solid rgba(0, 229, 204, 0.4);
}

.vq-ziveto:hover {
    background: rgba(0, 229, 204, 0.25);
    border-color: rgba(0, 229, 204, 0.6);
    transform: translateY(-3px);
}

/* Quick Links - SEO важно */
.vq-fuderi {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.45), rgba(13, 40, 24, 0.7));
    border-radius: var(--radius-lg);
    padding: 28px;
    border: 1px solid rgba(var(--brand-rgb), 0.25);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), var(--shadow-inset);
}

/* ==============================================
   HERO VARIANTS (главная)
   ============================================== */
.vq-vahuma.vq-nosota .vq-nofuzi {
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
.vq-vahuma.vq-nosota .vq-fuderi { order: -1; }

.vq-vahuma.vq-fatide .vq-nofuzi { grid-template-columns: 1.2fr 0.8fr; }
.vq-vahuma.vq-fatide .vq-lahipe {
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(var(--brand-rgb), 0.18);
    border-radius: var(--radius-lg);
    padding: 1.25rem;
}

.vq-vahuma.vq-zihuma .vq-zakopo { display: none; }
.vq-vahuma.vq-zihuma .vq-ruhagu { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.vq-vahuma.vq-zihuma .vq-recicu { flex-wrap: wrap; }

.vq-kasome {
    font-size: 16px;
    font-weight: 700;
    color: var(--brand-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    text-shadow: 0 0 20px rgba(0, 229, 204, 0.5);
}

.vq-pahapi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 600px) {
    .vq-pahapi {
        grid-template-columns: 1fr;
    }
}

.vq-baresa {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 18px;
    background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.1), rgba(0, 0, 0, 0.45));
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(var(--brand-rgb), 0.22);
    position: relative;
    overflow: hidden;
}

.vq-baresa::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(var(--brand-rgb), 0.25), transparent);
    transition: left 0.5s ease;
}

.vq-baresa:hover::before {
    left: 100%;
}

.vq-baresa:hover {
    background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.18), rgba(0, 0, 0, 0.55));
    border-color: rgba(var(--brand-rgb), 0.5);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 28px rgba(var(--brand-rgb), 0.25), 0 0 0 1px rgba(var(--brand-rgb), 0.15);
}

.vq-vohape {
    font-size: 28px;
    flex-shrink: 0;
    animation: vq-garuri 3s ease-in-out infinite;
}

@keyframes vq-garuri {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.vq-sivuba {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    flex: 1;
}

.vq-laromo {
    font-size: 12px;
    color: rgba(0, 229, 204, 0.9);
    font-weight: 600;
}

/* Legacy Hero (для совместимости) */
.vq-gekemu {
    margin-top: var(--space-xl);
    padding: var(--space-2xl);
    border-radius: var(--radius-2xl);
    overflow: hidden;
    position: relative;
    background: var(--glass-bg);
    border: 1px solid var(--glass-edge);
}

.vq-gekemu::before {
    display: none;
}

.vq-gekemu::after {
    display: none;
}

.vq-kucugu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2xl);
    align-items: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 968px) {
    .vq-kucugu {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .vq-curusu {
        order: -1;
    }
    
    .vq-gekemu {
        padding: var(--space-xl);
    }
}

.vq-tofera {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--brand-primary);
    color: #000;
    padding: var(--space-2xs) var(--space-md);
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: var(--space-md);
}

.vq-belafi {
    font-family: var(--font-display);
    font-size: clamp(28px, 4.5vw, 56px);
    font-weight: 800;
    margin-bottom: var(--space-md);
    color: var(--content-high);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.vq-gehesi {
    font-size: 18px;
    color: var(--content-dim);
    margin-bottom: var(--space-lg);
    line-height: 1.75;
}

.vq-hamafe {
    display: flex;
    gap: var(--space-xl);
    margin-bottom: var(--space-xl);
}

@media (max-width: 968px) {
    .vq-hamafe {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.vq-gemabi {
    text-align: center;
    position: relative;
}

.vq-gemabi:not(:last-child)::after {
    content: '';
    position: absolute;
    right: calc(-1 * var(--space-xl) / 2);
    top: 15%;
    height: 70%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, var(--glass-edge), transparent);
}

.vq-rekigu {
    display: block;
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 800;
    background: var(--grad-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.vq-zubino {
    font-size: 13px;
    color: var(--content-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 8px;
}

.vq-tagife {
    display: flex;
    gap: var(--space-md);
    flex-wrap: wrap;
}

@media (max-width: 968px) {
    .vq-tagife {
        justify-content: center;
    }
}

.vq-curusu {
    position: relative;
}

.vq-kalulo {
    width: 100%;
    max-width: 580px;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl), var(--glow-lg);
    border: 1px solid var(--glass-edge);
}

/* ==============================================
   GLASS CARDS
   ============================================== */

.vq-tizipo {
    background: var(--glass-bg);
    backdrop-filter: blur(var(--glass-blur));
    -webkit-backdrop-filter: blur(var(--glass-blur));
    border: 1px solid var(--glass-edge);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md), var(--shadow-inset);
    transition: var(--ease-out);
    position: relative;
    overflow: hidden;
}

.vq-tizipo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--brand-rgb), 0.5), transparent);
}

.vq-tizipo:hover {
    background: var(--glass-bg-hover);
    border-color: var(--glass-edge-active);
    box-shadow: var(--shadow-lg), var(--glow-md);
    transform: translateY(-6px);
}

.vq-tizipo:hover::before {
    background: linear-gradient(90deg, transparent, var(--brand-primary), transparent);
}

/* CTA / Action блоки — другая структура */
.vq-tunapo,
.vq-tatasa {
    text-align: center;
    padding: var(--space-2xl) var(--space-3xl);
    margin: var(--space-2xl) 0;
    background: linear-gradient(160deg, rgba(var(--brand-rgb), 0.1) 0%, rgba(0, 0, 0, 0.35) 100%);
    border: 1px solid rgba(var(--brand-rgb), 0.28);
    border-radius: var(--radius-xl);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-md), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

/* Action block (CTA in article) variants */
.vq-tunapo.vq-nosota { text-align: left; }
.vq-tunapo.vq-nosota .vq-tagife { justify-content: flex-start !important; }
.vq-tunapo.vq-fatide {
    background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.12) 0%, rgba(0, 0, 0, 0.6) 100%);
    border: 1px solid rgba(var(--brand-rgb), 0.22);
}
.vq-tunapo.vq-zihuma {
    background: transparent;
    border-style: dashed;
}
.vq-tunapo.vq-zihuma::before { display: none; }

.vq-tunapo::before,
.vq-tatasa::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--brand-primary), var(--brand-primary-dark));
    opacity: 0.9;
}

.vq-kilifo,
.vq-bolaci {
    font-size: 3rem;
    margin-bottom: 0.75rem;
    display: inline-block;
}

.vq-pufitu,
.vq-rafavi {
    font-family: var(--font-display);
    font-size: clamp(22px, 3.5vw, 32px);
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--content-high);
}

.vq-hokisi,
.vq-fozifa {
    font-size: 1.1rem;
    color: var(--content-dim);
    margin-bottom: 1rem;
    line-height: 1.5;
}

.vq-lohali,
.vq-sonure {
    font-size: 0.9rem;
    color: var(--content-dim);
    margin-bottom: 1.25rem;
    opacity: 0.9;
}

/* ==============================================
   SPOT CTA BLOCK (призыв после hero / в потоке)
   ============================================== */

.vq-ronoke {
    margin: var(--space-2xl) 0;
    padding: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.1) 0%, rgba(0, 0, 0, 0.45) 50%);
    border: 1px solid rgba(var(--brand-rgb), 0.28);
    position: relative;
    box-shadow: var(--shadow-md), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.vq-ronoke::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, var(--brand-primary), var(--brand-primary-dark));
    opacity: 0.95;
}

.vq-cepoke {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
    flex-wrap: wrap;
    padding: var(--space-lg) var(--space-lg) var(--space-lg) calc(var(--space-lg) + 5px);
}

.vq-vivimu {
    font-family: var(--font-display);
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    color: var(--brand-primary);
    opacity: 0.95;
    text-shadow: 0 0 40px rgba(var(--brand-rgb), 0.4);
    flex-shrink: 0;
}

.vq-racobi {
    flex: 1 1 280px;
}

.vq-fatabu {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--content-high);
    margin: 0 0 0.4rem 0;
    line-height: 1.3;
}

.vq-rimuga {
    font-size: 0.95rem;
    color: var(--content-dim);
    margin: 0 0 var(--space-md) 0;
    line-height: 1.5;
}

.vq-ronoke .vq-kinace {
    font-weight: 600;
}

/* Spot CTA variants */
.vq-ronoke.vq-nosota {
    background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.14) 0%, rgba(0, 0, 0, 0.55) 60%);
}
.vq-ronoke.vq-nosota .vq-vivimu { font-size: 3rem; opacity: 0.9; }
.vq-ronoke.vq-fatide { text-align: center; }
.vq-ronoke.vq-fatide .vq-cepoke { justify-content: center; }
.vq-ronoke.vq-fatide::before { display: none; }
.vq-ronoke.vq-zihuma {
    border-style: dashed;
    background: rgba(0, 0, 0, 0.32);
}
.vq-ronoke.vq-zihuma .vq-rimuga { font-size: 0.9rem; }

/* ==============================================
   ARTICLE CONTENT
   ============================================== */

.vq-leroku {
    font-size: 17px;
    line-height: 1.85;
    padding: var(--space-lg) 0;
    margin: var(--space-md) 0;
    border-top: 1px solid rgba(var(--brand-rgb), 0.1);
}

.vq-leroku h2 {
    font-family: var(--font-display);
    font-size: clamp(24px, 3.5vw, 38px);
    font-weight: 700;
    margin: var(--space-2xl) 0 var(--space-lg);
    padding-bottom: var(--space-md);
    border-bottom: 2px solid var(--glass-edge);
    position: relative;
    color: var(--content-high);
}

.vq-leroku h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 150px;
    height: 3px;
    background: var(--grad-brand);
    border-radius: var(--radius-full);
}

.vq-leroku h3 {
    font-family: var(--font-display);
    font-size: clamp(20px, 2.8vw, 28px);
    font-weight: 600;
    margin: var(--space-xl) 0 var(--space-md);
    color: var(--brand-primary);
    text-shadow: var(--glow-text);
}

.vq-leroku p {
    margin-bottom: var(--space-lg);
    color: var(--content-dim);
}

.vq-leroku ul,
.vq-leroku ol {
    margin: var(--space-lg) 0;
    padding-left: var(--space-xl);
}

.vq-leroku li {
    margin-bottom: var(--space-sm);
    color: var(--content-dim);
    position: relative;
}

.vq-leroku ul li::marker {
    color: var(--brand-primary);
    font-size: 1.2em;
}

/* Специальные стили для списков на странице слотов */
.vq-cifeni .vq-leroku ul {
    list-style: none;
    padding-left: 0;
}

.vq-cifeni .vq-leroku ul li {
    position: relative;
    padding-left: var(--space-xl);
    margin-bottom: var(--space-md);
    color: var(--content-dim);
    line-height: 1.8;
}

.vq-cifeni .vq-leroku ul li::before {
    content: '🎰';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.5));
}

.vq-cifeni .vq-leroku ul li strong {
    color: var(--gold);
    font-weight: 700;
}

.vq-leroku a {
    color: var(--brand-primary);
    text-decoration: underline;
    text-decoration-color: rgba(var(--brand-rgb), 0.4);
    text-underline-offset: 4px;
    transition: var(--ease-out);
}

.vq-leroku a:hover {
    text-decoration-color: var(--brand-primary);
    text-shadow: var(--glow-text);
}

.vq-leroku strong,
.vq-leroku b {
    color: var(--content-high);
    font-weight: 700;
}

/* Tables */
.vq-leroku table {
    width: 100%;
    border-collapse: collapse;
    margin: var(--space-xl) 0;
    background: var(--glass-bg);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--glass-edge);
}

.vq-leroku th,
.vq-leroku td {
    padding: var(--space-md);
    text-align: left;
    border-bottom: 1px solid var(--glass-edge);
}

.vq-leroku th {
    background: rgba(var(--brand-rgb), 0.15);
    font-weight: 700;
    color: var(--brand-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

.vq-leroku tr:hover {
    background: rgba(var(--brand-rgb), 0.08);
}

/* ==============================================
   SLOTS SHOWCASE
   ============================================== */

.vq-sodivi,
.vq-socase.vq-vozugo {
    margin: var(--space-2xl) 0;
    padding: var(--space-2xl);
    background: linear-gradient(135deg, var(--glass-bg) 0%, rgba(var(--brand-rgb), 0.08) 100%);
    border: 1px solid var(--glass-edge);
    border-radius: var(--radius-2xl);
    position: relative;
}

.vq-sodivi h2,
.vq-socase.vq-vozugo h2 {
    text-align: center;
    font-family: var(--font-display);
    font-size: 32px;
    margin-bottom: var(--space-xl);
    border: none;
    padding: 0;
}

.vq-sodivi h2::after,
.vq-socase.vq-vozugo h2::after {
    display: none;
}

.vq-locuvo {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: var(--space-lg);
}

.vq-kecato {
    background: var(--glass-bg);
    border: 1px solid var(--glass-edge);
    border-radius: var(--radius-lg);
    padding: var(--space-md);
    transition: var(--ease-spring);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px) scale(0.95);
}

.vq-kecato.vq-katori {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.vq-kecato::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--grad-brand);
    transform: scaleX(0);
    transition: var(--ease-out);
}

.vq-kecato::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(var(--brand-rgb), 0.2) 0%, transparent 60%);
    opacity: 0;
    transition: var(--ease-out);
}

.vq-kecato:hover::before {
    transform: scaleX(1);
}

.vq-kecato:hover::after {
    opacity: 1;
}

.vq-kecato:hover {
    transform: translateY(-12px) scale(1.03);
    border-color: var(--glass-edge-active);
    box-shadow: var(--glow-lg), var(--shadow-xl);
}

.vq-kecato img,
.vq-kecato .vq-likeki {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: var(--radius-md);
    margin-bottom: var(--space-md);
    transition: var(--ease-out);
    position: relative;
    z-index: 1;
}

.vq-kecato:hover img,
.vq-kecato:hover .vq-likeki {
    transform: scale(1.05);
}

.vq-kecato h4 {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: var(--space-2xs);
    color: var(--content-high);
    position: relative;
    z-index: 1;
}

.vq-kecato .vq-covoke {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2xs);
    padding: 0.4rem 0.9rem;
    background: rgba(255, 255, 255, 0.04);
    border-top: 2px solid var(--success);
    border-radius: 0 0 10px 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
    font-size: 14px;
    margin-bottom: var(--space-2xs);
    position: relative;
    z-index: 1;
}

.vq-kecato .vq-covoke span {
    color: var(--success);
    font-weight: 800;
}

.vq-kecato .vq-safeto,
.vq-kecato .vq-hecoho {
    text-align: center;
    color: var(--content-dim);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: var(--space-sm);
    position: relative;
    z-index: 1;
}

.vq-vukida,
.vq-zizepe {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2xs);
    justify-content: center;
    position: relative;
    z-index: 1;
}

.vq-maraku,
.vq-zizepe .vq-kokosu {
    background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.25) 0%, rgba(var(--brand-rgb), 0.1) 100%);
    color: var(--brand-vivid);
    padding: 5px 14px;
    border-radius: var(--radius-full);
    font-size: 11px;
    font-weight: 600;
    border: 1px solid rgba(var(--brand-rgb), 0.35);
    transition: var(--ease-out);
}

.vq-maraku:hover,
.vq-zizepe .vq-kokosu:hover {
    background: var(--brand-primary);
    color: var(--content-high);
    transform: scale(1.08);
}

/* ==============================================
   SLOTS PAGE - Специальные стили для страницы слотов
   ============================================== */

/* Контейнер страницы слотов */
.vq-cifeni {
    padding: var(--space-xl) 0;
}

/* Заголовок страницы слотов */
.vq-mifazo {
    text-align: center;
    margin-bottom: var(--space-3xl);
    position: relative;
}

.vq-mifazo::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--grad-gold);
    border-radius: var(--radius-full);
}

/* Фильтры и категории слотов */
.vq-kabuke {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    justify-content: center;
    margin-bottom: var(--space-2xl);
    padding: var(--space-lg);
    background: var(--glass-bg);
    border: 1px solid var(--glass-edge);
    border-radius: var(--radius-xl);
    backdrop-filter: blur(var(--glass-blur));
}

.vq-tihaki {
    padding: var(--space-xs) var(--space-lg);
    background: transparent;
    border: 2px solid var(--glass-edge);
    border-radius: var(--radius-full);
    color: var(--content-dim);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--ease-out);
    position: relative;
    overflow: hidden;
}

.vq-tihaki::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--grad-gold);
    opacity: 0;
    transition: var(--ease-out);
    z-index: -1;
}

.vq-tihaki:hover,
.vq-tihaki.active {
    color: var(--content-high);
    border-color: var(--gold);
    box-shadow: 0 0 20px var(--gold-glow);
}

.vq-tihaki:hover::before,
.vq-tihaki.active::before {
    opacity: 1;
}

/* Улучшенные карточки слотов для страницы */
.vq-cifeni .vq-kecato {
    background: linear-gradient(135deg, var(--glass-bg) 0%, rgba(255, 215, 0, 0.03) 100%);
    border: 2px solid var(--glass-edge);
    box-shadow: var(--shadow-md);
}

.vq-cifeni .vq-kecato::before {
    background: var(--grad-gold);
    height: 4px;
}

.vq-cifeni .vq-kecato:hover {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0%, rgba(255, 165, 0, 0.05) 100%);
    border-color: var(--gold);
    box-shadow: var(--glow-lg), 0 0 30px var(--gold-glow);
}

/* RTP индикатор — премиальный минималистичный стиль */
.vq-covoke {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-2xs) var(--space-sm) var(--space-2xs) var(--space-md);
    background: rgba(255, 255, 255, 0.04);
    border: none;
    border-left: 3px solid var(--success);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    font-weight: 700;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.3px;
    position: relative;
}

.vq-covoke span {
    color: var(--success);
    font-weight: 800;
}

.vq-covoke.vq-bibisa {
    border-left-color: var(--gold);
}

.vq-covoke.vq-bibisa span {
    color: var(--gold);
    text-shadow: 0 0 12px var(--gold-glow);
}

/* Провайдеры слотов */
.vq-hecoho {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2xs);
    padding: var(--space-2xs) var(--space-sm);
    background: rgba(var(--brand-rgb), 0.1);
    border: 1px solid rgba(var(--brand-rgb), 0.3);
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 600;
    color: var(--brand-primary);
    margin-top: var(--space-xs);
}

.vq-hecoho::before {
    content: '🎮';
    font-size: 14px;
}

/* Бейджи для слотов */
.vq-vupive {
    position: absolute;
    top: var(--space-sm);
    right: var(--space-sm);
    padding: var(--space-2xs) var(--space-xs);
    background: var(--grad-gold);
    color: var(--surface-deep);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: var(--radius-sm);
    box-shadow: 0 0 15px var(--gold-glow);
    z-index: 2;
    animation: vq-cucalo 2s ease-in-out infinite;
}

@keyframes vq-cucalo {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 0 15px var(--gold-glow);
    }
    50% { 
        transform: scale(1.05);
        box-shadow: 0 0 25px var(--gold-glow), 0 0 35px var(--gold-glow);
    }
}

.vq-vupive.vq-telogi {
    background: linear-gradient(135deg, #00C853 0%, #4CAF50 100%);
    color: var(--content-high);
    box-shadow: 0 0 15px var(--success-glow);
}

.vq-vupive.vq-hemezu {
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
    color: var(--content-high);
    box-shadow: 0 0 15px var(--error-glow);
}

.vq-vupive.vq-vogahu {
    background: var(--grad-gold);
    animation: vq-sutubi 1.5s ease-in-out infinite;
}

@keyframes vq-sutubi {
    0%, 100% { 
        box-shadow: 0 0 20px var(--gold-glow);
    }
    50% { 
        box-shadow: 0 0 40px var(--gold-glow), 0 0 60px var(--gold-glow);
    }
}

/* Статистика слота */
.vq-lecare {
    display: flex;
    justify-content: space-around;
    gap: var(--space-sm);
    margin-top: var(--space-sm);
    padding-top: var(--space-sm);
    border-top: 1px solid var(--glass-edge);
}

.vq-beroza {
    text-align: center;
    flex: 1;
}

.vq-hupuga {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: var(--brand-primary);
    margin-bottom: 4px;
}

.vq-fimolu {
    font-size: 11px;
    color: var(--content-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Кнопка "Играть" на карточке */
.vq-latoli {
    width: 100%;
    margin-top: var(--space-md);
    padding: var(--space-sm) var(--space-lg);
    background: var(--grad-gold);
    color: var(--surface-deep);
    border: none;
    border-radius: var(--radius-md);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: var(--ease-out);
    box-shadow: 0 0 20px var(--gold-glow);
    position: relative;
    overflow: hidden;
}

.vq-latoli::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, transparent 50%);
    transform: translateX(-100%);
    transition: 0.5s;
}

.vq-latoli:hover::before {
    transform: translateX(100%);
}

.vq-latoli:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px var(--gold-glow), 0 0 50px var(--gold-glow);
}

.vq-latoli:active {
    transform: translateY(0);
}

/* Секция провайдеров */
.vq-homuga {
    margin: var(--space-3xl) 0;
    padding: var(--space-2xl);
    background: var(--glass-bg);
    border: 1px solid var(--glass-edge);
    border-radius: var(--radius-2xl);
}

.vq-homuga h3 {
    text-align: center;
    font-family: var(--font-display);
    font-size: 28px;
    margin-bottom: var(--space-xl);
    color: var(--content-high);
}

.vq-kunebe {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: var(--space-lg);
}

.vq-torodo {
    background: rgba(var(--brand-rgb), 0.05);
    border: 1px solid var(--glass-edge);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    text-align: center;
    transition: var(--ease-out);
    cursor: pointer;
}

.vq-torodo:hover {
    background: rgba(var(--brand-rgb), 0.1);
    border-color: var(--brand-primary);
    transform: translateY(-5px);
    box-shadow: var(--glow-md);
}

.vq-torodo img {
    width: 100%;
    max-width: 120px;
    height: auto;
    margin-bottom: var(--space-sm);
    filter: grayscale(0.3);
    transition: var(--ease-out);
}

.vq-torodo:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
}

.vq-torodo h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--content-high);
    margin: 0;
}

/* Анимации для страницы слотов */
@keyframes vq-ciboke {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(-10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

.vq-kecato.vq-katori {
    animation: vq-ciboke 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* Эффект блеска на карточке */
.vq-kecato::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 70%
    );
    transform: rotate(45deg) translateX(-100%);
    transition: 0.6s;
}

.vq-kecato:hover::after {
    transform: rotate(45deg) translateX(100%);
}

/* Мобильные стили для страницы слотов */
@media (max-width: 768px) {
    .vq-kabuke {
        padding: var(--space-md);
        gap: var(--space-xs);
    }
    
    .vq-tihaki {
        font-size: 12px;
        padding: var(--space-2xs) var(--space-md);
    }
    
    .vq-locuvo {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-sm);
    }
    
    .vq-kecato {
        padding: var(--space-sm);
    }
    
    .vq-kecato img,
    .vq-kecato .vq-likeki {
        height: 120px;
    }
    
    .vq-lecare {
        flex-direction: column;
        gap: var(--space-xs);
    }
    
    .vq-kunebe {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-sm);
    }
    
    .vq-vupive {
        font-size: 9px;
        padding: 3px 6px;
    }
}

/* ==============================================
   ADVANTAGE CARDS
   ============================================== */

.vq-lahivo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-lg);
    margin: var(--space-xl) 0;
}

.vq-dugazu {
    background: var(--glass-bg);
    border: 1px solid var(--glass-edge);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    text-align: center;
    transition: var(--ease-spring);
    opacity: 0;
    transform: translateY(30px);
}

.vq-dugazu.vq-katori {
    opacity: 1;
    transform: translateY(0);
}

.vq-dugazu:hover {
    transform: translateY(-10px);
    border-color: var(--brand-primary);
    box-shadow: var(--glow-md);
}

.vq-gonilo {
    font-size: 56px;
    margin-bottom: var(--space-md);
    display: block;
    animation: vq-sukola 3s ease-in-out infinite;
}

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

.vq-dugazu h3 {
    font-size: 20px;
    margin-bottom: var(--space-sm);
    color: var(--brand-primary);
}

.vq-dugazu p {
    color: var(--content-dim);
    font-size: 15px;
    line-height: 1.7;
}

/* ==============================================
   INFO BLOCKS
   ============================================== */

.vq-socase {
    background: var(--glass-bg);
    border-left: 4px solid var(--brand-primary);
    border-radius: var(--radius-md);
    padding: var(--space-lg);
    margin: var(--space-lg) 0;
    opacity: 0;
    transform: translateX(-30px);
}

.vq-socase.vq-katori {
    opacity: 1;
    transform: translateX(0);
}

.vq-socase h3 {
    color: var(--brand-primary);
    margin-bottom: var(--space-sm);
    font-size: 18px;
}

.vq-socase p {
    color: var(--content-dim);
    margin: 0;
}

/* ==============================================
   FAQ SECTION
   ============================================== */

.vq-nupona {
    background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.06) 0%, rgba(0, 0, 0, 0.4) 100%);
    border: 1px solid rgba(var(--brand-rgb), 0.2);
    border-radius: var(--radius-2xl);
    padding: var(--space-2xl);
    margin: var(--space-2xl) 0;
    position: relative;
    overflow: hidden;
}

.vq-nupona::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--brand-primary), transparent);
    opacity: 0.5;
}

.vq-nupona h2 {
    text-align: center;
    margin-bottom: var(--space-xl);
    border: none;
    padding: 0;
    font-size: 1.6rem;
}

.vq-nupona h2::after {
    display: none;
}

.vq-gahara,
.vq-momuvu {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* FAQ variants */
.vq-nupona.vq-nosota .vq-gahara {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
}
.vq-nupona.vq-fatide .vq-tatini::before { display: none; }
.vq-nupona.vq-fatide .vq-tatini { padding-left: 1.1rem; }
.vq-nupona.vq-fatide .vq-lahere { border-style: dashed; background: rgba(0, 0, 0, 0.22); }
.vq-nupona.vq-zihuma { background: rgba(0, 0, 0, 0.28); border-style: dashed; }
.vq-nupona.vq-zihuma h2 { text-align: left; }

.vq-lahere {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vq-lahere:hover {
    border-color: rgba(var(--brand-rgb), 0.3);
}

.vq-lahere.open {
    border-color: rgba(var(--brand-rgb), 0.4);
    box-shadow: 0 0 0 1px rgba(var(--brand-rgb), 0.15);
}

.vq-lahere.open .vq-tatini {
    color: var(--brand-primary);
}

.vq-lahere.open .vq-tatini::after {
    transform: translateY(-40%) rotate(-135deg);
}

.vq-tatini {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1.1rem 1.25rem;
    padding-right: 3rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    color: var(--content-high);
    cursor: pointer;
    position: relative;
    text-align: left;
    background: none;
    border: none;
    transition: color 0.2s ease;
}

.vq-tatini:hover {
    color: var(--brand-primary);
}

.vq-tatini::before {
    content: '';
    width: 4px;
    height: 1.1em;
    margin-right: 1rem;
    background: var(--brand-primary);
    border-radius: 2px;
    opacity: 0.6;
    flex-shrink: 0;
}

.vq-tatini span {
    flex: 1;
}

.vq-tatini::after {
    content: '';
    position: absolute;
    right: 1.25rem;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--brand-primary);
    border-bottom: 2px solid var(--brand-primary);
    transform: translateY(-60%) rotate(45deg);
    opacity: 0.7;
    transition: transform 0.2s ease;
}

.vq-hiseli {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.vq-lahere.open .vq-hiseli {
    max-height: 800px;
}

.vq-hiseli p,
.vq-hiseli div {
    padding: 0 1.25rem 1.25rem;
    padding-left: calc(1.25rem + 4px + 1rem);
    margin: 0;
    color: var(--content-dim);
    line-height: 1.75;
    font-size: 0.95rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vq-hiseli a {
    color: var(--brand-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.vq-hiseli a:hover {
    color: var(--brand-primary-light);
}

@media (max-width: 640px) {
    .vq-hiseli p, .vq-hiseli div { padding-left: 1.25rem; }
}

/* ==============================================
   BREADCRUMBS
   ============================================== */

.vq-mitosu {
    padding: var(--space-md) 0;
    margin-bottom: var(--space-lg);
}

.vq-fezehu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-xs);
    list-style: none;
}

.vq-zinuni {
    display: inline-flex;
    align-items: center;
}

.vq-lazabi {
    color: var(--brand-primary);
    font-size: 13px;
    padding: var(--space-3xs) var(--space-xs);
    border-radius: var(--radius-xs);
    transition: var(--ease-out);
}

.vq-lazabi:hover {
    background: var(--glass-bg);
}

.vq-zinuni.active {
    color: var(--content-muted);
    font-size: 13px;
}

.vq-renego {
    color: var(--content-muted);
    font-size: 14px;
}

/* Всплывающее предложение — другая вёрстка */
.vq-recufa,
.vq-cevoni {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(180%);
    width: auto;
    max-width: 360px;
    min-width: 280px;
    padding: 16px 52px 16px 18px;
    z-index: 10000;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(20, 28, 26, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 229, 204, 0.2);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.vq-recufa.show,
.vq-cevoni.show {
    transform: translateX(-50%) translateY(0);
}

.vq-dohifo {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: #e5e5e5;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.vq-dohifo:hover {
    background: rgba(255, 255, 255, 0.15);
}

.vq-gosusa,
.vq-zetofo {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 480px) {
    .vq-recufa,
    .vq-cevoni {
        min-width: 260px;
        max-width: 90%;
        padding: 14px 48px 14px 14px;
    }
}

.vq-kegisi {
    font-size: 28px;
    flex-shrink: 0;
}

.vq-sutufa,
.vq-niburo {
    flex: 1;
    min-width: 0;
}

.vq-dekese,
.vq-rurope {
    display: block;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--brand-primary);
    line-height: 1.2;
}

.vq-pifugo,
.vq-repete {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8rem;
    margin-top: 2px;
    line-height: 1.3;
}

.vq-kosoco {
    flex-shrink: 0;
}

.vq-kosoco .vq-kinace {
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    white-space: nowrap;
    background: var(--brand-primary);
    color: #0a0a0a;
    border: none;
}

/* ==============================================
   FOOTER
   ============================================== */

.vq-gumogu {
    background: linear-gradient(180deg, var(--surface-deep) 0%, var(--surface-void) 100%);
    border-top: 2px solid transparent;
    border-image: linear-gradient(90deg, transparent 5%, var(--brand-primary) 50%, transparent 95%) 1;
    padding: var(--space-3xl) 0 0;
    margin-top: var(--space-3xl);
    position: relative;
}

.vq-gumogu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: radial-gradient(ellipse at 50% 0%, rgba(var(--brand-rgb), 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.vq-gagufa {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 var(--space-lg);
    position: relative;
    z-index: 1;
}

.vq-dipako {
    padding-bottom: var(--space-xl);
}

.vq-zabaci {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
    margin-bottom: var(--space-xl);
}

@media (max-width: 1024px) {
    .vq-zabaci {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .vq-zabaci {
        grid-template-columns: 1fr;
    }
}

.vq-dototi {
    background: var(--glass-bg);
    border: 1px solid var(--glass-edge);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    transition: var(--ease-out);
    position: relative;
    overflow: hidden;
}

.vq-dototi::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 3px;
    height: 60%;
    background: var(--grad-brand);
    border-radius: var(--radius-full);
    transform: scaleY(0);
    transition: var(--ease-out);
}

.vq-dototi:hover::before {
    transform: scaleY(1);
}

.vq-dototi:hover {
    background: var(--glass-bg-hover);
    border-color: var(--glass-edge-active);
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg), var(--glow-md);
}

.vq-dototi h4 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: var(--space-sm);
    color: var(--content-high);
}

.vq-dototi p {
    font-size: 14px;
    line-height: 1.75;
    color: var(--content-dim);
    margin: 0;
}

.vq-musoru {
    text-align: center;
    padding: var(--space-xl) 0;
    border-top: 1px solid var(--glass-edge);
    border-bottom: 1px solid var(--glass-edge);
}

.vq-musoru h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: var(--space-md);
    color: var(--content-high);
}

.vq-kopoga {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-sm);
}

.vq-vazefe {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-edge);
    border-radius: var(--radius-sm);
    color: var(--content-main);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--ease-out);
}

.vq-vazefe:hover,
.vq-vazefe.active {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: var(--surface-deep);
    transform: translateY(-3px);
    box-shadow: var(--glow-sm);
}

.vq-netobo {
    padding: var(--space-lg) 0;
}

.vq-golepi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--space-lg);
}

@media (max-width: 768px) {
    .vq-golepi {
        flex-direction: column;
        text-align: center;
    }
}

.vq-codune {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vq-tihamo {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 800;
    background: var(--grad-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.vq-febome {
    font-size: 12px;
    color: var(--content-muted);
    text-transform: uppercase;
    letter-spacing: 3px;
}

.vq-renapu {
    text-align: center;
    flex: 1;
}

.vq-renapu p {
    font-size: 13px;
    color: var(--content-dim);
    margin: 0 0 6px;
}

.vq-zuvoni {
    font-size: 11px !important;
    color: var(--content-muted) !important;
}

.vq-muhaca {
    display: flex;
    gap: 14px;
}

.vq-fogepa {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-edge);
    border-radius: var(--radius-sm);
    font-size: 12px;
    color: var(--content-dim);
}

/* Блок ключевых тем (облако) — другая структура */
.vq-kupumu,
.vq-telaru {
    background: rgba(var(--brand-rgb), 0.06);
    border: 1px solid rgba(var(--brand-rgb), 0.2);
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}

.vq-kupumu::before,
.vq-telaru::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--brand-rgb), 0.4), transparent);
}

.vq-gidavi,
.vq-rolese {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--content-high);
    text-align: center;
    position: relative;
    z-index: 1;
}

.vq-vavire,
.vq-carihu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.vq-felebi,
.vq-fehipu {
    display: inline-flex;
    align-items: center;
    padding: 9px 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: var(--content-main);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: background 0.25s, border-color 0.25s, transform 0.2s;
    white-space: nowrap;
}

.vq-felebi:hover,
.vq-fehipu:hover {
    background: rgba(var(--brand-rgb), 0.2);
    border-color: rgba(var(--brand-rgb), 0.45);
    transform: translateY(-3px);
    color: var(--content-high);
}

.vq-felebi.vq-cokamu,
.vq-fehipu.vq-cokamu {
    font-size: 11px;
    padding: 6px 14px;
}

.vq-felebi.vq-zebece,
.vq-fehipu.vq-zebece {
    font-size: 14px;
    padding: 11px 24px;
    font-weight: 600;
}

/* ==============================================
   ANIMATIONS
   ============================================== */

.vq-cipoca {
    animation: vq-cipoca 2s ease-in-out infinite;
}

@keyframes vq-cipoca {
    0%, 100% { box-shadow: var(--glow-md); }
    50% { box-shadow: var(--glow-lg); }
}

.vq-vicoho {
    animation: vq-zevapa 6s ease-in-out infinite;
}

@keyframes vq-zevapa {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.vq-birusu {
    animation: vq-niramu 2s ease-in-out infinite;
}

@keyframes vq-niramu {
    0%, 100% { text-shadow: var(--glow-text); }
    50% { text-shadow: 0 0 50px rgba(var(--brand-rgb), 1); }
}

.vq-kiredo {
    transition: var(--ease-spring);
}

.vq-kiredo:hover {
    transform: translateY(-8px);
}

/* Loading */
.vq-dovovo {
    text-align: center;
    padding: var(--space-3xl);
    max-width: 560px;
    margin: var(--space-3xl) auto;
}

.vq-zugipo {
    font-size: 80px;
    margin-bottom: var(--space-lg);
    animation: icon-bounce 1.5s ease-in-out infinite;
}

.vq-dovovo h2 {
    margin-bottom: var(--space-md);
    border: none;
    padding: 0;
}

.vq-dovovo h2::after {
    display: none;
}

.vq-roziva {
    height: 6px;
    background: var(--glass-bg);
    border-radius: var(--radius-full);
    overflow: hidden;
    margin-top: var(--space-lg);
}

.vq-mafito {
    height: 100%;
    width: 40%;
    background: var(--grad-brand);
    border-radius: var(--radius-full);
    animation: vq-nifate 1.5s ease-in-out infinite;
}

@keyframes vq-nifate {
    0% { width: 0%; margin-left: 0; }
    50% { width: 60%; }
    100% { width: 0%; margin-left: 100%; }
}

/* ==============================================
   RESPONSIVE
   ============================================== */

@media (max-width: 768px) {
    :root {
        --space-xl: 32px;
        --space-2xl: 48px;
        --space-3xl: 64px;
    }
    
    body {
        font-size: 15px;
    }
    
    .vq-zipure {
        padding-top: 62px;
    }
    
    .vq-zegesa {
        padding: 8px 16px;
    }
    
    .vq-susiki {
        height: 45px;
    }
    
    .vq-zotege {
        top: 80px;
    }
    
    .vq-nofuhu {
        font-size: 28px;
    }
    
    .vq-belafi {
        font-size: 26px;
    }
    
    .vq-gekemu {
        padding: var(--space-lg);
    }
    
    .vq-hamafe {
        gap: var(--space-md);
    }
    
    .vq-rekigu {
        font-size: 34px;
    }
    
    .vq-tagife {
        flex-direction: column;
    }
    
    .vq-tagife .vq-kinace {
        width: 100%;
    }
    
    .vq-locuvo {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-sm);
    }
    
    .vq-kecato {
        padding: var(--space-sm);
    }
    
    .vq-kecato img,
    .vq-kecato .vq-likeki {
        height: 140px;
    }
    
    .vq-kecato h4 {
        font-size: 13px;
    }
    
    .vq-tatasa {
        padding: var(--space-xl);
    }
    
    .vq-rafavi {
        font-size: 22px;
    }
    
    .vq-fozifa {
        font-size: 1.1rem;
    }
    
    .vq-carihu {
        gap: 8px;
    }
    
    .vq-fehipu {
        padding: 9px 18px;
        font-size: 13px;
    }
    
    .vq-cevoni {
        bottom: var(--space-md);
        left: var(--space-md);
        right: var(--space-md);
        width: auto;
        transform: translateX(0) translateY(300%);
    }
    
    .vq-cevoni.show {
        transform: translateX(0) translateY(0);
    }
    
    .vq-rurope {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    :root {
        --space-lg: 20px;
        --space-xl: 24px;
    }
    
    body {
        font-size: 14px;
    }
    
    .vq-zipure {
        padding-top: 58px;
    }
    
    .vq-nofuhu {
        font-size: 24px;
    }
    
    .vq-belafi {
        font-size: 22px;
    }
    
    .vq-tofera {
        font-size: 10px;
    }
    
    .vq-rekigu {
        font-size: 28px;
    }
    
    .vq-locuvo {
        gap: var(--space-xs);
    }
    
    .vq-kecato img,
    .vq-kecato .vq-likeki {
        height: 100px;
    }
    
    .vq-kecato h4 {
        font-size: 11px;
    }
    
    .vq-kecato .vq-covoke {
        font-size: 10px;
    }
    
    .vq-fehipu {
        padding: 7px 14px;
        font-size: 11px;
    }
}

/* Touch devices */
@media (hover: none) and (pointer: coarse) {
    .vq-kinace,
    .vq-fehipu,
    .vq-vazefe,
    .vq-kufudo,
    .vq-kecato {
        min-height: 48px;
    }
    
    .vq-kinace:hover,
    .vq-fehipu:hover,
    .vq-vazefe:hover,
    .vq-kecato:hover {
        transform: none;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .vq-vicoho,
    .vq-cipoca,
    .vq-birusu {
        animation: none;
    }
}

/* Print */
@media print {
    .vq-dusone,
    .vq-zotege,
    .vq-recufa,
    .vq-cevoni,
    .vq-kinelu,
    .vq-gumogu,
    .vq-kupumu,
    .vq-telaru,
    .vq-tunapo,
    .vq-tatasa {
        display: none !important;
    }
    
    .vq-zipure {
        padding-top: 0;
    }
    
    body {
        background: white;
        color: black;
    }
    
    a {
        color: black;
        text-decoration: underline;
    }
}
