.cursor-dot{background:var(--accent-purple);pointer-events:none;z-index:10000;mix-blend-mode:difference;border-radius:50%;width:8px;height:8px;transition:transform .1s,width .2s,height .2s,background .2s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-ring{border:1.5px solid var(--accent-purple);pointer-events:none;z-index:9999;opacity:.6;border-radius:50%;width:40px;height:40px;transition:transform 80ms linear,width .3s,height .3s,border-color .3s,opacity .3s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-dot.hovering{background:var(--accent-cyan);width:12px;height:12px}.cursor-ring.hovering{border-color:var(--accent-cyan);opacity:.4;width:60px;height:60px}
.footer{border-top:1px solid var(--border);background:var(--bg-primary);text-align:center;padding:5rem 2rem 3rem}.footer-cta-heading{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.05}.footer-cta-heading .gradient-text{background:linear-gradient(135deg,var(--accent-purple)0%,var(--accent-cyan)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.footer-email{color:var(--text-secondary);transition:color var(--transition-fast),border-color var(--transition-fast);border-bottom:1px solid #8b5cf666;margin-bottom:3rem;padding-bottom:2px;font-size:1.1rem;text-decoration:none;display:inline-block}.footer-email:hover{color:var(--accent-purple);border-color:var(--accent-purple)}.footer-socials{justify-content:center;gap:2rem;margin-bottom:3rem;list-style:none;display:flex}.footer-socials a{color:var(--text-muted);transition:color var(--transition-fast),transform var(--transition-fast);font-size:.875rem;text-decoration:none;display:inline-block}.footer-socials a:hover{color:var(--text-primary);transform:translateY(-2px)}.footer-bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding-top:2rem;display:flex}.footer-copy{color:var(--text-muted);font-size:.8rem}@media (max-width:768px){.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}
