*{box-sizing:border-box;margin:0;padding:0}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}#root{min-height:100vh}a{color:#ffffffde;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500;transition:all .3s}a:hover{color:#fff}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);background-color:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:all .3s}button:hover{background-color:#ffffff26;border-color:#ffffff4d}button:focus,button:focus-visible{outline-offset:2px;outline:2px solid #ffffff80}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#00000080}::-webkit-scrollbar-thumb{background:#fff3;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.navbar{z-index:1000;-webkit-backdrop-filter:blur(40px)saturate(200%);isolation:isolate;background:#0006;border-bottom:1px solid #ffffff0f;width:100%;transition:all .5s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0;overflow:hidden}.navbar.scrolled{background:#000000bf;border-bottom-color:#ffffff1a;box-shadow:0 10px 40px #00000080,inset 0 0 0 1px #ffffff0d}.navbar-background{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.bg-gradient-1,.bg-gradient-2,.bg-gradient-3{filter:blur(80px);opacity:.15;border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.bg-gradient-1{background:radial-gradient(circle,#ffffff4d,#0000);width:400px;height:400px;animation-delay:0s;top:-200px;left:-100px}.bg-gradient-2{background:radial-gradient(circle,#fff3,#0000);width:300px;height:300px;animation-delay:7s;top:-150px;right:-50px}.bg-gradient-3{background:radial-gradient(circle,#ffffff26,#0000);width:250px;height:250px;animation-delay:14s;bottom:-100px;left:30%}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}.navbar-cursor-glow{pointer-events:none;z-index:1;opacity:0;background:radial-gradient(circle,#ffffff14,#0000 70%);border-radius:50%;width:300px;height:300px;transition:opacity .3s;position:absolute;transform:translate(-50%,-50%)}.navbar:hover .navbar-cursor-glow{opacity:1}.navbar-top-glow{z-index:2;background:linear-gradient(90deg,#0000,#ffffff1a 20%,#ffffff4d 50%,#ffffff1a 80%,#0000);height:1px;animation:4s ease-in-out infinite glow-sweep;position:absolute;top:0;left:0;right:0}@keyframes glow-sweep{0%,to{opacity:.3;transform-origin:50%;transform:scaleX(.5)}50%{opacity:.8;transform-origin:50%;transform:scaleX(1)}}.navbar-container{z-index:10;justify-content:space-between;align-items:center;gap:2rem;max-width:1600px;margin:0 auto;padding:1rem 2.5rem;display:flex;position:relative}.navbar-logo{align-items:center;padding:.5rem 0;text-decoration:none;display:flex;position:relative}.logo-wrapper{z-index:2;align-items:center;gap:.5rem;display:flex;position:relative}.logo-bracket{color:#fff6;font-family:Courier New,monospace;font-size:1.5rem;font-weight:300}.logo-text{color:#fff;letter-spacing:-.03em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.35rem;font-weight:700}.navbar-menu{align-items:center;gap:.25rem;display:flex;position:relative}.menu-divider{background:linear-gradient(#0000,#ffffff26,#0000);width:1px;height:20px;margin:0 .4rem}.navbar-link{color:#fff9;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible}.link-number{color:#ffffff4d;min-width:20px;font-family:Courier New,monospace;font-size:.65rem;font-weight:600;transition:all .3s}.link-text{z-index:2;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.navbar-link:before{content:"";opacity:0;background:#ffffff0a;border:1px solid #ffffff0d;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.navbar-link:hover{color:#fff;transform:translateY(-1px)}.navbar-link:hover:before{opacity:1;background:#ffffff0f;border-color:#ffffff1f}.navbar-link:hover .link-number{color:#fffc;transform:scale(1.1)}.navbar-link:hover .link-text{transform:translate(2px)}.link-underline{background:linear-gradient(90deg,#0000,#fff,#0000);border-radius:2px;width:0;height:1.5px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:.4rem;left:50%;transform:translate(-50%)scaleX(0);box-shadow:0 0 8px #ffffff80}.navbar-link:hover .link-underline{width:70%;transform:translate(-50%)scaleX(1)}.link-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#ffffff26 0%,#0000 70%);border-radius:50%;width:150%;height:150%;transition:transform .5s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.navbar-link:hover .link-glow{transform:translate(-50%,-50%)scale(1)}.navbar-link.active{color:#fff}.navbar-link.active:before{opacity:1;background:#ffffff14;border-color:#ffffff26}.navbar-link.active .link-number{color:#ffffffe6}.navbar-link.active .link-underline{width:70%;transform:translate(-50%)scaleX(1)}.navbar-button{color:#fff;-webkit-backdrop-filter:blur(10px);white-space:nowrap;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;align-items:center;margin-left:.75rem;padding:.65rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.button-text{z-index:2;transition:all .3s;position:relative}.navbar-button:before{content:"";opacity:0;background:#ffffff1a;transition:opacity .3s;position:absolute;inset:0}.navbar-button:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d,inset 0 0 0 1px #ffffff1a}.navbar-button:hover:before{opacity:1}.navbar-button:hover .button-text{transform:translate(2px)}.navbar-button:active{transform:translateY(0)}@media (max-width:1200px){.navbar-container{gap:1.5rem;padding:1rem 2rem}.navbar-link{padding:.6rem 1rem;font-size:.8rem}.navbar-button{padding:.6rem 1.25rem;font-size:.8rem}}@media (max-width:968px){.navbar-container{gap:1.25rem;padding:.875rem 1.5rem}.navbar-menu{gap:.15rem}.navbar-link{gap:.4rem;padding:.55rem .9rem;font-size:.75rem}.link-number{min-width:18px;font-size:.6rem}.navbar-button{margin-left:.4rem;padding:.55rem 1.1rem;font-size:.75rem}.logo-text{font-size:1.2rem}.logo-bracket{font-size:1.35rem}}.mobile-menu-button{cursor:pointer;z-index:10000;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;flex-direction:column;justify-content:space-around;width:28px;height:28px;padding:0;display:none;position:relative}.mobile-menu-button span{transform-origin:50%;background:#fff;border-radius:2px;width:100%;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu-button.open span:first-child{transform:rotate(45deg)translate(8px,8px)}.mobile-menu-button.open span:nth-child(2){opacity:0;transform:translate(-10px)}.mobile-menu-button.open span:nth-child(3){transform:rotate(-45deg)translate(8px,-8px)}.mobile-menu-overlay{-webkit-backdrop-filter:blur(40px)saturate(200%);z-index:9999;opacity:0;visibility:hidden;pointer-events:none;background:#000000f2;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;inset:0;overflow-y:auto}.mobile-menu-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-content{z-index:1;flex-direction:column;gap:1rem;max-width:600px;margin:0 auto;padding:100px 2rem 2rem;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;transform:translateY(20px)}.mobile-menu-close{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(10px);opacity:0;-webkit-tap-highlight-color:transparent;background:#ffffff26;border:2px solid #ffffff4d;border-radius:12px;outline:none;justify-content:center;align-items:center;width:48px;height:48px;margin:0;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:1.5rem;right:1.5rem;transform:scale(.8)}.mobile-menu-overlay.open .mobile-menu-close{opacity:1;transition-delay:.2s;transform:scale(1)}.mobile-menu-close:hover,.mobile-menu-close:active{background:#ffffff40;border-color:#ffffff80;transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.mobile-menu-close .close-icon{color:#fff;text-align:center;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:36px;font-weight:300;line-height:1;display:block;transform:translateY(-1px)}.mobile-menu-overlay.open .mobile-menu-content{transform:translateY(0)}.mobile-navbar-link{color:#ffffffb3;opacity:0;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;transform:translate(-20px)}.mobile-menu-overlay.open .mobile-navbar-link{opacity:1;transform:translate(0)}.mobile-menu-overlay.open .mobile-navbar-link:first-child{transition-delay:.1s}.mobile-menu-overlay.open .mobile-navbar-link:nth-child(2){transition-delay:.15s}.mobile-menu-overlay.open .mobile-navbar-link:nth-child(3){transition-delay:.2s}.mobile-menu-overlay.open .mobile-navbar-link:nth-child(4){transition-delay:.25s}.mobile-menu-overlay.open .mobile-navbar-button{transition-delay:.3s}.mobile-navbar-link:before{content:"";opacity:0;background:#ffffff0d;border-radius:12px;transition:opacity .3s;position:absolute;inset:0}.mobile-navbar-link:hover,.mobile-navbar-link:active{color:#fff;background:#ffffff14;border-color:#ffffff26;transform:translate(4px)}.mobile-navbar-link:hover:before,.mobile-navbar-link:active:before{opacity:1}.mobile-navbar-link.active{color:#fff;background:#ffffff1a;border-color:#fff3}.mobile-link-number{color:#fff6;min-width:24px;font-family:Courier New,monospace;font-size:.75rem;font-weight:600}.mobile-navbar-link.active .mobile-link-number{color:#ffffffe6}.mobile-link-text{flex:1}.mobile-navbar-button{color:#fff;text-align:center;opacity:0;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;margin-top:.5rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(10px)}.mobile-menu-overlay.open .mobile-navbar-button{opacity:1;transform:translateY(0)}.mobile-navbar-button:hover,.mobile-navbar-button:active{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 24px #0006,inset 0 0 0 1px #ffffff1a}@media (max-width:968px){.navbar-menu{display:none}.mobile-menu-button{display:flex}.navbar-container{padding:1rem 1.5rem}}@media (max-width:768px){.navbar-container{gap:0;padding:1rem 1.5rem}.navbar-menu{display:none}.mobile-menu-button{display:flex}}@keyframes navbar-entrance{0%{opacity:0;filter:blur(10px);transform:translateY(-30px)}to{opacity:1;filter:blur();transform:translateY(0)}}.navbar{animation:.8s cubic-bezier(.4,0,.2,1) navbar-entrance}.footer{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#000c;border-top:1px solid #ffffff1a;margin-top:auto;padding:3rem 0 1.5rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-content{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2rem;display:grid}.footer-brand{flex-direction:column;gap:.5rem;display:flex}.footer-logo{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.footer-tagline{color:#fff9;margin:0;font-size:.9rem}.footer-links{gap:3rem;display:flex}.footer-column{flex-direction:column;gap:1rem;display:flex}.footer-column h4{color:#fff;margin:0;font-size:1rem;font-weight:600}.footer-column a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:all .3s}.footer-column a:hover{color:#fff;transform:translate(5px)}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:2rem}.footer-bottom p{color:#ffffff80;margin:0;font-size:.85rem}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{flex-direction:column;gap:2rem}}.home-page{width:100%;min-height:100vh;position:relative;overflow:hidden}.hero-section{background:#000;flex-direction:column;justify-content:center;min-height:100vh;padding:0 4rem;display:flex;position:relative;overflow:hidden}.hero-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-grid{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 70%,#000 20%,#0000 70%);mask-image:radial-gradient(80% 60% at 70%,#000 20%,#0000 70%)}.hero-glow{filter:blur(120px);border-radius:50%;transition:transform .3s ease-out;position:absolute}.hero-glow-1{background:radial-gradient(circle,#ffffff14 0%,#0000 70%);width:600px;height:600px;top:10%;right:10%}.hero-glow-2{background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);width:400px;height:400px;bottom:20%;left:30%}.hero-wrapper{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;display:grid;position:relative}.hero-content{flex-direction:column;align-items:flex-start;display:flex}.hero-tag{color:#ffffff80;text-transform:uppercase;letter-spacing:.15em;background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.7rem;font-weight:500;animation:.8s ease-out hero-fade-in;display:inline-flex}.tag-pulse{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #10b98166}50%{opacity:.8;box-shadow:0 0 0 6px #10b98100}}.hero-headline{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1}.headline-row{color:#fff;animation:.8s ease-out backwards hero-fade-in;display:block}.headline-row:first-child{animation-delay:.1s}.headline-row:nth-child(2){animation-delay:.2s}.headline-accent{background:linear-gradient(90deg,#fff 0%,#fff6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:#ffffff80;max-width:400px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7;animation:.8s ease-out .3s backwards hero-fade-in}.hero-cta-row{gap:1rem;margin-bottom:3rem;animation:.8s ease-out .4s backwards hero-fade-in;display:flex}.hero-cta{color:#000;background:#fff;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hero-cta svg{width:18px;height:18px;transition:transform .3s}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 20px 40px #ffffff1a}.hero-cta:hover svg{transform:translate(4px)}.hero-metrics{gap:3rem;animation:.8s ease-out .5s backwards hero-fade-in;display:flex}.metric{flex-direction:column;gap:.25rem;display:flex}.metric-num{color:#fff;letter-spacing:-.02em;font-family:Space Mono,monospace;font-size:1.75rem;font-weight:700}.metric-label{color:#fff6;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.hero-visual{justify-content:center;align-items:center;height:100%;min-height:500px;animation:1s ease-out .3s backwards hero-fade-in;display:flex}.visual-container{width:420px;height:420px;position:relative}.core-ring{border:1px solid #ffffff0f;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.core-ring-outer{width:100%;height:100%;animation:60s linear infinite ring-rotate}.core-ring-middle{border-color:#ffffff14;width:75%;height:75%;animation:40s linear infinite reverse ring-rotate}.core-ring-inner{border-color:#ffffff1a;width:50%;height:50%;animation:25s linear infinite ring-rotate}@keyframes ring-rotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.core-center{-webkit-backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.core-logo{color:#fff;letter-spacing:-.05em;font-size:1.5rem;font-weight:800}.orbit{width:100%;height:100%;position:absolute;top:0;left:0}.orbit-1{animation:20s linear infinite orbit}.orbit-2{animation:25s linear infinite reverse orbit}.orbit-3{animation:30s linear infinite orbit}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orbit-node{-webkit-backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s;display:flex;position:absolute}.orbit-node svg{color:#fff9;width:22px;height:22px}.orbit-node:hover{background:#ffffff14;border-color:#fff3;transform:scale(1.1)}.orbit-1 .orbit-node{animation:20s linear infinite counter-rotate;top:-26px;left:50%;transform:translate(-50%)}.orbit-2 .orbit-node{animation:25s linear infinite reverse counter-rotate;bottom:15%;left:-26px}.orbit-3 .orbit-node{animation:30s linear infinite counter-rotate;top:35%;right:-26px}@keyframes counter-rotate{0%{transform:translate(-50%)rotate(0)}to{transform:translate(-50%)rotate(-360deg)}}.orbit-2 .orbit-node,.orbit-3 .orbit-node{animation-name:counter-rotate-alt}@keyframes counter-rotate-alt{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.data-stream{opacity:0;background:linear-gradient(#0000,#ffffff4d,#0000);width:2px;height:40px;animation:3s ease-in-out infinite stream;position:absolute}.stream-1{animation-delay:0s;top:25%;left:30%;transform:rotate(45deg)}.stream-2{animation-delay:1s;top:40%;right:25%;transform:rotate(-30deg)}.stream-3{animation-delay:2s;bottom:30%;left:40%;transform:rotate(60deg)}@keyframes stream{0%,to{opacity:0;transform:translateY(-20px)rotate(45deg)}50%{opacity:1;transform:translateY(20px)rotate(45deg)}}.hero-scroll-hint{animation:.8s ease-out .6s backwards hero-fade-in;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(#fff3,#0000);width:1px;height:60px;position:relative}.scroll-dot{background:#fff;border-radius:2px;width:3px;height:12px;animation:2s ease-in-out infinite scroll-move;position:absolute;top:0;left:50%;transform:translate(-50%)}@keyframes scroll-move{0%{opacity:1;top:0}to{opacity:0;top:60px}}@keyframes hero-fade-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.chat-section{background:linear-gradient(#0a0a0a 0%,#111 100%);padding:5rem 2rem;scroll-margin:0;scroll-padding:0}.chat-container{max-width:1000px;margin:0 auto}.chat-header{text-align:center;margin-bottom:3rem}.chat-title{color:#fff;margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.chat-subtitle{color:#ffffff80;font-size:1rem}.chat-window{background:#0006;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;height:600px;max-height:80vh;scroll-margin:0;scroll-padding:0;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000080}.chat-messages{flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#ffffff0d}.chat-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.chat-empty{text-align:center;color:#fff6;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.empty-icon{opacity:.3;width:64px;height:64px;margin-bottom:1.5rem}.empty-icon svg{color:#ffffff4d;width:100%;height:100%}.chat-empty p{margin-bottom:2rem;font-size:1rem}.chat-suggestions{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:600px;display:flex}.suggestion-chip{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:.6rem 1.2rem;font-size:.85rem;transition:all .2s}.suggestion-chip:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.chat-message{align-items:flex-start;gap:.75rem;animation:.3s messageFadeIn;display:flex}@keyframes messageFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-user{flex-direction:row-reverse}.message-assistant{flex-direction:row}.message-avatar{color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:700;display:flex}.message-user .message-avatar{background:#ffffff26}.message-bubble{border-radius:12px;max-width:75%;padding:1rem 1.25rem;font-size:.95rem;line-height:1.6}.message-assistant .message-bubble{color:#ffffffe6;background:#ffffff0d;border:1px solid #ffffff14}.message-user .message-bubble{color:#fff;background:#ffffff1f;border:1px solid #ffffff26}.message-bubble p{word-wrap:break-word;margin:0}.message-bubble p+p{margin-top:.5rem}.typing-indicator{align-items:center;gap:6px;display:flex}.typing-indicator span{background:#fff6;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite typingBounce}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.chat-input-form{background:#0000004d;border-top:1px solid #ffffff1a;padding:1.25rem}.chat-input-form:focus-within{scroll-margin:0}.input-wrapper{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:flex-end;gap:.75rem;padding:.75rem 1rem;transition:border-color .2s;display:flex}.input-wrapper:focus-within{border-color:#fff3}.chat-input{color:#fff;resize:none;background:0 0;border:none;outline:none;flex:1;max-height:120px;font-size:.95rem;line-height:1.5;overflow-y:auto}.chat-input::placeholder{color:#fff6}.send-button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;scroll-margin:0;transition:all .2s;display:flex}.send-button:focus{outline:none;scroll-margin:0}.send-button:hover:not(:disabled){background:#ffffff26;border-color:#ffffff40;transform:translate(2px)}.send-button:disabled{opacity:.5;cursor:not-allowed}.send-button svg{width:18px;height:18px}.button-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.input-hint{color:#ffffff4d;text-align:center;margin-top:.5rem;font-size:.75rem}@media (max-width:768px){.chat-section{padding:3rem 1rem}.chat-window{height:500px}.chat-messages{padding:1.5rem}.message-bubble{max-width:85%}.chat-suggestions{flex-direction:column;align-items:stretch}.suggestion-chip{text-align:center}}.differentiators-section{background:#0a0a0a;padding:6rem 2rem}.differentiators-container{max-width:1100px;margin:0 auto}.diff-header{text-align:center;margin-bottom:4rem}.diff-title{color:#fff;margin-bottom:.75rem;font-size:2rem;font-weight:700}.diff-subtitle{color:#ffffff80;font-size:1rem}.diff-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.diff-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:2rem;transition:all .3s}.diff-card:hover{background:#ffffff0a;border-color:#ffffff1f;transform:translateY(-4px)}.diff-icon{background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;display:flex}.diff-icon svg{color:#ffffffb3;width:24px;height:24px}.diff-tag{color:#ffffff80;letter-spacing:.1em;background:#ffffff0d;border-radius:4px;margin-bottom:1rem;padding:.25rem .6rem;font-size:.65rem;font-weight:600;display:inline-block}.diff-card h3{color:#fff;margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.diff-card p{color:#ffffff80;font-size:.9rem;line-height:1.6}.process-section{background:linear-gradient(#0a0a0a 0%,#0d0d0d 100%);padding:6rem 2rem}.process-container{max-width:1000px;margin:0 auto}.process-header{text-align:center;margin-bottom:4rem}.process-title{color:#fff;margin-bottom:.75rem;font-size:2rem;font-weight:700}.process-subtitle{color:#ffffff80;font-size:1rem}.process-timeline{justify-content:space-between;gap:2rem;display:flex;position:relative}.timeline-line{background:linear-gradient(90deg,#0000,#ffffff26,#0000);height:1px;position:absolute;top:24px;left:60px;right:60px}.process-step{text-align:center;flex:1}.step-marker{color:#fff;z-index:2;background:#ffffff0d;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;font-family:Space Mono,monospace;font-size:.9rem;font-weight:700;display:inline-flex;position:relative}.step-content h3{color:#fff;margin-bottom:.6rem;font-size:1.1rem;font-weight:600}.step-content p{color:#ffffff80;max-width:250px;margin:0 auto;font-size:.85rem;line-height:1.6}.cta-glass-section{background:#0a0a0a;justify-content:center;align-items:center;padding:6rem 2rem;display:flex;position:relative}.cta-glass-backdrop{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#ffffff14,#0000 60%);width:500px;height:300px;position:absolute}.cta-glass-card{z-index:2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:900px;padding:3rem 4rem;display:flex;position:relative}.cta-left{flex:1}.cta-title{color:#fff;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.cta-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.cta-list li{align-items:center;gap:.75rem;display:flex}.cta-check{background:#4ade8026;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.cta-check svg{color:#4ade80;width:12px;height:12px}.cta-text{color:#ffffffb3;font-size:.95rem}.cta-right{flex-direction:column;align-items:center;gap:1rem;display:flex}.cta-button{color:#0a0a0a;background:#fff;border-radius:8px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.cta-trust{color:#fff6;font-size:.8rem}@media (max-width:1024px){.hero-section{padding:0 2rem}.hero-wrapper{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-content{align-items:center}.hero-sub{max-width:500px}.hero-cta-row,.hero-metrics{justify-content:center}.hero-visual{min-height:350px}.visual-container{width:320px;height:320px}.core-center{border-radius:18px;width:80px;height:80px}.core-logo{font-size:1.25rem}.orbit-node{border-radius:12px;width:44px;height:44px}.orbit-node svg{width:18px;height:18px}.diff-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.process-timeline{flex-direction:column;gap:3rem}.timeline-line{display:none}.cta-glass-card{text-align:center;flex-direction:column;gap:2rem;padding:2.5rem}.cta-list{align-items:center}}@media (max-width:640px){.hero-section{min-height:auto;padding:6rem 1.5rem 3rem}.hero-headline{font-size:clamp(2.25rem,10vw,3rem)}.hero-sub{font-size:1rem}.hero-cta{justify-content:center;width:100%}.hero-metrics{flex-direction:column;gap:1.5rem}.metric{align-items:center}.hero-visual,.hero-scroll-hint{display:none}}.solutions-page{background:#000;width:100%;min-height:100vh}.sol-hero{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 2rem;display:flex;position:relative;overflow:hidden}.sol-hero-bg{pointer-events:none;position:absolute;inset:0}.hero-spotlight{transition:background .3s;position:absolute;inset:0}.hero-grid-overlay{background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 50%,#000 0%,#0000 80%);mask-image:radial-gradient(60% 50%,#000 0%,#0000 80%)}.sol-hero-content{z-index:10;text-align:center;max-width:900px;position:relative}.hero-badge{background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:.75rem;margin-bottom:2.5rem;padding:.5rem 1.25rem;animation:.8s ease-out fadeUp;display:inline-flex}.badge-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}.hero-badge span:last-child{letter-spacing:.15em;text-transform:uppercase;color:#ffffff80;font-size:.7rem;font-weight:600}.sol-hero-title{margin-bottom:1.5rem}.title-word{letter-spacing:-.04em;color:#fff;font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1;animation:.8s ease-out backwards fadeUp;display:block}.title-word:first-child{animation-delay:.1s}.title-word:nth-child(2){animation-delay:.2s}.title-word:nth-child(3){animation-delay:.3s}.title-highlight{background:linear-gradient(90deg,#fff 0%,#fff6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.sol-hero-sub{color:#ffffff80;max-width:500px;margin:0 auto 3rem;font-size:1.15rem;line-height:1.6;animation:.8s ease-out .4s backwards fadeUp}.hero-stats{justify-content:center;align-items:center;gap:2rem;animation:.8s ease-out .5s backwards fadeUp;display:flex}.stat-item{flex-direction:column;align-items:center;gap:.25rem;display:flex}.stat-value{color:#fff;font-family:Space Mono,monospace;font-size:1.5rem;font-weight:700}.stat-label{color:#fff6;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.stat-divider{background:linear-gradient(#0000,#fff3,#0000);width:1px;height:40px}.hero-scroll-cue{animation:.8s ease-out .6s backwards fadeUp;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.scroll-track{background:#ffffff1a;border-radius:1px;width:2px;height:60px;position:relative;overflow:hidden}.scroll-thumb{background:linear-gradient(#fff,#0000);border-radius:1px;width:100%;height:20px;animation:2s ease-in-out infinite scrollPulse;position:absolute;top:0;left:0}@keyframes scrollPulse{0%,to{opacity:.3}50%{opacity:.8}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.sol-domains{background:linear-gradient(#050505 0%,#0a0a0a 100%);padding:8rem 2rem;position:relative}.domains-container{max-width:1200px;margin:0 auto}.domains-nav{border-bottom:1px solid #ffffff14;justify-content:center;gap:0;margin-bottom:4rem;display:flex}.domain-tab{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 3rem;transition:all .3s;display:flex;position:relative}.tab-index{color:#ffffff40;font-family:Space Mono,monospace;font-size:.65rem;font-weight:600;transition:color .3s}.tab-label{color:#ffffff80;letter-spacing:.1em;text-transform:uppercase;font-size:.8rem;font-weight:600;transition:color .3s}.tab-line{background:#fff;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-1px;left:0;transform:scaleX(0)}.domain-tab:hover .tab-label{color:#fffc}.domain-tab.active .tab-index{color:#ffffff80}.domain-tab.active .tab-label{color:#fff}.domain-tab.active .tab-line{transform:scaleX(1)}.domains-content{min-height:500px;position:relative}.domain-panel{opacity:0;pointer-events:none;transition:all .5s;position:absolute;inset:0;transform:translateY(20px)}.domain-panel.active{opacity:1;pointer-events:auto;position:relative;transform:translateY(0)}.panel-header{text-align:center;margin-bottom:4rem}.panel-tag{letter-spacing:.15em;color:#ffffff80;background:#ffffff08;border:1px solid #ffffff1a;border-radius:4px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.65rem;font-weight:700;display:inline-block}.panel-title{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:700}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;padding:2.5rem 2rem;transition:all .4s;position:relative;overflow:hidden}.service-card:before{content:"";opacity:0;background:linear-gradient(#ffffff0a 0%,#0000 30%);height:100%;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.service-card:hover{border-color:#ffffff1f;transform:translateY(-8px)}.service-card:hover:before{opacity:1}.card-hover-border{-webkit-mask-composite:xor;opacity:0;pointer-events:none;background:linear-gradient(135deg,#fff3,#0000 50%);border-radius:20px;padding:1px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.service-card:hover .card-hover-border{opacity:1}.card-number{position:absolute;top:1.5rem;right:1.5rem}.card-number span{color:#ffffff0a;font-family:Space Mono,monospace;font-size:3rem;font-weight:800;line-height:1}.card-title{color:#fff;margin-bottom:1rem;font-size:1.35rem;font-weight:600;position:relative}.card-desc{color:#ffffff80;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;position:relative}.card-tags{flex-wrap:wrap;gap:.5rem;display:flex;position:relative}.tag{color:#fff9;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;padding:.4rem .8rem;font-size:.75rem;font-weight:500;transition:all .3s}.service-card:hover .tag{background:#ffffff0f;border-color:#ffffff1f}.sol-matrix{background:#000;padding:8rem 2rem;position:relative}.matrix-container{max-width:1000px;margin:0 auto}.matrix-header{text-align:center;margin-bottom:3rem}.matrix-badge{letter-spacing:.15em;text-transform:uppercase;color:#ffffff80;background:#ffffff08;border:1px solid #ffffff1a;border-radius:6px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.7rem;font-weight:600;display:inline-block}.matrix-title{color:#fff;margin-bottom:.75rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:700}.matrix-sub{color:#ffffff80;font-size:1.1rem}.matrix-selector{justify-content:center;margin-bottom:3rem;display:flex}.selector-track{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:6px;display:flex;position:relative}.selector-btn{z-index:2;cursor:pointer;color:#ffffff80;background:0 0;border:none;justify-content:center;align-items:center;gap:.75rem;min-width:200px;padding:1rem 2rem;font-size:.95rem;font-weight:500;transition:color .3s;display:flex;position:relative}.selector-btn svg{width:20px;height:20px}.selector-btn.active{color:#fff}.selector-indicator{background:#ffffff14;border-radius:12px;width:calc(50% - 6px);height:calc(100% - 12px);transition:transform .3s;position:absolute;top:6px;left:6px}.matrix-panels{min-height:450px;position:relative}.matrix-panel{opacity:0;pointer-events:none;transition:all .4s;position:absolute;inset:0;transform:translateY(20px)scale(.98)}.matrix-panel.active{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.panel-glow{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#ffffff0a,#0000 60%);width:500px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.panel-content{z-index:2;text-align:center;background:#ffffff05;border:1px solid #ffffff14;border-radius:24px;padding:4rem;position:relative}.panel-icon{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;display:flex}.panel-icon svg{color:#fff9;width:40px;height:40px}.panel-content h3{color:#fff;margin-bottom:1rem;font-size:2rem;font-weight:700}.panel-badge{color:#4ade80;text-transform:uppercase;letter-spacing:.05em;background:#4ade801a;border:1px solid #4ade8033;border-radius:999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.panel-content p{color:#ffffff80;max-width:500px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.panel-features{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem;list-style:none;display:flex}.panel-features li{color:#ffffffb3;align-items:center;gap:.75rem;font-size:1rem;display:flex}.panel-features li svg{color:#4ade80;flex-shrink:0;width:18px;height:18px}.panel-tags{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.panel-tags span{color:#fff9;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;padding:.5rem 1.25rem;font-size:.9rem}.sol-cta{background:linear-gradient(#0a0a0a 0%,#000 100%);border-top:1px solid #ffffff0d;padding:8rem 2rem;position:relative;overflow:hidden}.cta-container{justify-content:space-between;align-items:center;gap:3rem;max-width:900px;margin:0 auto;display:flex}.cta-visual{flex-shrink:0}.cta-orbit{width:100px;height:100px;position:relative}.orbit-ring{border:1px solid #ffffff1a;border-radius:50%;position:absolute}.ring-1{animation:20s linear infinite orbitSpin;inset:0}.ring-2{animation:15s linear infinite reverse orbitSpin;inset:15px}@keyframes orbitSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orbit-center{background:#ffffff0d;border:1px solid #ffffff26;border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-center svg{color:#fff9;width:20px;height:20px}.cta-content{flex:1}.cta-content h2{color:#fff;margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.cta-content p{color:#ffffff80;font-size:1rem}.cta-button{color:#000;background:#fff;border-radius:12px;flex-shrink:0;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}@media (max-width:1024px){.services-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.service-card:hover{transform:none}.domains-nav{flex-wrap:wrap;justify-content:center;gap:0}.domain-tab{padding:1rem 2rem}}@media (max-width:768px){.sol-hero{min-height:80vh;padding-top:6rem}.title-word{font-size:clamp(2.5rem,12vw,4rem)}.hero-stats{flex-wrap:wrap;gap:1.5rem}.stat-divider{display:none}.selector-track{flex-direction:column}.selector-btn{min-width:100%}.selector-indicator{width:calc(100% - 12px);height:calc(50% - 6px);transform:translateY(0)}.selector-btn:nth-child(2).active~.selector-indicator{transform:translateY(100%)}.matrix-selector:has(.selector-btn:nth-child(2).active) .selector-indicator{transform:translateY(100%)}.cta-container{text-align:center;flex-direction:column}.cta-visual{display:none}.panel-content{padding:2.5rem 1.5rem}.panel-features{align-items:flex-start;padding:0 1rem}}@media (max-width:480px){.sol-domains,.sol-matrix,.sol-cta{padding:5rem 1.5rem}.domains-nav{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:.5rem;margin-bottom:3rem;padding:.5rem}.domain-tab{border-radius:8px;flex-direction:row;justify-content:flex-start;gap:1rem;width:100%;padding:1rem 1.25rem}.domain-tab.active{background:#ffffff0d}.tab-line{display:none}.service-card{border-radius:16px;padding:2rem 1.5rem}}.case-studies-page{--cat-ecommerce:#22c55ecc;--cat-hardware:#f97316cc;--cat-privacy:#8b5cf6cc;--cat-custom:#ec4899cc;--cat-default:#ffffff80}.cs-hero{background:#000;justify-content:center;align-items:center;min-height:70vh;padding:140px 40px 100px;display:flex;position:relative;overflow:hidden}.cs-hero-bg{position:absolute;inset:0;overflow:hidden}.hero-glow{pointer-events:none;transition:background .3s;position:absolute;inset:0}.hero-lines{opacity:.06;position:absolute;inset:0;overflow:hidden}.hero-line{background:linear-gradient(90deg,#0000,#ffffff80,#0000);height:1px;animation:4s ease-in-out infinite lineSweep;position:absolute;left:0;right:0}.hero-line:first-child{top:20%}.hero-line:nth-child(2){top:35%}.hero-line:nth-child(3){top:50%}.hero-line:nth-child(4){top:65%}.hero-line:nth-child(5){top:80%}@keyframes lineSweep{0%,to{transform-origin:0;transform:scaleX(0)}50%{transform-origin:0;transform:scaleX(1)}51%{transform-origin:100%}to{transform-origin:100%;transform:scaleX(0)}}.cs-hero-content{z-index:2;text-align:center;max-width:900px;position:relative}.hero-label{color:#fff9;letter-spacing:.05em;text-transform:uppercase;background:#ffffff0a;border:1px solid #ffffff14;border-radius:100px;margin-bottom:32px;padding:8px 20px;font-size:13px;font-weight:500;display:inline-block}.cs-hero-title{flex-direction:column;gap:0;margin-bottom:24px;display:flex}.cs-hero-title .title-line{letter-spacing:-.03em;color:#fff;font-size:clamp(40px,8vw,80px);font-weight:700;line-height:1.1;display:block}.cs-hero-title .title-line:first-child{color:#ffffff80}.cs-hero-sub{color:#fff6;max-width:500px;margin-bottom:0;margin-left:auto;margin-right:auto;font-size:18px}.hero-scroll{flex-direction:column;align-items:center;gap:12px;margin-top:60px;display:flex}.scroll-line{background:linear-gradient(#ffffff4d,#0000);width:1px;height:40px;animation:2s ease-in-out infinite scrollPulse}.hero-scroll span{color:#ffffff4d;text-transform:uppercase;letter-spacing:.15em;font-size:11px}.cs-filters{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000f2;border-bottom:1px solid #ffffff0d;padding:20px 40px;position:sticky;top:60px}.filters-container{align-items:center;gap:32px;max-width:1400px;margin:0 auto;display:flex}.filters-label{color:#fff6;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;align-items:center;gap:8px;font-size:13px;display:flex}.filters-label svg{width:16px;height:16px}.filters-list{flex-wrap:wrap;gap:8px;display:flex}.filter-btn{color:#fff9;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;transition:all .2s;display:flex}.filter-btn:hover{color:#ffffffe6;background:#ffffff0f;border-color:#ffffff26}.filter-btn.active{color:#fff;background:#ffffff1a;border-color:#fff3}.filter-count{background:#ffffff1a;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.filter-btn.active .filter-count{background:#fff3}.cs-grid{background:#000;padding:60px 40px 100px}.grid-container{max-width:1400px;margin:0 auto}.grid-header{margin-bottom:32px}.results-count{color:#fff6;font-size:14px}.cases-grid{grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:24px;display:grid}.case-card{opacity:0;background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;transition:all .3s;animation:.5s forwards cardFadeIn;position:relative;overflow:hidden;transform:translateY(20px)}@keyframes cardFadeIn{to{opacity:1;transform:translateY(0)}}.case-card:hover{border-color:#ffffff1f;transform:translateY(-4px)}.card-glow{background:var(--cat-color,#fff3);opacity:.5;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.case-card:hover .card-glow{opacity:1}.card-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.card-category{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600}.card-category[data-category=ecommerce]{color:#22c55ee6;background:#22c55e26}.card-category[data-category=hardware]{color:#f97316e6;background:#f9731626}.card-category[data-category=privacy]{color:#8b5cf6e6;background:#8b5cf626}.card-category[data-category=custom]{color:#ec4899e6;background:#ec489926}.card-id{color:#ffffff4d;font-family:JetBrains Mono,monospace;font-size:12px}.card-body{padding:20px}.card-title{color:#fff;margin-bottom:4px;font-size:18px;font-weight:700}.card-client{color:#fff6;margin-bottom:20px;font-size:13px}.card-flow{flex-direction:column;gap:12px;display:flex}.flow-step{background:#ffffff05;border-left:2px solid #ffffff1a;border-radius:8px;padding:12px 16px}.flow-step.flow-problem{border-left-color:#ef444480}.flow-step.flow-solution{border-left-color:#3b82f680}.flow-step.flow-result{border-left-color:#22c55e80}.step-label{text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;margin-bottom:6px;font-size:11px;font-weight:600;display:flex}.flow-problem .step-label{color:#ef4444cc}.flow-solution .step-label{color:#3b82f6cc}.flow-result .step-label{color:#22c55ecc}.step-label svg{width:14px;height:14px}.flow-step p{color:#ffffffa6;margin:0;font-size:13px;line-height:1.5}.flow-arrow{color:#ffffff26;justify-content:center;display:flex}.flow-arrow svg{width:16px;height:16px;transform:rotate(90deg)}.card-footer{background:#ffffff03;border-top:1px solid #ffffff0d;padding:16px 20px}.card-metrics{gap:24px;margin-bottom:12px;display:flex}.metric{flex:1}.metric-value{color:#22c55ee6;font-family:JetBrains Mono,monospace;font-size:20px;font-weight:700;display:block}.metric-label{color:#fff6;margin-top:2px;font-size:11px;display:block}.card-tags{flex-wrap:wrap;gap:6px;display:flex}.card-tags .tag{color:#ffffff80;background:#ffffff0d;border-radius:4px;padding:4px 10px;font-size:11px}.cs-cta{background:linear-gradient(#000 0%,#0a0a0a 100%);border-top:1px solid #ffffff0d;padding:100px 40px}.cs-cta .cta-container{text-align:center;max-width:800px;margin:0 auto}.cta-badge{color:#fff9;text-transform:uppercase;letter-spacing:.1em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;margin-bottom:24px;padding:6px 16px;font-size:12px;display:inline-block}.cs-cta h2{color:#fff;margin-bottom:16px;font-size:clamp(32px,5vw,48px);font-weight:800}.cs-cta p{color:#ffffff80;margin-bottom:40px;font-size:18px}.cta-button{color:#000;background:#fff;border-radius:8px;align-items:center;gap:12px;padding:16px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 40px #ffffff26}.cta-button svg{width:18px;height:18px;transition:transform .3s}.cta-button:hover svg{transform:translate(4px)}@media (max-width:1024px){.cases-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media (max-width:768px){.cs-hero{min-height:60vh;padding:120px 20px 60px}.cs-hero-title .title-line{font-size:clamp(32px,10vw,56px)}.hero-label{padding:6px 16px;font-size:11px}.cs-filters{padding:16px 20px}.filters-container{flex-direction:column;align-items:flex-start;gap:16px}.filters-list{flex-wrap:nowrap;width:100%;padding-bottom:8px;overflow-x:auto}.filter-btn{white-space:nowrap}.cs-grid{padding:40px 20px 80px}.cases-grid{grid-template-columns:1fr;gap:16px}.card-metrics{flex-direction:column;gap:12px}.cs-cta{padding:60px 20px}}@media (max-width:480px){.cs-hero-title .title-line{font-size:28px}.card-body{padding:16px}.flow-step{padding:10px 12px}.flow-step p{font-size:12px}}.process-page{background:#000;min-height:100vh}.proc-hero{text-align:center;background:#000;justify-content:center;align-items:center;min-height:70vh;padding:120px 40px 80px;display:flex;position:relative;overflow:hidden}.proc-hero-bg{position:absolute;inset:0;overflow:hidden}.proc-hero .hero-glow{pointer-events:none;transition:background .3s;position:absolute;inset:0}.proc-hero .hero-grid-pattern{opacity:.5;background-image:linear-gradient(90deg,#ffffff08 1px,#0000 1px),linear-gradient(#ffffff08 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 50%,#000,#0000);mask-image:radial-gradient(80% 50%,#000,#0000)}.proc-hero-content{z-index:2;flex-direction:column;align-items:center;max-width:800px;display:flex;position:relative}.proc-hero .hero-eyebrow{color:#fff6;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:12px;margin-bottom:20px;font-size:14px;display:flex}.proc-hero .eyebrow-line{background:#fff3;width:30px;height:1px}.proc-hero-title{flex-direction:column;gap:0;margin-bottom:24px;display:flex}.proc-hero-title .title-line{letter-spacing:-.03em;color:#ffffffe6;font-size:clamp(40px,8vw,80px);font-weight:800;line-height:1.1;display:block}.proc-hero-title .title-outline{background:linear-gradient(135deg,#fff,#fff6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.proc-hero-subtitle{color:#ffffff80;max-width:500px;margin-bottom:40px;font-size:18px;line-height:1.6}.proc-hero .hero-scroll-indicator{color:#fff6;text-transform:uppercase;letter-spacing:.1em;flex-direction:column;align-items:center;gap:10px;font-size:12px;animation:2s infinite fadeInBounce;display:flex}.proc-hero .scroll-mouse{border:2px solid #ffffff4d;border-radius:12px;justify-content:center;width:24px;height:40px;padding-top:8px;display:flex}.proc-hero .scroll-wheel{background:#fff9;border-radius:2px;width:4px;height:8px;animation:1.5s infinite scrollWheel}@keyframes scrollWheel{0%{opacity:1;transform:translateY(0)}50%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.8;transform:translateY(5px)}}.proc-timeline{background:#000;padding:80px 40px 120px;position:relative}.timeline-container{max-width:900px;margin:0 auto;position:relative}.timeline-line{background:#ffffff14;width:2px;position:absolute;top:0;bottom:0;left:32px}.line-progress{background:linear-gradient(#ffffff4d 0%,#ffffff0d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.timeline-phase{opacity:0;gap:40px;margin-bottom:60px;animation:.6s forwards phaseReveal;display:flex;transform:translateY(30px)}@keyframes phaseReveal{to{opacity:1;transform:translateY(0)}}.timeline-phase:last-child{margin-bottom:0}.phase-node{flex-shrink:0;justify-content:center;width:64px;display:flex;position:relative}.node-ring{background:#ffffff0d;border:2px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex;position:relative}.timeline-phase:hover .node-ring{background:#ffffff14;border-color:#ffffff4d}.node-inner{background:#000c;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.node-number{color:#fff9;font-family:JetBrains Mono,monospace;font-size:16px;font-weight:700}.timeline-phase.highlighted .node-ring{background:#ffffff1a;border-color:#ffffff80}.timeline-phase.highlighted .node-inner{background:#ffffff0d;border-color:#ffffff4d}.timeline-phase.highlighted .node-number{color:#fff}.node-glow{background:radial-gradient(circle,#ffffff26 0%,#0000 70%);border-radius:50%;animation:2s ease-in-out infinite glowPulse;position:absolute;inset:-20px}@keyframes glowPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.phase-content{flex:1;padding-top:8px}.phase-header{align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.phase-icon{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.phase-icon svg{color:#ffffff80;width:20px;height:20px;transition:color .3s}.timeline-phase:hover .phase-icon{background:#ffffff14;border-color:#fff3}.timeline-phase:hover .phase-icon svg{color:#fffc}.timeline-phase.highlighted .phase-icon{background:#ffffff1a;border-color:#ffffff4d}.timeline-phase.highlighted .phase-icon svg{color:#fff}.phase-titles{flex:1}.phase-subtitle{text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:4px;font-size:12px;display:block}.timeline-phase.highlighted .phase-subtitle{color:#fff9}.phase-title{color:#ffffffe6;margin:0;font-size:24px;font-weight:700;line-height:1.2}.timeline-phase.highlighted .phase-title{color:#fff}.phase-body{margin-bottom:16px;padding-left:56px}.phase-description{color:#ffffffb3;margin:0 0 8px;font-size:16px;line-height:1.5}.phase-details{color:#ffffff73;margin:0;font-size:14px;line-height:1.6}.timeline-phase.highlighted .phase-description{color:#ffffffd9}.timeline-phase.highlighted .phase-details{color:#fff9}.phase-deliverable{align-items:center;gap:8px;padding-left:56px;display:flex}.deliverable-label{text-transform:uppercase;letter-spacing:.05em;color:#ffffff59;font-size:11px}.deliverable-value{color:#fff9;background:#ffffff0d;border:1px solid #ffffff14;border-radius:4px;padding:4px 12px;font-size:13px}.timeline-phase.highlighted .deliverable-value{color:#fffc;background:#ffffff14;border-color:#ffffff26}.proc-cta{background:linear-gradient(#000 0%,#0a0a0a 100%);border-top:1px solid #ffffff0d;padding:100px 40px}.proc-cta .cta-container{text-align:center;max-width:800px;margin:0 auto}.proc-cta .cta-badge{color:#fff9;text-transform:uppercase;letter-spacing:.1em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;margin-bottom:24px;padding:6px 16px;font-size:12px;display:inline-block}.proc-cta h2{color:#fff;margin-bottom:16px;font-size:clamp(32px,5vw,48px);font-weight:800}.proc-cta p{color:#ffffff80;margin-bottom:40px;font-size:18px}.proc-cta .cta-button{color:#000;background:#fff;border-radius:8px;align-items:center;gap:12px;padding:16px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.proc-cta .cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 40px #ffffff26}.proc-cta .cta-button svg{width:18px;height:18px;transition:transform .3s}.proc-cta .cta-button:hover svg{transform:translate(4px)}@media (max-width:768px){.proc-hero{min-height:60vh;padding:100px 20px 60px}.proc-hero-title .title-line{font-size:clamp(32px,10vw,56px)}.proc-hero-subtitle{font-size:16px}.proc-timeline{padding:60px 20px 80px}.timeline-line{left:20px}.timeline-phase{gap:24px}.phase-node{width:40px}.node-ring{width:40px;height:40px}.node-inner{width:32px;height:32px}.node-number{font-size:12px}.node-glow{inset:-12px}.phase-header{flex-direction:column;gap:12px}.phase-body,.phase-deliverable{padding-left:0}.phase-title{font-size:20px}.phase-description{font-size:15px}.phase-details{font-size:13px}.proc-cta{padding:60px 20px}}@media (max-width:480px){.proc-hero-title .title-line{font-size:28px}.timeline-phase{flex-direction:column;gap:16px;margin-bottom:48px}.timeline-line{display:none}.phase-node{justify-content:flex-start;width:100%}}.book-page{color:#fff;background:#000;min-height:100vh}.book-form-section{padding:120px 40px;position:relative}.book-form-section:before{content:"";opacity:.5;pointer-events:none;background-image:linear-gradient(90deg,#ffffff05 1px,#0000 1px),linear-gradient(#ffffff05 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.book-card{-webkit-backdrop-filter:blur(14px);z-index:1;background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;max-width:900px;margin:0 auto;padding:40px;position:relative;box-shadow:0 20px 60px #00000059}.card-header{text-align:center;margin-bottom:32px}.card-header h1{margin:0 0 12px;font-size:clamp(32px,5vw,48px);font-weight:800;line-height:1.2}.card-sub{color:#fff9;margin:0;font-size:16px;line-height:1.5}.card-meta{color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:inline-flex}.meta-dot{background:#5cffc2;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #5cffc2}.book-form{flex-direction:column;gap:16px;display:flex}.form-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.book-form label{color:#ffffffb3;flex-direction:column;gap:8px;font-size:14px;display:flex}.book-form input,.book-form textarea{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;outline:none;padding:12px 14px;font-size:15px;transition:border .2s,background .2s}.book-form input:focus,.book-form textarea:focus{background:#ffffff0f;border-color:#ffffff4d}.book-form textarea{resize:vertical;min-height:110px}.book-form .full{grid-column:1/-1}.form-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;display:flex}.form-actions button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ffffff26,#ffffff0d);border:1px solid #fff3;border-radius:10px;padding:14px 22px;font-weight:700;transition:transform .2s,box-shadow .2s}.form-actions button:hover{transform:translateY(-1px);box-shadow:0 10px 30px #00000040}.form-actions button:disabled{opacity:.6;cursor:not-allowed;transform:none}.status{font-size:14px}.status.success{color:#6ee7b7}.status.error{color:#fca5a5}@media (max-width:900px){.book-form-section{padding:80px 20px}.book-card{padding:32px}}@media (max-width:640px){.book-form-section{padding:60px 20px}.book-card{padding:24px}.card-header h1{font-size:28px}.card-sub{font-size:14px}}.app{background:#000;flex-direction:column;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.main-content{z-index:1;flex:1;padding-top:80px;position:relative}
