:root{--bg:#030303;--bg-soft:#090909;--card:#ffffff09;--border:#ffffff24;--border-strong:#ffffff38;--text:#f5f5f5;--text-soft:#d8d8d8;--muted:#a7a7a7;--muted-strong:#c8c8c8;--silver:#d8d8d8;--silver-dark:#777;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{background:var(--bg);min-width:320px;min-height:100vh;margin:0}button,a{font:inherit}::selection{color:#030303;background:#f5f5f5}.app{background:linear-gradient(#0000002e,#000000db 54%,#000000f2),radial-gradient(circle at 18% 20%,#00000094,#0000 34rem),url(/eb6-site-background.png) top/cover no-repeat fixed,linear-gradient(#030303 0%,#000 100%);min-height:100vh;position:relative;overflow:hidden}.app:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(90deg,#000000d1,#0000 42%,#0000002e),linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:100% 100%,96px 96px,96px 96px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 78%);mask-image:radial-gradient(circle,#000,#0000 78%)}main{z-index:1;position:relative}.bg-glow{z-index:0;pointer-events:none;filter:blur(90px);opacity:.5;will-change:transform;background:#ffffff0e;border-radius:999px;width:520px;height:520px;animation:18s ease-in-out infinite backgroundDrift;position:absolute}.bg-glow-one{top:9%;right:-180px}.bg-glow-two{opacity:.32;width:620px;height:620px;animation-duration:24s;animation-delay:-8s;top:54%;left:-220px}.section-shell{width:min(100% - 72px,1400px);margin:0 auto}.site-header,.site-footer{z-index:10;width:min(100% - 72px,1440px);color:var(--text);justify-content:space-between;align-items:center;gap:32px;margin:0 auto;display:flex;position:relative}.site-header{border-bottom:1px solid var(--border);min-height:90px}.site-header:after{content:"";filter:blur(2px);background:radial-gradient(#fff 0%,#ffffff8c 18%,#0000 72%);width:124px;height:4px;position:absolute;bottom:-2px;left:70px}.brand{color:var(--text);letter-spacing:0;text-shadow:0 0 18px #ffffff47;font-size:clamp(2rem,3vw,2.9rem);font-weight:450;line-height:1;text-decoration:none}.nav-links,.footer-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:clamp(22px,4vw,60px);display:flex}.nav-links a,.footer-links a{color:var(--text-soft);font-size:.92rem;text-decoration:none;transition:color .18s,text-shadow .18s}.nav-links a:hover,.footer-links a:hover{color:var(--text);text-shadow:0 0 16px #ffffff8c}.hero-section{border-bottom:1px solid var(--border);background:linear-gradient(90deg,#000000eb 0%,#000000b8 32%,#0003 66%),linear-gradient(#00000029,#000000db),url(/eb6-hero-banner.png) 50%/cover no-repeat;align-items:center;min-height:clamp(680px,78vh,860px);display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 12% 40%,#ffffff1f,#0000 18rem),linear-gradient(#0000 74%,#000000d1);position:absolute;inset:0}.hero-section:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);height:1px;position:absolute;inset:auto 0 0}.hero-copy{z-index:2;padding-top:clamp(72px,9vw,118px);padding-bottom:clamp(72px,8vw,118px);position:relative}.hero-kicker{color:var(--muted-strong);letter-spacing:.18em;margin:0 0 24px;font-size:.78rem;font-weight:700}.hero-copy h1{max-width:770px;color:var(--text);letter-spacing:0;-webkit-text-fill-color:transparent;filter:drop-shadow(0 16px 16px #ffffff14);background:linear-gradient(#fff 12%,#f5f5f5 38%,#8c8c8c 78%,#f0f0f0 100%);-webkit-background-clip:text;background-clip:text;margin:0 0 28px;font-size:clamp(4.25rem,7.4vw,8.9rem);font-weight:420;line-height:.93}.hero-subtitle{max-width:650px;color:var(--text);margin:0 0 34px;font-size:clamp(1.55rem,2.2vw,2.4rem);line-height:1.1}.hero-support{max-width:610px;color:var(--muted);margin:0 0 64px;font-size:clamp(1.02rem,1.25vw,1.25rem);line-height:1.52}.hero-support-secondary{max-width:720px;color:var(--text-soft);margin-top:-36px}.button-row{flex-wrap:wrap;gap:24px;display:flex}.button{box-sizing:border-box;border-radius:8px;justify-content:space-between;align-items:center;gap:36px;min-width:205px;min-height:58px;padding:0 24px;font-size:1rem;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:inline-flex;position:relative;overflow:hidden}.button:before{content:"";background:linear-gradient(90deg,#0000,#ffffffb3,#0000);transition:transform .6s;position:absolute;inset:0;transform:translate(-120%)skew(-18deg)}.button:hover{transform:translateY(-2px)}.button:hover:before{transform:translate(120%)skew(-18deg)}.button-arrow{z-index:1;transition:transform .22s;position:relative}.button:hover .button-arrow{transform:translate(4px)}.button-primary{color:#030303;background:linear-gradient(#fff 0%,#cfcfcf 48%,#8f8f8f 100%);border:1px solid #ffffffe6;box-shadow:0 14px 40px #ffffff1f,inset 0 1px #fff}.button-primary:hover{box-shadow:0 18px 48px #ffffff2e,inset 0 1px #fff}.button-secondary{color:var(--text);background:#ffffff06;border:1px solid #ffffff52;box-shadow:inset 0 1px #ffffff14}.button-secondary:hover{background:#ffffff0d;border-color:#ffffff85}.feature-section,.demo-section{border-top:1px solid var(--border);padding:clamp(64px,7vw,92px) 0}.section-heading{text-align:center;margin-bottom:clamp(36px,4vw,54px)}.section-heading p,.eyebrow{color:var(--muted-strong);letter-spacing:.16em;margin:0 0 14px;font-size:.78rem;font-weight:700}.section-heading h2,.architecture-copy h2,.cta-inner h2{color:var(--text);letter-spacing:0;text-shadow:0 0 22px #ffffff29;margin:0;font-size:clamp(2.25rem,4vw,4rem);font-weight:420;line-height:1.05}.section-subtitle{max-width:820px;color:var(--muted);margin:18px auto 0;font-size:clamp(1.05rem,1.45vw,1.35rem);line-height:1.5;display:block}.positioning-section,.identity-section,.proof-details-section,.demo-section-core,.not-chatbot-section{z-index:1;position:relative}.positioning-section{text-align:center;padding:clamp(58px,7vw,96px) 0}.positioning-section p{max-width:1050px;color:var(--text);letter-spacing:0;text-shadow:0 0 28px #ffffff21;margin:0 auto;font-size:clamp(2rem,3.8vw,4.4rem);font-weight:410;line-height:1.05}.positioning-section strong{color:var(--text-soft);letter-spacing:.08em;text-transform:uppercase;margin-top:30px;font-size:clamp(1.1rem,1.8vw,1.55rem);font-weight:600;display:block}.identity-section{border-top:1px solid var(--border);padding:clamp(68px,8vw,112px) 0;overflow:hidden}.identity-section:before{content:"";pointer-events:none;filter:blur(1px);opacity:.62;background:radial-gradient(circle,#ffffff21,#0000 34%),conic-gradient(from 80deg,#0000,#ffffff29,#0000 34%);border-radius:50%;width:620px;height:620px;animation:18s linear infinite identityHalo;position:absolute;inset:8% -18% auto auto}.identity-layout{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);align-items:start;gap:clamp(36px,6vw,92px);display:grid}.identity-copy{border:1px solid var(--border-strong);background:radial-gradient(circle at 78% 20%,#ffffff21,#0000 13rem),linear-gradient(145deg,#ffffff12,#0000 48%),#ffffff07;border-radius:8px;padding:clamp(28px,4vw,44px);position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff1a,0 28px 80px #00000057}.identity-copy:before{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 0 34%,#ffffff14 48%,#0000 62%);animation:9s ease-in-out infinite identityPanelSweep;position:absolute;inset:0;transform:translate(-120%)}.identity-signal-row{z-index:1;flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex;position:relative}.identity-signal-row span{min-height:32px;color:var(--text-soft);letter-spacing:.06em;text-transform:uppercase;background:#ffffff0a;border:1px solid #fff3;border-radius:999px;align-items:center;padding:0 12px;font-size:.82rem;font-weight:600;display:inline-flex;box-shadow:inset 0 1px #ffffff14}.identity-copy p{z-index:1;color:var(--muted);margin:0;font-size:1.08rem;line-height:1.65;position:relative}.identity-copy p+p{margin-top:22px}.identity-copy .identity-close{color:var(--text)}.identity-core-visual{z-index:1;aspect-ratio:1;filter:drop-shadow(0 0 28px #ffffff24);background:radial-gradient(circle,#ffffff52,#ffffff0f 21%,#0000 42%),radial-gradient(circle,#ffffff0f,#0000 66%);border-radius:50%;width:min(100%,320px);margin:clamp(28px,4vw,44px) auto 0;position:relative}.identity-orbit,.identity-core-dot{transform-origin:50%;display:block;position:absolute;inset:50%}.identity-orbit{border:1px solid #ffffff47;border-radius:50%;width:82%;height:28%;animation:13s linear infinite identityOrbit;translate:-50% -50%}.identity-orbit-two{width:72%;height:42%;animation-duration:17s;animation-direction:reverse;transform:rotate(58deg)}.identity-orbit-three{opacity:.45;width:56%;height:56%;animation-duration:21s;transform:rotate(-38deg)}.identity-core-dot{background:#fff;border-radius:50%;width:18px;height:18px;animation:4.8s ease-in-out infinite identityPulse;translate:-50% -50%;box-shadow:0 0 24px #fff}.identity-pipeline{gap:14px;margin:0;padding:0;list-style:none;display:grid;position:relative}.identity-pipeline:before{content:"";background:linear-gradient(#0000,#ffffff5c,#0000);width:1px;position:absolute;top:0;bottom:0;left:18px}.identity-pipeline:after{content:"";pointer-events:none;filter:blur(1px);background:linear-gradient(#0000,#fff,#0000);border-radius:999px;width:7px;height:90px;animation:6.5s ease-in-out infinite identityFlow;position:absolute;top:0;left:15px}.identity-pipeline li{color:var(--text);animation:8s ease-in-out infinite identityStepGlow;animation-delay:calc(var(--step) * .18s);background:#ffffff09;border:1px solid #fff3;border-radius:8px;grid-template-columns:42px 1fr;align-items:center;gap:14px;padding:18px 22px 18px 16px;display:grid;position:relative;box-shadow:inset 0 1px #ffffff14}.identity-pipeline li span{color:#050505;background:linear-gradient(#fff,#8c8c8c);border-radius:50%;place-items:center;width:34px;height:34px;font-size:.76rem;font-weight:800;display:inline-grid;box-shadow:0 0 18px #ffffff29}.proof-card{color:inherit;cursor:pointer;text-decoration:none;display:block}.proof-details-section{gap:24px;padding:clamp(42px,6vw,84px) 0 clamp(68px,8vw,112px);display:grid}.proof-detail{border:1px solid var(--border);background:linear-gradient(120deg,#ffffff0f,#0000 36%),#ffffff06;border-radius:8px;grid-template-columns:minmax(220px,.8fr) repeat(3,minmax(0,1fr));gap:22px;padding:clamp(24px,3vw,34px);scroll-margin-top:110px;display:grid}.proof-detail h2{color:var(--text);margin:0;font-size:clamp(1.65rem,2.3vw,2.45rem);font-weight:430;line-height:1.08}.proof-detail h3{color:var(--text-soft);letter-spacing:.14em;text-transform:uppercase;margin:0 0 10px;font-size:.86rem}.proof-detail p{color:var(--muted);margin:0;line-height:1.55}.demo-section-core{border-top:1px solid var(--border);padding:clamp(68px,8vw,110px) 0}.demo-placeholder{border:1px solid var(--border-strong);text-align:center;background:radial-gradient(circle at 50% 0,#ffffff1c,#0000 24rem),#ffffff08;border-radius:8px;justify-items:center;gap:24px;max-width:940px;margin:0 auto;padding:clamp(32px,5vw,56px);display:grid}.demo-placeholder p{max-width:800px;color:var(--muted);margin:0;font-size:1.12rem;line-height:1.58}.demo-placeholder strong{color:var(--text);font-size:clamp(1.4rem,2.3vw,2.1rem);font-weight:420}.demo-placeholder span{color:var(--text-soft);font-weight:600}.architecture-core{z-index:1;padding:clamp(72px,8vw,112px) 0;position:relative}.architecture-steps{grid-template-columns:repeat(7,minmax(0,1fr));gap:14px;display:grid}.architecture-steps article{border:1px solid var(--border);background:#ffffff08;border-radius:8px;min-height:220px;padding:22px}.architecture-steps span{color:#050505;background:linear-gradient(#fff,#9d9d9d);border-radius:50%;place-items:center;width:34px;height:34px;margin-bottom:18px;display:inline-grid}.architecture-steps h3{color:var(--text);margin:0 0 12px;font-size:1.08rem;line-height:1.15}.architecture-steps p{color:var(--muted);margin:0;font-size:.96rem;line-height:1.45}.not-chatbot-section{text-align:center;background:linear-gradient(135deg,#ffffff14,#0000 42%),#00000094;border:1px solid #ffffff3d;border-radius:8px;margin-top:clamp(54px,7vw,92px);margin-bottom:clamp(54px,7vw,92px);padding:clamp(34px,5vw,64px);box-shadow:0 0 70px #ffffff0e}.not-chatbot-section h2{max-width:1000px;color:var(--text);margin:0 auto 24px;font-size:clamp(2rem,4vw,4.2rem);font-weight:420;line-height:1.04}.not-chatbot-section p,.contact-copy{max-width:820px;color:var(--muted);margin:0 auto;font-size:1.1rem;line-height:1.58}.email-placeholder{color:var(--muted);margin-top:16px;display:block}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;display:grid}.demo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid}.glass-card{border:1px solid var(--border-strong);background:linear-gradient(145deg,#ffffff0f,#0000 40%),#ffffff06;border-radius:8px;min-height:360px;padding:32px;transition:background .24s,border-color .24s,box-shadow .24s,transform .24s;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff17,0 24px 80px #00000073}.glass-card:hover{background:linear-gradient(145deg,#ffffff16,#0000 40%),#ffffff0b;border-color:#ffffff61;transform:translateY(-4px);box-shadow:inset 0 1px #ffffff24,0 0 44px #ffffff14,0 24px 80px #0000008c}.glass-card:hover .mini-visual{filter:drop-shadow(0 0 18px #ffffff29);transform:scale(1.015)}.glass-card h3{z-index:1;max-width:280px;color:var(--text);letter-spacing:0;margin:0 0 18px;font-size:clamp(1.65rem,2vw,2.08rem);font-weight:430;line-height:1.05;position:relative}.glass-card p{z-index:1;max-width:300px;color:var(--muted);margin:0;line-height:1.45;position:relative}.mini-visual{justify-content:flex-start;align-items:center;height:150px;margin-bottom:32px;transition:filter .24s,transform .24s;display:flex;position:relative}.mini-visual img{object-fit:contain;object-position:left center;filter:drop-shadow(0 18px 28px #0000006b);width:min(100%,260px);height:100%}.mini-visual span{display:block;position:absolute}.mini-blocks span{background:linear-gradient(145deg,#f4f4f4,#1a1a1a 34%,#070707 70%,#bfbfbf);border:1px solid #ffffff57;width:62px;height:42px;bottom:28px;transform:skewY(-23deg);box-shadow:0 20px 28px #0000008c,inset 0 0 14px #ffffff2e}.mini-blocks span:first-child{left:18px}.mini-blocks span:nth-child(2){bottom:44px;left:58px}.mini-blocks span:nth-child(3){left:100px}.mini-blocks span:nth-child(4){bottom:36px;left:142px}.mini-panes span{background:linear-gradient(120deg,#ffffff2e,#ffffff04);border:1px solid #fff6;width:88px;height:108px;top:22px;transform:perspective(420px)rotateY(-32deg);box-shadow:inset 0 0 24px #ffffff1f,0 0 20px #ffffff14}.mini-panes span:first-child{left:38px}.mini-panes span:nth-child(2){left:84px}.mini-panes span:nth-child(3){left:130px}.mini-panes span:nth-child(4){display:none}.mini-dial span,.mini-radar span{border-radius:50%}.mini-dial span:first-child,.mini-radar span:first-child{background:radial-gradient(circle,#ffffff2e,#0000 58%);border:1px solid #ffffff3d;width:118px;height:118px;inset:14px auto auto 55px;box-shadow:inset 0 0 24px #ffffff29,0 0 30px #ffffff1f}.mini-dial span:nth-child(2),.mini-radar span:nth-child(2){filter:drop-shadow(0 0 16px #ffffff80);border:12px solid #fff;border-color:#fff #ffffff80 #0000 #0000;width:70px;height:70px;top:38px;left:79px;transform:rotate(28deg)}.mini-dial span:nth-child(3){background:linear-gradient(90deg,#fff,#0000);width:54px;height:1px;top:72px;left:113px;transform:rotate(-45deg)}.mini-dial span:nth-child(4),.mini-radar span:nth-child(4){background:#fff;border-radius:50%;width:8px;height:8px;top:69px;left:110px;box-shadow:0 0 14px #fff}.mini-orbit span:first-child{background:radial-gradient(circle at 34% 24%,#fff,#d9d9d9 12%,#161616 55%,#070707);border-radius:50%;width:100px;height:100px;top:28px;left:66px;box-shadow:0 0 28px #ffffff59}.mini-orbit span:nth-child(2),.mini-orbit span:nth-child(3){border:1px solid #ffffff61;border-radius:50%;width:190px;height:52px;top:58px;left:30px}.mini-orbit span:nth-child(2){transform:rotate(-18deg)}.mini-orbit span:nth-child(3){transform:rotate(18deg)}.mini-orbit span:nth-child(4){background:#fff;border-radius:50%;width:18px;height:18px;top:20px;left:178px;box-shadow:0 0 14px #fff}.demo-card,.behavior-card{--x:50%;--y:50%;min-height:390px}.demo-card:before,.behavior-card:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(500px circle at var(--x) var(--y), #ffffff17, transparent 40%);opacity:0;transition:opacity .24s;position:absolute;inset:0}.demo-card:hover,.behavior-card:hover{border-color:#ffffff75;transform:translateY(-5px)}.demo-card:hover:before,.behavior-card:hover:before{opacity:1}.demo-card .mini-visual,.behavior-card .mini-visual{height:168px}.demo-card .mini-visual img,.behavior-card .mini-visual img{width:min(100%,320px)}.demo-card a{color:var(--muted);z-index:1;align-items:center;gap:10px;text-decoration:none;display:flex;position:absolute;bottom:30px;left:32px;right:32px}.demo-card a span{background:linear-gradient(90deg,#ffffff42,#ffffff0a);width:min(70%,150px);height:1px;transition:width .24s,background .24s;display:block}.demo-card:hover a span{background:linear-gradient(90deg,#ffffff7a,#ffffff14);width:min(82%,190px)}.mini-track span{filter:drop-shadow(0 0 10px #ffffff52);border:2px solid #ffffff5c;border-radius:50%;width:210px;height:60px}.mini-track span:first-child{top:26px;left:10px;transform:rotate(-10deg)}.mini-track span:nth-child(2){top:78px;left:64px;transform:rotate(7deg)}.mini-track span:nth-child(3),.mini-track span:nth-child(4){background:radial-gradient(circle,#fff,#0000 70%);border:0;width:26px;height:26px}.mini-track span:nth-child(3){top:40px;left:190px}.mini-track span:nth-child(4){top:108px;left:180px}.mini-radar span:first-child{width:130px;height:130px;left:84px}.mini-radar span:nth-child(2){width:78px;height:78px;left:110px}.mini-radar span:nth-child(3){border:1px solid #ffffff1f;border-radius:50%;width:176px;height:176px;top:12px;left:61px}.mini-radar span:nth-child(4){top:96px;left:145px}.mini-signal span{background:linear-gradient(#fff,#fff0);width:1px;bottom:28px;box-shadow:0 0 14px #ffffffd9}.mini-signal span:first-child{height:108px;left:72px}.mini-signal span:nth-child(2){height:134px;left:112px}.mini-signal span:nth-child(3){height:92px;left:152px}.mini-signal span:nth-child(4){height:66px;left:192px}.mini-signal:after{content:"";border:1px solid #ffffff3d;border-radius:50%;height:42px;position:absolute;bottom:20px;left:44px;right:18px;box-shadow:inset 0 0 18px #fff3,0 0 24px #ffffff2e}.architecture-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:radial-gradient(circle at 25% 44%,#ffffff1c,#0000 16rem),linear-gradient(#040404,#010101);position:relative;overflow:hidden}.architecture-section:before,.cta-section:before{content:"";filter:blur(.3px);border-top:1px solid #ffffff5c;border-radius:50%;width:124%;height:42%;animation:16s ease-in-out infinite waveDrift;position:absolute;bottom:-14%;right:-8%;transform:rotate(-7deg);box-shadow:0 -18px 48px #ffffff14}.architecture-section:after,.cta-section:after{content:"";border-top:1px solid #ffffff38;border-radius:50%;width:90%;height:22%;position:absolute;bottom:3%;left:-15%;transform:rotate(10deg)}.architecture-inner{z-index:1;grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(48px,8vw,110px);min-height:345px;padding:clamp(64px,7vw,92px) 0;display:grid;position:relative}.architecture-sweep{pointer-events:none;filter:blur(.2px);background:linear-gradient(90deg,#0000,#ffffffb3,#0000);width:38%;height:1px;animation:1.4s ease-out both lineSweep;position:absolute;top:24%;left:-12%}.architecture-visual{perspective:900px;will-change:transform;min-height:240px;animation:14s ease-in-out infinite architectureBreathe;position:relative}.cube,.cube-core{background:linear-gradient(135deg,#fff3,#ffffff05);border:2px solid #ffffff6b;border-radius:18px;width:172px;height:172px;position:absolute;top:22px;left:50%;transform:translate(-50%)rotateY(36deg)rotateX(4deg);box-shadow:inset 0 0 22px #ffffff24,0 0 36px #ffffff29}.cube-one{margin-left:-34px}.cube-two{margin-top:12px;margin-left:0}.cube-three{margin-top:24px;margin-left:34px}.cube-core{background:linear-gradient(135deg,#ffffff6b,#ffffff05);border-radius:8px;width:74px;height:74px;top:78px}.architecture-copy{max-width:720px}.architecture-copy p:not(.eyebrow){color:var(--muted);margin:24px 0 0;font-size:1.08rem;line-height:1.55}.cta-section{background:radial-gradient(circle at 50% 42%,#ffffff1f,#0000 23rem);position:relative;overflow:hidden}.cta-inner{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:230px;padding:54px 0;display:flex;position:relative}.cta-inner h2{max-width:790px;margin-bottom:28px}.site-footer{border-top:1px solid var(--border);min-height:95px}.site-footer p{color:var(--muted);white-space:nowrap;margin:0;font-size:.88rem}@keyframes pulse{0%,to{opacity:.62;transform:scale(.88)}50%{opacity:1;transform:scale(1.05)}}@keyframes slowFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-14px)rotate(1deg)}}@keyframes glowPulse{0%,to{opacity:.45;filter:blur(22px)}50%{opacity:.8;filter:blur(30px)}}@keyframes ringSweep{0%{opacity:.35;transform:rotate(0)}50%{opacity:.75}to{opacity:.35;transform:rotate(360deg)}}@keyframes backgroundDrift{0%,to{transform:translate(0,0)}50%{transform:translate(60px,-40px)}}@keyframes floorGlow{0%,to{opacity:.72}50%{opacity:1}}@keyframes signalFade{0%,to{opacity:.45}50%{opacity:1}}@keyframes ribbonBreathe{0%,to{filter:drop-shadow(0 0 22px #ffffff4d);transform:rotate(-8deg)scale(1)}50%{filter:drop-shadow(0 0 30px #ffffff61);transform:rotate(-7deg)scale(1.015)}}@keyframes waveDrift{0%,to{transform:translate(0,0)rotate(-7deg)}50%{transform:translate(-36px,-8px)rotate(-6deg)}}@keyframes architectureBreathe{0%,to{transform:rotateY(0)scale(1)}50%{transform:rotateY(4deg)scale(1.025)}}@keyframes lineSweep{0%{opacity:0;transform:translate(0)}30%{opacity:1}to{opacity:0;transform:translate(320%)}}@keyframes identityHalo{to{transform:rotate(360deg)}}@keyframes identityPanelSweep{0%,42%{opacity:0;transform:translate(-120%)}56%{opacity:1}76%,to{opacity:0;transform:translate(120%)}}@keyframes identityOrbit{to{transform:rotate(360deg)}}@keyframes identityPulse{0%,to{opacity:.72;transform:scale(.86)}50%{opacity:1;transform:scale(1.14)}}@keyframes identityFlow{0%,to{opacity:0;transform:translateY(0)}18%{opacity:1}78%{opacity:1}92%{opacity:0;transform:translateY(calc(100% + 330px))}}@keyframes identityStepGlow{0%,to{border-color:#ffffff2e;box-shadow:inset 0 1px #ffffff14}50%{border-color:#ffffff52;box-shadow:inset 0 1px #ffffff1a,0 0 30px #ffffff0e}}@media (width<=1180px){.hero-section{background-position:58%;min-height:680px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.identity-layout,.proof-detail{grid-template-columns:1fr}.architecture-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-grid{grid-template-columns:1fr}.demo-card{min-height:340px}.architecture-inner{grid-template-columns:1fr}}@media (width<=820px){.section-shell,.site-header,.site-footer{width:min(100% - 36px,1400px)}.site-header,.site-footer{flex-direction:column;justify-content:center;align-items:flex-start;padding:24px 0}.nav-links,.footer-links{justify-content:flex-start;gap:14px 22px}.hero-section{background:linear-gradient(90deg,#000000f0 0%,#000000c7 48%,#00000059 100%),linear-gradient(#0000001f,#000000e6),url(/eb6-hero-banner.png) 64%/cover no-repeat;min-height:620px}.hero-copy h1{font-size:clamp(3.65rem,16vw,5.4rem)}.hero-support{margin-bottom:36px}.button-row{gap:14px}.button{width:100%;min-width:0}.feature-grid{grid-template-columns:1fr}.positioning-section p{font-size:clamp(1.8rem,9vw,3rem)}.identity-copy,.demo-placeholder,.not-chatbot-section{padding:26px}.identity-core-visual{width:min(100%,260px)}.architecture-steps{grid-template-columns:1fr}.architecture-steps article{min-height:auto}.glass-card{min-height:320px;padding:26px}.demo-card{min-height:370px}.architecture-visual{min-height:210px}.cube,.cube-core{left:45%}}@media (width<=520px){.nav-links a,.footer-links a{font-size:.86rem}.hero-subtitle{font-size:1.38rem}.hero-section{background-position:69%;min-height:590px}.glass-card h3{font-size:1.5rem}.mini-visual{transform-origin:0 0;transform:scale(.86)}.site-footer p{white-space:normal}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
