Vrtor.ru _verified_ Access

.footer-links display: flex; gap: 2rem;

.features-grid display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 3rem 0 5rem;

.stat-number font-size: 2.8rem; font-weight: 800; background: linear-gradient(135deg, #e0e7ff, #c4b5fd); background-clip: text; -webkit-background-clip: text; color: transparent; vrtor.ru

/* hero section */ .hero display: flex; flex-direction: column; justify-content: center; min-height: 85vh; padding: 4rem 0 5rem;

.btn-primary:hover transform: translateY(-2px); box-shadow: 0 15px 30px rgba(99,102,241,0.4); .footer-links display: flex

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>VRTOR | Next-Gen Digital Ecosystem</title> <!-- Google Fonts & simple reset --> <link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,600;14..32,700;14..32,800&display=swap" rel="stylesheet"> <style> * margin: 0; padding: 0; box-sizing: border-box;

.footer-links a:hover color: #c084fc;

// main cta button: early access const mainBtn = document.getElementById('mainCtaBtn'); if (mainBtn) mainBtn.addEventListener('click', (e) => e.preventDefault(); showMessage('✨ vrtor.ru — early access invitation sent! Check your dashboard.', 'success'); // Simulate a little animation effect on hero const heroTitle = document.querySelector('.hero h1'); if (heroTitle) heroTitle.style.transform = 'scale(1.01)'; setTimeout(() => heroTitle.style.transform = ''; , 200); );