:root{--primary: #2563eb;--primary-dark: #1d4ed8;--primary-light: #3b82f6;--secondary: #0f172a;--accent: #10b981;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--white: #ffffff;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--white);color:var(--gray-900);line-height:1.6;overflow-x:hidden;display:block!important;min-height:100vh}section,header,footer,main,article,aside,nav{display:block}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-200);transition:all .3s ease}.header.scrolled{box-shadow:var(--shadow-md)}.header-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--gray-900)}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.logo-text{font-weight:700;font-size:1.25rem;color:var(--gray-900)}.nav{display:flex;align-items:center;gap:2rem}.nav a:not(.btn){color:var(--gray-600);text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s ease}.nav a:not(.btn):hover{color:var(--primary)}.nav .btn{margin-left:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-300)}.btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-outline{background:transparent;color:var(--primary);border:1px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:var(--white)}.btn-large{padding:1rem 2rem;font-size:1rem;border-radius:10px}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray-700)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:8rem 2rem 4rem;background:linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%);overflow:hidden}.hero-bg-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,var(--gray-200) 1px,transparent 0);background-size:40px 40px;opacity:.5}.hero-inner{max-width:1280px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{animation:fadeInUp .8s ease}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:100px;font-size:.85rem;color:var(--gray-600);margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.hero-badge-icon{width:20px;height:20px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center}.hero-badge-icon svg{width:12px;height:12px;color:var(--white)}.hero h1{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;color:var(--gray-900);margin-bottom:1.5rem;line-height:1.15;letter-spacing:-.02em}.hero h1 .highlight{color:var(--primary)}.hero-description{font-size:1.125rem;color:var(--gray-600);margin-bottom:2rem;max-width:520px;line-height:1.7}.hero-ctas{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:3rem;padding-top:2rem;border-top:1px solid var(--gray-200)}.hero-stat{text-align:left}.hero-stat-value{font-size:2rem;font-weight:700;color:var(--gray-900)}.hero-stat-label{font-size:.875rem;color:var(--gray-500)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-visual{position:relative;animation:fadeIn 1s ease .3s backwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dashboard-preview{background:var(--white);border-radius:16px;box-shadow:var(--shadow-xl);overflow:hidden;border:1px solid var(--gray-200)}.dashboard-header{background:var(--gray-50);padding:1rem 1.5rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--gray-200)}.dashboard-dot{width:12px;height:12px;border-radius:50%}.dashboard-dot.red{background:#ef4444}.dashboard-dot.yellow{background:#f59e0b}.dashboard-dot.green{background:#10b981}.dashboard-content{padding:1.5rem}.dashboard-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.metric-card{background:var(--gray-50);border-radius:12px;padding:1rem;text-align:center}.metric-value{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.metric-label{font-size:.75rem;color:var(--gray-500);margin-top:.25rem}.metric-change{font-size:.7rem;color:var(--accent);margin-top:.25rem}.dashboard-chat{background:var(--gray-50);border-radius:12px;padding:1rem}.chat-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--gray-200)}.chat-avatar{width:36px;height:36px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem}.chat-info h4{font-size:.875rem;font-weight:600;color:var(--gray-900)}.chat-info span{font-size:.75rem;color:var(--accent)}.chat-messages{display:flex;flex-direction:column;gap:.5rem}.chat-msg{padding:.5rem .75rem;border-radius:8px;font-size:.8rem;max-width:85%;animation:msgIn .5s ease backwards}.chat-msg.in{background:var(--white);color:var(--gray-700);align-self:flex-start;border:1px solid var(--gray-200)}.chat-msg.out{background:var(--primary);color:var(--white);align-self:flex-end}.chat-msg:nth-child(1){animation-delay:.5s}.chat-msg:nth-child(2){animation-delay:1s}.chat-msg:nth-child(3){animation-delay:1.5s}@keyframes msgIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.floating-badge{position:absolute;background:var(--white);border-radius:12px;padding:1rem;box-shadow:var(--shadow-lg);border:1px solid var(--gray-100);animation:float 6s ease-in-out infinite}.floating-badge-1{top:10%;right:-20px;animation-delay:0s}.floating-badge-2{bottom:20%;left:-30px;animation-delay:2s}.floating-badge h5{font-size:.75rem;color:var(--gray-500);margin-bottom:.25rem}.floating-badge .value{font-size:1.25rem;font-weight:700;color:var(--gray-900)}.floating-badge .trend{font-size:.7rem;color:var(--accent);display:flex;align-items:center;gap:.25rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.logos-section{padding:4rem 2rem;background:var(--white);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100)}.logos-inner{max-width:1280px;margin:0 auto;text-align:center}.logos-title{font-size:.875rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.logos-grid{display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap}.logo-item{font-size:1.25rem;font-weight:700;color:var(--gray-400);transition:color .2s ease}.logo-item:hover{color:var(--gray-600)}.section{padding:6rem 2rem}.section-inner{max-width:1280px;margin:0 auto}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-label{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--primary);background:linear-gradient(135deg,#2563eb1a,#2563eb0d);border-radius:100px;font-size:.8rem;font-weight:600;color:var(--primary);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.section-title{font-size:clamp(2rem,3vw,2.75rem);font-weight:700;color:var(--gray-900);margin-bottom:1rem;letter-spacing:-.02em}.section-subtitle{font-size:1.125rem;color:var(--gray-600);line-height:1.7}.problem-section{background:var(--gray-900);color:var(--white)}.problem-section .section-title{color:var(--white)}.problem-section .section-subtitle{color:var(--gray-400)}.problems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.problem-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.problem-card:hover{background:#ffffff14;transform:translateY(-4px)}.problem-icon{font-size:3rem;margin-bottom:1rem}.problem-card h3{font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.problem-card p{color:var(--gray-400);font-size:.95rem}.solution-section{background:var(--gray-50)}.solution-flow{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.flow-step{flex:1;min-width:200px;text-align:center;padding:2rem 1rem;position:relative}.flow-step-number{position:absolute;top:0;left:50%;transform:translate(-50%);width:32px;height:32px;background:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.flow-step-icon{width:80px;height:80px;background:var(--white);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:1.5rem auto 1rem;box-shadow:var(--shadow-md)}.flow-step h4{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.flow-step p{font-size:.875rem;color:var(--gray-600)}.flow-arrow{display:flex;align-items:center;color:var(--gray-300);font-size:1.5rem;margin-top:4rem}.features-section{background:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:2rem;transition:all .3s ease}.feature-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-icon{width:56px;height:56px;background:var(--gray-100);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem;transition:all .3s ease}.feature-card:hover .feature-icon{background:var(--primary);transform:scale(1.1)}.feature-card h3{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.feature-card p{font-size:.9rem;color:var(--gray-600);line-height:1.6}.integration-section{background:var(--gray-50)}.integration-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.integration-features{display:flex;flex-direction:column;gap:1.5rem}.integration-feature{display:flex;gap:1rem;align-items:flex-start}.integration-feature-icon{width:48px;height:48px;background:var(--white);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;box-shadow:var(--shadow-sm)}.integration-feature-content h4{font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.integration-feature-content p{font-size:.875rem;color:var(--gray-600)}.integration-code{background:var(--gray-900);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-xl)}.code-header{background:var(--gray-800);padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem}.code-dots{display:flex;gap:.5rem}.code-dots span{width:12px;height:12px;border-radius:50%;background:var(--gray-600)}.code-dots span:nth-child(1){background:#ef4444}.code-dots span:nth-child(2){background:#f59e0b}.code-dots span:nth-child(3){background:#10b981}.code-title{color:var(--gray-400);font-size:.8rem}.code-block{padding:1.5rem;font-family:Monaco,Consolas,monospace;font-size:.8rem;line-height:1.8;color:var(--gray-300);overflow-x:auto}.code-keyword{color:#c678dd}.code-string{color:#98c379}.code-comment{color:#5c6370}.integration-logos{text-align:center}.integration-logos-title{font-size:.875rem;color:var(--gray-500);margin-bottom:2rem}.integration-logos-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.integration-logo-item{background:var(--white);border:1px solid var(--gray-200);border-radius:10px;padding:1rem 1.5rem;font-size:.875rem;font-weight:500;color:var(--gray-700);transition:all .2s ease}.integration-logo-item:hover{border-color:var(--primary);color:var(--primary)}.comparison-section{background:var(--white)}.comparison-table{background:var(--white);border-radius:16px;overflow:hidden;border:1px solid var(--gray-200);box-shadow:var(--shadow-lg)}.comparison-header{display:grid;grid-template-columns:2fr 1fr 1fr;background:var(--gray-900);color:var(--white);font-weight:600;font-size:.9rem}.comparison-header>div{padding:1.25rem 1.5rem}.comparison-row{display:grid;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid var(--gray-100)}.comparison-row:last-child{border-bottom:none}.comparison-row>div{padding:1.25rem 1.5rem;display:flex;align-items:center}.comparison-row>div:first-child{font-weight:500;color:var(--gray-700)}.value{padding:.25rem .75rem;border-radius:6px;font-size:.85rem;font-weight:500}.value.bad{background:#fee2e2;color:#dc2626}.value.good{background:#d1fae5;color:#059669}.pricing-section{background:var(--gray-50)}.pricing-toggle{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:3rem}.pricing-toggle span{font-size:.9rem;color:var(--gray-500)}.pricing-toggle span.active{color:var(--gray-900);font-weight:600}.toggle-switch{width:56px;height:28px;background:var(--gray-300);border-radius:100px;position:relative;cursor:pointer;transition:background .3s ease}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:24px;height:24px;background:var(--white);border-radius:50%;transition:transform .3s ease;box-shadow:var(--shadow-sm)}.toggle-switch.active{background:var(--primary)}.toggle-switch.active:after{transform:translate(28px)}.pricing-discount{background:var(--accent);color:var(--white);padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.pricing-card{background:var(--white);border:1px solid var(--gray-200);border-radius:20px;padding:2.5rem;position:relative;transition:all .3s ease}.pricing-card:hover{box-shadow:var(--shadow-xl)}.pricing-card.popular{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:var(--white);padding:.5rem 1.25rem;border-radius:100px;font-size:.8rem;font-weight:600}.pricing-name{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.pricing-description{font-size:.9rem;color:var(--gray-500);margin-bottom:1.5rem}.pricing-price{margin-bottom:.5rem}.pricing-currency{font-size:1.25rem;font-weight:600;color:var(--gray-600);vertical-align:top}.pricing-value{font-size:3rem;font-weight:700;color:var(--gray-900)}.pricing-period{font-size:1rem;color:var(--gray-500)}.pricing-leads{font-size:.875rem;color:var(--gray-600);margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-200)}.pricing-features{list-style:none;margin-bottom:2rem}.pricing-features li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.9rem;color:var(--gray-700)}.pricing-features li svg{width:20px;height:20px;color:var(--accent);flex-shrink:0;margin-top:2px}.pricing-card .btn{width:100%}.testimonials-section{background:var(--white)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:var(--gray-50);border-radius:16px;padding:2rem;border:1px solid var(--gray-100)}.testimonial-stars{color:#f59e0b;font-size:1.125rem;margin-bottom:1rem}.testimonial-text{font-size:1rem;color:var(--gray-700);line-height:1.7;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:48px;height:48px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:600}.testimonial-info h4{font-size:.95rem;font-weight:600;color:var(--gray-900)}.testimonial-info span{font-size:.8rem;color:var(--gray-500)}.faq-section{background:var(--gray-50)}.faq-grid{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;overflow:hidden}.faq-question{padding:1.25rem 1.5rem;font-weight:600;color:var(--gray-900);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s ease}.faq-question:hover{background:var(--gray-50)}.faq-question svg{width:20px;height:20px;color:var(--gray-400);transition:transform .3s ease}.faq-item.active .faq-question svg{transform:rotate(180deg)}.faq-answer{display:none;padding:0 1.5rem 1.5rem;color:var(--gray-600);font-size:.95rem;line-height:1.7}.faq-item.active .faq-answer{display:block}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,var(--primary),var(--primary-dark))}.cta-inner{max-width:800px;margin:0 auto;text-align:center;color:var(--white)}.cta-section h2{font-size:clamp(2rem,3vw,2.5rem);font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.125rem;opacity:.9;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center}.cta-section .btn-primary{background:var(--white);color:var(--primary)}.cta-section .btn-primary:hover{background:var(--gray-100)}.cta-section .btn-secondary{background:transparent;border:2px solid var(--white);color:var(--white)}.cta-section .btn-secondary:hover{background:#ffffff1a}.footer{background:var(--gray-900);color:var(--gray-400);padding:4rem 2rem 2rem}.footer-inner{max-width:1280px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:4rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--gray-800)}.footer-brand .logo{margin-bottom:1rem}.footer-brand .logo-text{color:var(--white)}.footer-brand p{font-size:.9rem;line-height:1.7;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;background:var(--gray-800);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--gray-400);text-decoration:none;transition:all .2s ease}.footer-social a:hover{background:var(--primary);color:var(--white)}.footer-column h4{color:var(--white);font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.75rem}.footer-column ul li a{color:var(--gray-400);text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-column ul li a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.footer-bottom a{color:var(--gray-400);text-decoration:none}.footer-bottom a:hover{color:var(--white)}@media(max-width:1024px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-description{margin:0 auto 2rem}.hero-ctas,.hero-stats{justify-content:center}.hero-visual{display:none}.features-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.integration-content,.testimonials-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.nav{display:none}.mobile-menu-btn{display:block}.hero{padding:6rem 1.5rem 3rem}.hero h1{font-size:2rem}.hero-ctas{flex-direction:column}.hero-stats{flex-direction:column;gap:1.5rem}.problems-grid,.features-grid{grid-template-columns:1fr}.solution-flow{flex-direction:column}.flow-arrow{transform:rotate(90deg);margin:0 auto}.comparison-table{overflow-x:auto}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}
