*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#ffffff;overflow-x:hidden}body{position:relative}.gradient-overlay{top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at top,#1a1a2e 0,#0a0a0a 50%);z-index:1}.cursor-glow,.gradient-overlay{position:fixed;pointer-events:none}.cursor-glow{width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(30,144,255,.1) 0,transparent 70%);transform:translate(-50%,-50%);z-index:2;transition:opacity .3s ease}.grid-background{position:fixed;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(20,1fr);grid-template-rows:repeat(20,1fr);grid-gap:0;gap:0;z-index:0;opacity:.03}.grid-dot{width:100%;height:100%;position:relative}.grid-dot:after{content:"";position:absolute;top:50%;left:50%;width:1px;height:1px;background:#1e90ff;border-radius:50%;transform:translate(-50%,-50%)}.main-content{position:relative;z-index:10;min-height:calc(100vh - 300px);display:flex;align-items:center;justify-content:center;padding:2rem}.hero{text-align:center;animation:fadeInUp 1s ease}.glitch{font-size:clamp(3rem,10vw,7rem);font-weight:900;letter-spacing:-.02em;text-transform:uppercase;position:relative;color:#ffffff;text-shadow:0 0 20px rgba(30,144,255,.5)}.glitch:after,.glitch:before{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;opacity:.8}.glitch:before{animation:glitch-1 .5s infinite;color:#00ffff;z-index:-1}.glitch:after{animation:glitch-2 .5s infinite;color:#ff00ff;z-index:-2}@keyframes glitch-1{0%,to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);transform:translate(0)}20%{-webkit-clip-path:inset(20% 0 30% 0);clip-path:inset(20% 0 30% 0);transform:translate(-2px,2px)}40%{-webkit-clip-path:inset(50% 0 20% 0);clip-path:inset(50% 0 20% 0);transform:translate(2px,-2px)}60%{-webkit-clip-path:inset(10% 0 60% 0);clip-path:inset(10% 0 60% 0);transform:translate(-1px,1px)}80%{-webkit-clip-path:inset(80% 0 5% 0);clip-path:inset(80% 0 5% 0);transform:translate(1px,-1px)}}@keyframes glitch-2{0%,to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);transform:translate(0)}20%{-webkit-clip-path:inset(60% 0 10% 0);clip-path:inset(60% 0 10% 0);transform:translate(2px,1px)}40%{-webkit-clip-path:inset(20% 0 60% 0);clip-path:inset(20% 0 60% 0);transform:translate(-2px,2px)}60%{-webkit-clip-path:inset(30% 0 40% 0);clip-path:inset(30% 0 40% 0);transform:translate(1px,-2px)}80%{-webkit-clip-path:inset(10% 0 80% 0);clip-path:inset(10% 0 80% 0);transform:translate(-1px,2px)}}.subtitle{margin-top:1.5rem;font-size:clamp(1rem,3vw,1.5rem);font-weight:300;letter-spacing:.2em;color:#888;text-transform:uppercase;animation:fadeIn 1s ease .5s both}.footer{position:relative;z-index:10;background:linear-gradient(0deg,rgba(10,10,10,.95),transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:4rem 2rem 2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.location-section{margin-left:auto}.footer-section h3{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#1e90ff;margin-bottom:1rem}.footer-section a,.footer-section p{color:#888;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#1e90ff}.social-links{display:flex;gap:1.5rem}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;text-align:center}.footer-bottom p{color:#555;font-size:.875rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.footer-content{flex-direction:column;align-items:center;text-align:center}.location-section{margin-left:0}.social-links{justify-content:center}}