.spine-motifs{position:absolute;pointer-events:none;z-index:0;overflow:visible;-webkit-user-select:none;-moz-user-select:none;user-select:none}.spine-motifs--side{right:2%;top:50%;transform:translateY(-50%);width:90px;height:280px}.spine-motifs--corner{right:-10px;bottom:-20px;width:140px;height:180px;opacity:.85}.spine-motifs--floating{left:4%;top:18%;width:70px;height:220px;opacity:.7}.spine-motifs--banner{left:50%;top:50%;transform:translate(-50%,-50%);width:120px;height:260px;opacity:.35}.spine-column{position:relative;display:flex;flex-direction:column;align-items:center;gap:7px;height:100%;justify-content:center}.spine-cord{position:absolute;top:8%;bottom:8%;left:50%;width:3px;transform:translateX(-50%);border-radius:999px;background:linear-gradient(180deg,rgba(124,108,240,.15),rgba(38,191,193,.35),rgba(124,108,240,.15));z-index:0}.vertebra{position:relative;z-index:1;width:34px;height:14px;border-radius:8px;background:linear-gradient(135deg,#9B8CF7,#7C6CF0 55%,#26BFC1);box-shadow:0 4px 12px rgba(124,108,240,.22);animation:vertebraWave 2.8s ease-in-out infinite}.vertebra:after,.vertebra:before{content:"";position:absolute;top:50%;width:10px;height:6px;border-radius:4px;background:rgba(255,255,255,.45);transform:translateY(-50%)}.vertebra:before{left:-8px}.vertebra:after{right:-8px}.spine-motifs--teal .vertebra{background:linear-gradient(135deg,#5AD4D6,#26BFC1 60%,#7C6CF0)}.spine-motifs--purple .vertebra{background:linear-gradient(135deg,#B8AEFF,#7C6CF0 70%,#6558E0)}.spine-plus{position:absolute;font-size:18px;font-weight:300;color:rgba(124,108,240,.45);animation:plusFloat 4.5s ease-in-out infinite}.spine-plus--a{top:8%;left:-18px;animation-delay:0s}.spine-plus--b{top:42%;right:-22px;font-size:14px;color:rgba(38,191,193,.55);animation-delay:.8s}.spine-plus--c{bottom:12%;left:-10px;font-size:22px;color:rgba(124,108,240,.35);animation-delay:1.4s}.spine-ring{position:absolute;border-radius:50%;border:2px solid rgba(124,108,240,.22);animation:ringPulse 3.6s ease-out infinite}.spine-ring--1{width:54px;height:54px;top:18%;left:50%;margin-left:-27px}.spine-ring--2{width:72px;height:72px;bottom:14%;left:50%;margin-left:-36px;border-color:rgba(38,191,193,.28);animation-delay:1.2s}.spine-disc{position:absolute;width:12px;height:12px;border-radius:50%;background:#26bfc1;opacity:.55;animation:discOrbit 6s linear infinite}.spine-disc--1{top:30%;left:50%}.spine-disc--2{top:62%;left:50%;background:#7c6cf0;width:9px;height:9px;animation-duration:7.5s;animation-direction:reverse}@keyframes vertebraWave{0%,to{transform:translateX(0) scale(1)}50%{transform:translateX(5px) scale(1.04)}}@keyframes plusFloat{0%,to{transform:translateY(0) rotate(0deg);opacity:.55}50%{transform:translateY(-10px) rotate(12deg);opacity:1}}@keyframes ringPulse{0%{transform:scale(.7);opacity:.65}70%{transform:scale(1.35);opacity:0}to{transform:scale(1.35);opacity:0}}@keyframes discOrbit{0%{transform:rotate(0deg) translateX(28px) rotate(0deg)}to{transform:rotate(1turn) translateX(28px) rotate(-1turn)}}@media(max-width:767px){.spine-motifs--floating,.spine-motifs--side{display:none}.spine-motifs--corner{opacity:.45;transform:scale(.8);transform-origin:bottom right}}@media(prefers-reduced-motion:reduce){.spine-disc,.spine-plus,.spine-ring,.vertebra{animation:none!important}}