:root{--v:#8A2BE2;--b:#06F;--l:#CF0;--bg:#FFF;--txt:#111}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;width:100%;overflow:hidden;font-family:'Inter',sans-serif;background:var(--bg);color:var(--txt)}body{display:flex;flex-direction:column;position:relative;background:radial-gradient(circle at 50% 50%,rgba(138,43,226,.05) 0,transparent 60%)}header{position:absolute;top:0;left:0;width:100%;padding:1.5rem 4rem;display:flex;align-items:center;z-index:20}header img{height:32px;width:auto}main{flex:1;display:flex;align-items:center;justify-content:center;position:relative;height:100%}.hero{display:flex;width:100%;max-width:1400px;align-items:center;gap:4rem;justify-content:space-between;padding:4rem;height:100%;z-index:10}.left{flex:1;max-width:650px;display:flex;flex-direction:column;gap:1.5rem;z-index:2}.right{flex:1;display:flex;justify-content:center;align-items:center;position:relative;perspective:1000px;height:100%}h1{font-size:clamp(2.5rem,5vw,5rem);font-weight:700;letter-spacing:-.02em;line-height:1.05;color:var(--txt)}h1 span{color:var(--v)}.desc{font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.5;color:#444;max-width:90%}.pills{display:flex;gap:.75rem;flex-wrap:wrap}.pill{background:transparent;border:2px solid var(--l);color:var(--txt);padding:.4rem 1rem;border-radius:99px;font-size:.85rem;font-weight:700;position:relative;overflow:hidden;z-index:1;display:inline-flex;align-items:center;justify-content:center}.pill::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--l);z-index:-1;transform:translateX(-101%);will-change:transform}.pill.in-view::before{animation:fillSlide .5s ease-out forwards}.cta{display:inline-flex;align-items:center;justify-content:center;background:var(--v);color:#FFF;text-decoration:none;font-weight:700;font-size:1.1rem;padding:1.5rem;border-radius:12px;transition:transform .3s ease-out,box-shadow .3s ease-out;position:relative;overflow:hidden;width:max-content;min-height:48px;min-width:48px;aspect-ratio:1.2/1;will-change:transform,background,box-shadow;text-align:center}.cta:hover{transform:scale(1.1);box-shadow:0 0 30px rgba(0,102,255,.6);background:linear-gradient(270deg,var(--v),#E6D0FF,var(--v));background-size:200% 200%;animation:bloom 1.5s ease-out infinite;color:#111}.cta:focus-visible{outline:3px solid var(--l);outline-offset:4px}.card{width:min(100%,360px);aspect-ratio:3/4;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(138,43,226,.2);border-radius:24px;box-shadow:0 24px 48px rgba(0,0,0,.05);position:relative;z-index:10;display:flex;flex-direction:column;padding:1.5rem;transform-style:preserve-3d;will-change:transform}.card-ui-top{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.card-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--v),var(--b))}.card-lines{flex:1;display:flex;flex-direction:column;gap:.75rem}.card-line{height:12px;background:#F3F4F6;border-radius:6px;width:100%}.card-line.short{width:60%}.card-body{flex:1;background:#F9FAFB;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border:1px solid #F3F4F6}.card-body::after{content:'';position:absolute;width:80px;height:80px;border:2px solid var(--v);border-radius:50%;opacity:0;animation:scan 2s infinite ease-out}.radar{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:none;z-index:1}.ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:1px solid var(--v);border-radius:50%;opacity:0;width:0;height:0}.ring.anim{animation:ping 8s infinite ease-out}.meter{position:absolute;bottom:6rem;right:2rem;display:flex;align-items:flex-end;gap:6px;opacity:.2;z-index:5}.bar{width:8px;background:linear-gradient(to top,var(--v),var(--b));border-radius:4px;height:4px;transition:height 1s ease-out;will-change:height}.sticky-footer{position:fixed;bottom:0;left:0;width:100%;height:80px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center;padding:0 4rem;z-index:100}.footer-links{display:flex;gap:2rem}.footer-links a{color:#666;text-decoration:none;font-size:.9rem;transition:color .2s;font-weight:700}.footer-links a:hover{color:var(--v)}.footer-cta{aspect-ratio:auto;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem}@keyframes fillSlide{to{transform:translateX(0)}}@keyframes scan{0%{transform:scale(.2);opacity:1}100%{transform:scale(3);opacity:0}}@keyframes ping{0%{width:0;height:0;opacity:.5}100%{width:800px;height:800px;opacity:0}}@keyframes bloom{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@media(max-width:1024px){.hero{padding:4rem;flex-direction:column;justify-content:center;text-align:left;gap:2rem}header,.sticky-footer{padding:1rem 4rem}.right{width:100%;height:auto;flex:none}.card{width:100%;max-width:400px;height:250px;aspect-ratio:auto}.meter{bottom:100px;right:1rem}}@media(max-width:600px){header{padding:1rem}.hero{padding:4rem;gap:1.5rem}.left{align-items:flex-start}.cta{aspect-ratio:auto;width:100%;min-width:0}.sticky-footer{padding:1rem;flex-direction:row;gap:1rem}.footer-links{gap:1rem}.footer-links a{font-size:.8rem}.card{height:200px}.meter{display:none}}@media(max-height:700px){.hero{padding:2rem 4rem}.card{height:220px}h1{font-size:3rem}}@media(prefers-reduced-motion:reduce){*,::before,::after{animation:none!important;transition:none!important}.pill::before{transform:translateX(0)}.ring{opacity:.1;width:400px;height:400px}.card-body::after{opacity:.2;transform:scale(1)}.cta:hover{transform:none;background:var(--b);color:#FFF;box-shadow:none}}