.hero{background:linear-gradient(90deg,#0d143e 0%,#000 60%);align-items:center;min-height:100vh;padding:120px 2rem 60px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;position:absolute;inset:0}.glow-circle{filter:blur(100px);opacity:.2;border-radius:50%;position:absolute}.glow-1{background:radial-gradient(circle,#00f6ff4d 0%,#0000 70%);width:500px;height:500px;animation:8s ease-in-out infinite float;top:10%;right:10%}.glow-2{background:radial-gradient(circle,#6366f133 0%,#0000 70%);width:400px;height:400px;animation:10s ease-in-out infinite reverse float;bottom:10%;left:5%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}.hero-content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;display:grid;position:relative}.hero-text h1{font-size:4rem;font-weight:700;line-height:1.2;font-family:var(--font-urbanist);margin-bottom:1.5rem}.hero-title .highlight{background:linear-gradient(135deg,var(--secondary),#00d4ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:1.25rem;font-weight:300;line-height:1.6}.highlight-text{color:var(--secondary);font-weight:600}.hero-buttons{gap:1rem;margin-bottom:3rem;display:flex}.hero-partners{margin-top:2rem}.hero-partners p{color:var(--text-muted);margin-bottom:.75rem;font-size:.875rem}.partners-logos{flex-wrap:wrap;gap:2rem;display:flex}.partner-logo{color:var(--text-muted);border:1px solid #00f6ff33;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem}.hero-image{justify-content:center;align-items:center;height:500px;display:flex;position:relative}.floating-card{background:linear-gradient(135deg,#00f6ff1a,#6366f11a);border:2px solid #00f6ff33;border-radius:1rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.floating-card:before{content:"";background:linear-gradient(45deg,#0000,#00f6ff1a,#0000);width:200%;height:200%;animation:3s infinite shimmer;position:absolute;top:-50%;left:-50%}@keyframes shimmer{0%{transform:translate(-100%,-100%)rotate(45deg)}to{transform:translate(100%,100%)rotate(45deg)}}.card-placeholder{text-align:center;color:var(--text-muted);z-index:1;font-size:1.5rem;position:relative}@media (max-width:767px){.hero-text h1{font-size:3.25rem}.hero-text h1 br{display:none}.hero-content .hero-buttons{flex-direction:row!important}.hero-buttons .vk-btn{letter-spacing:0;width:50%;text-align:center!important;border-radius:.5rem!important;padding:.5rem 1rem!important;font-size:.875rem!important}}
