.nf{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:68vh;padding:2rem 1rem;gap:1.25rem}.nf__glow{position:absolute;top:8%;left:50%;transform:translate(-50%);width:min(560px,90%);height:340px;pointer-events:none;background:radial-gradient(circle at 30% 40%,rgba(31,214,234,.22),transparent 60%),radial-gradient(circle at 70% 60%,rgba(255,45,104,.22),transparent 60%);filter:blur(40px);z-index:0}.nf__code{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-display, "Space Grotesk"),sans-serif;font-weight:700;font-size:clamp(6rem,20vw,13rem);line-height:.85;background:linear-gradient(120deg,#1fd6ea 20%,#7c8bff,#ff2d68 90%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nf__flask-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:clamp(4rem,14vw,9rem)}.nf__flask{width:100%;height:auto;filter:drop-shadow(0 0 26px rgba(255,45,104,.4))}.nf__bubble{position:absolute;bottom:46%;width:10px;height:10px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#bff6ff,#1fd6ea);opacity:0;box-shadow:0 0 10px #1fd6eab3}.nf__bubble--1{left:42%}.nf__bubble--2{left:52%;width:7px;height:7px}.nf__bubble--3{left:47%;width:13px;height:13px}.nf__title{position:relative;z-index:1;font-family:var(--font-display, "Space Grotesk"),sans-serif;font-weight:700!important;color:#f4f7ff;font-size:clamp(1.8rem,4vw,2.8rem)!important}.nf__desc{position:relative;z-index:1;color:#e2e8f5b8!important;max-width:52ch;line-height:1.6!important}.nf__actions{position:relative;z-index:1;display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:.75rem}@media (max-width: 600px){.nf__actions{flex-direction:column;width:100%;max-width:320px}.nf__actions a{width:100%}}@media (prefers-reduced-motion: no-preference){.nf__code{animation:nf-glow 2.6s ease-in-out infinite alternate}.nf__flask{animation:nf-tilt 5s ease-in-out infinite}.nf__bubble--1{animation:nf-rise 2.6s ease-in infinite}.nf__bubble--2{animation:nf-rise 3.2s ease-in .6s infinite}.nf__bubble--3{animation:nf-rise 3.8s ease-in 1.1s infinite}}@keyframes nf-glow{0%{filter:drop-shadow(0 0 14px rgba(31,214,234,.25))}to{filter:drop-shadow(0 0 26px rgba(255,45,104,.4))}}@keyframes nf-tilt{0%,to{transform:rotate(-4deg)}50%{transform:rotate(4deg)}}@keyframes nf-rise{0%{opacity:0;transform:translateY(0) scale(.6)}20%{opacity:1}to{opacity:0;transform:translateY(-70px) scale(1)}}
