:root { --bg-main: #050814; --c-cyan: #00d2ff; --c-blue: #03a9f4; --c-gold: #ffcf4a; --glass-bg: rgba(16, 22, 38, 0.6); --glass-border: rgba(255, 255, 255, 0.05); } body { background-color: var(--bg-main); color: #e2e8f0; font-family: 'Plus Jakarta Sans', sans-serif; overflow-x: hidden; -webkit-font-smoothing: antialiased; } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: var(--bg-main); } ::-webkit-scrollbar-thumb { background: rgba(0, 210, 255, 0.2); border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background: var(--c-cyan); } #bg3d { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -2; pointer-events: none; } .ambient-glow { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -1; pointer-events: none; background: radial-gradient(circle at 15% 50%, rgba(0, 210, 255, 0.05), transparent 40%), radial-gradient(circle at 85% 30%, rgba(3, 169, 244, 0.05), transparent 50%); } h1, h2, h3, h4, h5, h6, .font-orbitron { font-family: 'Orbitron', sans-serif; } .full-screen-section { min-height: 100vh; display: flex; align-items: center; padding: 100px 0; position: relative; } .hero-title { font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 900; line-height: 1.1; letter-spacing: -1px; margin-bottom: 1.5rem; } .text-gradient { background: linear-gradient(90deg, var(--c-cyan), var(--c-blue)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .glass-card { background: var(--glass-bg); border: 1px solid var(--glass-border); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-radius: 20px; padding: clamp(24px, 4vw, 40px); box-shadow: 0 20px 40px rgba(0,0,0,0.5); transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.4s, box-shadow 0.4s; } .glass-card:hover { transform: translateY(-8px); border-color: rgba(0, 210, 255, 0.2); box-shadow: 0 30px 60px rgba(0,0,0,0.7), 0 0 20px rgba(0, 210, 255, 0.05); } .section-title { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 800; margin-bottom: 1.5rem; } .btn-cyber { background: rgba(0, 210, 255, 0.1); border: 1px solid rgba(0, 210, 255, 0.4); color: #fff; font-family: 'Orbitron', sans-serif; font-weight: 700; padding: 16px 36px; border-radius: 12px; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; position: relative; overflow: hidden; box-shadow: 0 0 15px rgba(0, 210, 255, 0.15); text-shadow: 0 0 8px rgba(255, 255, 255, 0.3); } .btn-cyber:hover { background: var(--c-cyan); color: #000; box-shadow: 0 0 30px rgba(0, 210, 255, 0.6); transform: translateY(-3px) scale(1.02); text-shadow: none; } .btn-cyber-dark { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); color: #fff; font-family: 'Orbitron', sans-serif; font-weight: 700; padding: 16px 36px; border-radius: 12px; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; } .btn-cyber-dark:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-2px); border-color: rgba(255, 255, 255, 0.3); } .status-badge { background: rgba(0, 210, 255, 0.05); border: 1px solid rgba(0, 210, 255, 0.3); padding: 8px 20px; border-radius: 30px; display: inline-flex; align-items: center; gap: 12px; font-weight: 700; font-size: 0.85rem; } .status-dot { width: 8px; height: 8px; background: var(--c-cyan); border-radius: 50%; box-shadow: 0 0 12px var(--c-cyan); animation: pulseDot 2s infinite; } @keyframes pulseDot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.2); } } .aggressive-update-box { background: linear-gradient(135deg, rgba(20, 20, 20, 0.9), rgba(10, 10, 10, 0.9)); border: 2px solid #ffaa00; border-radius: 16px; position: relative; overflow: hidden; box-shadow: 0 0 30px rgba(255, 170, 0, 0.15); } .aggressive-update-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: repeating-linear-gradient(45deg, #ffaa00, #ffaa00 10px, #000 10px, #000 20px); } .typewrite > .wrap { border-right: 0.08em solid var(--c-cyan); animation: blink 0.9s infinite; } @keyframes blink { 50% { border-color: transparent; } } .reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); } .reveal.active { opacity: 1; transform: translateY(0); } .pricing-card { display: flex; flex-direction: column; height: 100%; position: relative; } .pricing-card.vip { border-color: rgba(255, 207, 74, 0.4); background: linear-gradient(180deg, rgba(255,207,74,0.03) 0%, transparent 100%); } .pricing-card.vip:hover { border-color: var(--c-gold); box-shadow: 0 20px 50px rgba(255, 207, 74, 0.15); transform: scale(1.03) translateY(-10px); z-index: 2; } .table-dark-glass { width: 100%; border-collapse: collapse; } .table-dark-glass th, .table-dark-glass td { padding: 20px; border-bottom: 1px solid var(--glass-border); } .table-dark-glass th { font-family: 'Orbitron', sans-serif; background: rgba(255,255,255,0.02); } .youtube-btn { background: rgba(255, 0, 0, 0.1); border: 1px solid rgba(255, 0, 0, 0.4); color: #ff4d4d; border-radius: 12px; transition: all 0.3s ease; animation: yt-pulse 2s infinite; } @keyframes yt-pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3); } 70% { box-shadow: 0 0 0 15px rgba(255, 0, 0, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); } } .youtube-btn:hover { background: #ff0000; color: #ffffff; box-shadow: 0 0 30px rgba(255, 0, 0, 0.6); transform: translateY(-2px); } .back-to-top { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; border-radius: 50%; background: rgba(0, 210, 255, 0.1); border: 1px solid rgba(0, 210, 255, 0.3); color: var(--c-cyan); font-size: 1.2rem; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 999; opacity: 0; visibility: hidden; transition: all 0.3s ease; backdrop-filter: blur(10px); } .back-to-top.show { opacity: 1; visibility: visible; } .back-to-top:hover { background: var(--c-cyan); color: #000; box-shadow: 0 0 20px rgba(0, 210, 255, 0.5); transform: translateY(-5px); }