.cyberpunk-footer{position:relative;background:var(--bg-color,#000);color:var(--text-color,#c4b497);font-family:'Courier New',monospace;overflow:hidden;margin-top:50px}.cyberpunk-footer-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.cyberpunk-scanlines{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 50%,rgb(196 180 151 / .03) 50%);background-size:100% 4px;animation:cyberpunk-scan 4s linear infinite}.cyberpunk-grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,var(--accent-color,#8c2226) 1px,transparent 1px),linear-gradient(180deg,var(--accent-color,#8c2226) 1px,transparent 1px);background-size:20px 20px;opacity:.1}.cyberpunk-particles:before{content:"";position:absolute;width:100%;height:100%;background-image:radial-gradient(2px 2px at 20px 30px,var(--accent-color,#8c2226),transparent),radial-gradient(2px 2px at 40px 70px,var(--text-color,#c4b497),transparent);background-repeat:repeat;animation:cyberpunk-float 20s linear infinite}@keyframes cyberpunk-scan{0%{transform:translateY(-100%)}100%{transform:translateY(100%)}}@keyframes cyberpunk-float{0%{transform:translateY(0) translateX(0)}100%{transform:translateY(-100px) translateX(100px)}}.cyberpunk-footer-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:50px 20px 20px}.cyberpunk-sections{display:grid;gap:40px;margin-bottom:30px}.cyberpunk-layout-classic .cyberpunk-sections{grid-template-columns:repeat(3,1fr)}.cyberpunk-layout-modern .cyberpunk-sections{grid-template-columns:2fr 1fr 1fr}.cyberpunk-layout-minimal .cyberpunk-sections{grid-template-columns:1fr;text-align:center}.cyberpunk-layout-hologram .cyberpunk-sections{grid-template-columns:repeat(3,1fr);perspective:1000px}.cyberpunk-section{padding:20px;position:relative}.cyberpunk-section-title{color:var(--text-color,#c4b497);font-size:1.2rem;text-transform:uppercase;letter-spacing:2px;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid var(--accent-color,#8c2226);position:relative;text-shadow:0 0 10px rgb(196 180 151 / .3)}.cyberpunk-section-title:after{content:"";position:absolute;bottom:-2px;left:0;width:50px;height:2px;background:var(--text-color,#c4b497);animation:title-glow 2s ease-in-out infinite alternate}@keyframes title-glow{0%{box-shadow:0 0 5px var(--text-color,#c4b497)}100%{box-shadow:0 0 15px var(--text-color,#c4b497)}}.cyberpunk-section-content{line-height:1.6;font-size:.95rem}.cyberpunk-list-item{display:block;padding:5px 0;position:relative;padding-left:15px}.cyberpunk-list-item:before{content:"▸";position:absolute;left:0;color:var(--accent-color,#8c2226);animation:text-flicker 3s infinite alternate}.cyberpunk-section-content a{color:var(--text-color,#c4b497);text-decoration:none;transition:all .3s ease;position:relative}.cyberpunk-section-content a:hover{color:var(--accent-color,#8c2226);text-shadow:0 0 10px var(--accent-color,#8c2226)}.cyberpunk-section-content a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--accent-color,#8c2226);transition:width .3s ease}.cyberpunk-section-content a:hover:after{width:100%}.cyberpunk-footer-bottom{border-top:1px solid var(--accent-color,#8c2226);padding-top:20px;text-align:center;position:relative}.cyberpunk-copyright{color:var(--text-color,#c4b497);font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.cyberpunk-footer-effects{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.cyberpunk-glitch-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent 49%,rgb(255 255 255 / .02) 50%,transparent 51%);opacity:0;animation:cyberpunk-glitch-overlay 8s infinite}.cyberpunk-neon-border{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #fff0;background:linear-gradient(90deg,transparent,var(--accent-color,#8c2226),transparent);background-size:200% 100%;animation:neon-border-flow 3s linear infinite;opacity:.3}@keyframes cyberpunk-glitch-overlay{0%,90%,100%{opacity:0}91%,93%,95%,97%,99%{opacity:.1}92%,94%,96%,98%{opacity:.05}}@keyframes neon-border-flow{0%{background-position:-200% 0}100%{background-position:200% 0}}@keyframes text-flicker{0%,19.999%,22%,62.999%,64%,64.999%,72%,100%{opacity:1}20%,21.999%,63%,63.999%,65%,71.999%{opacity:.8}}.cyberpunk-section-title,.cyberpunk-list-item:before{animation:text-flicker 4s infinite alternate}.cyberpunk-layout-hologram .cyberpunk-section{transform-style:preserve-3d;transform:rotateX(5deg);background:linear-gradient(135deg,rgb(0 0 0 / .8) 0%,rgb(20 20 20 / .9) 100%);border:1px solid var(--accent-color,#8c2226)}.cyberpunk-layout-minimal .cyberpunk-section{background:rgb(0 0 0 / .5);border:1px solid var(--accent-color,#8c2226);border-radius:5px}.cyberpunk-footer[data-animation=glitch]:hover{animation:cyberpunk-glitch .3s}.cyberpunk-footer[data-animation=pulse]{animation:subtle-pulse 3s ease-in-out infinite}.cyberpunk-footer[data-animation=scan] .cyberpunk-scanlines{animation-duration:2s}.cyberpunk-footer[data-animation=matrix] .cyberpunk-particles:before{animation-duration:10s}@keyframes cyberpunk-glitch{0%{transform:translateX(0)}20%{transform:translateX(-2px)}40%{transform:translateX(2px)}60%{transform:translateX(-1px)}80%{transform:translateX(1px)}100%{transform:translateX(0)}}@keyframes subtle-pulse{0%,100%{box-shadow:0 0 5px rgb(140 34 38 / .3)}50%{box-shadow:0 0 20px rgb(140 34 38 / .6)}}@media (max-width:1024px){.cyberpunk-layout-classic .cyberpunk-sections,.cyberpunk-layout-modern .cyberpunk-sections,.cyberpunk-layout-hologram .cyberpunk-sections{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.cyberpunk-footer-content{padding:30px 15px 15px}.cyberpunk-layout-classic .cyberpunk-sections,.cyberpunk-layout-modern .cyberpunk-sections,.cyberpunk-layout-hologram .cyberpunk-sections{grid-template-columns:1fr}.cyberpunk-section{padding:15px;text-align:center}.cyberpunk-section-title{font-size:1.1rem}}@media (max-width:480px){.cyberpunk-footer-content{padding:20px 10px 10px}.cyberpunk-section-title{font-size:1rem;letter-spacing:1px}.cyberpunk-section-content{font-size:.9rem}.cyberpunk-copyright{font-size:.8rem}}