.hero-visual{display:flex;justify-content:center}.hero-card{background:rgb(255 255 255 / .04);border:1px solid rgb(224 231 255 / .1);border-radius:16px;overflow:hidden;width:100%;max-width:420px;backdrop-filter:blur(8px);box-shadow:0 20px 60px rgb(0 0 0 / .3)}.hero-card-header{padding:14px 18px;display:flex;gap:8px;background:rgb(255 255 255 / .03);border-bottom:1px solid rgb(224 231 255 / .06)}.hero-card-dot{width:10px;height:10px;border-radius:50%;background:rgb(224 231 255 / .15)}.hero-card-body{padding:24px;display:flex;flex-direction:column;gap:12px}.hero-card-line{height:10px;border-radius:6px;background:rgb(224 231 255 / .06)}.hero-card-line.short{height:8px}.hero-card-line.accent{background:linear-gradient(90deg,#E4084A,rgb(228 8 74 / .3));height:12px}.hero-card-footer{padding:14px 18px;display:flex;gap:12px;border-top:1px solid rgb(224 231 255 / .06);background:rgb(255 255 255 / .02)}.hero-card-status{font-size:11px;font-weight:600;padding:4px 10px;border-radius:100px;text-transform:uppercase;letter-spacing:.06em}.hero-card-status.sync{background:rgb(16 185 129 / .12);color:#6ee7b7;border:1px solid rgb(16 185 129 / .2)}.hero-card-status.ai{background:rgb(228 8 74 / .12);color:#fda4af;border:1px solid rgb(228 8 74 / .2)}.hero-bg-shapes{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1}.shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.12}.shape-1{width:500px;height:500px;background:#E4084A;top:-200px;right:-100px;animation:float 12s ease-in-out infinite}.shape-2{width:400px;height:400px;background:#6366f1;bottom:-150px;left:-100px;animation:float 15s ease-in-out infinite reverse}.shape-3{width:300px;height:300px;background:#E4084A;top:50%;left:50%;transform:translate(-50%,-50%);animation:float 10s ease-in-out infinite 2s}@keyframes float{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(30px,-40px) scale(1.1)}}