*{box-sizing:border-box;margin:0;padding:0}
::selection{background:#fff;color:#000}
body{font-family:'Space Grotesk',sans-serif;background:#000;color:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100vh}
.vk-banner{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(0,0,0,0.7);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,0.1);padding:8px 16px;text-align:center;font-size:11px;color:rgba(255,255,255,0.8);letter-spacing:0.05em}
.vk-hero{position:relative;min-height:100vh;background:#000;overflow:hidden;padding:32px 0 0}
.vk-hero video{position:absolute;inset:32px 0 0;width:100%;height:calc(100% - 32px);object-fit:cover;z-index:0}
.vk-vignette{position:absolute;inset:32px 0 0;background:radial-gradient(ellipse at center,transparent 30%,rgba(0,0,0,0.25) 90%);z-index:1;pointer-events:none}
@media(max-width:767px){.vk-vignette{background:linear-gradient(to top,rgba(0,0,0,0.7) 0%,transparent 50%)}}
.vk-nav{position:relative;z-index:10;display:flex;justify-content:flex-end;align-items:center;gap:32px;padding:24px 32px;color:#fff;font-family:'JetBrains Mono',monospace;font-size:12px}
.vk-counter{display:inline-flex;align-items:center;gap:8px;letter-spacing:0.1em}
.vk-counter-divider{display:inline-block;width:24px;height:1px;background:rgba(255,255,255,0.5);margin:0 4px}
.vk-progress{display:inline-block;width:80px;height:1px;background:rgba(255,255,255,0.2);margin-left:12px;position:relative}
.vk-progress::after{content:'';position:absolute;left:0;top:0;width:30%;height:1px;background:#fff}
.vk-next{color:#fff;text-decoration:none;font-size:11px;letter-spacing:0.1em;text-transform:uppercase;cursor:pointer;transition:opacity .2s}
.vk-next:hover{opacity:0.7}
.vk-content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:flex-start;padding:64px 32px;gap:48px}
@media(min-width:1024px){.vk-content{flex-direction:row;justify-content:space-between;padding:96px 64px;gap:96px}}
.vk-left{flex:1;display:flex;flex-direction:column;gap:20px}
.vk-h1{font-family:'Orbitron',sans-serif;font-size:clamp(36px,6vw,72px);font-weight:900;color:#fff;line-height:1;letter-spacing:-0.02em;text-transform:uppercase;max-width:680px;opacity:0;animation:vk-up 0.9s 0.2s ease-out forwards}
.vk-slash{color:rgba(255,255,255,0.4)}
@keyframes vk-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.vk-desc{font-size:14px;color:rgba(255,255,255,0.7);line-height:1.55;max-width:450px;font-weight:300;opacity:0;animation:vk-up 0.9s 0.4s ease-out forwards}
.vk-specs{min-width:280px;font-family:'JetBrains Mono',monospace;font-size:11px;opacity:0;animation:vk-up 0.9s 0.6s ease-out forwards}
.vk-specs-h{color:rgba(255,255,255,0.6);letter-spacing:0.3em;text-transform:uppercase;margin-bottom:14px}
.vk-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.2);color:#fff;letter-spacing:0.05em}
.vk-row span:first-child{color:rgba(255,255,255,0.7);text-transform:uppercase;font-size:10px;letter-spacing:0.15em}
.vk-footer{position:absolute;bottom:32px;left:0;right:0;z-index:10;padding:0 32px;display:flex;flex-direction:column;align-items:flex-start;gap:24px}
@media(min-width:1024px){.vk-footer{flex-direction:row;justify-content:space-between;align-items:flex-end;padding:0 64px}}
.vk-glass-card{display:flex;align-items:center;gap:16px;background:rgba(255,255,255,0.05);backdrop-filter:blur(20px);border-radius:14px;padding:16px;border:1px solid rgba(255,255,255,0.1);max-width:420px;opacity:0;animation:vk-up 0.9s 0.8s ease-out forwards}
.vk-glass-img{width:56px;height:56px;border-radius:8px;background:linear-gradient(135deg,#22d3ee,#a78bfa,#fbbf24);flex-shrink:0}
.vk-glass-info{flex:1;display:flex;flex-direction:column;gap:2px}
.vk-glass-tag{font-family:'JetBrains Mono',monospace;font-size:10px;color:rgba(255,255,255,0.5);letter-spacing:0.15em}
.vk-glass-title{font-family:'Orbitron',sans-serif;font-size:14px;color:#fff;font-weight:500}
.vk-glass-cta{color:#fff;text-decoration:none;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.1em;cursor:pointer;transition:opacity .2s}
.vk-glass-cta:hover{opacity:0.7}
.vk-pills{display:flex;gap:8px;flex-wrap:wrap;opacity:0;animation:vk-up 0.9s 1s ease-out forwards}
.vk-pill{padding:6px 14px;font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.15em;text-transform:uppercase;border:1px solid rgba(255,255,255,0.2);border-radius:9999px;color:rgba(255,255,255,0.85)}
.vk-pill-active{background:#fff;color:#000;border-color:transparent}

/* PAGE 2: Projecty Engine */
.vk-page2{margin-top:64px}
.vk-nav-back{justify-content:space-between}
.vk-back{color:#fff;text-decoration:none;font-family:'JetBrains Mono',monospace;font-size:12px;letter-spacing:0.1em;cursor:pointer;display:inline-flex;align-items:center;gap:6px}
.vk-back:hover{opacity:0.7}
.vk-p2-content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:flex-start;padding:64px 32px;gap:48px}
@media(min-width:1024px){.vk-p2-content{flex-direction:row;justify-content:space-between;align-items:flex-start;padding:96px 64px;gap:96px}}
.vk-p2-title{font-family:'Orbitron',sans-serif;font-size:clamp(48px,11vw,160px);font-weight:900;line-height:0.85;letter-spacing:-0.02em;color:#fff;text-transform:uppercase;text-shadow:0 4px 60px rgba(0,0,0,0.5)}
.vk-p2-right{max-width:380px;display:flex;flex-direction:column;gap:24px}
.vk-p2-desc{font-size:14px;color:rgba(255,255,255,0.75);line-height:1.55;text-align:right;font-weight:300}
.vk-p2-readmore{color:#fff;text-decoration:underline;text-underline-offset:6px;font-family:'JetBrains Mono',monospace;font-size:12px;letter-spacing:0.1em;cursor:pointer;align-self:flex-end}

.vk-p2-footer{position:absolute;bottom:32px;left:0;right:0;z-index:10;padding:0 32px;display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:1024px){.vk-p2-footer{grid-template-columns:1fr 1fr 1fr;gap:48px;padding:0 64px;align-items:flex-end}}
.vk-p2-block{display:flex;flex-direction:column;gap:6px;color:#fff}
.vk-p2-num{font-family:'JetBrains Mono',monospace;font-size:11px;color:rgba(255,255,255,0.5)}
.vk-p2-h{font-family:'JetBrains Mono',monospace;font-size:13px;letter-spacing:0.15em;text-transform:uppercase;color:#fff}
.vk-p2-block p{font-size:12px;color:rgba(255,255,255,0.7);line-height:1.5;font-family:'Space Grotesk',sans-serif;font-weight:300}

.vk-p2-nav{display:flex;align-items:center;gap:14px;justify-self:flex-end}
.vk-circle-btn{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,0.3);background:transparent;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s}
.vk-circle-btn:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.6)}
.vk-p2-meta{margin-left:8px;font-family:'JetBrains Mono',monospace;font-size:11px;color:rgba(255,255,255,0.6)}
.vk-p2-italic{font-family:'Space Grotesk',sans-serif;font-style:italic;font-weight:300}
