.sticky-illustration{background:linear-gradient(135deg,#111827,#1f2937);border-radius:16px;width:100%;height:100svh;position:relative;overflow:hidden}.sticky-illustration .background{filter:blur(60px);opacity:.5;z-index:0;background:linear-gradient(120deg,#0ea5e9,#f97316,#3b82f6);width:110svw;height:100%;animation:6s ease-in-out infinite alternate glow;position:sticky;top:0}.sticky-illustration .center-content{z-index:10;text-align:center;color:#fbbf24;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sticky-illustration .center-content h1{margin-bottom:.5rem;font-size:3rem;font-weight:800}@media (max-width:400px){.sticky-illustration .center-content h1{width:70vw;margin-bottom:1rem;font-size:2rem}}.sticky-illustration .center-content p{color:#fbbf24e6;margin-bottom:1.5rem;font-size:1.25rem}.sticky-illustration .center-content .floating-button{color:#111827;cursor:pointer;background:#fbbf24;border-radius:12px;padding:1rem 2rem;font-weight:700;animation:3s ease-in-out infinite float;display:inline-block;box-shadow:0 0 20px #fbbf2499}.sticky-illustration .floating-icons{pointer-events:none;z-index:5;width:100%;height:100%;position:absolute;top:0}.sticky-illustration .floating-icons .icon{filter:drop-shadow(0 0 6px #0ea5e9);width:64px;height:64px;position:absolute;top:50%;left:50%}@keyframes glow{0%{transform:translate(-240px)}to{transform:translate(80px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}
