@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800&display=swap);:root{--primary:#5542ff;--primary-dark:#4435cc;--secondary:#6b7280;--bg-primary:#fff;--bg-secondary:#f9fafb;--text-primary:#111827;--text-secondary:#4b5563;--border-color:#e5e7eb;--accent-blue:#3b82f6;--accent-purple:#8b5cf6;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--font-main:"Inter",sans-serif;--font-heading:"Outfit",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background-color:#fff;background-color:var(--bg-primary);font-family:Inter,sans-serif;font-family:var(--font-main);line-height:1.5;overflow-x:hidden}body,h1,h2,h3,h4,h5,h6{color:#111827;color:var(--text-primary)}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}a,button{transition:all .2s ease}button{background:none;border:none;cursor:pointer;font-family:inherit}.container{margin:0 auto;max-width:1280px;padding:0 2rem}.section-padding{padding:12rem 0}.section-header{margin-bottom:8rem}.section-header .title{font-size:3.5rem;letter-spacing:-.02em}.bg-gradient{background:radial-gradient(circle at top right,#5542ff0d,#0000 40%),radial-gradient(circle at bottom left,#8b5cf60d,#0000 40%)}.glass{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fffc;border:1px solid #ffffff4d}.btn{align-items:center;border-radius:8px;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.75rem}.btn-primary{background-color:#5542ff;background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:#4435cc;background-color:var(--primary-dark);box-shadow:0 4px 12px #5542ff40;transform:translateY(-1px)}.btn-secondary{background-color:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);color:#111827;color:var(--text-primary)}.btn-secondary:hover{background-color:#f9fafb;background-color:var(--bg-secondary);border-color:#4b5563;border-color:var(--text-secondary)}.navbar{align-items:center;border-bottom:1px solid #0000;display:flex;height:80px;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-color);height:70px}.nav-content{align-items:center;display:flex;justify-content:space-between;width:100%}.logo-text{font-family:Outfit,sans-serif;font-family:var(--font-heading);font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.logo-accent{color:#5542ff;color:var(--primary)}.nav-links{display:flex;gap:2.5rem}.nav-links a{color:#4b5563;color:var(--text-secondary);font-size:.9375rem;font-weight:500}.nav-links a:hover{color:#5542ff;color:var(--primary)}.nav-actions{display:flex;gap:1rem}.btn-sm{font-size:.875rem;padding:.625rem 1.25rem}.mobile-toggle{display:none}.hero{display:flex;min-height:100vh;overflow:hidden;padding-top:10rem;position:relative}.hero,.hero-grid{align-items:center}.hero-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1.1fr 1fr}.badge{background:#5542ff1a;border:1px solid #5542ff1a;border-radius:99px;color:#5542ff;color:var(--primary);display:inline-block;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1rem}.hero h1{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.03em;margin-bottom:1rem}.subheadline{font-size:1.5rem;font-weight:500;line-height:1.3;margin-bottom:2rem}.description,.subheadline{color:#4b5563;color:var(--text-secondary)}.description{font-size:1.125rem;margin-bottom:3rem;max-width:600px}.hero-ctas{display:flex;gap:1.25rem;margin-bottom:4rem}.trust-indicators{color:#4b5563;color:var(--text-secondary);display:flex;flex-wrap:wrap;font-size:.875rem;font-weight:500;gap:1.5rem}.trust-item{align-items:center;display:flex;gap:.5rem}.dashboard-mock,.hero-visual{position:relative}.dashboard-mock{background:#fff;border:1px solid #0000000d;border-radius:12px;box-shadow:0 40px 80px -20px #0000001a;display:flex;flex-direction:column;height:520px;overflow:hidden;width:140%;z-index:2}.mock-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:1.5rem;height:48px;padding:0 1.25rem}.mock-title{color:#64748b;font-size:.75rem;font-weight:600}.mock-dots{display:flex;gap:6px}.mock-dots span{background:#e2e8f0;border-radius:50%;height:8px;width:8px}.mock-body{display:flex;flex:1 1}.mock-sidebar{align-items:center;background:#fff;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;gap:1rem;padding:1rem 0;width:56px}.sidebar-item{background:#f8fafc;border-radius:6px;height:32px;width:32px}.sidebar-item.active{background:#5542ff1a;border:1px solid #5542ff33}.mock-main{background:#fbfcfd;flex:1 1;padding:1.5rem}.mock-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1.2fr 1fr;grid-template-rows:1fr 1fr;height:100%}.mock-panel{background:#fff;border:1px solid #f1f5f9;border-radius:10px;box-shadow:0 2px 4px #00000005;display:flex;flex-direction:column;padding:1.25rem}.panel-header{color:#1e293b;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.ticket-list{display:flex;flex-direction:column;gap:.75rem}.ticket-row{align-items:center;background:#f8fafc;border-radius:6px;color:#475569;display:flex;font-size:.8125rem;gap:.75rem;padding:.5rem}.status{border-radius:50%;height:8px;width:8px}.status.high{background:#ef4444}.status.medium{background:#f59e0b}.status.auto{background:#10b981}.ai-tag{color:#64748b;font-size:.8125rem;margin-bottom:.5rem}.ai-tag .highlight{color:#5542ff;color:var(--primary);font-weight:600}.confidence-meter{margin-top:1rem}.confidence-meter span{color:#94a3b8;display:block;font-size:.6875rem;margin-bottom:.5rem}.meter-bg{background:#f1f5f9;border-radius:3px;height:6px;margin-bottom:.5rem}.meter-fill{background:linear-gradient(90deg,#5542ff,#8b5cf6);background:linear-gradient(90deg,var(--primary),var(--accent-purple));border-radius:3px;height:100%}.confidence-meter .count{color:#5542ff;color:var(--primary);font-size:.875rem;font-weight:700;text-align:right}.sla-visual{flex:1 1;flex-direction:column}.sla-ring,.sla-visual{align-items:center;display:flex;justify-content:center}.sla-ring{border:5px solid #10b981;border-radius:50%;height:70px;margin-bottom:.5rem;width:70px}.sla-val{color:#10b981;font-weight:800}.sla-label{color:#94a3b8;font-size:.6875rem}.flow-visual{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.flow-step,.flow-step-ai,.flow-step-res{align-items:center;border-radius:4px;display:flex;font-size:.75rem;justify-content:space-between;padding:.4rem .75rem}.flow-step{background:#f8fafc;color:#64748b}.flow-step-ai{background:#5542ff0d;color:#5542ff;color:var(--primary);font-weight:600}.flow-step-res{background:#ecfdf5;border:1px solid #d1fae5;color:#10b981;font-weight:600}.visual-glow{background:radial-gradient(circle,#5542ff1a 0,#0000 70%);height:120%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:120%;z-index:1}.problem-section{background-color:#f9fafb;background-color:var(--bg-secondary)}.section-header{margin-bottom:5rem;text-align:center}.section-header .title{font-size:3rem;margin-bottom:1.5rem}.section-header .subtitle{color:#4b5563;color:var(--text-secondary);font-size:1.25rem;margin:0 auto;max-width:750px}.problem-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.problem-card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:16px;padding:3rem;transition:all .3s ease}.problem-card:hover{border-color:#5542ff;border-color:var(--primary);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.problem-icon{align-items:center;background:#5542ff0d;border-radius:12px;color:#5542ff;color:var(--primary);display:flex;height:56px;justify-content:center;margin-bottom:1.5rem;width:56px}.platform-section{background:#fff}.architecture-container{background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:24px;display:flex;justify-content:center;margin-bottom:5rem;padding:5rem 2rem}.arch-flow,.arch-node{align-items:center;display:flex}.arch-node{flex-direction:column;gap:1rem;text-align:center;width:140px}.node-icon{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:20px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);color:#5542ff;color:var(--primary);display:flex;height:80px;justify-content:center;width:80px;z-index:2}.arch-arrow{background:#e5e7eb;background:var(--border-color);height:2px;margin-top:-30px;position:relative;width:60px}.arch-arrow:after{border-bottom:4px solid #0000;border-left:6px solid #e5e7eb;border-left:6px solid var(--border-color);border-top:4px solid #0000;content:"";position:absolute;right:0;top:50%;transform:translateY(-50%)}.platform-features{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}.p-feat h4{color:#5542ff;color:var(--primary);font-size:1.25rem;margin-bottom:1rem}.steps-container{display:flex;flex-direction:column;gap:2rem;margin:0 auto 8rem;max-width:900px}.step-item{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:20px;display:flex;gap:3rem;padding:2.5rem}.step-number{color:#5542ff1a;font-size:3rem;font-weight:800}.metrics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.metric-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);padding:3rem 2rem;text-align:center}.metric-value{color:#5542ff;color:var(--primary);font-size:3rem;font-weight:800}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.feature-col{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:20px;padding:3rem}.col-header{align-items:center;display:flex;gap:1rem;margin-bottom:2.5rem}.feature-list{display:flex;flex-direction:column;gap:2rem;list-style:none}.security-card{background:#0f172a;border-radius:40px;color:#fff;overflow:hidden;padding:10rem 8rem;position:relative}.security-card h2{color:#fff;font-size:3.5rem;margin-bottom:2rem}.security-card .security-header{margin-bottom:8rem}.security-grid{grid-gap:10rem;align-items:center;display:grid;gap:10rem;grid-template-columns:1.1fr .9fr}.security-info{display:flex;flex-direction:column;gap:5rem}.info-item{align-items:flex-start;display:flex;gap:2.5rem}.info-icon-wrapper{align-items:center;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-top:4px;width:32px}.info-icon{color:#5542ff;color:var(--primary);height:28px;width:28px}.info-item h4{color:#fff;font-size:1.5rem;line-height:1.2;margin-bottom:.75rem}.info-item p{color:#94a3b8;font-size:1.125rem;line-height:1.6}.security-certs{display:flex;flex-direction:column;gap:2.5rem}.cert-item{align-items:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;display:flex;gap:2rem;padding:3rem;transition:all .3s ease}.cert-item:hover{background:#ffffff0d;border-color:#ffffff1a}.cert-icon-wrapper{align-items:center;color:#5542ff;color:var(--primary);display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.cert-title{font-size:1.375rem;font-weight:700;margin-bottom:.25rem}.cert-subtitle{color:#94a3b8;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase}.usecase-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr)}.usecase-card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:20px;padding:3rem}.usecase-header{align-items:center;display:flex;gap:1.5rem;margin-bottom:2rem}.site-footer{background-color:#fff;border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color);padding-top:4rem}.final-cta{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-color);padding:12rem 0;text-align:center}.cta-content h2{font-size:3.5rem;line-height:1.1;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:900px}.cta-content p{color:#4b5563;color:var(--text-secondary);font-size:1.5rem;margin-bottom:4rem}.footer-bottom{grid-gap:8rem;display:grid;gap:8rem;grid-template-columns:1fr 2fr;padding:10rem 0}.footer-links{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(3,1fr)}.link-group{display:flex;flex-direction:column;gap:1rem}.link-group h4{color:#111827;color:var(--text-primary);font-size:1.125rem;margin-bottom:.5rem}.link-group a{color:#4b5563;color:var(--text-secondary);font-size:.9375rem}.link-group a:hover{color:#5542ff;color:var(--primary)}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-tagline{color:#4b5563;color:var(--text-secondary);font-size:1.125rem;max-width:300px}.footer-legal{align-items:center;border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;padding:4rem 0}.legal-links{display:flex;gap:2rem}.legal-links a{color:#4b5563;color:var(--text-secondary);font-size:.875rem}.legal-links a:hover{color:#5542ff;color:var(--primary)}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr;text-align:center}.dashboard-mock{margin-top:3rem;width:100%}.features-grid,.security-grid{grid-template-columns:1fr}.security-grid{gap:6rem}.security-card{padding:6rem 3rem}.security-card h2{font-size:2.5rem}.final-cta{padding:8rem 0}.cta-content h2{font-size:2.5rem}.usecase-grid{grid-template-columns:1fr}.arch-flow{flex-direction:column;gap:40px}.arch-arrow{height:40px;margin-top:0;width:2px!important}.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.navbar .desktop-only{display:none}.mobile-toggle{display:block}.footer-bottom{text-align:center}.footer-bottom,.footer-links,.metrics-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.508b7fa1.css.map*/