.notification{position:fixed;top:100px;right:2rem;background:#000;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-width:300px;max-width:400px;z-index:3000;animation:slideIn .3s ease-out;box-shadow:0 10px 40px #0006}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.notification-content{display:flex;align-items:center;gap:1rem;flex:1}.notification-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.notification.success .notification-icon{background:#34a85333;color:#34a853}.notification.error .notification-icon{background:#ea433533;color:#ea4335}.notification-message{font-family:TT Hoves Pro,sans-serif;font-size:1rem;color:#fff;line-height:1.4}.notification-close{background:none;border:none;color:#fff9;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.notification-close:hover{color:#fff}@media (max-width: 640px){.notification{top:80px;right:1rem;left:1rem;min-width:auto;max-width:none}}.invite-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem}.invite-modal{background:#000;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.invite-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.invite-title{font-family:TT Hoves Pro,sans-serif;font-size:1.5rem;font-weight:600;color:#fff;margin:0}.close-button{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:8px;transition:background .2s ease}.close-button:hover{background:#ffffff1a}.invite-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-family:TT Hoves Pro,sans-serif;font-size:.9rem;font-weight:500;color:#fff;margin-bottom:.5rem}.form-input{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:25px;padding:.75rem 1.25rem;font-family:TT Hoves Pro,sans-serif;font-size:1rem;color:#fff;transition:border-color .2s ease}.form-input:focus{outline:none;border-color:#ffffff4d}.form-input::placeholder{color:#ffffff80}.radio-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.radio-option{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:20px;transition:border-color .2s ease}.radio-option:hover{border-color:#fff6}.radio-option input[type=radio]{appearance:none;width:16px;height:16px;border:1px solid rgba(255,255,255,.4);border-radius:50%;margin:0;cursor:pointer;transition:all .2s ease;position:relative}.radio-option input[type=radio]:hover{border-color:#fff9}.radio-option input[type=radio]:checked{border-color:#fff}.radio-option input[type=radio]:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#fff;border-radius:50%}.radio-label{font-family:TT Hoves Pro,sans-serif;font-size:1rem;color:#ffffffe6;font-weight:400;cursor:pointer;transition:color .2s ease}.radio-option input[type=radio]:checked+.radio-label{color:#fff}.submit-button{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.75rem 2rem;border-radius:20px;font-family:TT Hoves Pro,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;letter-spacing:.02em;margin-top:1rem}.submit-button:hover{background:#fff;color:#000;border-color:#fff;transform:translateY(-1px)}@media (max-width: 640px){.invite-overlay{padding:1rem}.invite-modal{padding:1.5rem}.invite-title{font-size:1.25rem}}@font-face{font-family:TT Hoves Pro;src:url(/tt_hoves_pro/TTHovesProTrial-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:TT Hoves Pro;src:url(/tt_hoves_pro/TTHovesProTrial-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:TT Hoves Pro;src:url(/tt_hoves_pro/TTHovesProTrial-DemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:TT Hoves Pro;src:url(/tt_hoves_pro/TTHovesProTrial-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.semnet-landing{background:#000;color:#fff;font-family:TT Hoves Pro,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;width:100%;position:relative}a.nav-logo:hover{color:#fff}.logo-image{width:24px;height:24px;object-fit:contain}.logo-text{font-family:TT Hoves Pro,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:.05em}.actions-box{padding:1rem 1.5rem}.network-text{font-family:TT Hoves Pro,sans-serif;font-size:.9rem;font-weight:400;color:#fff;white-space:nowrap;transition:color .2s ease}.actions-box:hover .network-text{color:#000}.actions-box{cursor:pointer}.actions-box:hover{background:#fff!important;border-color:#fff!important}.hero-section{width:100%;min-height:100vh;position:relative;background:#000}.hero-container{max-width:1400px;margin:0 auto;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 2rem;position:relative;z-index:1}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.hero-background{display:none}.hero-pattern{width:100%;height:100%;object-fit:cover}.hero-content{display:flex;align-items:center;gap:4rem;width:100%;position:relative;z-index:1}.hero-left{flex:1;text-align:left;max-width:600px}.main-heading{font-family:TT Hoves Pro,sans-serif;font-size:4rem;font-weight:500;line-height:1.1;letter-spacing:-.02em;margin:0 0 2rem;color:#fff}.tagline{font-family:TT Hoves Pro,sans-serif;font-size:1.25rem;font-weight:300;line-height:1.4;color:#888;margin:0 0 2rem;max-width:500px;text-align:left}.cta-button{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.75rem 2rem;border-radius:20px;font-family:TT Hoves Pro,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;letter-spacing:.02em}.cta-button:hover{background:#fff;color:#000;border-color:#fff;transform:translateY(-1px)}.globe-container{width:600px;height:600px;position:relative;border-radius:10px;overflow:hidden}.hero-right{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.hero-right:after{content:"";position:absolute;bottom:50px;left:50%;transform:translate(-50%);width:400px;height:80px;background:radial-gradient(ellipse,rgba(255,255,255,.15) 0%,rgba(255,255,255,.08) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.globe-container canvas{display:block;width:100%!important;height:100%!important}@media (max-width: 768px){.hero-content{flex-direction:column;gap:2rem;text-align:center}.hero-left{text-align:center}.main-heading{font-size:2.5rem}.tagline{font-size:1.1rem;max-width:500px}.globe-container{width:450px;height:450px}.hero-container{padding:6rem 1.5rem 2rem}.navbar{padding:1rem}.nav-box{padding:.6rem 1rem}}@media (max-width: 640px){.main-heading{font-size:2rem}.tagline{font-size:1rem;max-width:350px}.globe-container{width:350px;height:350px}.logo-text{font-size:1rem}.nav-box{padding:.5rem .8rem}.hero-content{gap:1.5rem}}.pis-section{background:#000;padding:6rem 2rem;border-top:1px solid rgba(255,255,255,.1)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-family:TT Hoves Pro;font-size:3rem;font-weight:400;color:#a0a0a0;margin:0;line-height:1.2}.pis-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem}.pis-card{background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.pis-card:hover{transform:translateY(-4px)}.pis-header{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.pis-title{font-family:TT Hoves Pro;font-size:1.5rem;font-weight:500;color:#fff;margin:0}.pis-description{font-family:TT Hoves Pro,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.4;color:#ccc;margin:0 0 2rem}.pis-visual{margin:2rem 0}.wireframe-browser{width:100%;max-width:400px;margin:0 auto 1rem}.wireframe-svg{width:100%;height:auto}.robot-lost{animation:confusion 3s ease-in-out infinite}@keyframes confusion{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.visual-caption{font-size:.9rem;color:#888;font-style:italic;margin:0;font-family:TT Hoves Pro}.browser-chaos{width:100%;max-width:500px;margin:0 auto 2rem}.chaos-svg{width:100%;height:auto}.geometric-pattern{width:100%;max-width:250px;margin:0 auto 2rem}.pattern-svg{width:100%;height:auto}.pis-cta{text-align:center;margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.cta-title{font-family:TT Hoves Pro,sans-serif;font-size:2rem;font-weight:600;color:#fff;margin:0 0 2rem}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-button.primary{background:#00ff641a;border-color:#00ff644d;color:#4ade80}.cta-button.primary:hover{background:#4ade80;color:#000}.cta-button.secondary{background:transparent;border-color:#ffffff4d;color:#fff}.cta-button.secondary:hover{background:#fff;color:#000}@media (max-width: 1024px){.pis-container{grid-template-columns:1fr;gap:2rem}.comparison{flex-direction:column;gap:1rem}.vs-divider{transform:rotate(90deg)}}@media (max-width: 768px){.pis-section{padding:4rem 1.5rem}.pis-card{padding:1.5rem}.cta-title{font-size:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.agent-flow{flex-direction:column}.flow-arrow{transform:rotate(90deg)}}.pillars-section{background:#000;padding:8rem 2rem;border-top:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.iso-room-bg{position:absolute;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.room-grid{width:100%;height:100%;position:absolute;bottom:0;left:0;animation:subtle-perspective 20s ease-in-out infinite}@keyframes subtle-perspective{0%,to{transform:perspective(1000px) rotateX(0)}50%{transform:perspective(1000px) rotateX(1deg)}}.pillars-container{max-width:100%;margin:0 auto;position:relative;z-index:1}.pillars-header{text-align:center;margin-bottom:.25rem}.pillars-title{font-family:TT Hoves Pro;font-size:3rem;font-weight:400;color:#fff;margin:0 0 1rem;line-height:1.2}.pillars-subtitle{font-family:TT Hoves Pro;font-size:1.25rem;font-weight:300;color:#888;max-width:600px;margin:0 auto}.isometric-boxes{margin:.5rem auto;max-width:100%;display:flex;justify-content:center;align-items:center;padding:.5rem 0;position:relative}.iso-svg{width:100%;height:auto}.iso-box{transition:all .3s cubic-bezier(.4,0,.2,1);filter:brightness(1)}.iso-box:hover{transform:translateY(-3px) scale(1.01);filter:brightness(1.05) drop-shadow(0 3px 8px rgba(255,255,255,.05))}.iso-box.selected{animation:boxPulse .6s ease;filter:drop-shadow(0 4px 8px rgba(255,255,255,.05))}.iso-box.selected path{stroke:#555!important;stroke-width:.7!important;animation:glowStroke 2s ease infinite}@keyframes boxPulse{0%{transform:translateY(0) scale(1)}30%{transform:translateY(-5px) scale(1.05)}to{transform:translateY(0) scale(1)}}@keyframes glowStroke{0%,to{stroke-opacity:.8}50%{stroke-opacity:1}}.pillar-details{max-width:1100px;margin:0 auto;overflow:hidden;max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);opacity:0;position:relative}.pillar-details.active{max-height:300px;opacity:1;margin-top:-2rem;margin-bottom:3rem}.details-content{background:#000;border:1px solid #282828;border-radius:32px;padding:0;display:flex;align-items:stretch;min-height:160px;opacity:0;transform:translateY(20px) scale(.95);animation:slideUp .4s cubic-bezier(.34,1.56,.64,1) forwards}.details-content[data-pillar="1"]{border-color:#4285f4}.details-content[data-pillar="2"]{border-color:#ea4335}.details-content[data-pillar="3"]{border-color:#fbbc04}.details-content[data-pillar="4"]{border-color:#34a853}@keyframes slideUp{to{opacity:1;transform:translateY(0) scale(1)}}.details-left{padding:2.5rem 2rem;border-right:2px solid #282828;display:flex;align-items:center;justify-content:center;min-width:120px}.details-center{padding:2.5rem 3rem;border-right:2px solid #282828;display:flex;flex-direction:column;justify-content:center;flex:0 0 320px}.details-right{padding:2.5rem 3rem;display:flex;align-items:center;flex:1}.details-number{font-family:TT Hoves Pro,sans-serif;font-size:3rem;font-weight:700;color:#444;line-height:1}.details-title{font-family:TT Hoves Pro,sans-serif;font-size:1.5rem;font-weight:500;color:#fff;margin:0 0 .5rem;letter-spacing:-.02em}.details-subtitle{font-family:TT Hoves Pro,sans-serif;font-size:.95rem;font-weight:400;color:#666;margin:0;letter-spacing:.02em}.details-description{font-family:TT Hoves Pro,sans-serif;font-size:.95rem;font-weight:400;color:#888;margin:0;line-height:1.5}.pillars-cta{text-align:center;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.pillars-cta .cta-title{font-family:TT Hoves Pro,sans-serif;font-size:2rem;font-weight:600;color:#fff;margin:0 0 2rem;line-height:1.3}.pillars-cta .cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-button.tertiary{background:transparent;border-color:#fff3;color:#ccc}.cta-button.tertiary:hover{background:#ffffff1a;color:#fff}@media (max-width: 1024px){.pillars-title{font-size:2.5rem}.isometric-boxes{max-width:1400px}}@media (max-width: 768px){.pillars-section{padding:6rem 1.5rem}.pillars-title{font-size:2rem}.pillars-subtitle{font-size:1.1rem}.isometric-boxes{max-width:1200px}.pillars-cta .cta-title{font-size:1.5rem}.pillars-cta .cta-buttons{flex-direction:column;align-items:center}}.chatbot-content{border:2px solid #282828;border-radius:32px;display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;overflow:hidden}.chatbot-content:after{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:#282828;transform:translate(-50%)}.chatbot-right{display:flex;flex-direction:column;gap:2rem;padding:3rem}.chatbot-left{display:flex;justify-content:flex-start;align-items:center;padding:3rem}.chatbot-gif{max-width:89%;height:auto;border-radius:50px;border:none;padding:20px;box-shadow:0 0 0 .5px #fd3d47,0 10px 40px #0000004d}.chatbot-title{font-family:TT Hoves Pro;font-size:2.5rem;font-weight:300;color:#fff;margin:0;line-height:1.2}.chatbot-description{font-family:TT Hoves Pro;font-size:1.125rem;font-weight:400;color:#888;margin:0;line-height:1.6}.chatbot-features{display:flex;flex-direction:column;border:1px solid #282828;border-radius:12px;overflow:hidden}.chatbot-feature-item{transition:all .3s ease}.chatbot-feature-item:not(:last-child){border-bottom:1px solid #282828}.chatbot-feature-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;transition:background-color .2s ease}.chatbot-feature-header:hover{background:#ffffff05}.chatbot-feature-header h3{font-family:TT Hoves Pro;font-size:1.125rem;font-weight:500;color:#fff;margin:0;flex:1}.chatbot-feature-arrow{transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.chatbot-feature-arrow.expanded{transform:rotate(180deg)}.chatbot-feature-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.chatbot-feature-content.expanded{max-height:200px;padding:0 1.5rem 1.5rem}.chatbot-feature-content p{font-family:TT Hoves Pro;font-size:1rem;font-weight:400;color:#aaa;margin:0;line-height:1.5}.hardware-section{background:#000;padding:8rem 2rem;border-top:1px solid rgba(255,255,255,.1)}.hardware-container{max-width:1200px;margin:0 auto}.hardware-content{border:2px solid #282828;border-radius:32px;display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;overflow:hidden}.hardware-content:after{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:#282828;transform:translate(-50%)}.hardware-left{display:flex;justify-content:flex-start;align-items:center;padding:3rem}.hardware-gif{max-width:100%;height:auto;border-radius:50px;border:none;padding:20px;box-shadow:0 0 0 .5px #fd3d47,0 10px 40px #0000004d}.hardware-right{display:flex;flex-direction:column;gap:2rem;padding:3rem}.hardware-title{font-family:TT Hoves Pro;font-size:2.5rem;font-weight:300;color:#fff;margin:0;line-height:1.2}.hardware-description{font-family:TT Hoves Pro;font-size:1.125rem;font-weight:400;color:#888;margin:0;line-height:1.6}.hardware-features{display:flex;flex-direction:column;border:1px solid #282828;border-radius:12px;overflow:hidden}.feature-item{transition:all .3s ease}.feature-item:not(:last-child){border-bottom:1px solid #282828}.feature-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;transition:background-color .2s ease}.feature-header:hover{background:#ffffff05}.feature-content.expanded{border-top:none}.feature-item h3{font-family:TT Hoves Pro;font-size:1.125rem;font-weight:500;color:#fff;margin:0;flex:1}.feature-arrow{transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.feature-arrow.expanded{transform:rotate(180deg)}.feature-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.feature-content.expanded{max-height:200px;padding:0 1.5rem 1.5rem}.feature-content p{font-family:TT Hoves Pro;font-size:1rem;font-weight:400;color:#aaa;margin:0;line-height:1.5}.changing-section{background:#000;padding:8rem 2rem;border-top:1px solid rgba(255,255,255,.1)}.changing-container{max-width:800px;margin:0 auto}.changing-header{text-align:center;margin-bottom:4rem}.changing-title{font-family:TT Hoves Pro;font-size:4rem;font-weight:400;color:#fff;margin:0 0 1rem;line-height:1.2}.changing-subtitle{font-family:TT Hoves Pro;font-size:1.5rem;font-weight:400;color:#aaa;margin:0;line-height:1.4}.curved-underline{position:relative;display:inline-block}.curved-underline-img{position:absolute;bottom:-20px;left:0;width:100%;height:auto;pointer-events:none}.changing-features{display:flex;flex-direction:column;border:1px solid #282828;border-radius:12px;overflow:hidden}.changing-feature-item{transition:all .3s ease}.changing-feature-item:not(:last-child){border-bottom:1px solid #282828}.changing-feature-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;cursor:pointer;transition:background-color .2s ease}.changing-feature-header:hover{background:#ffffff05}.changing-feature-header h3{font-family:TT Hoves Pro;font-size:1.5rem;font-weight:500;color:#fff;margin:0;flex:1}.changing-feature-arrow{transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.changing-feature-arrow.expanded{transform:rotate(180deg)}.changing-feature-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.changing-feature-content.expanded{max-height:250px;padding:0 2rem 2rem}.changing-feature-content p{font-family:TT Hoves Pro;font-size:1.25rem;font-weight:400;color:#aaa;margin:0;line-height:1.6}@media (max-width: 768px){.chatbot-content,.hardware-content{grid-template-columns:1fr;gap:2rem;text-align:center}.chatbot-content:after,.hardware-content:after{display:none}.chatbot-title,.hardware-title{font-size:2rem}.changing-section{padding:6rem 1.5rem}.changing-title{font-size:2.5rem}.changing-subtitle{font-size:1.2rem}}@font-face{font-family:TT Hoves Pro;src:url(/tt_hoves_pro/TTHovesProTrial-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:TT Hoves Pro;src:url(/tt_hoves_pro/TTHovesProTrial-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:TT Hoves Pro;src:url(/tt_hoves_pro/TTHovesProTrial-DemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:TT Hoves Pro;src:url(/tt_hoves_pro/TTHovesProTrial-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.contact-page{background:#000;color:#fff;font-family:TT Hoves Pro;min-height:100vh;width:100%}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 2rem}.nav-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-box{background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:.75rem 1.5rem;transition:all .2s ease}.nav-box:hover{border-color:#ffffff40;background:#000000e6}.logo-box{padding:.75rem 1.25rem}.nav-logo{display:flex;align-items:center;gap:.75rem;color:#fff;text-decoration:none}.logo-icon{color:#fff;display:flex;align-items:center}.logo-text{font-family:TT Hoves Pro;font-size:1.1rem;font-weight:600;letter-spacing:.05em}.center-box{flex:1;max-width:500px;padding:.75rem 2rem}.nav-links{display:flex;align-items:center;justify-content:center;gap:2.5rem}.nav-link{color:#ccc;text-decoration:none;font-size:.9rem;font-weight:400;transition:color .2s ease;position:relative}.nav-link:hover{color:#fff}.actions-box{padding:.5rem 1rem}.nav-actions{display:flex;align-items:center;justify-content:center}.hamburger{display:none;flex-direction:column;gap:3px;background:transparent;border:none;cursor:pointer;padding:.5rem}.hamburger span{width:18px;height:1.5px;background:#fff;transition:all .2s ease}.contact-section{background:#000;padding:12rem 2rem 6rem;min-height:100vh}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{font-family:TT Hoves Pro;font-size:3.5rem;font-weight:400;color:#fff;margin:0 0 1rem;line-height:1.2}.contact-subtitle{font-family:TT Hoves Pro;font-size:1.25rem;font-weight:300;color:#888;margin:0}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.contact-form{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:3rem}.form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-input,.form-textarea{background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.875rem 1rem;color:#fff;font-family:TT Hoves Pro;font-size:1rem;transition:border-color .2s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#ffffff4d}.form-input::placeholder,.form-textarea::placeholder{color:#666;font-family:TT Hoves Pro}.form-textarea{resize:vertical;min-height:120px}.form-submit{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.875rem 2rem;border-radius:8px;font-family:TT Hoves Pro;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;letter-spacing:.02em;margin-top:1rem}.form-submit:hover{background:#fff;color:#000;border-color:#fff;transform:translateY(-1px)}.contact-info{display:flex;flex-direction:column;gap:3rem}.info-item h3{font-family:TT Hoves Pro;font-size:1.25rem;font-weight:500;color:#fff;margin:0 0 .75rem}.info-item p{font-family:TT Hoves Pro;font-size:1rem;font-weight:400;color:#aaa;margin:0;line-height:1.6}@media (max-width: 1200px){.center-box{max-width:400px}.nav-links{gap:2rem}}@media (max-width: 1024px){.center-box{display:none}.hamburger{display:flex}.navbar{padding:1.5rem}}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-form{padding:2rem}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1.1rem}.navbar{padding:1rem}.nav-box{padding:.6rem 1rem}.contact-section{padding:10rem 1.5rem 4rem}}@media (max-width: 640px){.contact-title{font-size:2rem}.logo-text{font-size:1rem}.nav-box{padding:.5rem .8rem}}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff;overflow-x:hidden;overflow-y:auto;height:300vh}#canvas-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1}.overlay{position:fixed;z-index:10;pointer-events:none}.title-container{position:fixed;top:50px;left:50%;transform:translate(-50%);text-align:center;z-index:100;pointer-events:none}.title{font-size:4rem;font-weight:900;background:linear-gradient(135deg,#00d4ff,#9d4edd,#00d4ff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease infinite;margin-bottom:10px;letter-spacing:-2px}.subtitle{font-size:1.5rem;color:#888;font-weight:300;letter-spacing:2px}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.info-panel{position:fixed;bottom:30px;left:30px;max-width:400px;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,212,255,.3);border-radius:10px;padding:20px;z-index:100;opacity:0;animation:fadeIn 2s forwards;animation-delay:3s}@keyframes fadeIn{to{opacity:1}}.info-title{color:#00d4ff;font-size:1.2rem;margin-bottom:10px;font-weight:600}.info-text{color:#aaa;line-height:1.6;font-size:.9rem}.stats{position:fixed;top:30px;right:30px;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:15px 20px;z-index:100}.stat-item{display:flex;justify-content:space-between;margin:10px 0;font-size:.9rem}.stat-label{color:#666;margin-right:20px}.stat-value{color:#00d4ff;font-weight:600;font-family:Monaco,Courier New,monospace}.typing-interface{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;opacity:0;visibility:hidden;transition:all .5s ease;pointer-events:none}.typing-interface.visible{opacity:1;visibility:visible}.typing-container{background:#0b0b0b;border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:30px 40px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);text-align:center;min-width:500px;box-shadow:0 10px 40px #0000004d}.typing-prompt{margin-bottom:15px}.prompt-text{color:#fff;font-size:1.2rem;font-weight:500;letter-spacing:1px}.typing-display{margin:20px 0;min-height:40px;display:flex;justify-content:center;align-items:center}.typed-text{color:#fff;font-size:1.5rem;font-weight:300;letter-spacing:.5px;font-family:-apple-system,BlinkMacSystemFont,sans-serif}.cursor{color:#fff;font-size:1.5rem;font-weight:300;animation:blink 1s infinite;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.typing-subtitle{margin-top:15px;opacity:.7}.typing-subtitle span{color:#ccc;font-size:.9rem;letter-spacing:1px}.agent-journey-container{position:relative;width:100%;height:100vh;overflow:hidden}.canvas-container{position:absolute;top:0;left:0;width:100%;height:100%}.back-button{position:fixed;top:30px;left:30px;z-index:1000;background:#000c;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:10px 20px;color:#fff;cursor:pointer;font-size:.9rem;transition:all .3s ease}.back-button:hover{background:#000000e6;border-color:#fff6}.typing-interface-demo{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;opacity:1;visibility:visible}.typing-container-demo{background:#0b0b0b;border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:30px 40px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);text-align:center;min-width:500px;box-shadow:0 10px 40px #0000004d}.cursor.blinking{animation:blink 1s infinite}.cursor.hidden{opacity:0}.step-indicator{position:fixed;bottom:50px;left:50%;transform:translate(-50%);z-index:1000}.step-text{background:#000c;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:15px 25px;color:#fff;font-size:1rem;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.demo-button{position:fixed;top:30px;right:30px;z-index:1000;background:#0b0b0be6;border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:12px 20px;color:#fff;cursor:pointer;font-size:.9rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.demo-button:hover{background:#0b0b0b;border-color:#ffffff80;transform:translateY(-1px)}.voice-command-bubble{position:fixed;top:30%;right:15%;z-index:1000;animation:fadeInBounce .5s ease-out}@keyframes fadeInBounce{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.speech-bubble{position:relative;background:#fffffff2;border-radius:20px;padding:20px 25px;max-width:300px;box-shadow:0 8px 25px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.voice-text{color:#333;font-size:1.1rem;font-weight:500;line-height:1.4}.bubble-tail{position:absolute;bottom:-10px;left:30px;width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid rgba(255,255,255,.95)}.command-indicator{margin-top:10px;text-align:center}.command-indicator span{background:#000000b3;color:#fff;padding:6px 12px;border-radius:15px;font-size:.8rem;letter-spacing:.5px}
