:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--accent-primary: #3b82f6;--accent-secondary: #2563eb;--accent-glow: rgba(59, 130, 246, .4);--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--gradient-primary: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);--gradient-glow: radial-gradient(ellipse at center, rgba(59, 130, 246, .1) 0%, transparent 70%);--section-padding: 120px;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--text-primary)}h1{font-size:clamp(3rem,8vw,5rem);font-weight:800}h2{font-size:clamp(2rem,5vw,3.5rem)}h3{font-size:clamp(1.25rem,3vw,1.5rem)}p{color:var(--text-secondary)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glow-box{box-shadow:0 0 20px var(--accent-glow),0 0 40px #3b82f626}.glow-text{text-shadow:0 0 40px var(--accent-glow)}.glass{background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 4px 30px #0000000d}@keyframes pulse-glow{0%,to{box-shadow:0 0 10px var(--accent-glow)}50%{box-shadow:0 0 25px var(--accent-glow),0 0 40px #3b82f633}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:100px 0 60px;position:relative;overflow:hidden;background:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}.hero-container{text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:100px;font-size:.875rem;font-weight:500;color:var(--accent-primary)}.badge-dot{width:8px;height:8px;background:var(--accent-primary);border-radius:50%;animation:pulse-glow 2s ease-in-out infinite}.hero-headline{max-width:900px;margin-top:16px;color:var(--text-primary)}.hero-subheadline{font-size:1.25rem;max-width:600px;color:var(--text-secondary);line-height:1.7}.hero-cta{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:var(--gradient-primary);color:#fff;font-weight:600;font-size:1rem;border-radius:100px;transition:all .3s ease;box-shadow:0 4px 20px var(--accent-glow);margin-top:16px}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 8px 30px var(--accent-glow),0 0 60px #3b82f633}.hero-visual{margin-top:60px;width:100%;max-width:900px;perspective:1000px}.laptop-frame{position:relative;transform:rotateX(5deg)}.laptop-screen{background:var(--bg-primary);border-radius:12px 12px 0 0;border:1px solid rgba(0,0,0,.1);overflow:hidden;box-shadow:0 0 40px #3b82f626,0 20px 60px #0000001a}.browser-chrome{display:flex;align-items:center;gap:16px;padding:12px 16px;background:var(--bg-tertiary);border-bottom:1px solid rgba(0,0,0,.05)}.browser-dots{display:flex;gap:6px}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#ff5f57}.dot.yellow{background:#febc2e}.dot.green{background:#28c840}.browser-url{flex:1;text-align:center;padding:6px 12px;background:var(--bg-primary);border-radius:6px;font-size:.75rem;color:var(--text-muted);border:1px solid rgba(0,0,0,.05)}.video-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;background:#0a0a0a;overflow:hidden}.hero-video{width:100%;height:100%;object-fit:cover;display:block}.laptop-base{height:16px;background:linear-gradient(to bottom,#e2e8f0,#cbd5e1);border-radius:0 0 8px 8px;margin:0 20px}@media(max-width:768px){.hero{padding:80px 0 40px}.hero-subheadline{font-size:1rem}.hero-visual{margin-top:40px}.laptop-frame{transform:none}}.agent-flow{padding:var(--section-padding) 0;position:relative;background:var(--bg-secondary)}.section-header{text-align:center;max-width:700px;margin:0 auto 80px}.section-header h2{margin-bottom:16px;color:var(--text-primary)}.section-header p{font-size:1.125rem;color:var(--text-secondary)}.flow-container{position:relative;padding-top:60px}.flow-lines{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1000px;height:200px;pointer-events:none;opacity:.8}.agents-grid{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-top:80px}.agent-card{width:180px;padding:32px 24px;text-align:center;background:var(--bg-primary);border:1px solid rgba(0,0,0,.08);border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #0000000a}.agent-card:hover{border-color:var(--accent-primary);box-shadow:0 10px 40px #3b82f626;transform:translateY(-5px)}.agent-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;background:#3b82f61a;border:1px solid var(--agent-color);border-radius:16px;color:var(--agent-color);transition:all .3s ease}.agent-card:hover .agent-icon{background:#3b82f626;transform:scale(1.1);box-shadow:0 0 20px var(--agent-color)}.agent-card h3{font-size:1.125rem;font-weight:600;margin-bottom:8px;color:var(--text-primary)}.agent-card p{font-size:.875rem;color:var(--text-muted)}@media(max-width:768px){.agents-grid{gap:16px}.agent-card{width:150px;padding:24px 16px}.flow-lines{display:none}}.features{padding:var(--section-padding) 0;position:relative;background:var(--bg-primary)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px}.feature-card{padding:40px 32px;transition:all .3s ease}.feature-card:hover{border-color:#3b82f666;box-shadow:0 20px 40px #00000014;transform:translateY(-5px)}.feature-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;background:var(--gradient-primary);border-radius:12px;color:#fff}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:var(--text-primary)}.feature-card p{font-size:1rem;line-height:1.7;color:var(--text-secondary)}@media(max-width:992px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features-grid{grid-template-columns:1fr}.feature-card{padding:32px 24px}}.stats{padding:var(--section-padding) 0;background:var(--bg-primary);position:relative}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:100px}.stat-card{text-align:center;padding:40px 24px;background:var(--bg-secondary);border-radius:16px;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.stat-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #3b82f61a;border-color:#3b82f64d}.stat-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;background:#3b82f61a;border-radius:12px;color:var(--accent-primary)}.stat-value{font-size:2.5rem;font-weight:800;color:var(--text-primary);margin-bottom:8px}.stat-label{font-size:.875rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.benefits-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.benefits-text h2{margin-bottom:16px}.benefits-text p{font-size:1.125rem;color:var(--text-secondary);line-height:1.7;margin-bottom:40px}.benefits-list{display:flex;flex-direction:column;gap:16px}.benefit-item{display:flex;align-items:center;gap:12px;font-size:1rem;color:var(--text-secondary)}.benefit-check{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#22c55e1a;border-radius:50%;color:#22c55e;flex-shrink:0}.benefits-visual{display:flex;align-items:center;justify-content:center;min-height:400px;position:relative}.tech-stack-visual{color:var(--accent-primary);opacity:.3}@media(max-width:992px){.stats-grid{grid-template-columns:repeat(2,1fr)}.benefits-section{grid-template-columns:1fr;gap:40px}.benefits-visual{min-height:200px}}@media(max-width:640px){.stats-grid{grid-template-columns:1fr}.stat-value{font-size:2rem}}.cta-section{padding:var(--section-padding) 0;background:var(--bg-secondary)}.cta-card{position:relative;padding:80px 60px;background:var(--bg-primary);border-radius:24px;border:1px solid rgba(0,0,0,.08);overflow:hidden;text-align:center}.cta-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(59,130,246,.08) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(99,102,241,.06) 0%,transparent 50%);pointer-events:none}.cta-content{position:relative;z-index:1}.cta-content h2{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:16px}.cta-content p{font-size:1.125rem;color:var(--text-secondary);max-width:500px;margin:0 auto 32px}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;font-weight:600;font-size:1rem;border-radius:100px;transition:all .3s ease}.cta-button.primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 20px var(--accent-glow)}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px var(--accent-glow)}.cta-button.secondary{background:transparent;color:var(--text-primary);border:1px solid rgba(0,0,0,.15)}.cta-button.secondary:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:#3b82f60d}.floating-element{position:absolute;border-radius:50%;background:linear-gradient(135deg,#3b82f633,#6366f11a);pointer-events:none}.floating-element.el-1{width:200px;height:200px;top:-50px;right:-50px;filter:blur(60px)}.floating-element.el-2{width:150px;height:150px;bottom:-30px;left:-30px;filter:blur(50px)}.floating-element.el-3{width:100px;height:100px;top:50%;right:10%;filter:blur(40px)}@media(max-width:768px){.cta-card{padding:60px 30px}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:280px;justify-content:center}}.footer{padding:60px 0 0;border-top:1px solid rgba(0,0,0,.08);background:var(--bg-secondary)}.footer-container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px}.footer-logo{display:flex;align-items:center;gap:12px}.logo-text{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.logo-tag{font-size:.75rem;font-weight:500;padding:4px 8px;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:4px;color:var(--accent-primary)}.footer-links{display:flex;gap:32px}.footer-links a{font-size:.875rem;color:var(--text-secondary);transition:color .2s ease}.footer-links a:hover{color:var(--accent-primary)}.footer-socials{display:flex;gap:16px}.footer-socials a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.1);border-radius:8px;color:var(--text-secondary);transition:all .2s ease}.footer-socials a:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:#3b82f61a}.footer-bottom{margin-top:40px;padding:24px 0;border-top:1px solid rgba(0,0,0,.05);text-align:center}.footer-bottom p{font-size:.875rem;color:var(--text-muted)}@media(max-width:768px){.footer-container{flex-direction:column;text-align:center}.footer-links{gap:24px}}.animated-shapes{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden;perspective:1000px}.shape{position:absolute}.cube-container{top:10%;right:10%;width:80px;height:80px;transform-style:preserve-3d}.cube-container.cube-2{top:70%;left:5%;width:50px;height:50px}.cube-container.cube-3{top:40%;right:3%;width:35px;height:35px}.cube{width:100%;height:100%;position:relative;transform-style:preserve-3d}.face{position:absolute;width:80px;height:80px;border:1px solid rgba(59,130,246,.3);background:#3b82f60d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cube.small .face{width:50px;height:50px}.cube.tiny .face{width:35px;height:35px}.front{transform:rotateY(0) translateZ(40px)}.back{transform:rotateY(180deg) translateZ(40px)}.right{transform:rotateY(90deg) translateZ(40px)}.left{transform:rotateY(-90deg) translateZ(40px)}.top{transform:rotateX(90deg) translateZ(40px)}.bottom{transform:rotateX(-90deg) translateZ(40px)}.cube.small .front{transform:rotateY(0) translateZ(25px)}.cube.small .back{transform:rotateY(180deg) translateZ(25px)}.cube.small .right{transform:rotateY(90deg) translateZ(25px)}.cube.small .left{transform:rotateY(-90deg) translateZ(25px)}.cube.small .top{transform:rotateX(90deg) translateZ(25px)}.cube.small .bottom{transform:rotateX(-90deg) translateZ(25px)}.cube.tiny .front{transform:rotateY(0) translateZ(17px)}.cube.tiny .back{transform:rotateY(180deg) translateZ(17px)}.cube.tiny .right{transform:rotateY(90deg) translateZ(17px)}.cube.tiny .left{transform:rotateY(-90deg) translateZ(17px)}.cube.tiny .top{transform:rotateX(90deg) translateZ(17px)}.cube.tiny .bottom{transform:rotateX(-90deg) translateZ(17px)}.ring{border:2px solid rgba(59,130,246,.2);border-radius:50%;transform-style:preserve-3d}.ring-1{top:20%;left:5%;width:120px;height:120px}.ring-2{bottom:30%;right:8%;width:150px;height:150px;border-color:#6366f126}.ring-3{top:50%;left:15%;width:80px;height:80px;border-color:#3b82f640}.sphere{border-radius:50%;background:linear-gradient(135deg,#3b82f633,#6366f114);box-shadow:inset 0 0 30px #3b82f626,0 0 20px #3b82f61a}.sphere-1{top:60%;left:8%;width:60px;height:60px}.sphere-2{top:25%;right:20%;width:40px;height:40px}.sphere-3{bottom:20%;left:25%;width:30px;height:30px}.sphere-4{top:75%;right:25%;width:45px;height:45px}.sphere-5{top:15%;left:30%;width:25px;height:25px}.diamond{width:40px;height:40px;background:linear-gradient(135deg,#3b82f626,#6366f11a);border:1px solid rgba(59,130,246,.3);transform:rotate(45deg)}.diamond-1{top:35%;left:3%}.diamond-2{bottom:40%;right:5%;width:30px;height:30px}.diamond-3{top:80%;left:40%;width:25px;height:25px}.triangle{width:0;height:0;border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:40px solid rgba(59,130,246,.15)}.triangle-1{top:45%;right:15%}.triangle-2{bottom:25%;left:10%;border-bottom-color:#6366f11f}.orb{border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.4) 0%,transparent 70%);filter:blur(20px)}.orb-1{top:15%;left:20%;width:200px;height:200px}.orb-2{bottom:10%;right:15%;width:250px;height:250px;background:radial-gradient(circle,rgba(99,102,241,.3) 0%,transparent 70%)}.orb-3{top:60%;right:30%;width:180px;height:180px;background:radial-gradient(circle,rgba(59,130,246,.25) 0%,transparent 70%)}.line{width:100px;height:2px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.3),transparent);border-radius:2px}.line-1{top:30%;left:40%}.line-2{bottom:35%;right:35%;width:80px}.dots-grid{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;grid-template-columns:repeat(5,1fr);gap:40px;opacity:.3}.dot{width:4px;height:4px;background:var(--accent-primary);border-radius:50%}@media(max-width:768px){.cube-container{width:50px;height:50px;top:5%;right:5%}.cube-container.cube-2,.cube-container.cube-3{display:none}.ring-1{width:80px;height:80px}.ring-2{width:100px;height:100px}.ring-3{display:none}.orb-1{width:120px;height:120px}.orb-2{width:150px;height:150px}.orb-3,.diamond-3,.triangle-2,.dots-grid{display:none}}
