.index-hero{align-items:center;min-height:80vh;padding:4rem 0;display:flex;position:relative}.hero-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:40px;display:grid}.system-status{color:var(--oculus-red);letter-spacing:2px;margin-bottom:2rem;font-family:monospace;font-size:.7rem}.pulse-red{background:#ff3e3e;border-radius:50%;width:8px;height:8px;margin-right:10px;animation:2s infinite pulse-simple;display:inline-block;box-shadow:0 0 10px #ff3e3e}@keyframes pulse-simple{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.hero-text-block h1{text-transform:uppercase;font-size:5rem;font-weight:900;line-height:.9}.hero-text-block h1 span{color:#0000;-webkit-text-stroke:1px var(--oculus-red)}.hero-sub{color:var(--text-dim);max-width:500px;margin:2rem 0 3rem;font-size:1.1rem;line-height:1.6}.hero-visual-block{justify-content:center;align-items:center;display:flex;position:relative}.data-hex-grid{background:radial-gradient(circle,#00f0ff0d 0%,#0000 70%);border:1px solid #00f0ff1a;border-radius:50%;justify-content:center;align-items:center;width:400px;height:400px;display:flex}.hex-center img{width:375px;filter:drop-shadow(0 0 0px var(--oculus-red))}.orbit-ring{border:1px dashed #00f0ff33;border-radius:50%;width:110%;height:110%;animation:20s linear infinite rotate;position:absolute}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-main{background:var(--oculus-red);color:#000;text-transform:uppercase;padding:1.2rem 2.5rem;font-size:.85rem;font-weight:900;text-decoration:none;transition:all .3s}.btn-outline{border:1px solid var(--border);color:var(--text-main);text-transform:uppercase;margin-left:15px;padding:1.2rem 2.5rem;font-size:.85rem;text-decoration:none;transition:all .3s}.btn-main:hover{box-shadow:0 0 30px #00f0ff66}@media (width<=1024px){.hero-grid{grid-template-columns:1fr;gap:30px}.hero-text-block h1{font-size:3.8rem}.data-hex-grid{width:320px;height:320px}.hex-center img{width:280px}}@media (width<=768px){.index-hero{min-height:auto;padding:3rem 0}.hero-text-block h1{font-size:2.6rem;line-height:1}.hero-sub{margin:1.5rem 0 2rem;font-size:1rem}.data-hex-grid{width:260px;height:260px}.hex-center img{width:220px}.btn-main,.btn-outline{text-align:center;width:100%;margin-bottom:12px;margin-left:0;display:block}.orbit-ring{width:100%;height:100%}}@media (width<=480px){.hero-text-block h1{font-size:2rem}.system-status{letter-spacing:1px;font-size:.6rem}.data-hex-grid{width:220px;height:220px}.hex-center img{width:180px}}
