:root{--bg-color:#0a0a0a;--text-color:#d0d0d0;--text-muted:#888888;--accent-gradient:linear-gradient(90deg, #52e6ff, #e17dff);--font-main:'Manrope',sans-serif;--button-bg:#ffffff;--button-text:#000000;--button-glow:rgba(82, 230, 255, 0.3)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-color);background:radial-gradient(circle at 70% 50%,#1a1a1a 0,#0a0a0a 70%);color:var(--text-color);font-family:var(--font-main);overflow:hidden;height:100vh;width:100vw;position:relative}#dimensionCanvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.hero{position:relative;z-index:10;display:flex;height:100%;width:100%;max-width:1200px;margin:0 auto;pointer-events:none}.hero-content{flex:0 0 50%;display:flex;flex-direction:column;justify-content:center;padding:4rem;pointer-events:auto}.title{font-size:4rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:1.5rem;font-weight:500;color:var(--text-color);margin-bottom:1.5rem;letter-spacing:.02em;max-width:480px;line-height:1.4}.description{font-size:1.1rem;font-weight:400;color:var(--text-muted);margin-bottom:2.5rem;max-width:440px;line-height:1.6}.cta-button{display:inline-block;background-color:var(--button-bg);color:var(--button-text);padding:1rem 2rem;text-decoration:none;font-family:var(--font-main);font-weight:500;font-size:1rem;border-radius:6px;border:none;transition:box-shadow .3s ease,filter .3s ease;width:fit-content}.cta-button:hover{box-shadow:0 0 20px var(--button-glow),0 0 40px var(--button-glow);filter:brightness(1.1)}.footer{position:absolute;bottom:0;left:0;width:100%;z-index:10;padding:1.5rem 4rem;pointer-events:none}.footer p{font-size:.85rem;font-weight:400;color:var(--text-muted);opacity:.6}@media (max-width:768px){.hero-content{flex:0 0 100%;width:100%;padding:2rem;padding-top:4rem;background:linear-gradient(to bottom,rgba(10,10,10,.9),transparent 80%)}.title{font-size:2.5rem}.subtitle{font-size:1.2rem;margin-bottom:1rem}.description{font-size:1rem;margin-bottom:2rem}.footer{padding:1rem 2rem}}