*{margin:0;padding:0;box-sizing:border-box}:root{--primary-purple: #7C3AED;--primary-purple-dark: #6D28D9;--light-purple: #EDE9FE;--green: #10B981;--light-green: #D1FAE5;--blue: #3B82F6;--light-blue: #DBEAFE;--orange: #F59E0B;--light-orange: #FEF3C7;--text-dark: #1F2937;--text-gray: #6B7280;--bg-light: #F9FAFB;--bg-white: #FFFFFF;--border-color: #E5E7EB}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--bg-white)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-dark)}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}h4{font-size:1.25rem}.gradient-text{background:linear-gradient(135deg,var(--primary-purple) 0%,#A855F7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.btn-primary{background:var(--primary-purple);color:#fff}.btn-primary:hover{background:var(--primary-purple-dark);transform:translateY(-2px)}.btn-primary.large{padding:1rem 2rem;font-size:1.1rem}.btn-secondary{background:transparent;color:var(--text-dark);border:2px solid var(--border-color)}.btn-secondary:hover{border-color:var(--primary-purple);color:var(--primary-purple)}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);padding:1rem 0;z-index:1000}.nav-container{display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;gap:.75rem}.logo{height:32px;width:32px}.brand-text{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,var(--primary-purple) 0%,#A855F7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--primary-purple)}.hero{padding:8rem 0 4rem;background:linear-gradient(180deg,var(--bg-white) 0%,var(--light-purple) 100%);text-align:center;margin-top:60px}.hero-content{max-width:800px;margin:0 auto}.hero-icon{margin-bottom:2rem}.hero-icon img{width:120px;height:120px;border-radius:24px}.hero-title{margin-bottom:1.5rem;font-size:4rem}.hero-description{font-size:1.25rem;color:var(--text-gray);margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center}.stats{padding:4rem 0;background:var(--bg-white)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.stat-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem}.stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.stat-label{font-size:.75rem;color:var(--text-gray);font-weight:600;letter-spacing:.05em}.stat-icon{width:40px;height:40px;border-radius:.5rem;background:var(--light-purple);display:flex;align-items:center;justify-content:center}.stat-icon img{width:24px;height:24px}.stat-value{font-size:2.5rem;font-weight:700;color:var(--primary-purple);margin-bottom:.5rem}.stat-change{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-gray)}.stat-change img{width:16px;height:16px}section{padding:4rem 0}.section-label{display:inline-flex;align-items:center;gap:.5rem;background:var(--bg-light);padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;color:var(--text-gray);margin-bottom:2rem}.section-label img{width:20px;height:20px}.section-title{margin-bottom:1rem;text-align:center}.section-description{text-align:center;font-size:1.125rem;color:var(--text-gray);max-width:800px;margin:0 auto 3rem}.about-section{background:var(--bg-light);text-align:center}.problems-section{background:var(--bg-white)}.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem}.problem-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:1rem;padding:2rem}.problem-icon{width:60px;height:60px;background:var(--light-orange);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.problem-icon img{width:32px;height:32px}.problem-card h3{margin-bottom:1rem}.problem-card p{color:var(--text-gray);margin-bottom:1rem}.problem-card ul{list-style:none;padding-left:0}.problem-card ul li{color:var(--text-gray);margin-bottom:.75rem;padding-left:1.5rem;position:relative}.problem-card ul li:before{content:"•";position:absolute;left:0;color:var(--primary-purple);font-weight:700}.serve-section{background:var(--bg-light)}.serve-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.serve-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:1rem;padding:2rem;text-align:center}.serve-icon{width:80px;height:80px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.serve-icon.blue{background:var(--light-blue)}.serve-icon.purple{background:var(--light-purple)}.serve-icon.green{background:var(--light-green)}.serve-icon img{width:40px;height:40px}.serve-card h3{margin-bottom:1rem}.serve-card p{color:var(--text-gray);margin-bottom:1.5rem}.serve-badge{display:inline-block;background:var(--light-purple);color:var(--primary-purple);padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600}.market-section{background:var(--bg-white)}.market-card{background:var(--light-purple);border-radius:1.5rem;padding:3rem;text-align:center}.market-icon{width:80px;height:80px;background:var(--primary-purple);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.market-icon img{width:40px;height:40px;filter:brightness(0) invert(1)}.market-card h2{margin-bottom:1.5rem}.market-text{color:var(--text-gray);margin-bottom:1.5rem;text-align:left}.platform-section{background:var(--bg-light)}.status-badges{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600}.badge-green{background:var(--light-green);color:var(--green)}.badge-purple{background:var(--light-purple);color:var(--primary-purple)}.badge img{width:16px;height:16px}.platform-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.platform-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:1rem;padding:2rem}.platform-icon{width:60px;height:60px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.platform-icon.blue{background:var(--light-blue)}.platform-icon.purple{background:var(--light-purple)}.platform-icon.green{background:var(--light-green)}.platform-icon img{width:32px;height:32px}.platform-card h3{margin-bottom:1rem}.platform-card p{color:var(--text-gray);margin-bottom:1.5rem}.feature-list{list-style:none;padding:0}.feature-list li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:var(--text-gray)}.feature-list li img{width:20px;height:20px}.features-section{background:var(--bg-white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-item{text-align:center}.feature-icon{width:60px;height:60px;background:var(--light-purple);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.feature-icon img{width:32px;height:32px}.feature-item h4{margin-bottom:.75rem}.feature-item p{color:var(--text-gray)}.development-section{background:var(--bg-light)}.development-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.development-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:1rem;padding:2rem}.development-icon{width:60px;height:60px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.development-icon.green{background:var(--light-green)}.development-icon.blue{background:var(--light-blue)}.development-icon.purple{background:var(--light-purple)}.development-icon img{width:32px;height:32px}.development-card h3{margin-bottom:1rem}.development-card p{color:var(--text-gray);margin-bottom:1rem}.development-card ul{list-style:none;padding:0}.development-card ul li{color:var(--text-gray);margin-bottom:.5rem;padding-left:1.5rem;position:relative}.development-card ul li:before{content:"•";position:absolute;left:0;color:var(--primary-purple);font-weight:700}.cta-button-center{text-align:center}.comparison-section{background:var(--bg-white)}.comparison-table{overflow-x:auto;margin-bottom:3rem}.comparison-table table{width:100%;border-collapse:collapse;background:var(--bg-white);border:1px solid var(--border-color);border-radius:1rem;overflow:hidden}.comparison-table th,.comparison-table td{padding:1.5rem;text-align:left;border-bottom:1px solid var(--border-color)}.comparison-table th{background:var(--bg-light);font-weight:700;color:var(--text-dark)}.comparison-table th.highlight,.comparison-table td.highlight{background:var(--light-purple);color:var(--primary-purple)}.comparison-table td{color:var(--text-gray)}.comparison-table td img{width:20px;height:20px;vertical-align:middle;margin-right:.5rem}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.advantage-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:1rem;padding:2rem}.advantage-icon{width:60px;height:60px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.advantage-icon.blue{background:var(--light-blue)}.advantage-icon.purple{background:var(--light-purple)}.advantage-icon.green{background:var(--light-green)}.advantage-icon.orange{background:var(--light-orange)}.advantage-icon img{width:32px;height:32px}.advantage-card h3{margin-bottom:1rem}.advantage-card p{color:var(--text-gray)}.how-it-works{background:var(--light-purple);padding:4rem 0}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.step-card{background:var(--bg-white);border-radius:1rem;padding:2rem}.step-icon{width:60px;height:60px;background:var(--light-purple);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.step-icon img{width:32px;height:32px}.step-card h3{margin-bottom:1rem;font-size:1.25rem}.step-card p{color:var(--text-gray);margin-bottom:1.5rem}.data-sources{display:flex;gap:.75rem;flex-wrap:wrap}.source-icon{background:var(--bg-light);padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;color:var(--text-dark)}.chat-preview{display:flex;flex-direction:column;gap:.75rem}.chat-message{background:var(--bg-light);padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;color:var(--text-gray)}.agent-message{background:var(--light-green);padding:1rem;border-radius:.75rem;color:var(--text-dark);font-size:.875rem;line-height:1.6}.automation-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.auto-card{background:var(--bg-white);border-radius:1rem;padding:1.5rem}.auto-card.blue{border-left:4px solid var(--blue)}.auto-card.green{border-left:4px solid var(--green)}.auto-card.purple{border-left:4px solid var(--primary-purple)}.auto-card.orange{border-left:4px solid var(--orange)}.auto-icon{width:48px;height:48px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.auto-card.blue .auto-icon{background:var(--light-blue)}.auto-card.green .auto-icon{background:var(--light-green)}.auto-card.purple .auto-icon{background:var(--light-purple)}.auto-card.orange .auto-icon{background:var(--light-orange)}.auto-icon img{width:24px;height:24px}.auto-card h4{margin-bottom:.5rem;font-size:1.125rem}.auto-card p{color:var(--text-gray);font-size:.875rem;margin-bottom:1rem}.auto-stats{display:flex;flex-direction:column;gap:.5rem}.auto-stats div{font-size:.875rem;color:var(--text-gray)}.enterprise-section{background:var(--bg-white)}.enterprise-card{background:var(--light-purple);border-radius:1.5rem;padding:3rem;margin-bottom:3rem}.enterprise-header{display:flex;gap:2rem;align-items:center;margin-bottom:2rem;flex-wrap:wrap}.enterprise-logo{width:80px;height:80px;background:var(--primary-purple);border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.enterprise-logo img{width:40px;height:40px}.enterprise-info h3{margin-bottom:.75rem}.enterprise-info p{color:var(--text-gray)}.enterprise-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.metric{text-align:center}.metric img{width:32px;height:32px;margin-bottom:.75rem}.metric-value{font-size:2rem;font-weight:700;color:var(--primary-purple);margin-bottom:.5rem}.metric-label{color:var(--text-gray);font-size:.875rem}.enterprise-badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.badge-item{display:flex;gap:1.5rem;align-items:flex-start}.badge-item img{width:48px;height:48px;flex-shrink:0}.badge-item h4{margin-bottom:.5rem}.badge-item p{color:var(--text-gray);font-size:.875rem}.pricing-section{background:var(--bg-light)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}.pricing-card{background:var(--bg-white);border:2px solid var(--border-color);border-radius:1.5rem;padding:2.5rem;position:relative}.pricing-card.popular{border-color:var(--primary-purple);transform:scale(1.05)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary-purple);color:#fff;padding:.25rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600}.pricing-card h3{margin-bottom:1.5rem;text-align:center}.price{text-align:center;margin-bottom:1.5rem}.price .amount{font-size:3rem;font-weight:700;color:var(--primary-purple)}.price .period,.price .setup{display:block;color:var(--text-gray);font-size:.875rem;margin-top:.5rem}.pricing-card button{width:100%;margin-bottom:1.5rem}.plan-description{text-align:center;color:var(--text-gray);margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.plan-features{list-style:none;padding:0}.plan-features li{color:var(--text-gray);margin-bottom:.75rem;padding-left:1.5rem;position:relative}.plan-features li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.pricing-note{text-align:center;color:var(--text-gray);font-size:.875rem}.faq-section{background:var(--bg-white)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--bg-white);border:1px solid var(--border-color);border-radius:.75rem;margin-bottom:1rem;overflow:hidden}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;font-weight:600;transition:background .3s ease}.faq-question:hover{background:var(--bg-light)}.faq-icon{color:var(--primary-purple);font-size:.75rem}.footer{background:var(--text-dark);color:#fff;padding:4rem 0 2rem}.footer-content{display:flex;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:3rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo img{width:32px;height:32px}.footer-logo span{font-size:1.25rem;font-weight:700}.footer-links{display:flex;gap:4rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-column a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9;font-size:.875rem;flex-wrap:wrap;gap:1rem}@media(max-width:768px){.nav-links{display:none}.hero-title{font-size:2.5rem}h2{font-size:2rem}.stats-grid,.problems-grid,.serve-grid,.platform-grid,.features-grid,.development-grid,.advantages-grid,.steps-grid,.automation-cards,.enterprise-badges,.pricing-grid{grid-template-columns:1fr}.pricing-card.popular{transform:scale(1)}.footer-links{flex-direction:column;gap:2rem}}html{scroll-behavior:smooth}
