.hero-floating-visual{background:var(--background);width:100%;height:100%;min-height:360px;position:relative;overflow:hidden}.hero-floating-lines{width:100%;height:100%;color:color-mix(in oklch,var(--primary) 40%,transparent);pointer-events:none;position:absolute;inset:0}.hero-float-line{stroke:currentColor;stroke-width:1px;stroke-dasharray:4 4;opacity:.5;animation:3s linear infinite hero-line-flow}.hero-float-line--delay{animation-delay:.6s}.hero-float-line--delay-2{animation-delay:1.2s}.hero-float-line--delay-3{animation-delay:.3s}.hero-float-line--delay-4{animation-delay:.9s}.hero-floating-grid{z-index:1;grid-template-columns:1fr 1fr;align-content:center;gap:1.125rem;min-height:360px;padding:1.75rem 1.5rem;display:grid;position:relative}.hero-float-card{background:var(--background);border:1px solid var(--border);box-shadow:0 12px 36px color-mix(in oklch,var(--foreground) 10%,transparent),0 4px 10px color-mix(in oklch,var(--foreground) 6%,transparent);transform-origin:50%;padding:1rem 1.1rem 1.1rem;animation:5s ease-in-out infinite hero-float;position:relative}.hero-float-card--infra{--float-y:6px;--float-rotate:-2.5deg;--float-x:-4px;animation-delay:0s}.hero-float-card--ai{--float-y:-8px;--float-rotate:3deg;--float-x:6px;animation-delay:.8s}.hero-float-card--stream{--float-y:10px;--float-rotate:-3.5deg;--float-x:-6px;animation-delay:1.6s}.hero-float-card--data{--float-y:-6px;--float-rotate:2.5deg;--float-x:4px;animation-delay:2.4s}.hero-float-bracket{border-color:var(--primary);opacity:.75;border-style:solid;width:12px;height:12px;position:absolute}.hero-float-bracket--tl{border-width:1.5px 0 0 1.5px;top:8px;left:8px}.hero-float-bracket--tr{border-width:1.5px 1.5px 0 0;top:8px;right:8px}.hero-float-bracket--bl{border-width:0 0 1.5px 1.5px;bottom:8px;left:8px}.hero-float-bracket--br{border-width:0 1.5px 1.5px 0;bottom:8px;right:8px}.hero-float-card-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.hero-float-tag{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);font-size:.625rem}.hero-float-title{font-family:var(--font-sans);letter-spacing:-.02em;color:var(--foreground);font-size:.9375rem;font-weight:700;line-height:1.2}.hero-float-subtitle{font-family:var(--font-sans);color:var(--muted-foreground);margin-top:.25rem;font-size:.75rem}.hero-float-metrics{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:.625rem;margin-top:1rem;padding-top:.875rem;display:grid}.hero-float-metric dt{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);font-size:.5625rem}.hero-float-metric dd{font-family:var(--font-mono);color:var(--foreground);margin-top:.2rem;font-size:.8125rem;font-weight:600}@keyframes hero-float{0%,to{transform:translate(var(--float-x,0),var(--float-y,0)) rotate(var(--float-rotate,0deg))}50%{transform:translate(var(--float-x,0),calc(var(--float-y,0) - 8px)) rotate(var(--float-rotate,0deg))}}@keyframes hero-line-flow{0%{stroke-dashoffset:16px}to{stroke-dashoffset:0}}@media(max-width:960px){.hero-floating-visual{min-height:460px}.hero-floating-grid{gap:1.125rem;min-height:460px;padding:1.75rem 1.25rem}.hero-float-card{padding:1rem}.hero-float-title{font-size:.9375rem}}@media(prefers-reduced-motion:reduce){.hero-float-card{transform:translate(var(--float-x,0),var(--float-y,0)) rotate(var(--float-rotate,0deg));animation:none}.hero-float-line{animation:none}}
