@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";.header{position:fixed;top:1rem;left:0;right:0;z-index:1000;display:flex;justify-content:center;padding:0 1rem}.header-container{background:hsl(var(--background));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsl(var(--border));border-radius:var(--radius);padding:.625rem .625rem .625rem 1.5rem;transition:all var(--transition-fast);width:100%;max-width:900px;box-shadow:var(--shadow-md)}.header.scrolled .header-container{background:hsl(var(--background) / .95);box-shadow:var(--shadow-sm)}.header-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-logo{display:flex;align-items:center;gap:.625rem;text-decoration:none;color:var(--color-text-primary);font-weight:600;font-size:1rem}.header-logo svg{width:32px;height:32px;border-radius:var(--radius-sm)}.header-links{display:flex;align-items:center;gap:.25rem}.header-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.625rem;font-family:var(--font-primary);font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out;border:none;background:transparent;color:hsl(var(--muted-foreground));padding:.5rem 1rem}.header-link:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.header-link:active{transform:scale(.95)}.header-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;font-family:var(--font-primary);font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out;border:none;background:hsl(var(--primary));color:hsl(var(--primary-foreground));height:2.25rem;padding:0 1rem;font-size:.8125rem;border-radius:.625rem}.header-cta:hover{background:hsl(var(--primary) / .9)}.header-cta:active{transform:scale(.95)}.header-cta:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}.header-cta svg{pointer-events:none;width:.875rem;height:.875rem;flex-shrink:0}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-toggle span{display:block;width:20px;height:2px;background:var(--color-text-primary);transition:all var(--transition-fast);border-radius:2px}.mobile-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-toggle.open span:nth-child(2){opacity:0}.mobile-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:hsl(var(--background));z-index:999;display:flex;align-items:center;justify-content:center}.mobile-menu-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.mobile-menu-content button{background:none;border:none;color:var(--color-text-primary);font-family:var(--font-primary);font-size:1.5rem;font-weight:600;cursor:pointer;transition:color var(--transition-fast)}.mobile-menu-content button:hover{color:var(--color-accent)}.mobile-cta{margin-top:1rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));height:2.5rem;padding:0 1rem;font-size:.875rem;border-radius:.625rem;text-decoration:none;font-weight:400;transition:all .2s ease-in-out}.mobile-cta:hover{background:hsl(var(--primary) / .9)}.mobile-cta:active{transform:scale(.95)}@media (max-width: 768px){.header-links,.header-cta{display:none}.mobile-toggle{display:flex}.header{top:.5rem;padding:0 .5rem}.header-container{max-width:100%}}.scroll-stack-container{position:relative;width:100%;max-width:1000px;margin:0 auto;padding:0 1.5rem 50vh}.scroll-stack-card-wrapper{position:sticky;margin-bottom:3rem}.scroll-stack-card{padding:2.5rem;border-radius:24px;box-shadow:0 -4px 30px #0006,0 8px 40px #0000004d;min-height:320px;color:#fff}.stack-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.stack-card-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:16px;font-size:1.75rem;background:#ffffff26;color:#000}.stack-card-icon svg{stroke-width:1.5}.stack-card-title{font-size:1.5rem;font-weight:700;color:#000;margin:0}.stack-card-subtitle{font-size:.875rem;color:#000000b3;margin-top:.25rem}.stack-card-description{font-size:1rem;color:#000000d9;line-height:1.7;margin-bottom:1.5rem}.stack-card-features{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.stack-card-feature{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;background:#ffffff1a;border-radius:12px}.feature-check{width:20px;height:20px;border-radius:50%;background:#000000e6;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.feature-check svg{width:12px;height:12px;stroke:currentColor;stroke-width:3}.feature-text{font-size:.875rem;color:#000000e6;line-height:1.4}@media (max-width: 768px){.scroll-stack-card{padding:1.5rem;min-height:auto}.stack-card-features{grid-template-columns:1fr}.stack-card-title{font-size:1.25rem}.scroll-stack-container{padding-bottom:30vh}}.stepper-wide{display:grid;grid-template-columns:340px 1fr;gap:2.5rem;max-width:1100px;margin:0 auto}.steps-list{display:flex;flex-direction:column;gap:0}.step-item{position:relative;padding:1.25rem 1.5rem;cursor:pointer;border-left:3px solid transparent;transition:all .3s ease;border-radius:0 12px 12px 0}.step-item:hover{background:var(--color-bg-white)}.step-item.active{background:var(--color-bg-white);border-left-color:var(--color-primary);box-shadow:0 2px 12px #0000000f}.step-item-content{position:relative;z-index:2}.step-item-title{font-size:1rem;font-weight:600;color:var(--color-text-secondary);margin:0;transition:color .3s ease}.step-item.active .step-item-title{color:var(--color-text-primary)}.step-item-description{font-size:.875rem;color:var(--color-gray-500);line-height:1.6;margin:.75rem 0 0;overflow:hidden}.step-progress-bar{position:absolute;bottom:0;left:0;height:3px;background:linear-gradient(90deg,var(--color-primary),var(--color-accent));transform-origin:left;width:100%;border-radius:0 2px 2px 0}.step-preview{display:flex;align-items:center;justify-content:center}.preview-container{background:var(--color-bg-white);border:1px solid var(--color-border);border-radius:20px;width:100%;height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;box-shadow:var(--shadow-lg)}.preview-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.step-visual-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1.5rem}.workflow-builder{width:100%;max-width:340px;background:var(--color-bg);border-radius:14px;border:1px solid var(--color-border);overflow:hidden;box-shadow:0 4px 20px #00000014}.builder-toolbar{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:var(--color-bg-white);border-bottom:1px solid var(--color-border)}.toolbar-dots{display:flex;gap:.375rem}.toolbar-dots span{width:10px;height:10px;border-radius:50%;background:var(--color-border)}.toolbar-dots span:first-child{background:#ff5f56}.toolbar-dots span:nth-child(2){background:#ffbd2e}.toolbar-dots span:last-child{background:#27ca40}.toolbar-title{font-size:.75rem;color:var(--color-text-secondary);font-family:var(--font-primary)}.builder-canvas{padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:0;background:var(--color-bg-white)}.flow-node{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:10px;transition:all .2s ease}.flow-node:hover{border-color:var(--color-primary)}.node-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.node-icon.trigger{background:#3b82f61f;color:#3b82f6}.node-icon.process{background:var(--color-accent-subtle);color:var(--color-brand-green)}.node-icon.action{background:#a855f71f;color:#a855f7}.node-info{display:flex;flex-direction:column;gap:.125rem}.node-label{font-size:.875rem;font-weight:600;color:var(--color-text-primary)}.node-type{font-size:.75rem;color:var(--color-text-muted)}.flow-connector{width:2px;height:20px;background:linear-gradient(to bottom,var(--color-border),var(--color-accent));transform-origin:top}.sources-layout{display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative;width:100%;max-width:440px;padding:1rem 0}.sources-column{display:flex;flex-direction:column;gap:1rem;width:60px}.source-card{display:flex;flex-direction:column;align-items:center}.source-icon-circle{width:48px;height:48px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #0000000f}.source-icon-circle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.source-icon-circle img{width:24px;height:24px;object-fit:contain}.source-icon-circle svg{color:#181818;width:20px;height:20px}.sources-center{display:flex;flex-direction:column;align-items:center;z-index:10;flex-shrink:0}.center-icon-circle{width:64px;height:64px;padding:12px;background:unset;background-image:none;border:none;border-radius:16px;box-shadow:0 4px 24px #22c55e4d;display:flex;align-items:center;justify-content:center}.center-icon-circle img{width:100%;height:100%;object-fit:contain}.connection-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.ai-processor{display:flex;align-items:stretch;gap:1rem;width:100%;max-width:520px}.doc-preview{flex:0 0 140px;background:#0d0d0f;border:1px solid var(--color-dark-border);border-radius:12px;overflow:hidden}.doc-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff05;border-bottom:1px solid var(--color-dark-border);color:var(--color-gray-400)}.doc-header svg{width:14px;height:14px;flex-shrink:0}.doc-header span{font-size:.75rem;font-family:SF Mono,Fira Code,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-content{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.doc-text-line{height:8px;background:var(--color-dark-border);border-radius:4px}.doc-text-line.highlight{background:#22c55e4d}.ai-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:0 .75rem;flex-shrink:0}.ai-pulse{width:48px;height:48px;border-radius:50%;background:#22c55e1a;display:flex;align-items:center;justify-content:center;color:var(--color-accent);animation:pulse 1.5s ease-in-out infinite}.ai-pulse svg{width:24px;height:24px}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.ai-indicator span{font-size:.6875rem;color:var(--color-accent);font-weight:500}.extracted-data{flex:1;min-width:220px;background:#0d0d0f;border:1px solid var(--color-dark-border);border-radius:12px;overflow:hidden}.data-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#22c55e0d;border-bottom:1px solid var(--color-dark-border);color:var(--color-accent)}.data-header svg{width:16px;height:16px}.data-header span{font-size:.75rem;font-weight:600}.data-fields{padding:.625rem;display:flex;flex-direction:column;gap:.25rem}.data-field{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:6px;opacity:.3;transition:all .3s ease}.data-field.visible{opacity:1}.data-field.active{background:#22c55e0d}.field-label{font-size:.625rem;color:var(--color-gray-500);min-width:55px;flex-shrink:0}.field-value{font-size:.6875rem;color:var(--color-white);font-weight:500;flex:1;white-space:nowrap}.field-check{color:var(--color-accent);width:14px;height:14px;flex-shrink:0}.field-loading{width:14px;height:14px;border:2px solid var(--color-dark-border);border-top-color:var(--color-accent);border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.results-panel{width:100%;max-width:420px;display:flex;flex-direction:column;gap:1rem}.stats-row{display:flex;gap:.75rem}.stat-card{flex:1;padding:1rem .75rem;background:#0d0d0f;border:1px solid var(--color-dark-border);border-radius:10px;text-align:center}.stat-card.highlight{border-color:#22c55e4d;background:#22c55e0d}.stat-value{display:block;font-size:1.5rem;font-weight:700;color:var(--color-white);margin-bottom:.25rem}.stat-card.highlight .stat-value{color:var(--color-accent)}.stat-label{font-size:.5625rem;color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.5px}.activity-feed{background:#0d0d0f;border:1px solid var(--color-dark-border);border-radius:10px;overflow:hidden}.feed-header{padding:.75rem 1rem;font-size:.75rem;font-weight:600;color:var(--color-gray-300);background:#ffffff05;border-bottom:1px solid var(--color-dark-border)}.feed-items{padding:.5rem}.feed-item{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;border-radius:6px;font-size:.75rem;color:var(--color-gray-400)}.feed-item svg{width:16px;height:16px;flex-shrink:0}.feed-item.success svg{color:var(--color-accent)}.feed-item.processing{background:#ffffff05}.feed-item span:first-of-type{flex:1}.feed-time{font-size:.6875rem;color:var(--color-gray-600)}.feed-spinner{width:16px;height:16px;border:2px solid var(--color-dark-border);border-top-color:var(--color-accent);border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}@media (max-width: 900px){.stepper-wide{grid-template-columns:1fr;gap:1.5rem}.steps-list{order:2}.step-preview{order:1}.preview-container{min-height:320px}.ai-processor{flex-direction:column;max-width:280px}}@media (max-width: 640px){.step-item{padding:1rem}.step-item-title{font-size:.875rem}.step-item-description{font-size:.75rem}.sources-layout{max-width:300px;gap:1.5rem}.source-icon-circle{width:40px;height:40px}.source-icon-circle img{width:20px;height:20px}.center-icon-circle{width:56px;height:56px}}.threads-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:auto;z-index:0}.threads-container canvas{display:block;width:100%;height:100%;pointer-events:auto}.app{min-height:100vh;background:var(--color-bg)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.container-fluid{width:100%;max-width:100%;margin:0 auto;padding:0 2rem}.section-header{margin-bottom:3rem}.section-header.center{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;color:var(--color-text-primary);line-height:1.2;margin-bottom:1rem;letter-spacing:-.02em}.section-title-light{color:var(--color-white)}.section-title strong{font-weight:700}.section-description{font-size:1rem;color:var(--color-text-secondary);line-height:1.7;max-width:600px}.section-description.centered{margin-left:auto;margin-right:auto}.section-eyebrow{display:inline-flex;align-items:center;font-size:.8125rem;color:var(--color-text-secondary);margin-bottom:.75rem}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 6rem;position:relative;overflow:hidden;background:hsl(var(--background))}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;opacity:.25;pointer-events:none}.hero-container{max-width:900px;text-align:center;position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;pointer-events:auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:1.25rem;font-size:.8125rem;color:var(--color-text-secondary);margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.hero-badge-dot{width:8px;height:8px;background:var(--color-accent);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.9)}}.hero-title{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:600;line-height:1.1;margin-bottom:1.5rem;color:var(--color-text-primary);letter-spacing:-.02em}.hero-title strong{font-weight:700}.hero-description{font-size:1.125rem;color:var(--color-text-secondary);max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.hero-cta{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:3rem}.hero-social-proof{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-avatars{display:flex;align-items:center}.hero-avatar{width:40px;height:40px;border-radius:50%;border:3px solid hsl(var(--background));margin-left:-12px;object-fit:cover}.hero-avatar:first-child{margin-left:0}.hero-social-text{font-size:.875rem;color:var(--color-text-secondary)}.hero-social-text strong{color:var(--color-text-primary);font-weight:600}.features-section{padding:6rem 0;background:var(--color-bg)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.feature-item{text-align:center;padding:1rem}.feature-icon-wrapper{width:48px;height:48px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center}.feature-icon-wrapper svg{width:32px;height:32px;stroke-width:1.5;color:var(--color-text-primary)}.feature-title{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem;line-height:1.3}.feature-description{font-size:.8125rem;color:var(--color-text-secondary);line-height:1.5}.segments-section{padding:6rem 0;background:var(--color-bg)}.segments-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.segment-item{text-align:center;padding:1.5rem}.segment-icon-wrapper{width:56px;height:56px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center}.segment-icon-wrapper svg{width:36px;height:36px;stroke-width:1.5;color:var(--color-text-primary)}.segment-title{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.25rem}.segment-subtitle{font-size:.875rem;font-weight:500;color:var(--color-text-primary);margin-bottom:.75rem}.segment-description{font-size:.8125rem;color:var(--color-text-secondary);line-height:1.5}.enterprise-section{padding:6rem 0;background:hsl(var(--background))}.enterprise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.enterprise-feature-card{text-align:center;padding:1.5rem;background:var(--color-bg);border:1px solid hsl(var(--border));border-radius:var(--radius);transition:all var(--transition-fast)}.enterprise-feature-card:hover{border-color:var(--color-gray-300);box-shadow:var(--shadow-sm)}.enterprise-feature-icon{width:48px;height:48px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-primary)}.enterprise-feature-icon svg{width:28px;height:28px;stroke-width:1.5}.enterprise-feature-card h3{font-size:.9375rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .5rem}.enterprise-feature-card p{font-size:.8125rem;color:var(--color-text-secondary);line-height:1.5;margin:0}.how-it-works{padding:6rem 0;background:var(--color-bg)}.stats{padding:4rem 0;background:hsl(var(--background));border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{text-align:center}.stat-number{display:block;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-text-primary);line-height:1;margin-bottom:.5rem}.stat-number.highlight{color:var(--color-accent)}.stat-label{font-size:.875rem;color:var(--color-text-secondary);line-height:1.4}.testimonials-section{padding:6rem 0;background:var(--color-bg)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.testimonial-card{padding:1.5rem;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);transition:all var(--transition-fast)}.testimonial-card:hover{box-shadow:var(--shadow-md)}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-star{width:18px;height:18px;color:#facc15}.testimonial-text{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.7;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.testimonial-info h4{font-size:.9375rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .125rem}.testimonial-info p{font-size:.8125rem;color:var(--color-text-secondary);margin:0}.mid-cta{padding:4rem 0;background:var(--color-dark)}.mid-cta-content{display:flex;align-items:center;justify-content:space-between;gap:2rem}.mid-cta-text h3{font-size:1.5rem;font-weight:600;color:var(--color-white);margin:0 0 .5rem}.mid-cta-text p{font-size:1rem;color:var(--color-dark-muted);margin:0}.mid-cta-actions{display:flex;gap:.75rem;flex-shrink:0}.segments{padding:6rem 0 0;background:var(--color-dark)}.segments .section-title{color:var(--color-white)}.segments .section-description{color:var(--color-dark-muted)}.cta{padding:6rem 0;background:var(--color-dark);position:relative}.cta-content{text-align:center;position:relative;z-index:1;max-width:700px;margin:0 auto}.cta-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;color:var(--color-white);margin-bottom:1rem;line-height:1.2}.cta-description{font-size:1.125rem;color:var(--color-dark-muted);margin-bottom:2rem}.cta-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.cta-note{margin-top:1.5rem;font-size:.8125rem;color:var(--color-dark-muted)}.footer{background:var(--color-dark);padding:4rem 0 2rem;border-top:1px solid var(--color-dark-border)}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem}.footer-brand{max-width:280px}.footer-logo{display:flex;align-items:center;gap:.625rem;font-weight:600;font-size:1.125rem;color:var(--color-white);margin-bottom:.75rem;text-decoration:none}.footer-logo svg{border-radius:var(--radius-sm)}.footer-brand p{font-size:.875rem;color:var(--color-dark-muted);line-height:1.5}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--color-dark-muted);text-decoration:none;font-size:.875rem;transition:color var(--transition-fast)}.footer-links a:hover{color:var(--color-white)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--color-dark-border);text-align:center}.footer-bottom p{font-size:.8125rem;color:var(--color-gray-600)}@media (max-width: 1024px){.features-grid,.segments-grid,.stats-grid,.enterprise-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.container{padding:0 1.5rem}.hero{padding:6rem 1.5rem 4rem}.hero-cta{flex-direction:column;align-items:center;width:100%}.hero-cta .btn{width:100%;max-width:320px}.features-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.segments-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-content{flex-direction:column;gap:2rem}.footer-links{flex-wrap:wrap;gap:1rem}.mid-cta-content{flex-direction:column;text-align:center}.mid-cta-actions{width:100%;flex-direction:column}.mid-cta-actions .btn{width:100%}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:320px}.testimonials-grid,.enterprise-grid{grid-template-columns:1fr}}@media (max-width: 480px){.features-grid,.stats-grid{grid-template-columns:1fr}.stat-number{font-size:2rem}}.benefits-section{padding:5rem 0;background:var(--color-bg)}.bento-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:1rem;width:100%;max-width:100%;margin:0 auto;min-height:420px}.bento-card{background:var(--color-bg-white);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.bento-allinone{grid-column:1;grid-row:1}.bento-privacy{grid-column:1;grid-row:2}.bento-scale{grid-column:2;grid-row:1 / 3}.bento-metrics{grid-column:3;grid-row:1}.bento-accuracy{grid-column:3;grid-row:2}.card-visual{flex:1;display:flex;align-items:center;justify-content:center}.bento-content{margin-top:auto;padding-top:1rem}.bento-title{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .25rem}.bento-description{font-size:.875rem;color:var(--color-text-secondary);line-height:1.5;margin:0}.bento-description strong{color:#626262;font-weight:600}.integrations-image{width:100%;max-width:280px;height:auto;object-fit:contain}.privacy-locks{display:flex;align-items:flex-end;justify-content:flex-start;gap:2.5rem;width:100%;padding:1rem 0}.lock-item{display:flex;flex-direction:column;align-items:center;gap:.75rem}.lock-icon{width:72px;height:72px}.lock-icon.unlocked{color:#d1d5db}.lock-icon.locked{color:#181818}.lock-label{font-size:.75rem;color:var(--color-text-secondary);font-weight:500}.scale-bars{display:flex;align-items:flex-end;justify-content:center;gap:2rem;width:100%;height:100%;padding:1.5rem 0}.scale-bar-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex:1;max-width:140px}.scale-value{font-size:1.75rem;font-weight:700;color:var(--color-text-primary)}.scale-bar{width:100%;border-radius:8px}.scale-bar.before{height:100px;background:#e5e7eb}.scale-bar.after{height:260px;background:#d9f99d}.scale-label{font-size:.75rem;color:var(--color-text-secondary);text-align:center}.metrics-chart{width:100%;height:100%;position:relative;display:flex;flex-direction:column}.metrics-chart svg{width:100%;flex:1;min-height:60px}.accuracy-display{display:flex;align-items:flex-end;justify-content:flex-start;gap:2rem;width:100%}.accuracy-item{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.accuracy-number{font-size:3.5rem;font-weight:700;line-height:1}.accuracy-number.before{color:#d1d5db}.accuracy-number.after{color:#22c55e}.accuracy-label{font-size:.75rem;color:var(--color-text-secondary);margin-top:.5rem}@media (max-width: 1024px){.bento-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.bento-allinone{grid-column:1;grid-row:1}.bento-privacy{grid-column:2;grid-row:1}.bento-scale{grid-column:1 / 3;grid-row:2;min-height:300px}.bento-metrics{grid-column:1;grid-row:3}.bento-accuracy{grid-column:2;grid-row:3}}@media (max-width: 768px){.benefits-section{padding:3rem 0}.bento-grid{grid-template-columns:1fr;grid-template-rows:auto;min-height:auto}.bento-allinone,.bento-privacy,.bento-scale,.bento-metrics,.bento-accuracy{grid-column:1;grid-row:auto}.bento-scale{min-height:280px}.bento-card{padding:1.25rem}.scale-bars{gap:2rem}.scale-bar.before{height:60px}.scale-bar.after{height:140px}.accuracy-number{font-size:2rem}.privacy-locks{gap:1.5rem}.lock-icon{width:40px;height:40px}}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 0 0% 9.4%;--primary-foreground: 0 0% 100%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%;--radius: .75rem;--sidebar: 0 0% 98%;--sidebar-foreground: 222.2 84% 4.9%;--node-selected: #22c55e;--node-selected-glow: rgba(34, 197, 94, .2);--color-accent: #22c55e;--color-accent-light: #c4f78c;--color-brand-green: #8FFE00;--color-brand-dark: #024303;--color-bg: hsl(var(--sidebar));--color-bg-white: hsl(var(--background));--color-bg-subtle: hsl(var(--muted));--color-text-primary: hsl(var(--foreground));--color-text-secondary: hsl(var(--muted-foreground));--color-white: #FFFFFF;--color-black: #181818;--color-border: hsl(var(--border));--color-dark: #09090b;--color-dark-card: #0d0d0f;--color-dark-border: #27272a;--color-dark-muted: #a1a1aa;--color-gray-100: #f4f4f5;--color-gray-200: #e4e4e7;--color-gray-300: #d4d4d8;--color-gray-400: #a1a1aa;--color-gray-500: #71717a;--color-gray-600: #52525b;--font-primary: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--transition-fast: .2s ease-in-out;--transition-base: .3s ease-in-out;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--radius-sm: calc(var(--radius) - 4px);--radius-md: calc(var(--radius) - 2px);--radius-lg: var(--radius)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);background-color:var(--color-bg);color:var(--color-text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background-color:#21c45d40;color:inherit}::-moz-selection{background-color:#21c45d40;color:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.725rem;font-family:var(--font-primary);font-size:.875rem;font-weight:400;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out;outline:none;border:none}.btn:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}.btn:disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.btn:active{transform:scale(.95)}.btn svg{pointer-events:none;width:.875rem;height:.875rem;flex-shrink:0}.btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{background:hsl(var(--primary) / .9)}.btn-outline{background:hsl(var(--background));color:var(--color-text-primary);border:1px solid hsl(var(--input))}.btn-outline:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-secondary:hover{background:hsl(var(--secondary) / .8)}.btn-ghost{background:transparent;color:var(--color-text-primary)}.btn-ghost:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-link{background:transparent;color:hsl(var(--primary));text-underline-offset:4px}.btn-link:hover{text-decoration:underline}.btn-white{background:var(--color-white);color:hsl(var(--primary))}.btn-white:hover{background:var(--color-gray-100)}.btn{height:2.5rem;padding:.5rem 1rem}.btn-sm{height:2rem;padding:0 .625rem;font-size:.75rem;border-radius:.725rem}.btn-lg{height:2.75rem;padding:0 2rem;border-radius:.725rem}.btn-icon{width:2.5rem;height:2.5rem;padding:0}.card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);transition:all var(--transition-fast)}.card:hover{box-shadow:var(--shadow-md)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:hsl(var(--sidebar))}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground))}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}
